create account

Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa by kenraphael

View this thread on: hive.blogpeakd.comecency.com
· @kenraphael · (edited)
$165.70
Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa
In 2017, I wrote a seven part series titled the “<a href="http://www.trustnodes.com/2017/11/05/ideal-digital-currency-needs-scaling-solutions">Ideal Digital Currency</a>” highlighting seven important unsolved issues with cryptocurrencies that needs to be solved before they can gain mass adoption. The third part of the series focused on scalability. Public decentralized cryptographically enabled digital currencies can currently not handle sufficient number of transactions per second for them to be used on a global scale of the type Visa or Mastercard currently handle. While the Visa network can handle over 40,000 transactions per seconds (tps), the Bitcoin network can only handle about 7 tps. The Ethereum network is slightly faster at about 25 tps. And no matter how many nodes join the network to process transactions, this throughput does not increase. This is what is referred to as non-scalable in that throwing more resources at the network does not increase the load it can handle.

<h2>The Blockchain Scalability Problem in a Nutshell</h2>
The reason behind the non-scalability of public decentralized blockchains is due to the very formulation of blockchains from the original paper by Satoshi. In that formulation, every node competes to write the next block and thus are all replicating the same work and also maintaining the same copy of the ledger. And only one block can be written during each interval. And then the competition to write the next block begins; which is written referencing or chained to the prior block. This is to prevent the possibility of double spending which could occur if more than one set of different blocks can be admitted as representing the state of the ledger at any time. In such a case, a transaction could then conceivably be written in one but not the other. Thus the more nodes join the network, the number of transactions it can handle will not increase. The blockchain process is basically intrinsically serial since only one block can be written at any time and must be related to the prior block, and on.

<h2>A few Approaches to Solving the Scalability Problem</h2>
There are several potential methods that have been proffered for solving this problem. They include increasing the size of blocks that can be written so it can handle more transactions. This is the approach taken by Bitcoin Cash. They also include processing transactions off the blockchain and then writing it on the blockchain over longer intervals. Those methods are termed as creating side chains and include approaches such as that utilized by the Lightning network. However, both methods involve some sacrifice. Increasing block sizes will limit the size of applications and devices that can serve as clients for the network or make it slower for them to sync and receive blockchain data. For side chains, users must commit to opening channels to those side chains, which require committing resources to open the channels. There is also the chance that hubs could set up side chains and fund it but result in centralized pockets on the side chains. These are very recent developments and practical applications are new or just emerging. For instance, a form of the Lightning network just went into beta about a month ago. It is not yet fully certain if those sacrifices are significant enough to significantly negate those as the future solutions for the scalability issue for public decentralized blockchains.

<h2>Parallelizing the Blockchain is the Holy Grail of Scalability Solutions</h2>
What if the blockchain was completely reformulated such that it is no longer serial but can actually process transactions in parallel? That would enable all the advantages of the decentralized blockchain to be retained while being able to process several times more transactions at the same time. This is the approach a few emerging blockchains are taking. This approach is sometimes referred to as “<a href="https://github.com/ethereum/wiki/wiki/Sharding-FAQ">sharding</a>” and in its original meaning applies to the process of splitting up a database into sub-parts. I have in the past insisted on using the term parallelization because the activity goes beyond simply splitting up the database (in this case the blockchain as a database). Ethereum has been mentioning sharding as a planned scalability solution for more than a year now, but have projected it would likely be ready in a couple of years or so.</br>
 
However, a new network has now actually implemented a form of sharding and has actually demonstrated it live in beta for several weeks now. So sharding, or more correctly the parallel processing of blockchain transactions, is now pretty much a reality now for blockchains. This network is named Zilliqa. I was first encouraged to review the network late last year, and mentioned it in a <a href="https://cointelegraph.com/news/2018-blockchain-and-cryptocurrency-outlook-expert-blog">2018 outlook article</a>, but could not find the time for a full review until now after reviewing ongoing results of the beta test. As can be expected, as word gets out and it becomes clearer that this network has indeed a solution to on-chain scalability, the value of the network will increase; and that has been the case thus far. Its market price has slowly crept up on net even during the earlier downturn of 2018. A basic projection of current trend combined with the prospects of a main network live release by the third quarter could potentially see the value grow several times still, provided the global cryptocurrency market trend itself holds up roughly at its current pace.

