create account

SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes. by roelandp

View this thread on: hive.blogpeakd.comecency.com
· @roelandp · (edited)
$159.38
SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes.
<b><a href="https://steemwallet.app" target="_blank">SteemWallet</a> is the fast, open-source wallet for Apple and Android devices which I launched about 4 months ago. Since it's inception it had only seen one bugfix release just prior to SteemFest in November. </b>

![steemwallet-updates.png](https://cdn.steemitimages.com/DQmVTwFkVH3Hb3gJyaC9mj2RRvtZbcRnq1zewFtvQE8MhyK/steemwallet-updates.png)

<h2>So, why the long ride since SteemWallet's last update? </h2> Well,... I was done with my todo's but then I got a last minute feature request / suggestion by @transisto which I really liked about looking into "account registration" via In-App Purchases. Offering this would add extra options to get a Steem Account quickly via eas(ier) ways (and instant) then awaiting account approval and "competes" with alternatives like AnonSteem and Blocktrades' account registration features (which both use crypto for paying the registration fee) and the recently launched (credit card fiat paid) Steem Ninja registration service. 

Introducing an "in-app payments" feature involved not only creating the "app side" of things (namely interfacing with the Appstore / Play Store's In-App Purchase module. It also meant I had to setup a new node and write a REST API which receives, verifies, and stores Purchase-receipts and then registers the new account, using it's dedicated registration account: @steemwallet.born (you can <a href="https://steemd.com/@steemwallet.born">see here</a> I had quite some tests already :P). 

So I worked the better half of Xmas holidays on this project (it was already done before the <a href="https://steemit.com/steemhacks/@roelandp/steam-train-powered-by-the-steem-chain" target="_blank">Duplo train hack</a> :) <i>and then Apple decided to keep it "In Review" for 4 weeks in a row</i>. Only just today we finally had calls back & forth and they actually apologised and released the app update! Yes, yes! 

<h3>How in-app payment instant account creation via SteemWallet.app works:</h3> 
1. The user indicates s/he wants to create an account on the Steem chain 
2. The account name is validated for both availability and eligibility
3. The user needs to create a master password which has sufficient strength using the <a href="https://github.com/dropbox/zxcvbn">ZXCVBN analysis</a> 
4. The user needs to confirm the master password on a second view.
5. The user hits "Purchase" to fullfill the in-app payment and checks out with the native iOS / Android (click to buy) to obtain a single-use "Account Creation Credit". 
6. If the purchase was successful, the purchase-receipt is send to the new REST API along with the desired username and public(!) keys (owner, active, posting, memo).
7. The REST API verifies the receipt with the appropriate appstore, checks if it had not been used before and if all is valid, creates the account instantly using beempy (by @holger80)!
8. Upon successful creation, the user is shown a final time the Master Password, along with the derived keys for Owner, Active, Posting, Memo, using the Dsteem library. The user needs to copy and store the contents safely. 
9. The user needs to afterwards manually import the active key to use the newly registered account in SteemWallet or can use the appropriate key(s) elsewhere on Steem interfaces immediately. 

You can find the new "Create Account" feature when launching a fresh install of SteemWallet or via the (also new) Settings menu. You can create as many accounts as you like (as long as you pay for them). 

![steemprojects-img2.png](https://cdn.steemitimages.com/DQmQhMo1rfxCwmgKJkWWWufnxuNoKxk7bB867Qye9wgTDWb/steemprojects-img2.png)
<h3>Costs of an "Account Creation Credit" via 1-click: </h3>Looking at Steem's current price and account creation costs of 3 Steem the current price for an in-app purchase of an "Account Creation Credit", giving you the right to register one account on the Steem Chain, is set around 3.49 EUR (3.99 USD). From this revenue the appstores take a direct cut of 33% (or more, depending on your origin and local VAT). The costprice of 3 Steem is currently about 0.75 - 1.00 EUR which leaves about 1.25 EUR on the table for me as developer. For that I still need to pay the REST API node so depending on usage it will more or less equal out. 

Note that the "Account Creation Credit"-price can vary depending on the Steem price itself as well as the account creation registration fee consensus set by witnesses. 

<b>I hope this is a nice new way to instantly create a Steem account.</b> Thank you @transisto for the suggestion. It was fun tackling your request :) 

<div class="pull-right"><img src="https://cdn.steemitimages.com/DQmUHxnxbs35WzbkzzN7Ds8Kh3uwNg8Ljx3eLHPwRXYBcgL/iphone-settings.png"></div>
<h3>What's else is new in SteemWallet: </h3> Moar cool stuff for you: 


<b>The app now has a "settings menu" - for these new options:</b> 
- <b>API-node switcher</b>: The app now contains a list of API-nodes which you can pick from. You can also add your own node
- <b>Multi currency countervalue switcher</b>: Previously both Steem/SBD countervalue was denoted in USD. Now you can pick your preferred currency: some other crypto's or many fiats now supported thanks to @coingecko api! 
- <b>Themes</b>: Now you can switch from bright light (default) to 3 other themes: Dark mode, Navy Red and Yung Pink. If you are creative feel free to check out the github JSON for creating your own theme and if it looks nice, I'm happy to implement it in upcoming updates! https://github.com/roelandp/steemwallet/blob/master/app/alloy.js#L62 
- <b>The 'Create Account'</b> feature mentioned before. 

![steemwallet-multithemes.png](https://cdn.steemitimages.com/DQmeKXenGecbEZMaXkravfexFggjcdJqqcfJVJ94auTAMVQ/steemwallet-multithemes.png)
<h3>Did you know...</h3> 
- ... you can add multiple accounts to monitor, by tapping your username and add / switch to another account?
- ... SteemWallet is fully opensource? https://github.com/roelandp/steemwallet - feel free to pull request!
- ... you can help translate SteemWallet into your native language / locale? Thanks to @pharesim's tip the project is now live on Community Crowdsourced translation platform Crowdin - https://crowdin.com/project/steemwallet (thank you @guchte for the recent added NL translation). SteemWallet is now available in 8 localized translations!

That's all for now. I hope you like the new update and especially the new possibility for easily and instantly creating new Steem account(s) through an in-app payment! 

Please note: due to caching it can take a bit longer before the update is available in both the <a href="https://itunes.apple.com/app/steemwallet/id1428700017" target="_blank">Apple Appstore</a> and the <a href="https://play.google.com/store/apps/details?id=app.steemwallet.roelandp" target="_blank">Google Playstore</a>. 

Wishing you a prosperous 2019,

Roeland
https://steemwallet.app 

<sup>Ps. If you like what I am doing here, consider a witness vote for '@roelandp' - Thanks!</sup>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 558 others
πŸ‘Ž  
properties (23)
authorroelandp
permlinksteemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","steemwallet","steemprojects","steemdev"],"users":["transisto","steemwallet.born","holger80","coingecko","pharesim","guchte","roelandp"],"image":["https://cdn.steemitimages.com/DQmVTwFkVH3Hb3gJyaC9mj2RRvtZbcRnq1zewFtvQE8MhyK/steemwallet-updates.png","https://cdn.steemitimages.com/DQmQhMo1rfxCwmgKJkWWWufnxuNoKxk7bB867Qye9wgTDWb/steemprojects-img2.png","https://cdn.steemitimages.com/DQmUHxnxbs35WzbkzzN7Ds8Kh3uwNg8Ljx3eLHPwRXYBcgL/iphone-settings.png","https://cdn.steemitimages.com/DQmeKXenGecbEZMaXkravfexFggjcdJqqcfJVJ94auTAMVQ/steemwallet-multithemes.png"],"links":["https://steemwallet.app","https://steemd.com/@steemwallet.born","https://steemit.com/steemhacks/@roelandp/steam-train-powered-by-the-steem-chain","https://github.com/dropbox/zxcvbn","https://github.com/roelandp/steemwallet/blob/master/app/alloy.js#L62","https://github.com/roelandp/steemwallet","https://crowdin.com/project/steemwallet","https://itunes.apple.com/app/steemwallet/id1428700017","https://play.google.com/store/apps/details?id=app.steemwallet.roelandp"],"app":"steemit/0.1","format":"markdown"}
created2019-01-25 21:16:12
last_update2019-01-26 11:12:51
depth0
children92
last_payout2019-02-01 21:16:12
cashout_time1969-12-31 23:59:59
total_payout_value122.399 HBD
curator_payout_value36.980 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,022
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,936,354
net_rshares330,007,576,780,690
author_curate_reward""
vote details (623)
@aellisak ·
Nice app

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authoraellisak
permlinkaellisak-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t080553093z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-26 08:05:54
last_update2019-01-26 08:05:54
depth1
children0
last_payout2019-02-02 08:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation168,911,533,936
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,954,459
net_rshares0
@alexs1320 ·
$0.59
Such a brilliant, "simple" *(to use...) tool
πŸ‘  
properties (23)
authoralexs1320
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190131t170905536z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-31 17:09:12
last_update2019-01-31 17:09:12
depth1
children0
last_payout2019-02-07 17:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.444 HBD
curator_payout_value0.147 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation150,945,165,388,638
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id79,219,763
net_rshares1,214,273,643,610
author_curate_reward""
vote details (1)
@arafathsunny ·
Think you for the post .i just love it
properties (22)
authorarafathsunny
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t115835937z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 11:58:45
last_update2019-01-26 11:58:45
depth1
children0
last_payout2019-02-02 11:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation151,575,137,432
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,960,505
net_rshares0
@arcange ·
Congratulations @roelandp!
Your post was mentioned in the [Steem Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20190125) in the following category:

* Pending payout - Ranked 1 with $ 127,7
properties (22)
authorarcange
permlinkre-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t173839000z
categoryutopian-io
json_metadata""
created2019-01-26 16:40:45
last_update2019-01-26 16:40:45
depth1
children0
last_payout2019-02-02 16:40:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation1,146,631,502,104,474
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,973,081
net_rshares0
@bobskibob ·
First time I’m trying this Good job 
apple gets direct cut of 33%? That’s way too much is there a way you can get this down you could offer accounts with delegated steempower or liquid steem you get the idea
properties (22)
authorbobskibob
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t215453909z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 21:54:54
last_update2019-01-25 21:54:54
depth1
children1
last_payout2019-02-01 21:54:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation9,906,780,416,788
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,937,581
net_rshares0
@roelandp ·
thx. 

- Yes 33% or even more, depending on which country the payment is made. 
- Yes the overall price can be lowered if the "creating account" @steemwallet.born gets sufficient delegation (i'm looking into this) so it can start utilising "Account Claim Credits" so it can create accounts out of thin air instead of "burning Steem" which would lower the cost somewhat. 

It is however not possible to get the appstore cut down, that is fixed in the contract for all developers.
properties (22)
authorroelandp
permlinkre-bobskibob-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t220108788z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["steemwallet.born"],"app":"steemit/0.1"}
created2019-01-25 22:01:09
last_update2019-01-25 22:01:09
depth2
children0
last_payout2019-02-01 22:01:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length478
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,937,740
net_rshares0
@calisthenicsdrop ·
$1.78
I can try to translate it in Bulgarian when I have time I’ll try to see about that tomorrow! 

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  ,
properties (23)
authorcalisthenicsdrop
permlinkcalisthenicsdrop-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t052813775z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-27 05:28:15
last_update2019-01-27 05:28:15
depth1
children1
last_payout2019-02-03 05:28:15
cashout_time1969-12-31 23:59:59
total_payout_value1.353 HBD
curator_payout_value0.431 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation37,347,358,062,486
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,998,538
net_rshares3,608,200,172,933
author_curate_reward""
vote details (2)
@calisthenicsdrop ·
@roelandp
Let me know about the easiest way of contacting you about that translate?
πŸ‘  
properties (23)
authorcalisthenicsdrop
permlinkre-calisthenicsdrop-calisthenicsdrop-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190129t210056957z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-01-29 21:02:12
last_update2019-01-29 21:02:12
depth2
children0
last_payout2019-02-05 21:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation37,347,358,062,486
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,127,882
net_rshares7,267,560,493
author_curate_reward""
vote details (1)
@cameravisual ·
nice progress
properties (22)
authorcameravisual
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t115736870z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 11:57:36
last_update2019-01-26 11:57:36
depth1
children0
last_payout2019-02-02 11:57:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation54,390,467,123,474
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,960,476
net_rshares0
@cjturtleman ·
Great job!  Thanks for all the work!
properties (22)
authorcjturtleman
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t185853513z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-27 18:58:54
last_update2019-01-27 18:58:54
depth1
children0
last_payout2019-02-03 18:58:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation243,323,235,569
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,025,859
net_rshares0
@cm-steem ·
Would you consider porting this to the smoke network in the future?
properties (22)
authorcm-steem
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t123633626z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 12:36:33
last_update2019-01-26 12:36:33
depth1
children2
last_payout2019-02-02 12:36:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation58,522,774,254,119
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,961,663
net_rshares0
@roelandp ·
$0.06
it's a possibility yes. are you with smoke-team?
πŸ‘  
properties (23)
authorroelandp
permlinkre-cm-steem-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t125330393z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 12:53:30
last_update2019-01-26 12:53:30
depth2
children1
last_payout2019-02-02 12:53:30
cashout_time1969-12-31 23:59:59
total_payout_value0.044 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,962,276
net_rshares118,997,191,398
author_curate_reward""
vote details (1)
@cm-steem ·
No, just a smoke user :)
properties (22)
authorcm-steem
permlinkre-roelandp-re-cm-steem-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190129t132615376z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-29 13:26:15
last_update2019-01-29 13:26:15
depth3
children0
last_payout2019-02-05 13:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation58,522,774,254,119
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,107,583
net_rshares0
@coingecko ·
$0.59
Thank you @roelandp for choosing CoinGecko's API!

We hope people love the multi-currency countervalue. Our Gecko-Steemians are playing with the app now as we speak!
πŸ‘  
properties (23)
authorcoingecko
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190131t033722069z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-01-31 03:37:21
last_update2019-01-31 03:37:21
depth1
children0
last_payout2019-02-07 03:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.441 HBD
curator_payout_value0.146 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation129,808,734,886,164
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,192,600
net_rshares1,207,377,650,171
author_curate_reward""
vote details (1)
@cryptobets ·
I have tried it πŸ‘
You are making the world better.
Great job.
properties (22)
authorcryptobets
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190130t014358249z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-30 01:44:48
last_update2019-01-30 01:44:48
depth1
children0
last_payout2019-02-06 01:44:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation22,554,376,794
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,138,444
net_rshares0
@cryptospa · (edited)
$0.35
[@roelandp](https://steemit.com/@roelandp), I do most of my STEEM transactions via STEEM wallet. I've been using it since September or October. Very nice wallet.

Also, I have voted for you as a witness.

So, keep on doing the great job!

A question: is it possible to integrate into the STEEM wallet some kind of cryptocurrency exchange, so that we exchange STEEM to BTC, or LTC, or EOS? For example in the Jaxx wallet was possible to exchange let's say LTC to BTC and vice versa.
πŸ‘  , , , , ,
properties (23)
authorcryptospa
permlinkcryptospa-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190130t000724610z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-30 00:07:24
last_update2019-01-30 00:16:03
depth1
children0
last_payout2019-02-06 00:07:24
cashout_time1969-12-31 23:59:59
total_payout_value0.262 HBD
curator_payout_value0.086 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length481
author_reputation789,437,561,636,508
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,134,966
net_rshares718,293,515,645
author_curate_reward""
vote details (6)
@darkflame ·
I like it!!

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authordarkflame
permlinkdarkflame-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190218t061100252z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-02-18 06:11:00
last_update2019-02-18 06:11:00
depth1
children0
last_payout2019-02-25 06:11:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation91,308,866,075,809
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,033,003
net_rshares0
@darrenfj ·
Wow. Seems like some cool stuff. Excited to download and try if out..
properties (22)
authordarrenfj
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t062850357z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 06:28:51
last_update2019-01-26 06:28:51
depth1
children0
last_payout2019-02-02 06:28:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation14,828,687,538,310
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,952,060
net_rshares0
@deanliu ·
love it. look great. will try later. thanks for your work! :)
properties (22)
authordeanliu
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t030959700z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 03:10:00
last_update2019-01-26 03:10:00
depth1
children0
last_payout2019-02-02 03:10:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation3,093,255,243,105,588
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,946,657
net_rshares0
@dmitrydao ·
Nice work. Our team actually used your wallet to test payments in Steem. It worked fast but we haven't found a way to scan invoice with embedded Steem URI. Maybe you'll include this feature in the next update. Would really appreciate that.

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  
properties (23)
authordmitrydao
permlinkdmitrydao-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t082347119z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-26 08:23:48
last_update2019-01-26 08:23:48
depth1
children5
last_payout2019-02-02 08:23:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length309
author_reputation53,581,951,060,288
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,954,823
net_rshares5,732,858,752
author_curate_reward""
vote details (1)
@roelandp ·
Thanks!

yes will be added asap. Can you show en example of your URI's ? 

are you using the "standard" set by this GH: https://github.com/steemit/steem-uri-spec ?

I already have that implementation on my todo's :) (a while also :P) 
https://github.com/roelandp/steemwallet/issues/1
properties (22)
authorroelandp
permlinkre-dmitrydao-dmitrydao-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t090831458z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://github.com/steemit/steem-uri-spec","https://github.com/roelandp/steemwallet/issues/1"],"app":"steemit/0.1"}
created2019-01-26 09:08:33
last_update2019-01-26 09:08:33
depth2
children4
last_payout2019-02-02 09:08:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,955,827
net_rshares0
@dmitrydao · (edited)
$0.28
Yes, we use standard URI scheme, something like this: ```steem://sign/transfer/username/amount```

You can check how it works in one of my [recent posts](https://steemit.com/steem/@dmitrydao/the-first-location-to-accept-eos-and-steem-in-seoul-south-korea) or test it out live via [this demo product](https://app.paytomat.com/pay_product/caPNDCuDj72) I made. 

Let me know what you think, I was considering adding our payment module for the next SteemFest. I believe it fits perfectly. You can make predefined tickets based on the ticket type and put them in the stock for multiple usage. The invoices are highly customizable, we can add as much extra fields  as needed (email, memo, name, etc.), even the number of products if the person wants to make bulk purchases. 

In any case, I always loved your work, hope to meet you in the next SteemFest.
πŸ‘  ,
properties (23)
authordmitrydao
permlinkre-roelandp-re-dmitrydao-dmitrydao-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t095622945z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@dmitrydao/the-first-location-to-accept-eos-and-steem-in-seoul-south-korea","https://app.paytomat.com/pay_product/caPNDCuDj72"],"app":"steemit/0.1"}
created2019-01-26 09:56:21
last_update2019-01-26 09:58:48
depth3
children3
last_payout2019-02-02 09:56:21
cashout_time1969-12-31 23:59:59
total_payout_value0.213 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length848
author_reputation53,581,951,060,288
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,957,008
net_rshares572,555,490,253
author_curate_reward""
vote details (2)
@donaldkeifer ·
but still there is no SP delegated?
properties (22)
authordonaldkeifer
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t140039658z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 14:00:39
last_update2019-01-26 14:00:39
depth1
children1
last_payout2019-02-02 14:00:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation19,621,226,544
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,965,488
net_rshares0
@roelandp ·
no. i don't have a surplus of SP just lying around for doing that. Please see the cost explanation in the post. Please note people can use the account for a couple of posts and upvotes as every fresh account gets some Resource Credits.
properties (22)
authorroelandp
permlinkre-donaldkeifer-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t203438476z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 20:34:39
last_update2019-01-26 20:34:39
depth2
children0
last_payout2019-02-02 20:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,983,125
net_rshares0
@ejspkk49 ·
thanks for your article I am new and this will help me
πŸ‘  
πŸ‘Ž  ,
properties (23)
authorejspkk49
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224156554z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:11:42
last_update2019-01-25 22:11:42
depth1
children0
last_payout2019-02-01 22:11:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation22,575,218,598
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,938,178
net_rshares-359,893,410,022
author_curate_reward""
vote details (3)
@exyle ·
$0.27
That's awesome, man! Account creation in app. 

It works flawlessly. Just created https://steemd.com/@navara as a test and resteemed this post on that new account to proof it was me.

Now that you have cracked how to do it do you think other mobile apps can follow your example. (Esteem, Partiko, Steepshot, Appics?) aka was it difficult to implement?
πŸ‘  
properties (23)
authorexyle
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t221238633z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemd.com/@navara"],"app":"steemit/0.1"}
created2019-01-25 22:12:39
last_update2019-01-25 22:12:39
depth1
children1
last_payout2019-02-01 22:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.202 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length351
author_reputation1,231,514,672,678,036
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,938,231
net_rshares549,399,130,514
author_curate_reward""
vote details (1)
@roelandp ·
Great :) @navara, good name :)

Well.... not perse difficult, but more time consuming.... 

for one, I needed to implement In-App Purchase for IOS and In-App Billing for Android on the app's side. 

Then it needed a backend RPC for validating these so-called "in app receipts" the phone sends on a successful purchase. 

Then there is the account creation part which is actually quite straight  forward thanks to Beempy by @holger80, it only needs the account name and the public key parts. 

Then there is Apple who can take a variable amount of time for reviewing your app :P 

<sub>Ps. I am happy to share my backend code for account creation and in-app validation through a private repo (for security) with other app projects. </sub>
properties (22)
authorroelandp
permlinkre-exyle-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224139367z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["navara","holger80"],"app":"steemit/0.1"}
created2019-01-25 22:41:39
last_update2019-01-25 22:41:39
depth2
children0
last_payout2019-02-01 22:41:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length737
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,243
net_rshares0
@forykw ·
$0.55
Thanks to the backlog of reading posts... I didn't miss this one. =) geee.. so much to cross check... that it easily gets crazy overloaded by this life.
πŸ‘  
properties (23)
authorforykw
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190206t100950096z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-02-06 10:09:51
last_update2019-02-06 10:09:51
depth1
children0
last_payout2019-02-13 10:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.411 HBD
curator_payout_value0.137 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation93,047,670,753,089
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,473,792
net_rshares1,137,870,103,588
author_curate_reward""
vote details (1)
@guruvaj ·
$0.09
One of the happiest moment of a steem user is to see an update on his favorite steem dapps!
Thanks, we expect more improvements in the future.

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  ,
properties (23)
authorguruvaj
permlinkguruvaj-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t201153716z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-27 20:11:54
last_update2019-01-27 20:11:54
depth1
children3
last_payout2019-02-03 20:11:54
cashout_time1969-12-31 23:59:59
total_payout_value0.067 HBD
curator_payout_value0.022 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation52,797,380,399,482
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,028,245
net_rshares180,319,353,216
author_curate_reward""
vote details (2)
@roelandp ·
ok ok :)
πŸ‘  
properties (23)
authorroelandp
permlinkre-guruvaj-guruvaj-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t210406302z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-27 21:04:09
last_update2019-01-27 21:04:09
depth2
children2
last_payout2019-02-03 21:04:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,029,839
net_rshares5,051,460,382
author_curate_reward""
vote details (1)
@guruvaj ·
Btw, hope you can issue an update on UI design. Give it more color perhaps and appealing buttons. Aesthetics change. 

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authorguruvaj
permlinkguruvaj-re-roelandp-re-guruvaj-guruvaj-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190128t212855039z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-28 21:28:54
last_update2019-01-28 21:28:54
depth3
children1
last_payout2019-02-04 21:28:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation52,797,380,399,482
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,079,298
net_rshares0
@heyimsnuffles ·
__steem_keychain_requires_title__
This is awesome, and I did not know this existed. Thanks a lot!

