create account

Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report by kencode

View this thread on: hive.blogpeakd.comecency.com
· @kencode ·
$335.01
Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report
**Happy Friday!!** 
 
Before I get to this week's product updates, I want to mention **one** of the reasons why I realized that I am [Agorist](https://en.wikipedia.org/wiki/Agorism). I really don't think that it matters much which country you live in, but if you look into the Federal code for your country, and your local municipals obey what your Federales dictate, then in essence, you are literally a product of that country, and they own you. Yes, they actually own you, as if you were their pet hamster or something. 
 
"United States" (for example) is [defined](https://www.law.cornell.edu/uscode/text/28/3002) as a Federal Corporation (28 US Code ยง 3002 sect 15A). When your parents held up their hand and pledged their [allegiance to the flag](https://www.youtube.com/watch?v=_kOEg55vewU), they just became the actual property of that government. Then, their children, and children's children etc are all offspring products of the first product, automatically owned by the same Corporation. This is also why you must have permission to leave (a Passport). They literally own you. 
 
Soooo, let's use [counter-economics](http://agorism.info) to render their hegemony obsolete! 
 
![Agorist Flag](https://steemitimages.com/DQmWVaXK3kJ84qNyNSM3eZcdUeUTKGLN3w3zjjHLd2YCux3/agorist-flag.png) 
 
**Stealth** - Tons of work done this week on the Stealth automated backups! Backup schemes in C-IPFS must be done perfectly so that even across different types of IPFS nodes (go-ipfs, js-ipfs, etc) the synchronization is seamless, no matter what device is running our software. Nodeio was close, but did not quite cut it so we chose bitswap instead and are making a few tweaks to it this week so that it works perfectly with Stealth backups (automated or not). We are tweaking the protocol to enable filesystem synchronization across the differing networks (kinda like side-chains imo). 
 
So we began writing the Bitswap protocol directly into C-IPFS and this should be done and fully tested in less than 2 weeks. We are also aiming for 33-50% code commenting too so that once we are ready to doxygen the documentation, then we can have experienced coders from all over the world using our software on their various devices as well (I will reveal more about this massive project in the coming weeks). 
 
General code maintenance: 
https://github.com/kenCode-de/c-libp2p/commit/73fcecfdcf1cde170fba90499b953b1dd0fc04ee 
https://github.com/kenCode-de/c-libp2p/commit/3b52948b3b14a80b408e5656e1fdfdb749ac0167 
https://github.com/kenCode-de/c-libp2p/commit/8bf4e3cf075c117cad0a9da4e3f954b150fb019e 
https://github.com/kenCode-de/c-libp2p/commit/e2d63e029cabdafaf6bb5a8c1206cbf373d3a09b 
https://github.com/kenCode-de/c-libp2p/commit/ffd27eb0622d9947e8d58bac7f05524b21a56ddf 
https://github.com/kenCode-de/c-libp2p/commit/dfb1aba247e7aac62981553e9d16d12472074060 
https://github.com/kenCode-de/c-libp2p/commit/2f8057e4b855defd76c270c43ed7c78fc418069c 
https://github.com/kenCode-de/c-ipfs/commit/069379acf4f49a3ee5036448f33c3afe0832f3d7 
https://github.com/kenCode-de/c-ipfs/commit/cb05b249ba0eea3c7f0ef5e554721ccf607459ee 
 
The Bitswap protocol: 
https://github.com/kenCode-de/c-ipfs/commit/d038b5d6f73f10743562b9e6ffb0cbd5d7034695 
https://github.com/kenCode-de/c-ipfs/commit/250b88601a0c307a357ae830b2939d8a1411d85a 
https://github.com/kenCode-de/c-ipfs/commit/6e19c14bab4d97db85c8452a13cede4eea7b5899 
https://github.com/kenCode-de/c-ipfs/commit/1fe5be1c5c91a5a534324a6e8a9107a872d9a3ae 
https://github.com/kenCode-de/c-ipfs/commit/2232d03854a3f18b860e5a0676dd8fcdad745b2a 
https://github.com/kenCode-de/c-ipfs/commit/f47a6116f0655d33a07985b018b5aec0cacf263d 
https://github.com/kenCode-de/c-ipfs/commit/2bb70b01be3c6f1ab09c924cd3c739ff7c307b13 
 
We also got the initial API implemented this week: 
https://github.com/kenCode-de/c-ipfs/commit/cce43e2bce24d4028c9f2a4a9fcb7c72b4e935eb 
 
We tested it running along with the rest of the code and had zero problems. The next step is to put the ZLib for compression and jsmn (json library already present in the c-ipfs repository) and make the internal function calls. 
 
![------](https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png) 
 
**BlockPay** - Both the QRCodeActivity and the BrainkeyActivity were failing in case the first node/server was not available. This was the case because graphenej didn't yet offer support for a centralized message broker. Every activity/fragment that needs network data must then manage its own connection. A new message broker feature is being finished this week. But in order to give people some working software sooner rather than later, these fixes were introduced [here](https://github.com/kenCode-de/blockpay-s/commit/06c6041fd05c891ec4abbaeaff5cea2147ab7cd3) and included in the [latest v1.5.13 release](https://play.google.com/store/apps/details?id=de.bitsharesmunich.blockpay). In that same commit the old nodes were also removed from the list and we're now relying on 2 different nodes. 
 
I am still keeping BlockPay in a private repo for now so that we can get some market traction first, but I will probably make the private repo a public repo like the rest in a couple of weeks: 
 
![BlockPay Updates](https://steemitimages.com/DQmQckxYPZmtf7ngLggRRN8ykn3Y88VxwQdp1esPKX7kRJs/blockpay-updates.png) 
 
A bug that made the app crash whenever the user tapped the desired amount and moved on to the QR code screen too fast was fixed in [this](https://github.com/kenCode-de/blockpay-s/commit/4f29d70e6c90754113d4a6124a0651b3fb97f013) commit. The root cause was a thread mismanagement that caused a NullPointerException.

In [this](https://github.com/kenCode-de/blockpay-s/commit/76309d9b2b6225f6b2dc1cffb5d7e9399f053d35) commit we are introducing the initial stub of a "Setup Wizard" for BlockPay which should streamline the initial setup procedure by breaking it apart into 3 very distinct steps, with plenty of room for explanations and pictures. We have done an initial mockup animation for this Setup Wizard already. If you'd like to see it, it has been uploaded to our **Telegram group chat**, so just ping us there to have a sneak peek: 
 
http://t.me/BlockPay 
 
![------](https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png) 
 
**Smartcoins Wallet** - Since we had to setup new servers (remember, we had to freeze the bank account of you-know-who), this week we have done a lot of testing on the new servers so that we don't ever have a network downtime. This is not cheap, so again I have got to thank @onceuponatime for stepping up to save the project! 
 
We now have the new servers online and running, and we have updated the node-hopping list in the code of the app itself to look for the new servers in the list. 
 
The Transactions display has been undergoing some major improvements as well so that you do not have to sit there waiting for the database to sync up the first time from the full nodes. We use a "lazy loading" process in the background now so as to not annoy the user. 
 
Also, we have gotten back up to speed on the [issues](https://github.com/kenCode-de/smartcoins-wallet) that were reported on my github page and should have the rest of them knocked out very soon while we are working on the "[Carbon](https://steemit.com/news/@kencode/re-introducing-carbon-the-1st-mobile-wallet-to-support-ereceipts-nfc-loyalty-points-six-chains)" features at the same time. 
 
Relevant commits for all this work can be audited here: 
https://github.com/kenCode-de/smartcoins-wallet/commit/36a88ed56906e217d689906e0a7dfc148fb85d08 
https://github.com/kenCode-de/smartcoins-wallet/commit/af48c00cd2da2209b1bcbc379c362b981df67318 
https://github.com/kenCode-de/smartcoins-wallet/commit/cd1f84ca53a06595bd186d4d1b35818868e348e3 
https://github.com/kenCode-de/smartcoins-wallet/commit/92a8a4156cccdf5b67f3ee252174dfa8682f58e3 
https://github.com/kenCode-de/smartcoins-wallet/commit/a852421b92caad75bcf239662cdc93f342433908 
https://github.com/kenCode-de/smartcoins-wallet/commit/8ab39abe9ff2505bdf8fed4251a419c8a2d5149d 
https://github.com/kenCode-de/smartcoins-wallet/commit/d022e52cedfe39dc6964f633e04212530398e75a 
 
If you haven't tried the Smartcoins Wallet for android yet, give it a shot! 
https://play.google.com/store/apps/details?id=de.bitsharesmunich.smartcoinswallet 
 
![------](https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png) 
 
**graphenej** - Graphenej is the library that we have built that anyone can use to develop mobile wallets on android for the Bitshares blockchain. See my github page if you'd like to [fork it](https://github.com/kenCode-de/graphenej), tweak and compete as I always say. 
 
We have now finished the implementation of Node-Hopping, and the message broker in graphenej (and better doc styles). This means that, when we replace old usage into new usage in BlockPay and the Smartcoins Wallet, all network messages will be dealt with by a broker (which is very well organized and easily extensible) in one active WebSocket connection to the node (instead of the current mess of having one WebSocket per Activity, which is a bandwidth killer). 
 
We have now completed the base API docs and some code style refactoring for graphenej API classes (classes on the package de.bitsharesmunich.graphenej.api). The code and comment style used are now official Android (https://source.android.com/source/code-style) and Oracle (http://www.oracle.com/technetwork/articles/java/index-137868.html) guidelines. 
 
The relevant commits for this work can be audited here: 
https://github.com/kenCode-de/graphenej/commit/5369976f08047d05ed9d021c820260025a07851d 
https://github.com/kenCode-de/graphenej/commit/7313279f95664385e7f922a4217532bcaedb102a 
https://github.com/kenCode-de/graphenej/commit/5a58cf557959f08da244cc6bb1d4bfaff9a2c9b0 
https://github.com/kenCode-de/graphenej/commit/c29830da9bc3d80ea6ac3bb0a6da0ade7b34642d 
https://github.com/kenCode-de/graphenej/commit/f367eb0021cca1a92e612d92a0ee8fe0677c5635 
https://github.com/kenCode-de/graphenej/commit/ad2e41454808d79ce5eac3a2cfa7a7424aba2ae9 
https://github.com/kenCode-de/graphenej/commit/e364fe678fec81a095b19379d54f2cfd135616f5 
https://github.com/kenCode-de/graphenej/commit/a824d8fc40edb482d5c8ea45bd749915e8eb8792 
 
![------](https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png) 
 
**Ledger Nano S** - Man it's gonna be REALLY nice having a cold-storage device for Bitshares assets. This week, our Ledger Nano S devices arrived so that we can compile their sdk, got the testing server all setup, studied the Ledger documentation a bit more, communicated a bit more with the Ledger Core Devs, and begin actual setup and testing on the device itself.. 
 
![ledger-nano-s-bitshares-support.jpg](https://steemitimages.com/DQmQ11F9ivvyNGSZiu7RYjsX8YdCwWCPfqSrqZAvkk56C88/ledger-nano-s-bitshares-support.jpg) 
 
In addition, more technical research done now on the Ledger Nano S firmware, BOLOS, and tight graphene integration. We also configured the Ledger-specific development environment, and compiled and loaded their HelloWorld onto the device (this was interesting as there was some conflicting documentation on how to run this one). 
 
![------](https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png) 
 
**Status of his BitShares Munich IVS hostile-takeover attempt** - Not sure where our CFO you-know-who has been the last month or so, but my lawyer has luckily been able to communicate somewhat with his father/lawyer and figure out how we are going to settle this BitShares Munich IVS mess. There are now 895 of us BLOCKPAY token holders (http://cryptofresh.com/a/BLOCKPAY) so I hope to hell he does the right thing here, but we will know for sure by the 28th as I mentioned in [my last post](https://steemit.com/news/@kencode/smartcoins-wallet-blockpay-ledger-nano-s-stealth-bitshares-munich-ivs-weekly-report). 
 
## I hope you enjoy my weekly reports, we get a lot done every week and I have a lot of ideas for additional products! 
 
On that note, I have another job opening that I will be posting in a couple days too, so stay tuned and thank you again for Following our work! :) 
 
Peace, Love, and Agorism. 
 ..ken
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 290 others
properties (23)
authorkencode
permlinkstealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report
categorynews
json_metadata{"tags":["news","blockpay","bitcoin","bitshares-munich","hostile-takeover"],"users":["onceuponatime"],"image":["https://steemitimages.com/DQmWVaXK3kJ84qNyNSM3eZcdUeUTKGLN3w3zjjHLd2YCux3/agorist-flag.png","https://steemitimages.com/DQmRdaf5sD5whgrRyphgNeK2P2qaTaUBgYf7pP56BjppmAs/hr.png","https://steemitimages.com/DQmQckxYPZmtf7ngLggRRN8ykn3Y88VxwQdp1esPKX7kRJs/blockpay-updates.png","https://steemitimages.com/DQmQ11F9ivvyNGSZiu7RYjsX8YdCwWCPfqSrqZAvkk56C88/ledger-nano-s-bitshares-support.jpg"],"links":["https://en.wikipedia.org/wiki/Agorism","https://www.law.cornell.edu/uscode/text/28/3002","https://www.youtube.com/watch?v=_kOEg55vewU","http://agorism.info","https://github.com/kenCode-de/c-libp2p/commit/73fcecfdcf1cde170fba90499b953b1dd0fc04ee","https://github.com/kenCode-de/c-libp2p/commit/3b52948b3b14a80b408e5656e1fdfdb749ac0167","https://github.com/kenCode-de/c-libp2p/commit/8bf4e3cf075c117cad0a9da4e3f954b150fb019e","https://github.com/kenCode-de/c-libp2p/commit/e2d63e029cabdafaf6bb5a8c1206cbf373d3a09b","https://github.com/kenCode-de/c-libp2p/commit/ffd27eb0622d9947e8d58bac7f05524b21a56ddf","https://github.com/kenCode-de/c-libp2p/commit/dfb1aba247e7aac62981553e9d16d12472074060","https://github.com/kenCode-de/c-libp2p/commit/2f8057e4b855defd76c270c43ed7c78fc418069c","https://github.com/kenCode-de/c-ipfs/commit/069379acf4f49a3ee5036448f33c3afe0832f3d7","https://github.com/kenCode-de/c-ipfs/commit/cb05b249ba0eea3c7f0ef5e554721ccf607459ee","https://github.com/kenCode-de/c-ipfs/commit/d038b5d6f73f10743562b9e6ffb0cbd5d7034695","https://github.com/kenCode-de/c-ipfs/commit/250b88601a0c307a357ae830b2939d8a1411d85a","https://github.com/kenCode-de/c-ipfs/commit/6e19c14bab4d97db85c8452a13cede4eea7b5899","https://github.com/kenCode-de/c-ipfs/commit/1fe5be1c5c91a5a534324a6e8a9107a872d9a3ae","https://github.com/kenCode-de/c-ipfs/commit/2232d03854a3f18b860e5a0676dd8fcdad745b2a","https://github.com/kenCode-de/c-ipfs/commit/f47a6116f0655d33a07985b018b5aec0cacf263d","https://github.com/kenCode-de/c-ipfs/commit/2bb70b01be3c6f1ab09c924cd3c739ff7c307b13","https://github.com/kenCode-de/c-ipfs/commit/cce43e2bce24d4028c9f2a4a9fcb7c72b4e935eb","https://github.com/kenCode-de/blockpay-s/commit/06c6041fd05c891ec4abbaeaff5cea2147ab7cd3","https://play.google.com/store/apps/details?id=de.bitsharesmunich.blockpay","https://github.com/kenCode-de/blockpay-s/commit/4f29d70e6c90754113d4a6124a0651b3fb97f013","https://github.com/kenCode-de/blockpay-s/commit/76309d9b2b6225f6b2dc1cffb5d7e9399f053d35","http://t.me/BlockPay","https://github.com/kenCode-de/smartcoins-wallet","https://steemit.com/news/@kencode/re-introducing-carbon-the-1st-mobile-wallet-to-support-ereceipts-nfc-loyalty-points-six-chains","https://github.com/kenCode-de/smartcoins-wallet/commit/36a88ed56906e217d689906e0a7dfc148fb85d08","https://github.com/kenCode-de/smartcoins-wallet/commit/af48c00cd2da2209b1bcbc379c362b981df67318","https://github.com/kenCode-de/smartcoins-wallet/commit/cd1f84ca53a06595bd186d4d1b35818868e348e3","https://github.com/kenCode-de/smartcoins-wallet/commit/92a8a4156cccdf5b67f3ee252174dfa8682f58e3","https://github.com/kenCode-de/smartcoins-wallet/commit/a852421b92caad75bcf239662cdc93f342433908","https://github.com/kenCode-de/smartcoins-wallet/commit/8ab39abe9ff2505bdf8fed4251a419c8a2d5149d","https://github.com/kenCode-de/smartcoins-wallet/commit/d022e52cedfe39dc6964f633e04212530398e75a","https://play.google.com/store/apps/details?id=de.bitsharesmunich.smartcoinswallet","https://github.com/kenCode-de/graphenej","https://source.android.com/source/code-style","https://github.com/kenCode-de/graphenej/commit/5369976f08047d05ed9d021c820260025a07851d","https://github.com/kenCode-de/graphenej/commit/7313279f95664385e7f922a4217532bcaedb102a","https://github.com/kenCode-de/graphenej/commit/5a58cf557959f08da244cc6bb1d4bfaff9a2c9b0","https://github.com/kenCode-de/graphenej/commit/c29830da9bc3d80ea6ac3bb0a6da0ade7b34642d","https://github.com/kenCode-de/graphenej/commit/f367eb0021cca1a92e612d92a0ee8fe0677c5635","https://github.com/kenCode-de/graphenej/commit/ad2e41454808d79ce5eac3a2cfa7a7424aba2ae9","https://github.com/kenCode-de/graphenej/commit/e364fe678fec81a095b19379d54f2cfd135616f5","https://github.com/kenCode-de/graphenej/commit/a824d8fc40edb482d5c8ea45bd749915e8eb8792","http://cryptofresh.com/a/BLOCKPAY","https://steemit.com/news/@kencode/smartcoins-wallet-blockpay-ledger-nano-s-stealth-bitshares-munich-ivs-weekly-report"],"app":"steemit/0.1","format":"markdown"}
created2017-07-21 10:01:30
last_update2017-07-21 10:01:30
depth0
children90
last_payout2017-07-28 10:01:30
cashout_time1969-12-31 23:59:59
total_payout_value272.052 HBD
curator_payout_value62.958 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,273
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,178,144
net_rshares82,783,805,704,379
author_curate_reward""
vote details (354)
@accomplish ·
$0.02
Good article ,lots of information in that..
๐Ÿ‘  
properties (23)
authoraccomplish
permlinkre-kencode-2017721t162211371z
categorynews
json_metadata{"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-21 10:52:18
last_update2017-07-21 10:52:18
depth1
children0
last_payout2017-07-28 10:52:18
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation201,113,940,534
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,182,068
net_rshares5,121,919,684
author_curate_reward""
vote details (1)
@ame9ran ·
thank you so so much for the information...men i love you
๐Ÿ‘  ,
properties (23)
authorame9ran
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t081106408z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 15:12:12
last_update2017-07-21 15:12:12
depth1
children0
last_payout2017-07-28 15:12: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_length57
author_reputation789,461,776
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,205,293
net_rshares3,962,865,696
author_curate_reward""
vote details (2)
@amvanaken ·
$0.03
This is why everybody needs a gun! And also that is so cool you're trying to get the Ledger Nano S to work with BITSHARES!!! I am so excited for the progress on that because the tokens that are compatible with the Ledger is limited!
๐Ÿ‘  ,
properties (23)
authoramvanaken
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t121610359z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 12:16:09
last_update2017-07-21 12:16:09
depth1
children11
last_payout2017-07-28 12:16:09
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length232
author_reputation18,480,113,935,205
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,188,689
net_rshares8,239,771,270
author_curate_reward""
vote details (2)
@kencode ·
Nah, I don't think everybody needs a gun. Let's remove the incentives for aggression first. Peaceful parenting is key, teach the Non-Aggression Principle to our kids.. education is everything. 
 
As for the Ledger Nano S, yep that will be an awesome addition to the Bitshares platform. As always it will be open source too :)
๐Ÿ‘  
properties (23)
authorkencode
permlinkre-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t145024266z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 14:50:24
last_update2017-07-21 14:50:24
depth2
children10
last_payout2017-07-28 14:50: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_length325
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,202,956
net_rshares461,803,531
author_curate_reward""
vote details (1)
@amvanaken ·
$0.15
I don't think that owning a gun makes you aggressive by nature... I am a loving hippy at heart, and have no desire to shoot somebody. However, I am 100% a believer in self-defense. Does that make me aggressive in your opinion? If nobody had guns, I wouldn't feel the need to have one. And if all crypto exchanges were reliable, I wouldn't feel the need for a hard wallet either :D it's all about how MUCH do you trust other people, and I don't think that aggression really plays a role in my actions, except for aggressively acquiring more crypto (: and when you say it will make an awesome addition to the bitshares platform, are you designing an app to store BTS on the Ledger (google chrome app) or are you building a Ledger interface for the bitshares online exchange / DEX? 

I have a lot of faith in Bitshares in the near future and I don't really like how it seems different for sending/receiving, with regards to other digital assets. But yeah, I didn't mean to come off as hostile or aggressive and I'd love to hear more about specifically what you're designing!
๐Ÿ‘  
properties (23)
authoramvanaken
permlinkre-kencode-re-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t150915827z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-24 15:09:21
last_update2017-07-24 15:09:21
depth3
children4
last_payout2017-07-31 15:09:21
cashout_time1969-12-31 23:59:59
total_payout_value0.110 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,071
author_reputation18,480,113,935,205
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,547,738
net_rshares39,418,909,484
author_curate_reward""
vote details (1)
@full-steem-ahead · (edited)
$6.57
Is it easy to work with the nano? i.e. can anyone obtain the nano sdk and program the device with custom firmware? Are any fee based licenses required or is the sdk open source?

Right on wrt peaceful parenting and the need to raise children without modeling violence.
๐Ÿ‘  , , ,
properties (23)
authorfull-steem-ahead
permlinkre-kencode-re-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t212026831z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-23 21:20:27
last_update2017-07-23 21:21:30
depth3
children4
last_payout2017-07-30 21:20:27
cashout_time1969-12-31 23:59:59
total_payout_value4.928 HBD
curator_payout_value1.638 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation30,177,498,572,933
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,459,504
net_rshares1,699,544,330,917
author_curate_reward""
vote details (4)
@arcange ·
$0.87
Congratulations @kencode!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170721) in the following category:

* Pending payout - Ranked 8 with $ 363,68
๐Ÿ‘  ,
properties (23)
authorarcange
permlinkre-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t163941000z
categorynews
json_metadata""
created2017-07-22 14:38:39
last_update2017-07-22 14:38:39
depth1
children0
last_payout2017-07-29 14:38:39
cashout_time1969-12-31 23:59:59
total_payout_value0.652 HBD
curator_payout_value0.214 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length206
author_reputation1,146,633,668,945,473
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,312,689
net_rshares222,298,980,178
author_curate_reward""
vote details (2)
@ashaman ·
$0.17
Cold storage will certainly make sleeping at night easier...
๐Ÿ‘  ,
properties (23)
authorashaman
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t060710955z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 06:07:12
last_update2017-07-22 06:07:12
depth1
children0
last_payout2017-07-29 06:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.132 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation3,785,245,463,720
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,273,045
net_rshares44,650,914,863
author_curate_reward""
vote details (2)
@atechforu ·
$0.04
extremely good article full of knowledge i love reading it.
๐Ÿ‘  
properties (23)
authoratechforu
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104024672z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:40:39
last_update2017-07-21 10:40:39
depth1
children0
last_payout2017-07-28 10:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.030 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation1,131,173,407,165
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,181,203
net_rshares9,817,012,728
author_curate_reward""
vote details (1)
@bikash-tutor ·
$0.02
Thank you for writing such a post
๐Ÿ‘  
properties (23)
authorbikash-tutor
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104206783z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:42:09
last_update2017-07-21 10:42:09
depth1
children0
last_payout2017-07-28 10:42:09
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation4,579,993,214,824
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,181,313
net_rshares5,121,919,684
author_curate_reward""
vote details (1)
@bindu ·
Thank you for the informative post... I love the content you have chosen.. Followed and upvoted.. Do follow me @bindu
properties (22)
authorbindu
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170725t104401763z
categorynews
json_metadata{"tags":["news"],"users":["bindu"],"app":"steemit/0.1"}
created2017-07-25 10:44:06
last_update2017-07-25 10:44:06
depth1
children0
last_payout2017-08-01 10:44: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_length117
author_reputation5,052,906,972,743
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,650,619
net_rshares0
@brothermic ·
$0.07
interesting, just discover your blog
๐Ÿ‘  ,
properties (23)
authorbrothermic
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t075857291z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-24 07:58:57
last_update2017-07-24 07:58:57
depth1
children0
last_payout2017-07-31 07:58:57
cashout_time1969-12-31 23:59:59
total_payout_value0.052 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation70,127,808,776,053
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,505,416
net_rshares17,528,819,014
author_curate_reward""
vote details (2)
@daniel2416 ·
$5.89
@kencode An amazing post like your earlier ones. BitShares is going to be in a lot of controversy as takeovers and sudden chain shifts are controlling its primary asset valuation. However, it can become a stable one when it gains a critical price point decision with respect to the dominating market valuation coins.
                     
Also, the mass acceptance of USB hardware/cold wallets like Ledger and also developments in the BlockPay chain are important just before the SegWit announcement on 1st August. 
@kencode Sir, what's your opinion on the Segwit and dominant blockchain decisions (tentatively on 1st August, 2017)?
๐Ÿ‘  , , ,
properties (23)
authordaniel2416
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t184652564z
categorynews
json_metadata{"tags":["news"],"users":["kencode"],"app":"steemit/0.1"}
created2017-07-21 18:46:54
last_update2017-07-21 18:46:54
depth1
children8
last_payout2017-07-28 18:46:54
cashout_time1969-12-31 23:59:59
total_payout_value4.484 HBD
curator_payout_value1.409 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length632
author_reputation71,130,677,251
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,226,387
net_rshares1,503,266,928,188
author_curate_reward""
vote details (4)
@kencode ·
$6.79
hmm, well i think if bitcoin incorporates both lightning network AND segwit, it still won't be as fast or scale anywhere near to where the Bitshares platform was over 2 years ago. and Bitshares lets you use any coins you want, so why people refuse to look at more than 1 chain is beyond me. never put all your eggs in one basket i always say.
๐Ÿ‘  , , ,
properties (23)
authorkencode
permlinkre-daniel2416-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t191142478z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 19:11:42
last_update2017-07-21 19:11:42
depth2
children7
last_payout2017-07-28 19:11:42
cashout_time1969-12-31 23:59:59
total_payout_value5.096 HBD
curator_payout_value1.694 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length342
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,228,522
net_rshares1,733,402,606,579
author_curate_reward""
vote details (4)
@full-steem-ahead ·
$6.62
In my research this morning I learned of the influence and backing of the btc core team, i.e. blockstream and MIT. Not good. I am highly distrustful of direction core team will go, regardless of any tech they may produce. Don't think a split will be good for btc, on the otherhand neither will the globalist / statist interests backing core. Time to find a safe haven. I know where that will be for me.
๐Ÿ‘  , , ,
properties (23)
authorfull-steem-ahead
permlinkre-kencode-re-daniel2416-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t211706337z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-23 21:17:06
last_update2017-07-23 21:17:06
depth3
children6
last_payout2017-07-30 21:17:06
cashout_time1969-12-31 23:59:59
total_payout_value4.969 HBD
curator_payout_value1.655 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length402
author_reputation30,177,498,572,933
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,459,224
net_rshares1,713,378,725,956
author_curate_reward""
vote details (4)
@enazwahsdarb ·
$0.21
You seem like a very wise guy. Awesomeness! Keep it up @kenCode! 

Talk soon.
๐Ÿ‘  
properties (23)
authorenazwahsdarb
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120638960z
categorynews
json_metadata{"tags":["news"],"users":["kencode"],"app":"steemit/0.1"}
created2017-07-21 12:06:39
last_update2017-07-21 12:06:39
depth1
children0
last_payout2017-07-28 12:06:39
cashout_time1969-12-31 23:59:59
total_payout_value0.158 HBD
curator_payout_value0.052 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation37,577,290,910,321
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,187,960
net_rshares52,499,676,767
author_curate_reward""
vote details (1)
@eric-boucher ·
$1.47
What a great update and educational post, again! Thank you for sharing this with us all and empowering us with this knowledge. All for one and one for all!

In hopes this message finds you well, still thriving, easily smiling and taking good care.

Namaste     :)
๐Ÿ‘  ,
properties (23)
authoreric-boucher
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t231042351z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-23 23:10:42
last_update2017-07-23 23:10:42
depth1
children4
last_payout2017-07-30 23:10:42
cashout_time1969-12-31 23:59:59
total_payout_value1.422 HBD
curator_payout_value0.046 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation68,503,601,066,539
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,467,782
net_rshares381,050,498,610
author_curate_reward""
vote details (2)
@cem ·
$0.17
Hi @eric-boucher,

Congratulations! You have been chosen to appear on another amazing edition of "[Who to Follow Daily](https://steemit.com/wtf/@cem/who-to-follow-wtf-daily-the-steemit-marketplace)". Thank you for adding so much value to the Steemit community. Steem on!

https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/DQmQbfquy5pNwKSEV6NPejNR7ZbUsRLXrdsW89sjkMiLuGS/wtf.jpg
๐Ÿ‘  
properties (23)
authorcem
permlinkre-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t232953917z
categorynews
json_metadata{"tags":["news"],"users":["eric-boucher"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/DQmQbfquy5pNwKSEV6NPejNR7ZbUsRLXrdsW89sjkMiLuGS/wtf.jpg"],"links":["https://steemit.com/wtf/@cem/who-to-follow-wtf-daily-the-steemit-marketplace"],"app":"steemit/0.1"}
created2017-07-23 23:29:54
last_update2017-07-23 23:29:54
depth2
children2
last_payout2017-07-30 23:29:54
cashout_time1969-12-31 23:59:59
total_payout_value0.128 HBD
curator_payout_value0.042 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length413
author_reputation3,199,586,095,687
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,469,148
net_rshares44,647,810,235
author_curate_reward""
vote details (1)
@eric-boucher ·
$0.16
Wow, this is amazing to read out of the blue. Thank you so very much, joy! 
     Namaste   :)
๐Ÿ‘  
properties (23)
authoreric-boucher
permlinkre-cem-re-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170725t045039934z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-25 04:48:57
last_update2017-07-25 04:48:57
depth3
children1
last_payout2017-08-01 04:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.162 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation68,503,601,066,539
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,622,634
net_rshares44,647,810,235
author_curate_reward""
vote details (1)
@kencode ·
$0.09
Thanx Eric, MUCH love man :)
๐Ÿ‘  
properties (23)
authorkencode
permlinkre-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t091916264z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-24 09:19:18
last_update2017-07-24 09:19:18
depth2
children0
last_payout2017-07-31 09:19:18
cashout_time1969-12-31 23:59:59
total_payout_value0.064 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,511,774
net_rshares22,323,905,117
author_curate_reward""
vote details (1)
@funkit ·
$0.79
Is some or any of this included in the ocash that is set to be released by openledger in a few months? Or are these totally separate from each other?

It is the missing pieces to make crypto work, people. Let's just admit it: crypto is largely waste of time without use cases. Bitshares should be well positioned to excel on practical solutions.
๐Ÿ‘  
properties (23)
authorfunkit
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t151157302z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 15:11:57
last_update2017-07-21 15:11:57
depth1
children1
last_payout2017-07-28 15:11:57
cashout_time1969-12-31 23:59:59
total_payout_value0.594 HBD
curator_payout_value0.198 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length345
author_reputation9,704,012,486,052
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,205,266
net_rshares199,108,311,750
author_curate_reward""
vote details (1)
@ashaman ·
$0.11
Completely separate. BitShares is a platform with multiple businesses built on top of it. OpenLedger is one, Blockpay is another. Rudex and Transwiser are two more.
๐Ÿ‘  
properties (23)
authorashaman
permlinkre-funkit-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t060330284z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 06:03:30
last_update2017-07-22 06:03:30
depth2
children0
last_payout2017-07-29 06:03:30
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation3,785,245,463,720
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,272,821
net_rshares29,046,201,914
author_curate_reward""
vote details (1)
@healthiswealth ·
Hello Ken, hope you are doin well?

Do you happen to know if the NanoS is preprogramed with the apps needed?
Where do I find the additional apps for additional coins to store onto the NanoS?
How do I get them downloaded to my Cell phone?

Do you have a post or know of a post that explains all this.

Thanks, and be well...
properties (22)
authorhealthiswealth
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170813t144954542z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-08-13 14:50:06
last_update2017-08-13 14:50:06
depth1
children0
last_payout2017-08-20 14:50: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_length323
author_reputation40,730,529,105,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,694,354
net_rshares0
@jamesc1 ·
$2.61
You mentioned WebSockets .. I have not used it but you might want to look at HTTP 2.0 Server Push.
๐Ÿ‘  , ,
properties (23)
authorjamesc1
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111109087z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 11:11:09
last_update2017-07-21 11:11:09
depth1
children1
last_payout2017-07-28 11:11:09
cashout_time1969-12-31 23:59:59
total_payout_value1.958 HBD
curator_payout_value0.648 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation939,862,516,890
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,183,618
net_rshares644,632,671,803
author_curate_reward""
vote details (3)
@vini · (edited)
$3.78
Hi james1. 

HTTP 2.0 ( https://tools.ietf.org/html/rfc7540 ) Server Push is not a replacement for WebSocket  ( https://tools.ietf.org/html/rfc6455 ) . The Server Push potentially allows the server to avoid this round trip of delay by โ€œpushingโ€ the responses it thinks the client will need into its cache, so it is used behind the scene to improve resource loading by the client from the browser.  

WebSocket for the other hand provides a full-duplex communication channels over a single TCP connection. For example allows for the creation of an API which is able to consume and push message with an UNIQUE full-duplex connection.  The Graphene API which power up the Bitshares blockhain (and this steemit.com) uses the advantage of a full-duplex API interface http://docs.bitshares.eu/api/index.html#interfacing-with-graphene

Basically it is not a replacement, they  complement each other.
๐Ÿ‘  , , ,
properties (23)
authorvini
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t132609135z
categorynews
json_metadata{"tags":["news"],"links":["https://tools.ietf.org/html/rfc7540","http://docs.bitshares.eu/api/index.html#interfacing-with-graphene"],"app":"steemit/0.1"}
created2017-07-21 13:26:09
last_update2017-07-21 13:28:30
depth2
children0
last_payout2017-07-28 13:26:09
cashout_time1969-12-31 23:59:59
total_payout_value3.691 HBD
curator_payout_value0.094 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length892
author_reputation14,716,976,653
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,194,510
net_rshares941,886,505,962
author_curate_reward""
vote details (4)
@jamesc1 ·
$2.45
You mentioned Nano .. Xeroc has did an integration for Steem on Trezor.  It has not been merged but he demonstrated this working at SteemFest.  Here is the [pull-request](https://github.com/trezor/trezor-mcu/pull/121).
๐Ÿ‘  , ,
properties (23)
authorjamesc1
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111410277z
categorynews
json_metadata{"tags":["news"],"links":["https://github.com/trezor/trezor-mcu/pull/121"],"app":"steemit/0.1"}
created2017-07-21 11:14:09
last_update2017-07-21 11:14:09
depth1
children1
last_payout2017-07-28 11:14:09
cashout_time1969-12-31 23:59:59
total_payout_value1.843 HBD
curator_payout_value0.611 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation939,862,516,890
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,183,831
net_rshares607,107,358,534
author_curate_reward""
vote details (3)
@ashaman ·
$0.13
Trezor 2 will have some major changes and is in the works, so it makes to develop for Trezor 1 as it will soon be deprecated.
๐Ÿ‘  ,
properties (23)
authorashaman
permlinkre-jamesc1-2017721t212513734z
categorynews
json_metadata{"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-22 01:25:15
last_update2017-07-22 01:25:15
depth2
children0
last_payout2017-07-29 01:25:15
cashout_time1969-12-31 23:59:59
total_payout_value0.101 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation3,785,245,463,720
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,255,385
net_rshares36,358,041,308
author_curate_reward""
vote details (2)
@jamesc1 · (edited)
$7.76
Just because they say they own you is not really the full story in my view.  Granted you covered a lot in this blog, you did good to mention this..  You know the prisoner that says "they will never take my freedom"..  This is even more true for most of us now, we have options.  We can project and change our reality.

My general advice:  learn not to be a wimpy submissive citizen we were raised and encouraged by our cults (short for cultures) to become.  Face it .. violate safe-spaces and be prepared for back-lash as people have a challenge getting from point A to point B.  When we all do this,  it is going to accelerate what people are willing to try and do to upgrade all the services that keep us enslaved.  We need to be smart, tough, slick, and often confrontational to things that stand in the way..
๐Ÿ‘  , , , , , , ,
properties (23)
authorjamesc1
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t113948847z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 11:39:48
last_update2017-07-21 11:42:06
depth1
children13
last_payout2017-07-28 11:39:48
cashout_time1969-12-31 23:59:59
total_payout_value6.469 HBD
curator_payout_value1.286 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length812
author_reputation939,862,516,890
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,185,793
net_rshares1,920,656,952,737
author_curate_reward""
vote details (8)
@healthiswealth ·
Hello James,
Like I told you at Jeff's Conference.  Denounce your Citizenship and you are not property of the State any longer.
Learn your Human Rights to be FREE!
Take care my friend.
๐Ÿ‘  
properties (23)
authorhealthiswealth
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170813t145333222z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-08-13 14:53:36
last_update2017-08-13 14:53:36
depth2
children0
last_payout2017-08-20 14:53: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_length184
author_reputation40,730,529,105,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,694,619
net_rshares0
author_curate_reward""
vote details (1)
@kencode ·
$0.34
Bingo! Education is everything. Great words from a brilliant mind. Thanx @jamesc1 :)
๐Ÿ‘  ,
properties (23)
authorkencode
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115123906z
categorynews
json_metadata{"tags":["news"],"users":["jamesc1"],"app":"steemit/0.1"}
created2017-07-21 11:51:27
last_update2017-07-21 11:51:27
depth2
children1
last_payout2017-07-28 11:51:27
cashout_time1969-12-31 23:59:59
total_payout_value0.259 HBD
curator_payout_value0.084 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,186,743
net_rshares85,353,820,995
author_curate_reward""
vote details (2)
@ame9ran ·
yeah men education is the most impotant thing men thank you you are  correct
๐Ÿ‘  ,
properties (23)
authorame9ran
permlinkre-kencode-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t081214849z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 15:13:21
last_update2017-07-21 15:13:21
depth3
children0
last_payout2017-07-28 15:13: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_length76
author_reputation789,461,776
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,205,406
net_rshares4,003,488,994
author_curate_reward""
vote details (2)
@ldauch ·
$0.07
I think that the ideas presented about U.S.A being a corporation and considering it's citizens to be property of the state is completely accurate. If anyone wants to research this further I recommend searching for the Virginia Company as it relates to the founding of the country. Very interesting reading material indeed!
๐Ÿ‘  , ,
properties (23)
authorldauch
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t132809849z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 13:28:09
last_update2017-07-21 13:28:09
depth2
children0
last_payout2017-07-28 13:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.061 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length322
author_reputation1,374,860,836,555
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,194,706
net_rshares18,296,578,725
author_curate_reward""
vote details (3)
@liondani · (edited)
$10.85
We are the modern Trojan Horses guys. At least we should. Attack them from the inside. They will find out to late where it was coming from... Find ways to surprise them again and again...Let's apply guerilla tactics. We must be unpredictable...

https://en.wikipedia.org/wiki/Trojan_Horse
https://en.wikipedia.org/wiki/Guerrilla_warfare
๐Ÿ‘  , , , , ,
properties (23)
authorliondani
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115300091z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1","links":["https://en.wikipedia.org/wiki/Trojan_Horse","https://en.wikipedia.org/wiki/Guerrilla_warfare"]}
created2017-07-21 11:53:00
last_update2017-07-21 12:02:42
depth2
children7
last_payout2017-07-28 11:53:00
cashout_time1969-12-31 23:59:59
total_payout_value8.142 HBD
curator_payout_value2.710 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length336
author_reputation95,095,146,236,111
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,186,890
net_rshares2,687,243,618,018
author_curate_reward""
vote details (6)
@iliketoast ·
I like toast ๐Ÿž
๐Ÿ‘Ž  
properties (23)
authoriliketoast
permlinkre-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115300091z-20170721t115740
categorynews
json_metadata""
created2017-07-21 11:57:54
last_update2017-07-21 11:57:54
depth3
children0
last_payout2017-07-28 11:57: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_length14
author_reputation-487,849,883,428
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,187,274
net_rshares-580,363,666,843
author_curate_reward""
vote details (1)
@jamesc1 · (edited)
$0.29
Lol .. All while sticking to the non-violent principal..
๐Ÿ‘  
properties (23)
authorjamesc1
permlinkre-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120406726z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 12:04:06
last_update2017-07-21 12:15:57
depth3
children2
last_payout2017-07-28 12:04:06
cashout_time1969-12-31 23:59:59
total_payout_value0.216 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation939,862,516,890
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,187,765
net_rshares71,706,875,585
author_curate_reward""
vote details (1)
@jamesc1 ·
$2.41
That is right.  Non-violence and unity is POWER!  :)  Governments keep tightening their grip, better do something! See [new tsa security](https://steemit.com/news/@pressfortruth/traveling-to-the-usa-sucks-new-enhanced-security-tsa-on-pcp) by @pressfortruth.
๐Ÿ‘  , ,
properties (23)
authorjamesc1
permlinkre-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t154042233z
categorynews
json_metadata{"tags":["news"],"users":["pressfortruth"],"links":["https://steemit.com/news/@pressfortruth/traveling-to-the-usa-sucks-new-enhanced-security-tsa-on-pcp"],"app":"steemit/0.1"}
created2017-07-21 15:40:42
last_update2017-07-21 15:40:42
depth3
children1
last_payout2017-07-28 15:40:42
cashout_time1969-12-31 23:59:59
total_payout_value1.806 HBD
curator_payout_value0.600 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation939,862,516,890
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,208,265
net_rshares605,701,538,823
author_curate_reward""
vote details (3)
@teamsteem ·
$1.15
Cults is short for culture. I don't remember ever heard that one. 

We really need to get people up-to-date on agorism and the true nature of government and deleterious effects. Steem and other cryptocurrencies are currently the best tools freedom and non-violent movements have. 

Let's Steem ourselves toward more freedom!
๐Ÿ‘  
properties (23)
authorteamsteem
permlinkre-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t215531331z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 21:55:24
last_update2017-07-21 21:55:24
depth3
children0
last_payout2017-07-28 21:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.864 HBD
curator_payout_value0.288 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length324
author_reputation284,804,541,406,803
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,241,663
net_rshares296,190,455,172
author_curate_reward""
vote details (1)
@sneakgeekz ·
$3.30
Here is video I shared in a prior post. It's Charlie Chaplin and his son. 
Before this movie Charlie Chaplin was denied re-entry into the USA because they did not agree with his policitcs.
<iframe width="560" height="315" src="https://www.youtube.com/embed/r58dhBQNzOI" frameborder="0" allowfullscreen></iframe>
๐Ÿ‘  , , , ,
properties (23)
authorsneakgeekz
permlinkre-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t131121456z
categorynews
json_metadata{"tags":["news"],"image":["https://img.youtube.com/vi/r58dhBQNzOI/0.jpg"],"links":["https://www.youtube.com/embed/r58dhBQNzOI"],"app":"steemit/0.1"}
created2017-07-21 13:11:15
last_update2017-07-21 13:11:15
depth2
children0
last_payout2017-07-28 13:11:15
cashout_time1969-12-31 23:59:59
total_payout_value3.121 HBD
curator_payout_value0.175 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length311
author_reputation2,793,353,023,603
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,193,243
net_rshares819,707,265,113
author_curate_reward""
vote details (5)
@joewilder ·
$0.04
Great work. Thanks a lot.
๐Ÿ‘  ,
properties (23)
authorjoewilder
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170728t052340176z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-28 05:23:39
last_update2017-07-28 05:23:39
depth1
children0
last_payout2017-08-04 05:23:39
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation139,719,996,143
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,985,346
net_rshares11,547,094,051
author_curate_reward""
vote details (2)
@jraysteem ·
$0.17
Thank you again for the weekly report. Keep it up @kencode :)
๐Ÿ‘  ,
properties (23)
authorjraysteem
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104115027z
categorynews
json_metadata{"tags":["news"],"users":["kencode"],"app":"steemit/0.1"}
created2017-07-21 10:41:21
last_update2017-07-21 10:41:21
depth1
children0
last_payout2017-07-28 10:41:21
cashout_time1969-12-31 23:59:59
total_payout_value0.129 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation8,784,912,117,192
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,181,252
net_rshares42,336,777,614
author_curate_reward""
vote details (2)
@julybrave ·
Pls vote me

https://steemit.com/myanmargirl/@julybrave/she-look-at-who
properties (22)
authorjulybrave
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t170105333z
categorynews
json_metadata{"tags":["news"],"links":["https://steemit.com/myanmargirl/@julybrave/she-look-at-who"],"app":"steemit/0.1"}
created2017-07-22 17:01:06
last_update2017-07-22 17:01:06
depth1
children0
last_payout2017-07-29 17:01: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_length71
author_reputation1,649,630,127,174
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,327,062
net_rshares0
@jwolf ·
$0.07
you have a lot of knowledges to share with us man!

#respect
๐Ÿ‘  
properties (23)
authorjwolf
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101219639z
categorynews
json_metadata{"tags":["respect","news"],"app":"steemit/0.1"}
created2017-07-21 10:12:21
last_update2017-07-21 10:12:21
depth1
children0
last_payout2017-07-28 10:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation124,912,730,383,826
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,179,062
net_rshares17,926,718,896
author_curate_reward""
vote details (1)
@kevinwong ·
$0.23
Thanks for the update @kencode. What a way to start the post too :D
๐Ÿ‘  
properties (23)
authorkevinwong
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t110414840z
categorynews
json_metadata{"tags":["news"],"users":["kencode"],"app":"steemit/0.1"}
created2017-07-21 11:04:15
last_update2017-07-21 11:04:15
depth1
children0
last_payout2017-07-28 11:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.172 HBD
curator_payout_value0.057 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation621,253,570,295,288
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,183,028
net_rshares57,194,769,812
author_curate_reward""
vote details (1)
@larrydavid4 ·
Amazing post!  I personally use the trezor and find it nothing but incredible.  The trezor is by far one of my best purchases and it's extremely user friendly.  Although the ledger nano S is the most popular external hardware wallet on the market right now, it is backordered for what seems like an eternity.  The trezor is an excellent alternative if you're looking to get an external hardware wallet relatively soon. I got mine shipped to my house in less than 2 weeks; however, I did pay the extra expedited shipping cost.
properties (22)
authorlarrydavid4
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t160004234z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-24 16:00:06
last_update2017-07-24 16:00:06
depth1
children0
last_payout2017-07-31 16:00: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_length525
author_reputation20,649,821,928,572
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,553,479
net_rshares0
@mahaelsayed ·
$0.23
thanks for your article
๐Ÿ‘  ,
properties (23)
authormahaelsayed
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t084703533z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-23 08:47:06
last_update2017-07-23 08:47:06
depth1
children0
last_payout2017-07-30 08:47:06
cashout_time1969-12-31 23:59:59
total_payout_value0.174 HBD
curator_payout_value0.055 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation3,765,250,726,119
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,394,896
net_rshares58,394,879,060
author_curate_reward""
vote details (2)
@mamamyanmar ·
like and voted
๐Ÿ‘  
properties (23)
authormamamyanmar
permlinkre-kencode-2017721t1842030z
categorynews
json_metadata{"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-21 11:34:24
last_update2017-07-21 11:34:24
depth1
children0
last_payout2017-07-28 11:34: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_length14
author_reputation14,121,891,848,891
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,185,366
net_rshares3,414,613,123
author_curate_reward""
vote details (1)
@mukhtar.juned ·
$0.04
I have restem and upvote your writing, greeting steemit lover, thanks
๐Ÿ‘  
properties (23)
authormukhtar.juned
permlinkre-kencode-2017722t15136755z
categorynews
json_metadata{"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-22 08:04:12
last_update2017-07-22 08:04:12
depth1
children0
last_payout2017-07-29 08:04:12
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation7,967,035,623,756
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,281,134
net_rshares10,244,251,030
author_curate_reward""
vote details (1)
@mulyadii ·
woowwww
๐Ÿ‘  
properties (23)
authormulyadii
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t161131715z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 16:11:27
last_update2017-07-21 16:11:27
depth1
children0
last_payout2017-07-28 16:11: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_length7
author_reputation-308,056,172
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,211,374
net_rshares1,707,375,171
author_curate_reward""
vote details (1)
@neerajsharma007 ·
$0.02
nice post
if you guys like my post then please upvote follow resteemed
https://steemit.com/steem/@neerajsharma007/top-5-altcoin-investment-july
๐Ÿ‘  
properties (23)
authorneerajsharma007
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t100402250z
categorynews
json_metadata{"tags":["news"],"links":["https://steemit.com/steem/@neerajsharma007/top-5-altcoin-investment-july"],"app":"steemit/0.1"}
created2017-07-21 10:04:12
last_update2017-07-21 10:04:12
depth1
children0
last_payout2017-07-28 10:04:12
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation-711,368,919
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,178,380
net_rshares5,121,919,684
author_curate_reward""
vote details (1)
@nutela ·
$0.04
>(15) โ€œUnited Statesโ€ meansโ€”
(A) a Federal corporation;
(B) an agency, department, commission, board, or other entity of the United States; or
(C) an instrumentality of the United States.

https://www.law.cornell.edu/uscode/text/28/3002
So the United States is not a country, the united states of america *is*.
๐Ÿ‘  ,
properties (23)
authornutela
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t090402154z
categorynews
json_metadata{"tags":["news"],"links":["https://www.law.cornell.edu/uscode/text/28/3002"],"app":"steemit/0.1"}
created2017-07-26 09:03:48
last_update2017-07-26 09:03:48
depth1
children0
last_payout2017-08-02 09:03:48
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation12,740,113,194,550
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,770,663
net_rshares11,069,471,470
author_curate_reward""
vote details (2)
@nutela ·
$0.27
Reading your post I feel like
> Man, everything is being taken care of!

* infrastructure
* wallet
* POS
* cold storage wallet
* work opportunity
* business opportunity

For now you guys seem as *the* best partner for *all* of it. I haven't felt as positive for *a long* time. Grateful.
๐Ÿ‘  
properties (23)
authornutela
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t092145448z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-26 09:21:30
last_update2017-07-26 09:21:30
depth1
children1
last_payout2017-08-02 09:21:30
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_length286
author_reputation12,740,113,194,550
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,771,979
net_rshares74,063,604,268
author_curate_reward""
vote details (1)
@kencode ·
Wow thank YOU for mentioning so much of it @nutela :)
๐Ÿ‘  
properties (23)
authorkencode
permlinkre-nutela-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t110555272z
categorynews
json_metadata{"tags":["news"],"users":["nutela"],"app":"steemit/0.1"}
created2017-07-26 11:05:57
last_update2017-07-26 11:05:57
depth2
children0
last_payout2017-08-02 11:05: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_length53
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,780,225
net_rshares1,403,015,418
author_curate_reward""
vote details (1)
@padmakshi ·
$0.02
good article!
๐Ÿ‘  
properties (23)
authorpadmakshi
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104414276z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:44:18
last_update2017-07-21 10:44:18
depth1
children0
last_payout2017-07-28 10:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation1,095,407,523,576
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,181,457
net_rshares5,121,919,684
author_curate_reward""
vote details (1)
@phyowaiaung ·
i follow you .i need steem power level hight vote me
๐Ÿ‘  
๐Ÿ‘Ž  
properties (23)
authorphyowaiaung
permlinkre-kencode-2017722t162132756z
categorynews
json_metadata{"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-07-22 09:51:36
last_update2017-07-22 09:51:36
depth1
children0
last_payout2017-07-29 09:51: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_length52
author_reputation3,161,539,444,485
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,288,225
net_rshares-708,900,030,754
author_curate_reward""
vote details (2)
@rawpride ·
I did not know I could store BTS on my ledger! Cool
๐Ÿ‘  
properties (23)
authorrawpride
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120704016z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 12:07:03
last_update2017-07-21 12:07:03
depth1
children1
last_payout2017-07-28 12:07: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_length51
author_reputation18,693,214,393,238
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,187,991
net_rshares3,841,543,918
author_curate_reward""
vote details (1)
@kencode ·
Not yet, we just got started.
properties (22)
authorkencode
permlinkre-rawpride-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t144333381z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 14:43:33
last_update2017-07-21 14:43:33
depth2
children0
last_payout2017-07-28 14:43: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_length29
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,202,224
net_rshares0
@reachfem24 ·
$0.86
Very good artile, Highly resourceful
๐Ÿ‘  ,
properties (23)
authorreachfem24
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t003845118z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-23 00:38:39
last_update2017-07-23 00:38:39
depth1
children0
last_payout2017-07-30 00:38:39
cashout_time1969-12-31 23:59:59
total_payout_value0.648 HBD
curator_payout_value0.214 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation6,770,035,216
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,362,967
net_rshares221,788,964,245
author_curate_reward""
vote details (2)
@rezatoga ·
$0.02
Thanks for the weekly update
๐Ÿ‘  
properties (23)
authorrezatoga
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120413423z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 12:04:27
last_update2017-07-21 12:04:27
depth1
children0
last_payout2017-07-28 12:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation73,916,774,864
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,187,787
net_rshares5,975,572,965
author_curate_reward""
vote details (1)
@rtdcs ·
Thank you!

Upvoted.
๐Ÿ‘  
properties (23)
authorrtdcs
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t130444689z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 13:04:45
last_update2017-07-21 13:04:45
depth1
children0
last_payout2017-07-28 13:04: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_length20
author_reputation19,449,784,090,468
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,192,713
net_rshares4,268,382,132
author_curate_reward""
vote details (1)
@saffisara ·
$0.06
Thats a lot of great and inportant info in one post. Thats a great thing u do.
Thx for sharing. Followed upvoted
๐Ÿ‘  
properties (23)
authorsaffisara
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t105525541z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:55:27
last_update2017-07-21 10:55:27
depth1
children0
last_payout2017-07-28 10:55:27
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation344,659,772,175,253
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,182,290
net_rshares14,512,105,773
author_curate_reward""
vote details (1)
@salujmaharjan · (edited)
Really appreciative post right there ...
Thanks for posting these  post ...
๐Ÿ‘  
properties (23)
authorsalujmaharjan
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t103916784z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:39:15
last_update2017-07-21 10:39:57
depth1
children0
last_payout2017-07-28 10:39: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_length75
author_reputation222,692,812,063
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,181,067
net_rshares4,268,266,403
author_curate_reward""
vote details (1)
@steemian69 · (edited)
$0.15
Well Governments Tend To Have A Lot Of Financial, Political Power But As Long As We Have Our Crypto In Hand We're Good.
I Wonder How A Decentralized Government Would Be lol :)
๐Ÿ‘  , ,
properties (23)
authorsteemian69
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t094503704z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 10:45:33
last_update2017-07-22 10:46:00
depth1
children2
last_payout2017-07-29 10:45:33
cashout_time1969-12-31 23:59:59
total_payout_value0.115 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation1,160,052,362,678
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,292,031
net_rshares39,009,906,621
author_curate_reward""
vote details (3)
@kencode ·
$0.30
I don't need to be governed, do you?
๐Ÿ‘  ,
properties (23)
authorkencode
permlinkre-steemian69-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t115104656z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 11:51:09
last_update2017-07-22 11:51:09
depth2
children1
last_payout2017-07-29 11:51:09
cashout_time1969-12-31 23:59:59
total_payout_value0.231 HBD
curator_payout_value0.068 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,297,300
net_rshares76,828,954,290
author_curate_reward""
vote details (2)
@steemian69 ·
$0.02
Financially No, But I Need The Protection That The Gorvernment Offers :p
๐Ÿ‘  
properties (23)
authorsteemian69
permlinkre-kencode-re-steemian69-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t110654377z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 12:07:24
last_update2017-07-22 12:07:24
depth3
children0
last_payout2017-07-29 12:07:24
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation1,160,052,362,678
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,298,649
net_rshares5,710,008,025
author_curate_reward""
vote details (1)
@stephan92 ·
$0.02
Thank you sir!Good info!
๐Ÿ‘  ,
properties (23)
authorstephan92
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t102153269z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:22:00
last_update2017-07-21 10:22:00
depth1
children0
last_payout2017-07-28 10:22:00
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation2,404,997,739,362
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,179,770
net_rshares5,382,637,902
author_curate_reward""
vote details (2)
@thangfliproad ·
$0.04
thank you!
๐Ÿ‘  ,
properties (23)
authorthangfliproad
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t100211737z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:02:12
last_update2017-07-21 10:02:12
depth1
children2
last_payout2017-07-28 10:02:12
cashout_time1969-12-31 23:59:59
total_payout_value0.041 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation-7,456,894,803
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,178,201
net_rshares11,254,182,610
author_curate_reward""
vote details (2)
@kencode ·
thank you for Following me :)
properties (22)
authorkencode
permlinkre-thangfliproad-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101001985z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:10:03
last_update2017-07-21 10:10:03
depth2
children1
last_payout2017-07-28 10:10: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_length29
author_reputation140,643,562,588,487
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,178,894
net_rshares0
@thangfliproad ·
help me :))
properties (22)
authorthangfliproad
permlinkre-kencode-re-thangfliproad-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101405361z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 10:14:06
last_update2017-07-21 10:14:06
depth3
children0
last_payout2017-07-28 10:14: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_length11
author_reputation-7,456,894,803
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,179,178
net_rshares0
@thecryptoking ·
$0.18
Looking forward to more details on the Ledger Nano S development you're working on. Sounds like you guys are busy working on some cool projects.
๐Ÿ‘  ,
properties (23)
authorthecryptoking
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t113759980z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 11:38:00
last_update2017-07-21 11:38:00
depth1
children0
last_payout2017-07-28 11:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.150 HBD
curator_payout_value0.025 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation306,317,224,167
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,185,655
net_rshares43,855,546,761
author_curate_reward""
vote details (2)
@tradewonk · (edited)
$0.60
Great words from a brilliant mind. Thanx.
๐Ÿ‘  ,
properties (23)
authortradewonk
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t124353732z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 12:44:00
last_update2017-07-22 12:44:21
depth1
children0
last_payout2017-07-29 12:44:00
cashout_time1969-12-31 23:59:59
total_payout_value0.448 HBD
curator_payout_value0.147 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation133,615,265,755,348
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,301,798
net_rshares152,394,792,715
author_curate_reward""
vote details (2)
@vteme ·
Exclusive interview with Moneymaker from the darknet........  Continuation of the article in our blog!
properties (22)
authorvteme
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t222819535z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-22 22:28:18
last_update2017-07-22 22:28:18
depth1
children0
last_payout2017-07-29 22:28: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_length102
author_reputation29,454,260,973
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,354,182
net_rshares0
@yaan · (edited)
$0.30
The struggle against you-know-who soon will come to an end.
I can only wish you luck and patience with that.
You're doing an amazing job with BlockPay! 

Thanks for the weekly update.
๐Ÿ‘  
properties (23)
authoryaan
permlinkre-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111351081z
categorynews
json_metadata{"tags":["news"],"app":"steemit/0.1"}
created2017-07-21 11:13:48
last_update2017-07-21 11:14:18
depth1
children0
last_payout2017-07-28 11:13:48
cashout_time1969-12-31 23:59:59
total_payout_value0.225 HBD
curator_payout_value0.075 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation6,432,134,350,496
root_title"Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,183,806
net_rshares74,694,662,068
author_curate_reward""
vote details (1)