<h2>Parallelization as Accomplished by Zilliqa</h2>
The <a href="https://docs.zilliqa.com/whitepaper.pdf">Zilliqa process</a> divides the network into 2 layers as shown in the figure below. The first layer includes a sharded network that splits the network into several groups with each group responsible for processing a subset of all transactions that are submitted during each block creation interval. The decision on which transaction each shard processes is based on the rightmost bits of the account that originated the transaction. For instance, assuming numerical account numbers, and a shard of 5, then any transaction generated from accounts ending with 0 or 1 would be handles by shard 1. And any transaction originating from accounts ending with 2 or 3 would be handled by shard 2. And on. 
 

![serial_blockchain.png](https://steemitimages.com/DQmVMLvs4PEQY2DiDJgu8FrfX8ZNHdZc8f4G8qsHVfkZPdK/serial_blockchain.png)
Traditional Serial Block Creation Structure
Source: author

 
![zilliqa_blockchain.png](https://steemitimages.com/DQmf7m1v3VQZvawznAH5GGVjUvKj87gK4AtUfN5UQSvgvte/zilliqa_blockchain.png)
Parallel Block Creation as Described by Zilliqa
Source: author


The second layer termed the directory services (DS) layer aggregates the sharded blocks from the first layer into one block. This layer also helps organize the nodes of the first layer into shards. To ensure security of shards potentially consisting of fewer nodes than they would in the traditional blockchain network, Zilliqa implements a series of randomized procedures to shard the network so that groups of adversary nodes can not easily congregate within a shard and thus compromise the network. Finally, Zilliqa is also introducing a blockchain programming language for its sharded network that though not Turing complete would be able to take advantage of the parallel nature of the network in processing contracts.

<h2>How is Zilliqa Working During the Beta Test Phase?</h2>
There is sufficient review of the network operations and scaling capacity already available from the weeks long Zilliqa test network to demonstrate likely success of the sharded Zilliqa network in accomplishing scaling of blockchain transactions. Some parameters of the test network can be viewed <a href="https://explorer.zilliqa.com">here</a>. The beta tests already show the number of transactions per seconds at over a hundred. The main network would at least likely process transactions in hundreds if not thousands, compared to the handful the earlier decentralized blockchains can handle. It would be interesting to see the frequency of final block creations go up during this tests phase. There are also still some other blockchain issues still being addressed including on network pruning and addressing state sharding or essentially splitting of the final blocks itself. Also, sharded processing of contracts are yet to be tested publicly at the time of writing but the success of transaction sharding alone would likely assure Zilliqa comparative notice and likely growth in value when the full network goes live as promised by the third quarter of 2018.

<h2>References</h2>
1. Nov 5 2007, Ken A. “The Ideal Digital Currency Needs Scaling Solutions,” http://www.trustnodes.com/2017/11/05/ideal-digital-currency-needs-scaling-solutions, Accessed November 30 2017.
2. Vitalik Buterin et al, “On Sharding Blockchains,” https://github.com/ethereum/wiki/wiki/Sharding-FAQ, Accessed October 31 2017.
3. Dec 2017, Ken A. "2018 Blockchain and Cryptocurrency Outlook: Expert Blog", https://cointelegraph.com/news/2018-blockchain-and-cryptocurrency-outlook-expert-blog.
4. August 10 2017, The Zilliqa Team. “The Zilliqa Technical Whitepaper,” https://docs.zilliqa.com/whitepaper.pdf. Accessed Dec 2017.
5. Mar 20 2018, Yaoqi Jia. “The Many Faces of Sharding for Blockshain Scalability,” https://bitcoinmagazine.com/articles/op-ed-many-faces-sharding-blockchain-scalability/. Accessed May 11 2018.
6. May 10 2018. “The Zilliqa Test Network,” https://explorer.zilliqa.com. Accessed May 11 2018.
7. Nov 11 2017, Ken A. "The Ideal Digital Currency (Part 3 of 7):
 Digital Currencies Need Scaling Solutions", https://medium.com/@alabs.ken/the-ideal-digital-currency-part-3-of-7-digital-currencies-need-scaling-solutions-d45c41bad8c8.
----------------------------------
</hr>
<b>About the Author</b>
Ken has a doctorate in Engineering, and a master’s in Computer Aided Engineering, An IT professional, programmer and published researcher with over thirty publications in various fields of technology, including several peer reviewed journals and publications.</br>

<b>Legal Disclaimer</b>: I am not a financial adviser and this is not financial advice. The information provided in this post and any other posts that I make and any accompanying material is for informational and educational purposes only. It should not be considered financial or investment advice at all. You should consult with a financial or investment professional to determine what may be best for your individual needs.
This is only opinion. It is not advice nor recommendation to either buy or sell anything! It's only meant for use as informative, educational, or entertainment purposes.

<b>Upvote/Resteem/Comment</b>. All comments are upvoted. Everyone that resteems gets a 100% upvote on comment here or their own blog. Let's start a conversation.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 13 others
properties (23)
authorkenraphael
permlinkbeating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as
categorybitcoin
json_metadata{"tags":["bitcoin","cryptocurrency","cryptocurrencies","ethereum","zilliqa"],"image":["https://steemitimages.com/DQmVMLvs4PEQY2DiDJgu8FrfX8ZNHdZc8f4G8qsHVfkZPdK/serial_blockchain.png","https://steemitimages.com/DQmf7m1v3VQZvawznAH5GGVjUvKj87gK4AtUfN5UQSvgvte/zilliqa_blockchain.png"],"links":["http://www.trustnodes.com/2017/11/05/ideal-digital-currency-needs-scaling-solutions","https://github.com/ethereum/wiki/wiki/Sharding-FAQ","https://cointelegraph.com/news/2018-blockchain-and-cryptocurrency-outlook-expert-blog","https://docs.zilliqa.com/whitepaper.pdf","https://explorer.zilliqa.com","https://bitcoinmagazine.com/articles/op-ed-many-faces-sharding-blockchain-scalability/","https://medium.com/@alabs.ken/the-ideal-digital-currency-part-3-of-7-digital-currencies-need-scaling-solutions-d45c41bad8c8"],"app":"steemit/0.1","format":"markdown"}
created2018-05-14 05:57:09
last_update2018-05-15 04:16:39
depth0
children18
last_payout2018-05-21 05:57:09
cashout_time1969-12-31 23:59:59
total_payout_value126.887 HBD
curator_payout_value38.813 HBD
pending_payout_value0.000 HBD
promoted3.100 HBD
body_length11,002
author_reputation13,999,316,218,092
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,581,219
net_rshares33,490,639,205,001
author_curate_reward""
vote details (77)
@abasinkanga ·
$0.06
@smartbot tip 1
<center>Congratulations!!!<br>You will be rewarded 1 SMARTCASH for using this resteem service<br>
<b>[ABASINKANGA RESTEEM SERVICE](https://www.steemit.com/@abasinkanga)</b></center>
 - <b>This post just got resteemed to 6200 followers.</b>
 - <b>For anyone to use my resteem service, send 0.1 SBD to @abasinkanga + post link as memo.</b>
 - <b>[Earn SmartCash rewards](https://steemit.com/smartcash/@abasinkanga/hot-news-the-resteem-service-that-rewards-you-back-see-how-it-works-you-get-a-reward-when-i-resteem-your-post) when you send SBD to resteem your post</b>
 - <sub><b>Tip with SMARTCASH</b> or <b>Upvote</b> this comment if you appreciate this service.</sub>

<sub>1 SMART  = 0.04 SBD</sub>
#### How To Use SmartCash?
* For menu commands, reply with comment: @smartbot help
* Get a smartcash wallet [here](https://wallet.smartcash.cc/) 
* See SmartCash on [coinmarketcap](https://coinmarketcap.com/currencies/smartcash/)
* Want to earn more SmartCash on steemit? [Visit @smartcash's profile](https://steemit.com/@smartcash)
👍  
properties (23)
authorabasinkanga
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t212608437z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["smartbot","abasinkanga"],"links":["https://www.steemit.com/@abasinkanga","https://steemit.com/smartcash/@abasinkanga/hot-news-the-resteem-service-that-rewards-you-back-see-how-it-works-you-get-a-reward-when-i-resteem-your-post","https://wallet.smartcash.cc/","https://coinmarketcap.com/currencies/smartcash/","https://steemit.com/@smartcash"],"app":"steemit/0.1"}
created2018-05-14 21:26:06
last_update2018-05-14 21:26:06
depth1
children1
last_payout2018-05-21 21:26:06
cashout_time1969-12-31 23:59:59
total_payout_value0.060 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,048
author_reputation10,395,892,449,375
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,708,709
net_rshares12,949,032,145
author_curate_reward""
vote details (1)
@smartbot ·
**Σ$$$** Tipped **@kenraphael** <code>**Σ1 SMART**</code>! Comment <code>**@smartbot help**</code> to claim. Currently the price of SmartCash in the market is <code>**$0.117 USD**</code> per <code>**SMART**</code>. Current value of the tip is <code>**$0.12 USD**</code>. To find out more about SmartCash, please visit **https://smartcash.cc**.
properties (22)
authorsmartbot
permlinkscashbot-20180514t212628459z
categorybitcoin
json_metadata{"tags":["smartcash"],"app":"smartcash/tipbot"}
created2018-05-14 21:26:30
last_update2018-05-14 21:26:30
depth2
children0
last_payout2018-05-21 21:26:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length343
author_reputation3,721,888,729,782
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,708,744
net_rshares0
@abasinkanga ·
@smartbot tip 1
<center>Congratulations!!!<br>You will be rewarded 1 SMARTCASH for using this resteem service<br>
<b>[ABASINKANGA RESTEEM SERVICE](https://www.steemit.com/@abasinkanga)</b></center>
 - <b>This post just got resteemed to 6500 followers.</b>
 - <b>For anyone to use my resteem service, send 0.1 SBD to @abasinkanga + post link as memo.</b>
 - <b>[Earn SmartCash rewards](https://steemit.com/smartcash/@abasinkanga/hot-news-the-resteem-service-that-rewards-you-back-see-how-it-works-you-get-a-reward-when-i-resteem-your-post) when you send SBD to resteem your post</b>
 - <sub><b>Tip with SMARTCASH</b> or <b>Upvote</b> this comment if you appreciate this service.</sub>
<h4>How To Use SmartCash?</h4>
* For menu commands, reply with comment: @smartbot help
* Get a smartcash wallet [here](https://wallet.smartcash.cc/) 
* See SmartCash on [coinmarketcap](https://coinmarketcap.com/currencies/smartcash/)
* Want to earn more SmartCash on steemit? [Visit @smartcash's profile](https://steemit.com/@smartcash)
properties (22)
authorabasinkanga
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180528t220649496z
categorybitcoin
json_metadata""
created2018-05-28 22:06:48
last_update2018-05-28 22:06:48
depth1
children1
last_payout2018-06-04 22:06:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,020
author_reputation10,395,892,449,375
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,179,010
net_rshares0
@smartbot ·
**Σ$$$** Tipped **@kenraphael** <code>**Σ1 SMART**</code>! Comment <code>**@smartbot help**</code> to claim. Currently the price of SmartCash in the market is <code>**$0.083 USD**</code> per <code>**SMART**</code>. Current value of the tip is <code>**$0.08 USD**</code>. To find out more about SmartCash, please visit **https://smartcash.cc**.
properties (22)
authorsmartbot
permlinkscashbot-20180528t220725974z
categorybitcoin
json_metadata{"tags":["smartcash"],"app":"smartcash/tipbot"}
created2018-05-28 22:07:27
last_update2018-05-28 22:07:27
depth2
children0
last_payout2018-06-04 22:07:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length343
author_reputation3,721,888,729,782
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,179,074
net_rshares0
@adarshh ·
thanks for the coverage of Zilliqa

if you are going to take a blockchain and make it delegate transaction verification and consensus then does it not create the man in the middle attacks?

imagine many shards, dedicating a bunch of nodes to those shards and then coming up with even more complicated algorithms to make sure that any individual shard is not hijacked.

does this not sound like a complex problem to solve? instead why not use consensus as a service from a centralized network. this way only consensus is outsourced and we can all vote for the consensus network made up of special nodes who can do that. the idea then would be to ensure that these special nodes (validators, miners, or whatever) are able to stave off the 51% attack MO.

even here there is no single point of failure and you just reduced the wait time to a fraction. 

is this any different in intent from the lightning network?
properties (22)
authoradarshh
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180531t090110286z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-05-31 09:01:09
last_update2018-05-31 09:01:09
depth1
children0
last_payout2018-06-07 09:01:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length910
author_reputation1,909,676,117,380
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,569,113
net_rshares0
@elbrava ·
Nice, I had heard of Ziliqa, but did not know that they are already beta testing it. It sounds very promising. 

Bitcoin still looks strong and is most widely known, but that was true of Nokia and Blackberry too. Nobody knew they would be replaced by Apple and Samsung. But they were.

My gut feeling is that ethereum might actually be replaced before bitcoin. But that is not based on any facts.

The times are changing :)
👍  
properties (23)
authorelbrava
permlinkre-kenraphael-2018515t131025546z
categorybitcoin
json_metadata{"tags":["bitcoin","cryptocurrency","cryptocurrencies","ethereum","zilliqa"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-05-15 11:10:30
last_update2018-05-15 11:10:30
depth1
children0
last_payout2018-05-22 11:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length423
author_reputation6,548,533,456,556
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,805,819
net_rshares2,312,915,693
author_curate_reward""
vote details (1)
@faiyazmahmud · (edited)
Very informative and learnable article about the cryptocurrencies. I love to learning more and more about the cryptocurrencies and blockchain. Your post has enhance my knowledge about the crypto and blockchain as well. I have upvoted & resteemed your post, because I think more people should be read this informative article. Thank you sir @kenraphael.
👍  
properties (23)
authorfaiyazmahmud
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t070314850z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1","users":["kenraphael"]}
created2018-05-14 07:03:27
last_update2018-05-14 07:06:21
depth1
children0
last_payout2018-05-21 07:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length352
author_reputation1,689,130,358,703
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,589,010
net_rshares2,602,030,154
author_curate_reward""
vote details (1)
@msena ·
$0.15
Very informative crypto analysis. Your analytic crypro explanation enhance our knowledge. Thanks a lot sir @kenraphael for discussing such a valuable content. Upvoted and resteemed......
👍  , , ,
properties (23)
authormsena
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t061917320z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["kenraphael"],"app":"steemit/0.1"}
created2018-05-14 06:19:21
last_update2018-05-14 06:19:21
depth1
children0
last_payout2018-05-21 06:19:21
cashout_time1969-12-31 23:59:59
total_payout_value0.123 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation8,550,834,018,641
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,583,923
net_rshares31,672,195,194
author_curate_reward""
vote details (4)
@postpromoter ·
re-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t064708497z
You got a 10.09% upvote from @postpromoter courtesy of @kenraphael!

Want to promote your posts too? Check out the [Steem Bot Tracker website](https://steembottracker.com) for more info. If you would like to support the development of @postpromoter and the bot tracker please [vote for @yabapmatt for witness!](https://v2.steemconnect.com/sign/account-witness-vote?witness=yabapmatt&approve=1)
properties (22)
authorpostpromoter
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t064708497z
categorybitcoin
json_metadata{"app":"postpromoter/2.0.0"}
created2018-05-14 06:47:09
last_update2018-05-14 06:47:09
depth1
children0
last_payout2018-05-21 06:47:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length394
author_reputation12,722,616,650,811
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,587,140
net_rshares0
@resteemable ·
**Your Post Has Been Featured on @Resteemable!** <br> Feature any Steemit post using resteemit.com! <br> **How It Works:** <br> 1. Take Any Steemit URL <br> 2. Erase `https://` <br> 3. Type `re`<br> Get Featured Instantly & Featured Posts are voted every 2.4hrs <br>[Join the Curation Team Here](https://goo.gl/forms/4sr0InoTxcyPRQSj2) | [Vote Resteemable for Witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=resteemable&approve=1)
properties (22)
authorresteemable
permlinkre-resteemable-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t065037470z
categorybitcoin
json_metadata""
created2018-05-14 06:50:36
last_update2018-05-14 06:50:36
depth1
children0
last_payout2018-05-21 06:50:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length453
author_reputation711,299,530,826
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,587,524
net_rshares0
@resteemr ·
This post was upvoted and resteemed by @resteemr!
Thank you for using @resteemr.

---

@resteemr is a low price resteem service.
Check what @resteemr can do for you. [Introduction of resteemr](https://steemit.com/steemit/@resteemr/important-announcement-about-resteem-and-upvote-service).
properties (22)
authorresteemr
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t173626178z
categorybitcoin
json_metadata{"tags":["bitcoin"],"community":"busy","app":"busy/2.4.0"}
created2018-05-14 17:38:36
last_update2018-05-14 17:38:36
depth1
children0
last_payout2018-05-21 17:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation664,089,163,711
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,677,854
net_rshares0
@ron770 ·
Amazing article. Keep doing your awesome work :)
👍  
properties (23)
authorron770
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t070030720z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-05-14 07:00:33
last_update2018-05-14 07:00:33
depth1
children0
last_payout2018-05-21 07:00:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation-920,433,811
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,588,676
net_rshares1,445,572,308
author_curate_reward""
vote details (1)
@ron770 ·
$0.13
Amazing article. Keep doing your awesome work :)
👍  
properties (23)
authorron770
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t070503081z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-05-14 07:05:06
last_update2018-05-14 07:05:06
depth1
children0
last_payout2018-05-21 07:05:06
cashout_time1969-12-31 23:59:59
total_payout_value0.099 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation-920,433,811
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,589,207
net_rshares26,598,530,472
author_curate_reward""
vote details (1)
@steembottrackerr ·
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center>
---
<center>Hello @kenraphael , Congratulations ✅ . Your content began to appear in the hot section.
I am the information account of "SteemBotTracker" site.
</center>
---
<center>
Your Informations
Total SBD: 107.943
Total STEEM: 5.588
</center>
---
<center>
I recommend to increase this;
You can make "Resteem" and advertise to the followers of the whale accounts.
"Resteem Bot" for you;
✅ The most profitable Resteem Whale @byresteem  has 25.500 Followers + 7000 Sp + Upvote with min +55 accounts. 
</center>
---
<center>
You can purchase "upvote" by bid bots.
"Upvote Bot"
✅ The most profitable whale in the last round. @smartsteem
</center>
---
<center>
I'm taking this message once. You need to use the #steembottrackerr tag for more information.
Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person.
I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you.
</center>
properties (22)
authorsteembottrackerr
permlink20180529t012755210z
categorybitcoin
json_metadata{"tags":["advice"],"app":"steemjs/test"}
created2018-05-29 01:27:57
last_update2018-05-29 01:27:57
depth1
children0
last_payout2018-06-05 01:27:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,138
author_reputation-1,493,369,324,060
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,198,989
net_rshares0
@tonyyspencer ·
A very informative post @kenraphael
Thank you very much.
👍  
properties (23)
authortonyyspencer
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t065536795z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["kenraphael"],"app":"steemit/0.1"}
created2018-05-14 06:55:51
last_update2018-05-14 06:55:51
depth1
children0
last_payout2018-05-21 06:55:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation84,259,586
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,588,131
net_rshares1,445,572,308
author_curate_reward""
vote details (1)
@transparencybot · (edited)
<h3>This post has received votes totaling more than $50.00 from the following pay for vote services:</h3>

buildawhale upvote in the amount of $56.93 STU, $96.38 USD.
postpromoter upvote in the amount of $55.20 STU, $93.45 USD.
upme upvote in the amount of $39.37 STU, $66.66 USD.

**For a total calculated value of $152 [STU,](http://steem.supply/rewards) $256 USD before curation, with approx. $38 USD curation being earned by the paid voters.**

This information is being presented in the interest of transparency on our platform **and is by no means a judgement as to the quality of this post.**
properties (22)
authortransparencybot
permlinkre-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as--bidbot
categorybitcoin
json_metadata{"tags":["bidbot","transparencybot"],"links":["http://steem.supply/rewards"],"app":"null/null","format":"markdown"}
created2018-05-14 07:44:30
last_update2018-05-14 23:49:21
depth1
children0
last_payout2018-05-21 07:44:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length607
author_reputation-5,641,716,862,244
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,594,044
net_rshares0
@untapentuoreja ·
CONGRATULATIONS YOUR PUBLICATION HAS BEEN SHARED BY @Untapentuoreja, will be seen by 3025. steemians.+ upvote
properties (22)
authoruntapentuoreja
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t151624340z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["untapentuoreja"],"app":"steemit/0.1"}
created2018-05-14 15:15:54
last_update2018-05-14 15:15:54
depth1
children0
last_payout2018-05-21 15:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation913,006,409,722
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,654,983
net_rshares0
@yougotresteemed ·
Congratulations you got resteemed! 

Resteem your Posts to 9750+ Followers — just send 0.1 SBD or STEEM to @yougotresteemed with link in memo (you also will receive a 100% upvote)! 

For daily bloggers we offer a [Resteem subscription](https://steemit.com/resteem/@yougotresteemed/resteem-subscription-report-3-get-your-daily-resteem) including at least one Resteem a day and a daily feature + daily upvotes!

Wanna sell your Votes or looking for an Upvote-Bot? Try [Smartsteem](https://smartsteem.com?r=yougotresteemed)
properties (22)
authoryougotresteemed
permlinkre-kenraphael-beating-bitcoin-series-2-pay-attention-to-projects-that-solve-problems-currently-keeping-blockchains-from-mass-adoption-such-as-20180514t084025970z
categorybitcoin
json_metadata{"tags":["bitcoin"],"users":["yougotresteemed"],"links":["https://steemit.com/resteem/@yougotresteemed/resteem-subscription-report-3-get-your-daily-resteem","https://smartsteem.com?r=yougotresteemed"],"app":"steemit/0.1"}
created2018-05-14 08:40:27
last_update2018-05-14 08:40:27
depth1
children0
last_payout2018-05-21 08:40:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length520
author_reputation1,357,429,265,556
root_title"Beating Bitcoin Series (2) - Pay Attention to Projects That Solve Problems Currently Keeping Blockchains from Mass Adoption Such as Zilliqa"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,600,548
net_rshares0