<sub>Posted using [Steeve](https://www.steeve.app/@steeveapp), an AI-powered Steem interface</sub>
properties (22)
authorheyimsnuffles
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t162052304z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"format":"markdown","app":"steeve/0.1"}
created2019-01-26 16:20:51
last_update2019-01-26 16:20:51
depth1
children0
last_payout2019-02-02 16:20:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation61,593,085,890,686
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,972,034
net_rshares0
@hoangduy ·
ThαΊ­t tuyệt vời vΓ  mΓ¬nh cΕ©ng Δ‘Γ£ cΓ³ α»©ng dα»₯ng <a href="https://downloadaplikasi.info/all-video-downloader-2018/download">downloadvideofacebook</a> tuyệt vời khΓ΄ng kΓ©m cαΊ‘nh Δ‘Γ’u nha
properties (22)
authorhoangduy
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t022218768z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://downloadaplikasi.info/all-video-downloader-2018/download"],"app":"steemit/0.1"}
created2019-01-26 02:22:18
last_update2019-01-26 02:22:18
depth1
children0
last_payout2019-02-02 02:22:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation0
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,945,392
net_rshares0
@holger80 · (edited)
$0.30
Great update and cool use case for beem. I already tested the new update on android, everything works good so far (did not test account creation).
πŸ‘  , , , , ,
properties (23)
authorholger80
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t220125277z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:01:27
last_update2019-01-25 22:02:12
depth1
children1
last_payout2019-02-01 22:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.226 HBD
curator_payout_value0.075 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation358,857,509,568,825
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,937,755
net_rshares612,349,779,944
author_curate_reward""
vote details (6)
@roelandp ·
Thanks holger, really working with beem for this was smooth sailing.  Such a nice product. Now looking into account claiming :P But needs some delegations then haha.
properties (22)
authorroelandp
permlinkre-holger80-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t225015816z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:50:15
last_update2019-01-25 22:50:15
depth2
children0
last_payout2019-02-01 22:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,515
net_rshares0
@inertia ·
$1.89
Works great!  I just created: https://steemd.com/@chunkybacon
πŸ‘  , , ,
properties (23)
authorinertia
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t213618435z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemd.com/@chunkybacon"],"app":"steemit/0.1"}
created2019-01-25 21:36:18
last_update2019-01-25 21:36:18
depth1
children8
last_payout2019-02-01 21:36:18
cashout_time1969-12-31 23:59:59
total_payout_value1.418 HBD
curator_payout_value0.472 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation346,568,901,399,561
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,936,965
net_rshares3,830,852,031,227
author_curate_reward""
vote details (4)
@ackza ·
@roelandp So can we ever see Steeminvite.com by @pharesim and this app working toehold to let me create a "free" account for myself or send an invite out? Maybe one day have an invite link market, trade instant steem accounts for btc or ltc
properties (22)
authorackza
permlinkre-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190410t063221990z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["roelandp","pharesim"],"app":"steemit/0.1"}
created2019-04-10 06:32:21
last_update2019-04-10 06:32:21
depth2
children0
last_payout2019-04-17 06:32:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation287,871,306,868,048
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,789,606
net_rshares0
@babyfu ·
good
properties (22)
authorbabyfu
permlinkre-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t075355445z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 07:54:00
last_update2019-01-26 07:54:00
depth2
children0
last_payout2019-02-02 07:54:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation456,707,819
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,954,153
net_rshares0
@roelandp ·
$0.05
nice one :)
πŸ‘  ,
properties (23)
authorroelandp
permlinkre-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t214513507z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 21:45:15
last_update2019-01-25 21:45:15
depth2
children2
last_payout2019-02-01 21:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,937,219
net_rshares92,984,477,069
author_curate_reward""
vote details (2)
@elderson ·
$0.02
@roelandp so We can buy STeem with this app too?
πŸ‘  , , ,
properties (23)
authorelderson
permlinkre-roelandp-re-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t215622191z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["roelandp"],"app":"steemit/0.1"}
created2019-01-27 21:15:51
last_update2019-01-27 21:15:51
depth3
children1
last_payout2019-02-03 21:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation22,445,512,322,956
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,030,399
net_rshares45,064,370,459
author_curate_reward""
vote details (4)
@roelandp ·
btw thanks for getting me linked up with this :) http://poignant.guide/book/ 

