**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!  **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.  **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:  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  **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  **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  **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..  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).  **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
author | kencode |
---|---|
permlink | stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report |
category | news |
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"} |
created | 2017-07-21 10:01:30 |
last_update | 2017-07-21 10:01:30 |
depth | 0 |
children | 90 |
last_payout | 2017-07-28 10:01:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 272.052 HBD |
curator_payout_value | 62.958 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12,273 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,178,144 |
net_rshares | 82,783,805,704,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erath | 0 | 1,416,537,584,610 | 100% | ||
berkah | 0 | 348,606,523,264 | 100% | ||
wackou | 0 | 6,910,003,050,943 | 50% | ||
enlil | 0 | 1,190,238,336,000 | 30% | ||
ihashfury | 0 | 127,828,120,893 | 100% | ||
liondani | 0 | 626,976,527,677 | 100% | ||
boy | 0 | 4,915,355,311 | 100% | ||
bue-witness | 0 | 5,993,445,716 | 100% | ||
bunny | 0 | 806,693,097 | 100% | ||
ajvest | 0 | 310,476,247,991 | 100% | ||
bue | 0 | 121,275,044,934 | 100% | ||
mini | 0 | 2,627,175,829 | 100% | ||
moon | 0 | 334,027,625 | 100% | ||
taconator | 0 | 167,398,053,626 | 100% | ||
benjojo | 0 | 25,502,533,399 | 25% | ||
steempower | 0 | 3,232,710,767,773 | 100% | ||
indominon | 0 | 585,752,400,169 | 100% | ||
onceuponatime | 0 | 5,943,728,410,441 | 100% | ||
marginal | 0 | 1,498,414,537,440 | 100% | ||
vault | 0 | 212,227,296,883 | 100% | ||
healthcare | 0 | 979,068,466 | 100% | ||
markopaasila | 0 | 8,883,114,443 | 100% | ||
daniel.pan | 0 | 1,548,909,268 | 100% | ||
steemrollin | 0 | 253,160,475,978 | 50% | ||
full-steem-ahead | 0 | 221,550,303,092 | 100% | ||
konelectric | 0 | 38,527,770,389 | 24% | ||
fractalnode | 0 | 461,460,708,551 | 100% | ||
ash | 0 | 504,680,863,046 | 100% | ||
kencode | 0 | 85,365,328,077 | 100% | ||
pnc | 0 | 303,349,305,390 | 100% | ||
helen.tan | 0 | 326,177,941 | 100% | ||
anonimau5 | 0 | 14,192,372,948 | 100% | ||
valtr | 0 | 70,425,007,299 | 100% | ||
matt-johnson | 0 | 2,290,070,424 | 100% | ||
chryspano | 0 | 1,033,805,285,655 | 100% | ||
nomoreheroes7 | 0 | 95,219,090,658 | 100% | ||
vato | 0 | 602,520,705,619 | 100% | ||
full-measure | 0 | 301,570,315,824 | 71% | ||
jademont | 0 | 55,709,977,738 | 50% | ||
piranhax | 0 | 293,521,683 | 1% | ||
teamsteem | 0 | 15,779,142,869,739 | 100% | ||
jonnybitcoin | 0 | 6,553,787,939 | 100% | ||
the-ivor | 0 | 69,549,240,991 | 100% | ||
lakerta06 | 0 | 1,237,282,827 | 100% | ||
kevinwong | 0 | 2,016,231,259,232 | 92% | ||
marc-fa-schiwo | 0 | 927,342,556 | 100% | ||
cm-steem | 0 | 207,940,461,797 | 100% | ||
eric-boucher | 0 | 308,531,724,138 | 100% | ||
malacandrahyoi | 0 | 2,924,820,991 | 100% | ||
intelliguy | 0 | 50,652,481,440 | 97% | ||
samether | 0 | 8,296,315,473 | 70% | ||
bravenewcoin | 0 | 18,420,155,029 | 100% | ||
kus-knee | 0 | 395,594,058,408 | 25% | ||
kerkyra | 0 | 69,794,540,809 | 100% | ||
geoffrey | 0 | 912,729,743,661 | 53% | ||
andrew-bernbeck | 0 | 46,163,710,554 | 100% | ||
kwonjs77 | 0 | 13,825,600,645 | 100% | ||
angusleung100 | 0 | 3,061,975,738 | 100% | ||
freedomengineer | 0 | 257,776,204,789 | 100% | ||
pmartynov | 0 | 460,650,958,442 | 100% | ||
skapaneas | 0 | 148,247,237,450 | 100% | ||
lauralemons | 0 | 45,887,513,783 | 50% | ||
roelandp | 0 | 4,607,226,067,293 | 100% | ||
slowwalker | 0 | 1,525,605,107,274 | 19% | ||
furion | 0 | 2,251,979,667,566 | 100% | ||
on0tole | 0 | 92,413,712,603 | 100% | ||
anasya | 0 | 9,025,935,401 | 100% | ||
ausbitbank | 0 | 2,891,218,439,306 | 30% | ||
vl248 | 0 | 58,298,611,684 | 100% | ||
livingfree | 0 | 36,272,177,724 | 1% | ||
losos | 0 | 4,076,789,957 | 100% | ||
sveokla | 0 | 40,285,354,467 | 100% | ||
marinabogumil | 0 | 67,853,564,757 | 100% | ||
incomemonthly | 0 | 11,428,568,454 | 50% | ||
raymondspeaks | 0 | 20,943,335,275 | 100% | ||
kell234 | 0 | 9,949,658,067 | 100% | ||
hyiparena | 0 | 36,795,353,191 | 100% | ||
rules169 | 0 | 1,510,878,047 | 100% | ||
magz8716 | 0 | 32,774,935,261 | 100% | ||
bitcoiner | 0 | 23,412,103,554 | 100% | ||
zaebars | 0 | 478,921,519,584 | 100% | ||
arconite | 0 | 9,739,982,287 | 46% | ||
marcusorlyius | 0 | 3,332,465,195 | 100% | ||
smailer | 0 | 436,012,062,126 | 100% | ||
mikeinfla | 0 | 495,856,422 | 100% | ||
dmilash | 0 | 90,465,840,469 | 100% | ||
llildur | 0 | 441,844,143 | 100% | ||
gomeravibz | 0 | 103,483,384,940 | 60% | ||
craigslist | 0 | 662,484,314 | 100% | ||
dez1337 | 0 | 30,564,340,110 | 46% | ||
mama-steem | 0 | 12,581,645,057 | 100% | ||
glitterfart | 0 | 13,570,511,171,715 | 100% | ||
cjclaro | 0 | 18,382,067,030 | 30% | ||
uuuhha | 0 | 105,606,315,097 | 100% | ||
romancs | 0 | 22,158,258,626 | 100% | ||
erikkartmen | 0 | 757,853,351 | 100% | ||
krishtopa | 0 | 31,430,715,468 | 100% | ||
nonamer | 0 | 7,868,734,973 | 100% | ||
nextgen622 | 0 | 483,932,333,371 | 100% | ||
annaha | 0 | 3,213,931,538 | 100% | ||
lamech-m | 0 | 19,457,330,721 | 100% | ||
someguy123 | 0 | 63,883,888,290 | 10% | ||
mandibil | 0 | 123,829,339,554 | 100% | ||
oldtimer | 0 | 1,514,445,575,984 | 43% | ||
tjtrusty | 0 | 5,150,188,991 | 100% | ||
runridefly | 0 | 5,615,275,308 | 1% | ||
ashaman | 0 | 36,210,837,615 | 100% | ||
nadin3 | 0 | 49,341,790,705 | 100% | ||
xanoxt | 0 | 195,242,474,983 | 100% | ||
victoriart | 0 | 21,093,020,792 | 100% | ||
tatianka | 0 | 17,578,801,289 | 100% | ||
elena-singer | 0 | 31,327,320,018 | 100% | ||
metabs | 0 | 120,579,767 | 100% | ||
burnin | 0 | 67,373,231,498 | 100% | ||
anton333 | 0 | 46,484,309,076 | 100% | ||
judas | 0 | 211,946,897 | 100% | ||
akhamarlorn | 0 | 167,839,958 | 100% | ||
ekaterinka | 0 | 7,249,307,520 | 100% | ||
develcuy | 0 | 4,257,001,726 | 20% | ||
pegons | 0 | 259,812,972 | 100% | ||
borishaifa | 0 | 53,000,269,092 | 100% | ||
ancapwarren | 0 | 1,506,696,632 | 25% | ||
luzcypher | 0 | 62,425,503,357 | 100% | ||
htyfn | 0 | 12,036,508,336 | 100% | ||
rusteemitblog | 0 | 78,764,769,434 | 100% | ||
jameshowarrd | 0 | 462,787,022 | 100% | ||
thomasp | 0 | 468,082,512 | 100% | ||
therajmahal | 0 | 13,747,585,630 | 100% | ||
marel | 0 | 10,944,898,372 | 100% | ||
steemlift | 0 | 23,453,780,902 | 100% | ||
slider2990 | 0 | 8,134,947,986 | 10% | ||
black-eye | 0 | 2,173,905,507 | 100% | ||
themeanbean | 0 | 47,636,629,570 | 100% | ||
max-max | 0 | 25,640,117,120 | 100% | ||
jmehta | 0 | 1,287,105,032 | 100% | ||
serhanni | 0 | 833,444,796 | 100% | ||
muhtadiaremi | 0 | 1,582,323,677 | 100% | ||
jonuzi | 0 | 2,978,272,725 | 100% | ||
dimitrat | 0 | 1,036,652,022 | 100% | ||
kaneyung | 0 | 1,588,695,372 | 70% | ||
bigtakosensei | 0 | 5,757,667,250 | 100% | ||
beomelda | 0 | 1,577,636,205 | 70% | ||
tradeqwik | 0 | 320,931,567,560 | 12% | ||
sesises | 0 | 62,005,947,728 | 100% | ||
fricibacsi | 0 | 81,589,423,506 | 100% | ||
andrusha.mef | 0 | 124,200,995 | 100% | ||
digitalfirehose | 0 | 3,332,887,578 | 100% | ||
kostaslou | 0 | 9,404,354,343 | 100% | ||
loosechange | 0 | 1,274,616,153 | 100% | ||
fbechstein | 0 | 35,609,050,890 | 100% | ||
blockchained | 0 | 83,074,994,252 | 100% | ||
masteem | 0 | 303,608,771 | 100% | ||
luckyluk | 0 | 100,425,170,246 | 100% | ||
mrmoneymustache | 0 | 1,088,869,800 | 100% | ||
shaunmza | 0 | 5,121,969,025 | 10% | ||
berkat | 0 | 1,714,848,309 | 100% | ||
steemian69 | 0 | 2,141,357,824 | 100% | ||
marjuki95 | 0 | 1,243,906,716 | 100% | ||
hebrew | 0 | 229,346,375,507 | 15% | ||
funkit | 0 | 22,766,152,403 | 100% | ||
jamesc1 | 0 | 886,392,651,949 | 100% | ||
lawrenceho84 | 0 | 25,843,182,329 | 5% | ||
joeyd | 0 | 573,704,504,482 | 33% | ||
trafalgar | 0 | 1,886,437,839,971 | 9% | ||
dapu | 0 | 621,340,000 | 100% | ||
taspingo | 0 | 5,851,149,977 | 100% | ||
singa | 0 | 17,795,984,244 | 100% | ||
awesomianist | 0 | 3,073,257,512 | 10% | ||
nutela | 0 | 996,243,411 | 100% | ||
aismor | 0 | 707,072,300 | 100% | ||
jmjatlanta | 0 | 621,381,395 | 100% | ||
marcialvieira | 0 | 621,340,000 | 100% | ||
moonjaein | 0 | 105,300,404,499 | 100% | ||
ilvacca | 0 | 8,676,158,744 | 50% | ||
uvas | 0 | 1,351,144,821 | 100% | ||
nameredacted | 0 | 11,292,369,109 | 100% | ||
aarkay | 0 | 336,224,682 | 100% | ||
mdquixil | 0 | 90,385,586,659 | 100% | ||
clin10 | 0 | 600,471,400 | 100% | ||
sighmanjestah | 0 | 1,567,284,772 | 25% | ||
blinkins | 0 | 670,332,717 | 100% | ||
samdougall | 0 | 608,913,200 | 100% | ||
blakejames | 0 | 12,614,929,372 | 100% | ||
belleontherocks | 0 | 11,355,271,796 | 100% | ||
me-do | 0 | 222,622,432 | 1% | ||
etcbits | 0 | 2,103,949,572 | 100% | ||
jraysteem | 0 | 19,087,324,251 | 100% | ||
praz735u5 | 0 | 2,672,552,026 | 100% | ||
trueflip | 0 | 16,078,307,175 | 100% | ||
headliner | 0 | 77,502,498,505 | 100% | ||
sneakgeekz | 0 | 256,034,201,117 | 100% | ||
firstsomali | 0 | 640,162,880 | 100% | ||
mrray | 0 | 2,350,563,418 | 100% | ||
xenitron | 0 | 36,182,840,979 | 100% | ||
orgnolf | 0 | 5,987,164,268 | 100% | ||
natra | 0 | 5,621,513,018 | 40% | ||
nedupaul | 0 | 621,340,000 | 100% | ||
duan1234 | 0 | 165,268,920 | 100% | ||
cryptohustler | 0 | 2,875,733,192 | 100% | ||
arsar | 0 | 2,076,479,974 | 100% | ||
kadri | 0 | 683,792,684 | 100% | ||
michaelwilshaw | 0 | 3,579,502,952 | 100% | ||
td4me80 | 0 | 9,304,711,560 | 100% | ||
robertvogt | 0 | 18,283,059,664 | 100% | ||
hass | 0 | 1,759,732,233 | 100% | ||
osharabron | 0 | 441,069,246 | 100% | ||
magicstone1412 | 0 | 2,925,303,708 | 100% | ||
tsinrong | 0 | 998,256,826 | 100% | ||
drled | 0 | 501,304,541 | 100% | ||
amvanaken | 0 | 2,748,174,180 | 11% | ||
rtdcs | 0 | 2,335,688,885 | 1% | ||
fenequedvm | 0 | 1,891,198,342 | 38% | ||
anyway | 0 | 1,088,497,488 | 100% | ||
saffisara | 0 | 2,984,755,655 | 100% | ||
amanjain2k | 0 | 2,001,895,995 | 100% | ||
sfiisp3817 | 0 | 113,496,345,818 | 100% | ||
dp3ns7 | 0 | 578,746,246 | 100% | ||
syehlah | 0 | 692,997,115 | 100% | ||
bellmind | 0 | 1,278,441,994 | 100% | ||
tumbleweeds | 0 | 208,622,285 | 100% | ||
prateek547 | 0 | 416,779,270 | 100% | ||
stakes | 0 | 986,635,311 | 100% | ||
stickyfun | 0 | 1,071,741,595 | 100% | ||
daniel2416 | 0 | 1,476,355,687 | 100% | ||
tekusiddiq | 0 | 924,617,290 | 100% | ||
formcrypto | 0 | 1,098,544,580 | 100% | ||
julfan | 0 | 773,855,330 | 100% | ||
zapata42 | 0 | 1,160,743,216 | 100% | ||
yaan | 0 | 2,662,247,252 | 100% | ||
lightshare | 0 | 1,821,919,164 | 100% | ||
bilal7 | 0 | 331,250,196 | 100% | ||
nana.ama | 0 | 603,270,958 | 100% | ||
zeldandroy | 0 | 1,111,035,028 | 100% | ||
andyonline | 0 | 34,044,438,263 | 51% | ||
kaitochrom | 0 | 1,022,975,316 | 100% | ||
jwolf | 0 | 3,883,713,076 | 100% | ||
orangeogre | 0 | 3,658,975,457 | 100% | ||
wahyusaputra | 0 | 218,216,735 | 100% | ||
stolen-id | 0 | 150,933,666 | 100% | ||
crypto.don | 0 | 2,812,868,967 | 100% | ||
mabre | 0 | 681,021,595 | 3% | ||
prxxxy | 0 | 1,092,143,021 | 100% | ||
glex | 0 | 15,602,614,533 | 100% | ||
pastbastard | 0 | 160,256,262 | 100% | ||
ikenna | 0 | 1,193,007,533 | 100% | ||
amitkumarram | 0 | 1,169,768,057 | 100% | ||
fahrullah | 0 | 508,876,998 | 100% | ||
thecryptoking | 0 | 15,376,428,125 | 100% | ||
glitchout01 | 0 | 986,130,766 | 100% | ||
steemlover | 0 | 7,594,526,458 | 100% | ||
reachfem24 | 0 | 947,009,038 | 100% | ||
naist | 0 | 415,746,735 | 100% | ||
vonnaputra | 0 | 895,657,939 | 100% | ||
doraemon | 0 | 1,128,918,241 | 100% | ||
muhamet | 0 | 818,764,728 | 100% | ||
christ2169 | 0 | 121,872,495 | 100% | ||
dado13btc | 0 | 1,014,544,661 | 100% | ||
camilomango | 0 | 955,901,046 | 100% | ||
sarao | 0 | 1,101,340,147 | 100% | ||
rezatoga | 0 | 185,822,696 | 100% | ||
kdogdiggles13 | 0 | 608,971,916 | 100% | ||
lastiger | 0 | 1,180,537,294 | 100% | ||
vlpl | 0 | 883,159,693 | 100% | ||
hotnimmi | 0 | 1,247,555,293 | 100% | ||
ananiani | 0 | 6,687,122,556 | 100% | ||
felam1699 | 0 | 376,129,218 | 100% | ||
senter | 0 | 1,160,685,496 | 100% | ||
voltash | 0 | 80,056,825 | 7% | ||
mamamyanmar | 0 | 398,379,758 | 65.05% | ||
safwan | 0 | 1,264,225,306 | 100% | ||
atechforu | 0 | 857,107,864 | 100% | ||
feral-fractals7 | 0 | 1,208,239,576 | 100% | ||
mahyailyas | 0 | 624,643,744 | 100% | ||
gunsmasterrock | 0 | 285,974,795 | 100% | ||
kayceesuave | 0 | 1,004,092,167 | 100% | ||
born2win | 0 | 450,369,753 | 100% | ||
padmakshi | 0 | 386,391,306 | 100% | ||
kingsteem | 0 | 981,485,905 | 100% | ||
agamsaia | 0 | 1,686,650,660 | 100% | ||
aaronaugustine | 0 | 1,099,310,153 | 100% | ||
alexchander | 0 | 914,937,126 | 100% | ||
munzil | 0 | 434,212,076 | 99% | ||
vini | 0 | 1,160,678,303 | 100% | ||
ajaysteemit01 | 0 | 348,949,541 | 100% | ||
bigpanda | 0 | 742,833,813 | 100% | ||
protzel | 0 | 451,549,513 | 100% | ||
rarakawai | 0 | 929,780,218 | 100% | ||
stephan92 | 0 | 1,132,345,233 | 100% | ||
academix87 | 0 | 911,130,493 | 100% | ||
rashidminhas | 0 | 62,844,028 | 70.23% | ||
poojareddy | 0 | 378,865,965 | 100% | ||
knowtheworld | 0 | 1,044,608,136 | 100% | ||
hi2rajiv | 0 | 92,854,053 | 100% | ||
urban-hippie | 0 | 169,946,158 | 100% | ||
pitieu | 0 | 3,187,263,569 | 100% | ||
bohmano | 0 | 313,503,917 | 100% | ||
enriqueig | 0 | 397,397,667 | 100% | ||
doktormuslem | 0 | 922,735,372 | 100% | ||
ratboy | 0 | 92,853,873 | 100% | ||
teukufata10 | 0 | 220,763,531 | 100% | ||
jahgogo | 0 | 725,963,108 | 100% | ||
tvowcampbell | 0 | 1,160,672,975 | 100% | ||
eliezer-tigre85 | 0 | 1,096,835,267 | 100% | ||
duekie | 0 | 342,398,284 | 100% | ||
olgy-art | 0 | 748,632,456 | 100% | ||
brunelleschi | 0 | 79,533,450,443 | 100% | ||
jahangirbalti | 0 | 290,167,517 | 100% | ||
amade | 0 | 853,092,494 | 100% | ||
tradewonk | 0 | 4,418,959,900 | 100% | ||
steemupvotes | 0 | 702,205,324 | 100% | ||
mmeskall | 0 | 458,464,623 | 100% | ||
deepak4552 | 0 | 835,682,327 | 100% | ||
hamo86 | 0 | 232,133,935 | 100% | ||
jadooo | 0 | 1,102,636,166 | 100% | ||
steveik | 0 | 748,631,777 | 100% | ||
rijalunnajat | 0 | 284,363,990 | 100% | ||
julybrave | 0 | 533,907,857 | 100% | ||
muluha | 0 | 655,777,577 | 100% | ||
dipom98 | 0 | 1,027,191,234 | 100% | ||
tina-illustrator | 0 | 226,330,116 | 100% | ||
mhdi | 0 | 458,463,249 | 100% | ||
coldestwinter | 0 | 853,089,837 | 100% | ||
thangfliproad | 0 | 174,099,956 | 100% | ||
swissx | 0 | 191,509,943 | 100% | ||
gzimklinaku | 0 | 789,252,984 | 100% | ||
shadowcomrade | 0 | 818,269,541 | 100% | ||
tuvalamrani | 0 | 98,656,603 | 100% | ||
maite | 0 | 487,479,671 | 100% | ||
samit | 0 | 777,646,140 | 100% | ||
shaiksaleem | 0 | 539,709,542 | 100% | ||
manid | 0 | 870,499,256 | 100% | ||
ame9ran | 0 | 1,056,205,742 | 100% | ||
mulyadii | 0 | 992,369,072 | 100% | ||
isfar | 0 | 969,155,719 | 100% | ||
newsagg | 0 | 221,947,671 | 100% | ||
xxrobxx | 0 | 0 | 100% | ||
cryptohumor | 0 | 1,120,041,913 | 100% | ||
nellysteem | 0 | 748,629,015 | 100% | ||
p13beian | 0 | 1,160,665,075 | 100% | ||
mopqkg1 | 0 | 52,229,923 | 100% | ||
suray | 0 | 1,009,778,471 | 100% | ||
yestarelf | 0 | 696,398,821 | 100% | ||
jacknreid | 0 | 928,531,748 | 100% | ||
aryan12o | 0 | 580,332,334 | 100% | ||
voloshyn | 0 | 533,905,728 | 100% | ||
azis | 0 | 615,152,222 | 100% | ||
bikalsiwakoti | 0 | 812,465,197 | 100% | ||
johncaroll | 0 | 1,137,451,268 | 100% | ||
larrydavid4 | 0 | 924,920,615 | 2% | ||
godspa | 0 | 1,160,664,204 | 100% | ||
narendhanuka | 0 | 1,160,662,651 | 100% | ||
bish2630 | 0 | 75,443,060 | 100% | ||
ronaldsteemit89 | 0 | 0 | 100% | ||
bobinson | 0 | 0 | 100% |
Good article ,lots of information in that..
author | accomplish | ||||||
---|---|---|---|---|---|---|---|
permlink | re-kencode-2017721t162211371z | ||||||
category | news | ||||||
json_metadata | {"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-21 10:52:18 | ||||||
last_update | 2017-07-21 10:52:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-28 10:52:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.014 HBD | ||||||
curator_payout_value | 0.005 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 43 | ||||||
author_reputation | 201,113,940,534 | ||||||
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,182,068 | ||||||
net_rshares | 5,121,919,684 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 5,121,919,684 | 6% |
author | ame9ran |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t081106408z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 15:12:12 |
last_update | 2017-07-21 15:12:12 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 15:12:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 789,461,776 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,205,293 |
net_rshares | 3,962,865,696 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 2,987,906,550 | 4% | ||
ame9ran | 0 | 974,959,146 | 100% |
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!
author | amvanaken |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t121610359z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 12:16:09 |
last_update | 2017-07-21 12:16:09 |
depth | 1 |
children | 11 |
last_payout | 2017-07-28 12:16:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
author_reputation | 18,480,113,935,205 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,188,689 |
net_rshares | 8,239,771,270 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 6,402,573,198 | 9% | ||
amvanaken | 0 | 1,837,198,072 | 5% |
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 :)
author | kencode |
---|---|
permlink | re-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t145024266z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 14:50:24 |
last_update | 2017-07-21 14:50:24 |
depth | 2 |
children | 10 |
last_payout | 2017-07-28 14:50:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 325 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,202,956 |
net_rshares | 461,803,531 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amvanaken | 0 | 461,803,531 | 1% |
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!
author | amvanaken |
---|---|
permlink | re-kencode-re-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t150915827z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-24 15:09:21 |
last_update | 2017-07-24 15:09:21 |
depth | 3 |
children | 4 |
last_payout | 2017-07-31 15:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.110 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,071 |
author_reputation | 18,480,113,935,205 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,547,738 |
net_rshares | 39,418,909,484 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amvanaken | 0 | 39,418,909,484 | 100% |
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.
author | full-steem-ahead |
---|---|
permlink | re-kencode-re-amvanaken-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t212026831z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-23 21:20:27 |
last_update | 2017-07-23 21:21:30 |
depth | 3 |
children | 4 |
last_payout | 2017-07-30 21:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.928 HBD |
curator_payout_value | 1.638 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 268 |
author_reputation | 30,177,498,572,933 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,459,504 |
net_rshares | 1,699,544,330,917 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
erath | 0 | 1,559,444,408,632 | 100% | ||
jason | 0 | 98,706,588,576 | 28.29% | ||
kencode | 0 | 37,237,101,930 | 41% | ||
amvanaken | 0 | 4,156,231,779 | 10% |
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
author | arcange |
---|---|
permlink | re-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t163941000z |
category | news |
json_metadata | "" |
created | 2017-07-22 14:38:39 |
last_update | 2017-07-22 14:38:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 14:38:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.652 HBD |
curator_payout_value | 0.214 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 206 |
author_reputation | 1,146,633,668,945,473 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,312,689 |
net_rshares | 222,298,980,178 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 12,711,283,600 | 14% | ||
gentlebot | 0 | 209,587,696,578 | 100% |
author | ashaman |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t060710955z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 06:07:12 |
last_update | 2017-07-22 06:07:12 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 06:07:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.132 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 3,785,245,463,720 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,273,045 |
net_rshares | 44,650,914,863 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 14,939,532,753 | 20% | ||
ashaman | 0 | 29,711,382,110 | 100% |
extremely good article full of knowledge i love reading it.
author | atechforu |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104024672z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:40:39 |
last_update | 2017-07-21 10:40:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 1,131,173,407,165 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,181,203 |
net_rshares | 9,817,012,728 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 9,817,012,728 | 12% |
Thank you for writing such a post
author | bikash-tutor |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104206783z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:42:09 |
last_update | 2017-07-21 10:42:09 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:42:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 4,579,993,214,824 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,181,313 |
net_rshares | 5,121,919,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 5,121,919,684 | 6% |
Thank you for the informative post... I love the content you have chosen.. Followed and upvoted.. Do follow me @bindu
author | bindu |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170725t104401763z |
category | news |
json_metadata | {"tags":["news"],"users":["bindu"],"app":"steemit/0.1"} |
created | 2017-07-25 10:44:06 |
last_update | 2017-07-25 10:44:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-01 10:44:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 5,052,906,972,743 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,650,619 |
net_rshares | 0 |
author | brothermic |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t075857291z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-24 07:58:57 |
last_update | 2017-07-24 07:58:57 |
depth | 1 |
children | 0 |
last_payout | 2017-07-31 07:58:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 70,127,808,776,053 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,505,416 |
net_rshares | 17,528,819,014 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 12,987,709,023 | 3.45% | ||
kencode | 0 | 4,541,109,991 | 5% |
@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)?
author | daniel2416 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t184652564z |
category | news |
json_metadata | {"tags":["news"],"users":["kencode"],"app":"steemit/0.1"} |
created | 2017-07-21 18:46:54 |
last_update | 2017-07-21 18:46:54 |
depth | 1 |
children | 8 |
last_payout | 2017-07-28 18:46:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.484 HBD |
curator_payout_value | 1.409 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 632 |
author_reputation | 71,130,677,251 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,226,387 |
net_rshares | 1,503,266,928,188 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marginal | 0 | 1,490,185,614,634 | 100% | ||
kencode | 0 | 11,097,938,616 | 16% | ||
daniel2416 | 0 | 1,445,110,064 | 100% | ||
jordibv | 0 | 538,264,874 | 100% |
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.
author | kencode |
---|---|
permlink | re-daniel2416-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t191142478z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 19:11:42 |
last_update | 2017-07-21 19:11:42 |
depth | 2 |
children | 7 |
last_payout | 2017-07-28 19:11:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.096 HBD |
curator_payout_value | 1.694 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 342 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,228,522 |
net_rshares | 1,733,402,606,579 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marginal | 0 | 1,521,723,934,521 | 100% | ||
daniel2416 | 0 | 1,562,322,479 | 100% | ||
gentlebot | 0 | 209,587,696,578 | 100% | ||
jordibv | 0 | 528,653,001 | 100% |
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.
author | full-steem-ahead |
---|---|
permlink | re-kencode-re-daniel2416-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t211706337z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-23 21:17:06 |
last_update | 2017-07-23 21:17:06 |
depth | 3 |
children | 6 |
last_payout | 2017-07-30 21:17:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.969 HBD |
curator_payout_value | 1.655 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 402 |
author_reputation | 30,177,498,572,933 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,459,224 |
net_rshares | 1,713,378,725,956 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 98,706,588,576 | 28.29% | ||
marginal | 0 | 1,576,915,994,322 | 100% | ||
kencode | 0 | 37,237,101,930 | 41% | ||
jordibv | 0 | 519,041,128 | 100% |
You seem like a very wise guy. Awesomeness! Keep it up @kenCode! Talk soon.
author | enazwahsdarb |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120638960z |
category | news |
json_metadata | {"tags":["news"],"users":["kencode"],"app":"steemit/0.1"} |
created | 2017-07-21 12:06:39 |
last_update | 2017-07-21 12:06:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 12:06:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.158 HBD |
curator_payout_value | 0.052 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 37,577,290,910,321 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,187,960 |
net_rshares | 52,499,676,767 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 52,499,676,767 | 74% |
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 :)
author | eric-boucher |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t231042351z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-23 23:10:42 |
last_update | 2017-07-23 23:10:42 |
depth | 1 |
children | 4 |
last_payout | 2017-07-30 23:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.422 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 68,503,601,066,539 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,467,782 |
net_rshares | 381,050,498,610 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 79,923,535,851 | 89% | ||
eric-boucher | 0 | 301,126,962,759 | 100% |
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
author | cem |
---|---|
permlink | re-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t232953917z |
category | news |
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"} |
created | 2017-07-23 23:29:54 |
last_update | 2017-07-23 23:29:54 |
depth | 2 |
children | 2 |
last_payout | 2017-07-30 23:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 413 |
author_reputation | 3,199,586,095,687 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,469,148 |
net_rshares | 44,647,810,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 44,647,810,235 | 11% |
Wow, this is amazing to read out of the blue. Thank you so very much, joy! Namaste :)
author | eric-boucher |
---|---|
permlink | re-cem-re-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170725t045039934z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-25 04:48:57 |
last_update | 2017-07-25 04:48:57 |
depth | 3 |
children | 1 |
last_payout | 2017-08-01 04:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.162 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 68,503,601,066,539 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,622,634 |
net_rshares | 44,647,810,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 44,647,810,235 | 11% |
Thanx Eric, MUCH love man :)
author | kencode |
---|---|
permlink | re-eric-boucher-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t091916264z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-24 09:19:18 |
last_update | 2017-07-24 09:19:18 |
depth | 2 |
children | 0 |
last_payout | 2017-07-31 09:19:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,511,774 |
net_rshares | 22,323,905,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 22,323,905,117 | 5% |
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.
author | funkit |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t151157302z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 15:11:57 |
last_update | 2017-07-21 15:11:57 |
depth | 1 |
children | 1 |
last_payout | 2017-07-28 15:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.594 HBD |
curator_payout_value | 0.198 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 345 |
author_reputation | 9,704,012,486,052 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,205,266 |
net_rshares | 199,108,311,750 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 199,108,311,750 | 100% |
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.
author | ashaman |
---|---|
permlink | re-funkit-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t060330284z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 06:03:30 |
last_update | 2017-07-22 06:03:30 |
depth | 2 |
children | 0 |
last_payout | 2017-07-29 06:03:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 3,785,245,463,720 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,272,821 |
net_rshares | 29,046,201,914 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashaman | 0 | 29,046,201,914 | 100% |
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...
author | healthiswealth |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170813t144954542z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-08-13 14:50:06 |
last_update | 2017-08-13 14:50:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-20 14:50:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 323 |
author_reputation | 40,730,529,105,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,694,354 |
net_rshares | 0 |
You mentioned WebSockets .. I have not used it but you might want to look at HTTP 2.0 Server Push.
author | jamesc1 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111109087z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 11:11:09 |
last_update | 2017-07-21 11:11:09 |
depth | 1 |
children | 1 |
last_payout | 2017-07-28 11:11:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.958 HBD |
curator_payout_value | 0.648 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 939,862,516,890 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,183,618 |
net_rshares | 644,632,671,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 611,431,655,090 | 100% | ||
kencode | 0 | 30,731,518,107 | 39% | ||
ldauch | 0 | 2,469,498,606 | 100% |
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.
author | vini |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t132609135z |
category | news |
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"} |
created | 2017-07-21 13:26:09 |
last_update | 2017-07-21 13:28:30 |
depth | 2 |
children | 0 |
last_payout | 2017-07-28 13:26:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.691 HBD |
curator_payout_value | 0.094 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 892 |
author_reputation | 14,716,976,653 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,194,510 |
net_rshares | 941,886,505,962 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 70,428,305,180 | 100% | ||
bilthon-83 | 0 | 2,293,584,489 | 100% | ||
jamesc1 | 0 | 868,664,798,910 | 100% | ||
jordibv | 0 | 499,817,383 | 100% |
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).
author | jamesc1 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111410277z |
category | news |
json_metadata | {"tags":["news"],"links":["https://github.com/trezor/trezor-mcu/pull/121"],"app":"steemit/0.1"} |
created | 2017-07-21 11:14:09 |
last_update | 2017-07-21 11:14:09 |
depth | 1 |
children | 1 |
last_payout | 2017-07-28 11:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.843 HBD |
curator_payout_value | 0.611 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 939,862,516,890 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,183,831 |
net_rshares | 607,107,358,534 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 601,068,406,699 | 100% | ||
kencode | 0 | 5,548,746,325 | 7% | ||
jordibv | 0 | 490,205,510 | 100% |
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.
author | ashaman | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jamesc1-2017721t212513734z | ||||||
category | news | ||||||
json_metadata | {"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-22 01:25:15 | ||||||
last_update | 2017-07-22 01:25:15 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2017-07-29 01:25:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.101 HBD | ||||||
curator_payout_value | 0.033 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 125 | ||||||
author_reputation | 3,785,245,463,720 | ||||||
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,255,385 | ||||||
net_rshares | 36,358,041,308 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashaman | 0 | 27,494,114,789 | 100% | ||
jamesc1 | 0 | 8,863,926,519 | 1% |
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..
author | jamesc1 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t113948847z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 11:39:48 |
last_update | 2017-07-21 11:42:06 |
depth | 1 |
children | 13 |
last_payout | 2017-07-28 11:39:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.469 HBD |
curator_payout_value | 1.286 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 812 |
author_reputation | 939,862,516,890 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,185,793 |
net_rshares | 1,920,656,952,737 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 590,705,158,308 | 100% | ||
onceuponatime | 0 | 1,174,509,206,853 | 20% | ||
kencode | 0 | 75,975,141,989 | 94% | ||
the-ivor | 0 | 68,506,002,376 | 100% | ||
itsshowtime007 | 0 | 5,065,818,459 | 100% | ||
amvanaken | 0 | 2,748,174,180 | 11% | ||
ldauch | 0 | 2,589,961,953 | 100% | ||
jordibv | 0 | 557,488,619 | 100% |
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.
author | healthiswealth |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170813t145333222z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-08-13 14:53:36 |
last_update | 2017-08-13 14:53:36 |
depth | 2 |
children | 0 |
last_payout | 2017-08-20 14:53:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 40,730,529,105,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,694,619 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jamesc1 | 0 | 0 | 1% |
Bingo! Education is everything. Great words from a brilliant mind. Thanx @jamesc1 :)
author | kencode |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115123906z |
category | news |
json_metadata | {"tags":["news"],"users":["jamesc1"],"app":"steemit/0.1"} |
created | 2017-07-21 11:51:27 |
last_update | 2017-07-21 11:51:27 |
depth | 2 |
children | 1 |
last_payout | 2017-07-28 11:51:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.259 HBD |
curator_payout_value | 0.084 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,186,743 |
net_rshares | 85,353,820,995 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
valtr | 0 | 76,489,894,476 | 100% | ||
jamesc1 | 0 | 8,863,926,519 | 1% |
author | ame9ran |
---|---|
permlink | re-kencode-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t081214849z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 15:13:21 |
last_update | 2017-07-21 15:13:21 |
depth | 3 |
children | 0 |
last_payout | 2017-07-28 15:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 789,461,776 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,205,406 |
net_rshares | 4,003,488,994 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 2,987,906,550 | 4% | ||
ame9ran | 0 | 1,015,582,444 | 100% |
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!
author | ldauch |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t132809849z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 13:28:09 |
last_update | 2017-07-21 13:28:09 |
depth | 2 |
children | 0 |
last_payout | 2017-07-28 13:28:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.061 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 322 |
author_reputation | 1,374,860,836,555 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,194,706 |
net_rshares | 18,296,578,725 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jamesc1 | 0 | 17,727,853,038 | 2% | ||
ldauch | 0 | 0 | 0% | ||
aryan12o | 0 | 568,725,687 | 100% |
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
author | liondani |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115300091z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1","links":["https://en.wikipedia.org/wiki/Trojan_Horse","https://en.wikipedia.org/wiki/Guerrilla_warfare"]} |
created | 2017-07-21 11:53:00 |
last_update | 2017-07-21 12:02:42 |
depth | 2 |
children | 7 |
last_payout | 2017-07-28 11:53:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.142 HBD |
curator_payout_value | 2.710 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 336 |
author_reputation | 95,095,146,236,111 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,186,890 |
net_rshares | 2,687,243,618,018 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onceuponatime | 0 | 2,313,427,225,620 | 40% | ||
kencode | 0 | 72,987,355,506 | 97% | ||
eric-boucher | 0 | 291,253,947,586 | 100% | ||
medevlo | 0 | 163,286,040 | 100% | ||
jamesc1 | 0 | 8,863,926,519 | 1% | ||
jordibv | 0 | 547,876,747 | 100% |
I like toast ๐
author | iliketoast |
---|---|
permlink | re-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t115300091z-20170721t115740 |
category | news |
json_metadata | "" |
created | 2017-07-21 11:57:54 |
last_update | 2017-07-21 11:57:54 |
depth | 3 |
children | 0 |
last_payout | 2017-07-28 11:57:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | -487,849,883,428 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,187,274 |
net_rshares | -580,363,666,843 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | -580,363,666,843 | -100% |
Lol .. All while sticking to the non-violent principal..
author | jamesc1 |
---|---|
permlink | re-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120406726z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 12:04:06 |
last_update | 2017-07-21 12:15:57 |
depth | 3 |
children | 2 |
last_payout | 2017-07-28 12:04:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.216 HBD |
curator_payout_value | 0.071 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 939,862,516,890 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,187,765 |
net_rshares | 71,706,875,585 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 71,706,875,585 | 97% |
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.
author | jamesc1 |
---|---|
permlink | re-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t154042233z |
category | news |
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"} |
created | 2017-07-21 15:40:42 |
last_update | 2017-07-21 15:40:42 |
depth | 3 |
children | 1 |
last_payout | 2017-07-28 15:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.806 HBD |
curator_payout_value | 0.600 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 939,862,516,890 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,208,265 |
net_rshares | 605,701,538,823 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onceuponatime | 0 | 605,050,197,470 | 10% | ||
cricinfo | 0 | 94,222,313 | 10% | ||
aryan12o | 0 | 557,119,040 | 100% |
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!
author | teamsteem |
---|---|
permlink | re-liondani-re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t215531331z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 21:55:24 |
last_update | 2017-07-21 21:55:24 |
depth | 3 |
children | 0 |
last_payout | 2017-07-28 21:55:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.864 HBD |
curator_payout_value | 0.288 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 324 |
author_reputation | 284,804,541,406,803 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,241,663 |
net_rshares | 296,190,455,172 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 296,190,455,172 | 100% |
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>
author | sneakgeekz |
---|---|
permlink | re-jamesc1-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t131121456z |
category | news |
json_metadata | {"tags":["news"],"image":["https://img.youtube.com/vi/r58dhBQNzOI/0.jpg"],"links":["https://www.youtube.com/embed/r58dhBQNzOI"],"app":"steemit/0.1"} |
created | 2017-07-21 13:11:15 |
last_update | 2017-07-21 13:11:15 |
depth | 2 |
children | 0 |
last_payout | 2017-07-28 13:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.121 HBD |
curator_payout_value | 0.175 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 311 |
author_reputation | 2,793,353,023,603 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,193,243 |
net_rshares | 819,707,265,113 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 544,152,128,924 | 100% | ||
jamesc1 | 0 | 8,863,926,519 | 1% | ||
sneakgeekz | 0 | 260,775,575,212 | 100% | ||
itsshowtime007 | 0 | 4,991,864,905 | 100% | ||
reachfem24 | 0 | 923,769,553 | 100% |
author | joewilder |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170728t052340176z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-28 05:23:39 |
last_update | 2017-07-28 05:23:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-04 05:23:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 139,719,996,143 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,985,346 |
net_rshares | 11,547,094,051 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 7,808,809,647 | 2.76% | ||
kencode | 0 | 3,738,284,404 | 4% |
author | jraysteem |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104115027z |
category | news |
json_metadata | {"tags":["news"],"users":["kencode"],"app":"steemit/0.1"} |
created | 2017-07-21 10:41:21 |
last_update | 2017-07-21 10:41:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:41:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.129 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 8,784,912,117,192 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,181,252 |
net_rshares | 42,336,777,614 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 24,329,118,502 | 30% | ||
jraysteem | 0 | 18,007,659,112 | 100% |
Pls vote me https://steemit.com/myanmargirl/@julybrave/she-look-at-who
author | julybrave |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t170105333z |
category | news |
json_metadata | {"tags":["news"],"links":["https://steemit.com/myanmargirl/@julybrave/she-look-at-who"],"app":"steemit/0.1"} |
created | 2017-07-22 17:01:06 |
last_update | 2017-07-22 17:01:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 17:01:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 1,649,630,127,174 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,327,062 |
net_rshares | 0 |
you have a lot of knowledges to share with us man! #respect
author | jwolf |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101219639z |
category | news |
json_metadata | {"tags":["respect","news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:12:21 |
last_update | 2017-07-21 10:12:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:12:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 124,912,730,383,826 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,179,062 |
net_rshares | 17,926,718,896 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 17,926,718,896 | 21% |
Thanks for the update @kencode. What a way to start the post too :D
author | kevinwong |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t110414840z |
category | news |
json_metadata | {"tags":["news"],"users":["kencode"],"app":"steemit/0.1"} |
created | 2017-07-21 11:04:15 |
last_update | 2017-07-21 11:04:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 11:04:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.057 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 621,253,570,295,288 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,183,028 |
net_rshares | 57,194,769,812 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 57,194,769,812 | 73% |
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.
author | larrydavid4 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170724t160004234z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-24 16:00:06 |
last_update | 2017-07-24 16:00:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-31 16:00:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 525 |
author_reputation | 20,649,821,928,572 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,553,479 |
net_rshares | 0 |
author | mahaelsayed |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t084703533z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-23 08:47:06 |
last_update | 2017-07-23 08:47:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-30 08:47:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.174 HBD |
curator_payout_value | 0.055 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 3,765,250,726,119 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,394,896 |
net_rshares | 58,394,879,060 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 44,321,672,217 | 11.04% | ||
kencode | 0 | 14,073,206,843 | 16% |
like and voted
author | mamamyanmar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-kencode-2017721t1842030z | ||||||
category | news | ||||||
json_metadata | {"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-21 11:34:24 | ||||||
last_update | 2017-07-21 11:34:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-28 11:34:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 14 | ||||||
author_reputation | 14,121,891,848,891 | ||||||
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,185,366 | ||||||
net_rshares | 3,414,613,123 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 3,414,613,123 | 4% |
I have restem and upvote your writing, greeting steemit lover, thanks
author | mukhtar.juned | ||||||
---|---|---|---|---|---|---|---|
permlink | re-kencode-2017722t15136755z | ||||||
category | news | ||||||
json_metadata | {"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-22 08:04:12 | ||||||
last_update | 2017-07-22 08:04:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-29 08:04:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.035 HBD | ||||||
curator_payout_value | 0.002 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 69 | ||||||
author_reputation | 7,967,035,623,756 | ||||||
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,281,134 | ||||||
net_rshares | 10,244,251,030 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 10,244,251,030 | 14% |
woowwww
author | mulyadii |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t161131715z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 16:11:27 |
last_update | 2017-07-21 16:11:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 16:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | -308,056,172 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,211,374 |
net_rshares | 1,707,375,171 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 1,707,375,171 | 2% |
nice post if you guys like my post then please upvote follow resteemed https://steemit.com/steem/@neerajsharma007/top-5-altcoin-investment-july
author | neerajsharma007 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t100402250z |
category | news |
json_metadata | {"tags":["news"],"links":["https://steemit.com/steem/@neerajsharma007/top-5-altcoin-investment-july"],"app":"steemit/0.1"} |
created | 2017-07-21 10:04:12 |
last_update | 2017-07-21 10:04:12 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:04:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | -711,368,919 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,178,380 |
net_rshares | 5,121,919,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 5,121,919,684 | 6% |
>(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*.
author | nutela |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t090402154z |
category | news |
json_metadata | {"tags":["news"],"links":["https://www.law.cornell.edu/uscode/text/28/3002"],"app":"steemit/0.1"} |
created | 2017-07-26 09:03:48 |
last_update | 2017-07-26 09:03:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 09:03:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.029 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 310 |
author_reputation | 12,740,113,194,550 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,770,663 |
net_rshares | 11,069,471,470 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 7,808,809,647 | 2.76% | ||
kencode | 0 | 3,260,661,823 | 4% |
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.
author | nutela |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t092145448z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-26 09:21:30 |
last_update | 2017-07-26 09:21:30 |
depth | 1 |
children | 1 |
last_payout | 2017-08-02 09:21:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.201 HBD |
curator_payout_value | 0.067 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | 12,740,113,194,550 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,771,979 |
net_rshares | 74,063,604,268 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 74,063,604,268 | 100% |
Wow thank YOU for mentioning so much of it @nutela :)
author | kencode |
---|---|
permlink | re-nutela-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170726t110555272z |
category | news |
json_metadata | {"tags":["news"],"users":["nutela"],"app":"steemit/0.1"} |
created | 2017-07-26 11:05:57 |
last_update | 2017-07-26 11:05:57 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 11:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,780,225 |
net_rshares | 1,403,015,418 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nutela | 0 | 1,403,015,418 | 100% |
good article!
author | padmakshi |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t104414276z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:44:18 |
last_update | 2017-07-21 10:44:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:44:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 1,095,407,523,576 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,181,457 |
net_rshares | 5,121,919,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 5,121,919,684 | 6% |
i follow you .i need steem power level hight vote me
author | phyowaiaung | ||||||
---|---|---|---|---|---|---|---|
permlink | re-kencode-2017722t162132756z | ||||||
category | news | ||||||
json_metadata | {"tags":"news","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-22 09:51:36 | ||||||
last_update | 2017-07-22 09:51:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-29 09:51:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 52 | ||||||
author_reputation | 3,161,539,444,485 | ||||||
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,288,225 | ||||||
net_rshares | -708,900,030,754 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
firepower | 0 | -709,352,692,053 | -81% | ||
phyowaiaung | 0 | 452,661,299 | 100% |
I did not know I could store BTS on my ledger! Cool
author | rawpride |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120704016z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 12:07:03 |
last_update | 2017-07-21 12:07:03 |
depth | 1 |
children | 1 |
last_payout | 2017-07-28 12:07:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 18,693,214,393,238 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,187,991 |
net_rshares | 3,841,543,918 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 3,841,543,918 | 5% |
Not yet, we just got started.
author | kencode |
---|---|
permlink | re-rawpride-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t144333381z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 14:43:33 |
last_update | 2017-07-21 14:43:33 |
depth | 2 |
children | 0 |
last_payout | 2017-07-28 14:43:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,202,224 |
net_rshares | 0 |
author | reachfem24 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170723t003845118z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-23 00:38:39 |
last_update | 2017-07-23 00:38:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-30 00:38:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.648 HBD |
curator_payout_value | 0.214 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 6,770,035,216 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,362,967 |
net_rshares | 221,788,964,245 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 166,858,060,113 | 42.78% | ||
kencode | 0 | 54,930,904,132 | 62% |
Thanks for the weekly update
author | rezatoga |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t120413423z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 12:04:27 |
last_update | 2017-07-21 12:04:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 12:04:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 73,916,774,864 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,187,787 |
net_rshares | 5,975,572,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 5,975,572,965 | 8% |
Thank you! Upvoted.
author | rtdcs |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t130444689z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 13:04:45 |
last_update | 2017-07-21 13:04:45 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 13:04:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 19,449,784,090,468 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,192,713 |
net_rshares | 4,268,382,132 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 4,268,382,132 | 6% |
Thats a lot of great and inportant info in one post. Thats a great thing u do. Thx for sharing. Followed upvoted
author | saffisara |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t105525541z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:55:27 |
last_update | 2017-07-21 10:55:27 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 344,659,772,175,253 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,182,290 |
net_rshares | 14,512,105,773 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 14,512,105,773 | 18% |
Really appreciative post right there ... Thanks for posting these post ...
author | salujmaharjan |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t103916784z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:39:15 |
last_update | 2017-07-21 10:39:57 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:39:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 222,692,812,063 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,181,067 |
net_rshares | 4,268,266,403 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 4,268,266,403 | 5% |
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 :)
author | steemian69 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t094503704z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 10:45:33 |
last_update | 2017-07-22 10:46:00 |
depth | 1 |
children | 2 |
last_payout | 2017-07-29 10:45:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.115 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 1,160,052,362,678 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,292,031 |
net_rshares | 39,009,906,621 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 23,464,414,703 | 5.04% | ||
kencode | 0 | 10,671,094,823 | 14% | ||
steemian69 | 0 | 4,874,397,095 | 100% |
I don't need to be governed, do you?
author | kencode |
---|---|
permlink | re-steemian69-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t115104656z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 11:51:09 |
last_update | 2017-07-22 11:51:09 |
depth | 2 |
children | 1 |
last_payout | 2017-07-29 11:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.231 HBD |
curator_payout_value | 0.068 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,297,300 |
net_rshares | 76,828,954,290 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
valtr | 0 | 74,928,876,221 | 100% | ||
steemian69 | 0 | 1,900,078,069 | 100% |
Financially No, But I Need The Protection That The Gorvernment Offers :p
author | steemian69 |
---|---|
permlink | re-kencode-re-steemian69-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t110654377z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 12:07:24 |
last_update | 2017-07-22 12:07:24 |
depth | 3 |
children | 0 |
last_payout | 2017-07-29 12:07:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 1,160,052,362,678 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,298,649 |
net_rshares | 5,710,008,025 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemian69 | 0 | 5,710,008,025 | 100% |
author | stephan92 |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t102153269z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:22:00 |
last_update | 2017-07-21 10:22:00 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 10:22:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 2,404,997,739,362 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,179,770 |
net_rshares | 5,382,637,902 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 4,268,266,403 | 5% | ||
stephan92 | 0 | 1,114,371,499 | 100% |
thank you!
author | thangfliproad |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t100211737z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:02:12 |
last_update | 2017-07-21 10:02:12 |
depth | 1 |
children | 2 |
last_payout | 2017-07-28 10:02:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.041 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | -7,456,894,803 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,178,201 |
net_rshares | 11,254,182,610 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 11,097,492,650 | 13% | ||
thangfliproad | 0 | 156,689,960 | 100% |
thank you for Following me :)
author | kencode |
---|---|
permlink | re-thangfliproad-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101001985z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:10:03 |
last_update | 2017-07-21 10:10:03 |
depth | 2 |
children | 1 |
last_payout | 2017-07-28 10:10:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 140,643,562,588,487 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,178,894 |
net_rshares | 0 |
help me :))
author | thangfliproad |
---|---|
permlink | re-kencode-re-thangfliproad-re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t101405361z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 10:14:06 |
last_update | 2017-07-21 10:14:06 |
depth | 3 |
children | 0 |
last_payout | 2017-07-28 10:14:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | -7,456,894,803 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,179,178 |
net_rshares | 0 |
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.
author | thecryptoking |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t113759980z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 11:38:00 |
last_update | 2017-07-21 11:38:00 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 11:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.150 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 306,317,224,167 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,185,655 |
net_rshares | 43,855,546,761 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 31,158,344,748 | 41% | ||
thecryptoking | 0 | 12,697,202,013 | 100% |
author | tradewonk |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t124353732z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 12:44:00 |
last_update | 2017-07-22 12:44:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 12:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.448 HBD |
curator_payout_value | 0.147 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 133,615,265,755,348 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,301,798 |
net_rshares | 152,394,792,715 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jason | 0 | 114,714,916,327 | 28.98% | ||
kencode | 0 | 37,679,876,388 | 42% |
Exclusive interview with Moneymaker from the darknet........ Continuation of the article in our blog!
author | vteme |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170722t222819535z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-22 22:28:18 |
last_update | 2017-07-22 22:28:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-29 22:28:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 29,454,260,973 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,354,182 |
net_rshares | 0 |
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.
author | yaan |
---|---|
permlink | re-kencode-stealth-ledger-nano-s-blockpay-graphenej-smartcoins-wallet-weekly-report-20170721t111351081z |
category | news |
json_metadata | {"tags":["news"],"app":"steemit/0.1"} |
created | 2017-07-21 11:13:48 |
last_update | 2017-07-21 11:14:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-28 11:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.225 HBD |
curator_payout_value | 0.075 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 6,432,134,350,496 |
root_title | "Stealth, Ledger Nano S, BlockPay, graphenej, Smartcoins Wallet... Weekly Report" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,183,806 |
net_rshares | 74,694,662,068 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kencode | 0 | 74,694,662,068 | 97% |