wasnt aware. pretty hilarious.
properties (22)
authorroelandp
permlinkre-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t091131695z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["http://poignant.guide/book/"],"app":"steemit/0.1"}
created2019-01-27 09:11:30
last_update2019-01-27 09:11:30
depth2
children1
last_payout2019-02-03 09:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,004,295
net_rshares0
@inertia ·
Yeah, I guess that *would* be right up your alley.  πŸ˜„
properties (22)
authorinertia
permlinkre-roelandp-re-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t153250520z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-27 15:32:51
last_update2019-01-27 15:32:51
depth3
children0
last_payout2019-02-03 15:32:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation346,568,901,399,561
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,018,194
net_rshares0
@russia-btc ·
Pretty boy )
properties (22)
authorrussia-btc
permlinkre-inertia-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t081233878z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 08:12:45
last_update2019-01-26 08:12:45
depth2
children0
last_payout2019-02-02 08:12:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation57,707,590,160,430
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,954,607
net_rshares0
@jamesndungu ·
New Dark theme is pretty cool! 

Creating an account is even simpler using in app payments. 

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  
properties (23)
authorjamesndungu
permlinkjamesndungu-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t134653580z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-26 13:47:06
last_update2019-01-26 13:47:06
depth1
children0
last_payout2019-02-02 13:47:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation11,533,535,622,827
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,964,779
net_rshares36,565,421,582
author_curate_reward""
vote details (1)
@jassicadean ·
Great app and easy to use you can download  from this  https://itunes.apple.com/us/app/steemwallet-by-roelandp-skhdg/id1428700017?mt=8
πŸ‘  
properties (23)
authorjassicadean
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190128t141801982z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://itunes.apple.com/us/app/steemwallet-by-roelandp-skhdg/id1428700017?mt=8"],"app":"steemit/0.1"}
created2019-01-28 14:18:06
last_update2019-01-28 14:18:06
depth1
children0
last_payout2019-02-04 14:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation204,862,776
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,062,263
net_rshares151,817,032
author_curate_reward""
vote details (1)
@jeffjagoe ·
$0.27
Awesome updates @roelandp! This definitely makes the app much more useful. 

Thanks for all of the epic work you put into this blockchain. Have a nice weekend!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  
properties (23)
authorjeffjagoe
permlinkjeffjagoe-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t213437677z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-25 21:34:39
last_update2019-01-25 21:34:39
depth1
children0
last_payout2019-02-01 21:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.202 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation609,402,196,524,518
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,936,914
net_rshares549,199,498,186
author_curate_reward""
vote details (1)
@jmjury ·
$0.06
This looks like an amazing wallet.  I’ll definitely check it out. 

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  , , ,
properties (23)
authorjmjury
permlinkjmjury-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t142239377z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-26 14:22:42
last_update2019-01-26 14:22:42
depth1
children0
last_payout2019-02-02 14:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.046 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation19,373,546,888,396
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,966,507
net_rshares123,202,045,224
author_curate_reward""
vote details (4)
@josechemi17 ·
hey thank you I did not know anything about this, how nice you are many thanks
properties (22)
authorjosechemi17
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t141011618z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 01:40:00
last_update2019-01-26 01:40:00
depth1
children0
last_payout2019-02-02 01:40:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation58,165,105,540
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,944,267
net_rshares0
@kenmelendez ·
$0.27
Love this, Roeland. I’ve gained a lot of value from using this app. Been wondering what you’ve been up to lately so it’s good to see an update from you. Appreciate all you do for this community 😊 -Ken

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  
properties (23)
authorkenmelendez
permlinkkenmelendez-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t213719550z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-25 21:37:21
last_update2019-01-25 21:37:21
depth1
children1
last_payout2019-02-01 21:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.201 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length262
author_reputation74,890,645,815,083
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,936,992
net_rshares547,567,615,793
author_curate_reward""
vote details (1)
@roelandp ·
Thx! 

yes this was quite some work. Not in the last place getting the app through iOS review, because it seemed stuck. I even made another app which contained a desperate video message asking the reviewers to look into the SteemWallet.app update.
πŸ‘  
properties (23)
authorroelandp
permlinkre-kenmelendez-kenmelendez-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t214630335z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 21:46:30
last_update2019-01-25 21:46:30
depth2
children0
last_payout2019-02-01 21:46:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,937,264
net_rshares31,445,634,843
author_curate_reward""
vote details (1)
@mehdiiiii ·
veru good

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘Ž  
properties (23)
authormehdiiiii
permlinkmehdiiiii-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t010035294z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-26 01:00:36
last_update2019-01-26 01:00:36
depth1
children0
last_payout2019-02-02 01:00:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation-98,964,649,302
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,943,312
net_rshares-52,276,632,627
author_curate_reward""
vote details (1)
@nateaguila ·
$0.29
Nice! I’m updating the app right now!

Are the new accounts created with any SP or leased SP delegation?

Are there sufficient RC to do anything?

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  ,
properties (23)
authornateaguila
permlinknateaguila-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t221038614z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-25 22:10:39
last_update2019-01-25 22:10:39
depth1
children7
last_payout2019-02-01 22:10:39
cashout_time1969-12-31 23:59:59
total_payout_value0.217 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation85,131,196,757,555
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,938,126
net_rshares589,601,542,018
author_curate_reward""
vote details (2)
@ascorphat · (edited)
Hey @nateguila,

Have you heard about @steem.ninja? There you pay $2.5USD, get a Steem account AND a 15 SP delegation for 90 days on top. Check it out: [Steem.Ninja ](https://account.steem.ninja?ref=ascorphat) There is also a referral program that pays you $0.5USD for every account sold with your ref link :)


Read @exyle's post about it here: https://steemit.com/exyle/@exyle/a-steem-account-for-only-usd2-with-creditcard-with-15-sp-delegation-thanks-to-oracle-d
Kindest regards

@ascorphat
properties (22)
authorascorphat
permlinkre-nateaguila-nateaguila-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t073158213z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["nateguila","steem.ninja","exyle","ascorphat"],"links":["https://account.steem.ninja?ref=ascorphat","https://steemit.com/exyle/@exyle/a-steem-account-for-only-usd2-with-creditcard-with-15-sp-delegation-thanks-to-oracle-d"],"app":"steemit/0.1"}
created2019-01-26 07:31:57
last_update2019-01-26 07:34:45
depth2
children4
last_payout2019-02-02 07:31:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length493
author_reputation31,936,394,752,060
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,953,601
net_rshares0
@roelandp ·
$0.13
Yes Steem.Ninja is great! We hope to lower the price also in the future, however we are also bound by the fact that the appstores account 33% markup-fee :( 

We just want to offer the 1-stop shop for being a wallet and also be able to offer account-creation!
πŸ‘  
properties (23)
authorroelandp
permlinkre-ascorphat-re-nateaguila-nateaguila-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t111428779z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 11:14:30
last_update2019-01-26 11:14:30
depth3
children3
last_payout2019-02-02 11:14:30
cashout_time1969-12-31 23:59:59
total_payout_value0.099 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length258
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,959,167
net_rshares267,571,610,163
author_curate_reward""
vote details (1)
@exyle ·
$0.29
No delegation on the account I just created. I was able to resteem and still have some Rc's left.
πŸ‘  ,
properties (23)
authorexyle
permlinkre-nateaguila-nateaguila-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t221453434z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:14:54
last_update2019-01-25 22:14:54
depth2
children0
last_payout2019-02-01 22:14:54
cashout_time1969-12-31 23:59:59
total_payout_value0.217 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation1,231,514,672,678,036
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,938,343
net_rshares590,342,291,850
author_curate_reward""
vote details (2)
@roelandp ·
$0.13
The accounts are created by paying the 3 Steem for creation, but there is no SP delegated or additionally given. Can be nice to do. I will look into this. Although officially it would be out of apple bounds as they don't want to offer crypto purchases through in app payments. 

Yes there is a little bit of RC with every new account. You can do 2 comments and some other transactions.
πŸ‘  
properties (23)
authorroelandp
permlinkre-nateaguila-nateaguila-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224857125z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:48:57
last_update2019-01-25 22:48:57
depth2
children0
last_payout2019-02-01 22:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length385
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,476
net_rshares267,670,810,382
author_curate_reward""
vote details (1)
@natha93 ·
$0.09
Klasse Arbeit πŸ‘πŸ˜„... Die App ist wirklich super einfach! 
Habe Sie, als Zeuge gewÀhlt und Folge Ihnen. 😊
πŸ‘  
properties (23)
authornatha93
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190128t133713712z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-28 13:37:15
last_update2019-01-28 13:37:15
depth1
children0
last_payout2019-02-04 13:37:15
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation6,178,768,594,802
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,059,855
net_rshares175,395,283,365
author_curate_reward""
vote details (1)
@newageinv ·
This is an amazing progression as it opens the door to even merchants creating option to receive payments seamlessly!  To have it using an in-app purchase is also very encouraging as it could bridge a large gap that exists today as many are intimidated by the purchasing of crypto!  I am sure the effort will pay off for us all so that for the effort!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authornewageinv
permlinknewageinv-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t222512668z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-25 22:25:12
last_update2019-01-25 22:25:12
depth1
children0
last_payout2019-02-01 22:25:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length413
author_reputation261,983,383,715,974
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,938,750
net_rshares0
@olusegun3386 ·
Very nice innovation,so it deducts 33% as payment from your steem balance as payment i still don't quite understand that part.But it is a welcome idea,I'll resteem this asap.
properties (22)
authorolusegun3386
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t021006638z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 02:10:12
last_update2019-01-26 02:10:12
depth1
children0
last_payout2019-02-02 02:10:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation980,820,827,550
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,945,075
net_rshares0
@onepercentbetter ·
$0.28
awesome was thinking steem need a mobile wallet for easy transaction. didnt know it exist mths ago. local currency estimate is useful, now we can go out dining with steem friends and pay in steem.

btw maybe you can consider using @oracle-d account creation api which @share2steem been using to help onboard new users to steem. 

s2s provide free steem account for new users with the self claim account and provide 15 sp delegation to help new users perform actions. if there's no more available claim account, s2s will call the api from oracle-d to get new free claimed steem account.

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  ,
properties (23)
authoronepercentbetter
permlinkonepercentbetter-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t164537116z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-26 16:45:36
last_update2019-01-26 16:45:36
depth1
children1
last_payout2019-02-02 16:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.213 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length655
author_reputation429,896,271,072,662
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,973,299
net_rshares573,409,521,993
author_curate_reward""
vote details (2)
@roelandp ·
thanks can be of interest for lowering the price of account creation, thank you for your suggestion. kr roeland
properties (22)
authorroelandp
permlinkre-onepercentbetter-onepercentbetter-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t202628449z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 20:26:30
last_update2019-01-26 20:26:30
depth2
children0
last_payout2019-02-02 20:26:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,982,842
net_rshares0
@oscarjose ·
Buena aplicaciΓ³n

Publicado utilizando Partiko Android
properties (22)
authoroscarjose
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t112102326z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 11:21:03
last_update2019-01-26 11:21:03
depth1
children0
last_payout2019-02-02 11:21:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation-320,359,906,609
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id78,959,341
net_rshares0
@pennsif ·
$0.28
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem25january2019-wq0s280bj2) - a digest of all you need to know about the State of Steem.

***

* *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem25january2019-wq0s280bj2).*

* *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/dtube/@pennsif/mxzr4cda).*

* *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-21-january-2019).*

* *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.*

***
πŸ‘  
properties (23)
authorpennsif
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t161645350z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem25january2019-wq0s280bj2","https://steemit.com/dtube/@pennsif/mxzr4cda","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-21-january-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"}
created2019-01-26 16:16:48
last_update2019-01-26 16:16:48
depth1
children0
last_payout2019-02-02 16:16:48
cashout_time1969-12-31 23:59:59
total_payout_value0.212 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length919
author_reputation636,410,097,572,565
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,971,814
net_rshares571,717,118,538
author_curate_reward""
vote details (1)
@prabinchd ·
Hello Sir. I like your post . You update people by latest posts. Please support me.

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorprabinchd
permlinkprabinchd-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t030922224z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-27 03:09:21
last_update2019-01-27 03:09:21
depth1
children0
last_payout2019-02-03 03:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation253,799,625,158
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,994,701
net_rshares0
@roelandp ·
Testing if Steemit.com supports steem:// links: 

<a href="steem://sign/op/WyJhY2NvdW50X3dpdG5lc3Nfdm90ZSIseyJhY2NvdW50IjoiX19zaWduZXIiLCJ3aXRuZXNzIjoicm9lbGFuZHAiLCJhcHByb3ZlIjp0cnVlfV0.">steem://sign/op/WyJhY2NvdW50X3dpdG5lc3Nfdm90ZSIseyJhY2NvdW50IjoiX19zaWduZXIiLCJ3aXRuZXNzIjoicm9lbGFuZHAiLCJhcHByb3ZlIjp0cnVlfV0.</a>
properties (22)
authorroelandp
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190224t214540047z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["steem://sign/op/WyJhY2NvdW50X3dpdG5lc3Nfdm90ZSIseyJhY2NvdW50IjoiX19zaWduZXIiLCJ3aXRuZXNzIjoicm9lbGFuZHAiLCJhcHByb3ZlIjp0cnVlfV0."],"app":"steemit/0.1"}
created2019-02-24 21:45:39
last_update2019-02-24 21:45:39
depth1
children0
last_payout2019-03-03 21:45:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length321
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,343,958
net_rshares0
@saal ·
Hi @roelandp
That's awesome, man! Account creation in app.

It works flawlessly. Just created https://steemd.com/@saal as a test and resteemed this post on that new account to proof it was me.

Now that you have cracked how to do it do you think other mobile apps can follow your example. (Esteem, Partiko, Steepshot, Appics?) aka was it difficult to implement
πŸ‘  
properties (23)
authorsaal
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t071548237z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["roelandp"],"links":["https://steemd.com/@saal"],"app":"steemit/0.1"}
created2019-01-26 07:15:54
last_update2019-01-26 07:15:54
depth1
children1
last_payout2019-02-02 07:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length360
author_reputation-209,612,011,368
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,953,228
net_rshares0
author_curate_reward""
vote details (1)
@roelandp ·
tell me, what do you think copy pasting comments adds to the discussion?
properties (22)
authorroelandp
permlinkre-saal-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t090943257z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 09:09:45
last_update2019-01-26 09:09:45
depth2
children0
last_payout2019-02-02 09:09:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,955,855
net_rshares0
@shadyshady ·
Great update thanks i will try
πŸ‘  , ,
πŸ‘Ž  
properties (23)
authorshadyshady
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t015015738z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-27 01:50:15
last_update2019-01-27 01:50:15
depth1
children0
last_payout2019-02-03 01:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation559,760,700,768
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,992,515
net_rshares18,789,704,820
author_curate_reward""
vote details (4)
@shitsignals ·
Wow nice update loved itπŸ˜€

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorshitsignals
permlinkshitsignals-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t044408581z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-01-26 04:44:09
last_update2019-01-26 04:44:09
depth1
children0
last_payout2019-02-02 04:44:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation18,358,499,116,291
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,949,324
net_rshares0
@soyrosa ·
$0.03
This is a HUGE update! Buying the account via a well-know/standard route is incredibly cool to possibly get more n00bs on here. I can see why you couldn’t wait for this to go live :D Cheers!

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
πŸ‘  ,
properties (23)
authorsoyrosa
permlinksoyrosa-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t005548767z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-26 00:55:51
last_update2019-01-26 00:55:51
depth1
children0
last_payout2019-02-02 00:55:51
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation335,707,483,911,582
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,943,188
net_rshares58,847,863,769
author_curate_reward""
vote details (2)
@stackin ·
Thanks Bossman! I will check it out πŸ’ͺπŸΌπŸ™ŒπŸΌπŸ’―

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authorstackin
permlinkstackin-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t231517183z
categoryutopian-io
json_metadata{"app":"partiko","client":"ios"}
created2019-01-25 23:15:51
last_update2019-01-25 23:15:51
depth1
children0
last_payout2019-02-01 23:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation833,057,026,588,099
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,940,303
net_rshares0
@steem-ua ·
#### Hi @roelandp!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your **UA** account score is currently 8.477 which ranks you at **#3** across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 194 contributions, your post is ranked at **#1**. Congratulations! 
##### Evaluation of your UA score:

* Your follower network is great!
* The readers appreciate your great work!
* Great user engagement! You rock!


**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t060413z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2019-01-26 06:04:15
last_update2019-01-26 06:04:15
depth1
children0
last_payout2019-02-02 06:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length623
author_reputation23,214,230,978,060
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,951,477
net_rshares0
@steemitboard ·
Congratulations @roelandp! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/toppayoutday.png</td><td>Your post got the highest payout on one day</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@roelandp)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-roelandp-20190127t060126000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-01-27 06:01:27
last_update2019-01-27 06:01:27
depth1
children0
last_payout2019-02-03 06:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length713
author_reputation38,975,615,169,260
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,999,294
net_rshares0
@steevebot ·
This story was recommended by Steeve to its users and upvoted by one or more of them.

Check @steeveapp to learn more about Steeve, an AI-powered Steem interface.
πŸ‘  
properties (23)
authorsteevebot
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-vote-beneficiaries
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steeve/0.1","format":"markdown"}
created2019-01-26 16:20:24
last_update2019-01-26 16:20:24
depth1
children0
last_payout2019-02-02 16:20:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation1,016,697,284,644
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,972,002
net_rshares0
author_curate_reward""
vote details (1)
@tarazkp ·
$0.22
Nice one. Out of curiosity, could it integrate with Keychain to automatically store the keys as well and then give a user access to the various keychain enabled apps more easily?
πŸ‘  
properties (23)
authortarazkp
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224207598z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:42:00
last_update2019-01-25 22:42:00
depth1
children2
last_payout2019-02-01 22:42:00
cashout_time1969-12-31 23:59:59
total_payout_value0.202 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation5,890,407,815,374,463
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,252
net_rshares548,109,211,232
author_curate_reward""
vote details (1)
@roelandp ·
$0.02
thanks. 

I would have to look into this, but afaik Keychain is a non-mobile app for storing your keys in an AES-256 wallet and run a local plugin for signing and broadcasting transactions right? 

After a successful purchase the app will return all your keys as derived from the master password you have to create (and confirm) prior to purchasing. 

Once the purchase is successful you could copy paste that master-password into Keychain. 

I'm not aware of auto-add keys to Keychain tho.
πŸ‘  
properties (23)
authorroelandp
permlinkre-tarazkp-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224606335z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:46:06
last_update2019-01-25 22:46:06
depth2
children1
last_payout2019-02-01 22:46:06
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length490
author_reputation662,936,810,561,284
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,364
net_rshares61,314,898,239
author_curate_reward""
vote details (1)
@tarazkp ·
>but afaik Keychain is a non-mobile app for storing your keys in an AES-256 wallet and run a local plugin for signing and broadcasting transactions right?

yeah, um, sure :D

>I'm not aware of auto-add keys to Keychain tho.

I am not either.
properties (22)
authortarazkp
permlinkre-roelandp-re-tarazkp-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190125t224920520z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-25 22:49:12
last_update2019-01-25 22:49:12
depth3
children0
last_payout2019-02-01 22:49:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length241
author_reputation5,890,407,815,374,463
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,939,481
net_rshares0
@the4thmusketeer ·
Great work! this is definitely something needed.
properties (22)
authorthe4thmusketeer
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t214110967z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 21:41:09
last_update2019-01-26 21:41:09
depth1
children0
last_payout2019-02-02 21:41:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation321,885,398,962,151
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,985,214
net_rshares0
@tykee · (edited)
$8.61
This is a huge update! I see a lot has been added to the  Steemwallet app. It's great that you developed a better alternative to create Steem accounts in the app. I haven't used the app before, however, I just hit the download button on Play store, and I am impressed! The app is sleek :)
I appreciate the details you provided on how to create instant accounts through the app. 
The post is entertaining, well written, and I enjoyed reading through! I appreciate the work done, and the information provided. You are awesome!

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/1/2-1-2-3-3-1-1-1-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , , , , , , , ,
properties (23)
authortykee
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t133804552z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/1/2-1-2-3-3-1-1-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-01-27 13:38:06
last_update2019-01-27 13:45:12
depth1
children1
last_payout2019-02-03 13:38:06
cashout_time1969-12-31 23:59:59
total_payout_value6.525 HBD
curator_payout_value2.086 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length976
author_reputation233,202,435,251,808
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,012,566
net_rshares17,250,535,448,197
author_curate_reward""
vote details (20)
@utopian-io ·
Thank you for your review, @tykee! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190127t133804552z-20190130t083013z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-30 08:30:15
last_update2019-01-30 08:30:15
depth2
children0
last_payout2019-02-06 08:30:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation152,955,367,999,756
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,152,036
net_rshares0
@ustazkarim ·
I like this application, but every update from you may always be the best later
properties (22)
authorustazkarim
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t144735759z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 14:47:39
last_update2019-01-26 14:47:39
depth1
children0
last_payout2019-02-02 14:47:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation7,156,059,491,487
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,967,388
net_rshares0
@utopian-io ·
$0.57
Hey, @roelandp!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
πŸ‘  
properties (23)
authorutopian-io
permlinkre-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190128t131056z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-01-28 13:11:00
last_update2019-01-28 13:11:00
depth1
children0
last_payout2019-02-04 13:11:00
cashout_time1969-12-31 23:59:59
total_payout_value0.427 HBD
curator_payout_value0.142 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length590
author_reputation152,955,367,999,756
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,058,751
net_rshares1,134,105,347,493
author_curate_reward""
vote details (1)
@vipuldeshwal12 ·
Good wallet for everyone for fast & secure transaction...
properties (22)
authorvipuldeshwal12
permlinkre-roelandp-steemwallet-1-1-0-major-updates-in-app-payment-1-click-to-buy-account-creation-themes-api-node-switcher-multicurrency-support-20190126t040613050z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-01-26 04:06:15
last_update2019-01-26 04:06:15
depth1
children0
last_payout2019-02-02 04:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation29,033,318,567
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,948,038
net_rshares0
@waleedtee · (edited)
This is a huge step for adoption ! great work. I will download the app now
properties (22)
authorwaleedtee
permlinkre-roelandp-2019127t01735144z
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","steemwallet","steemprojects","steemdev"],"app":"esteem/2.0.4-surfer","format":"markdown+html","community":"esteem.app"}
created2019-01-26 15:17:36
last_update2019-01-26 15:18:03
depth1
children0
last_payout2019-02-02 15:17:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation150,038,134,018
root_title"SteemWallet 1.1.0 - major updates! - In-App Payment (1-click to buy) Account Creation, Themes, Api-node switcher, Multicurrency support and bugfixes."
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id78,968,666
net_rshares0