create account

Blog: Lightning Network Observations on the Bitcoin Mainnet by majestyman

View this thread on: hive.blogpeakd.comecency.com
· @majestyman · (edited)
$0.74
Blog: Lightning Network Observations on the Bitcoin Mainnet
<html>
<p>Source: https://medium.com/@BitfuryGroup/blog-lightning-network-observations-on-the-bitcoin-mainnet-e5bfebb6fb00</p>
<p>https://www.bitcoinlightning.com/lightning-network-observations-on-the-bitcoin-mainnet/</p>
<p>By: Viacheslav Zhygulin, Mykola Sakhno, Kostiantyn Pisnia and Alex Ostrovski (LightningPeach team, Bitfury Software)</p>
<p>https://cdn.steemitimages.com/DQmfUGZYmRozW1Zp77v7uijBrHDNJqwJKrucBL3pkMiHEMo/1.png</p>
<p>It has been more than three months since the <a href="https://blog.lightning.engineering/announcement/2018/03/15/lnd-beta.html">release of lnd 0.4</a>, which marked the first Lightning mainnet beta. The year 2018 has already seen many other important breakthroughs that bring us closer to taking the Lightning Network mainstream. As the Lightning Network grows and expands its user base, we want to share some recent statistics that our Lightning Network development team has collected, as well as our thoughts on the overall direction of the network. The framework we use for collecting these statistics provided in this article, will be released soon as an open-source tool.</p>
<p>Before moving forward, it is important to define some of the terms and parameters we used in our observations. First, Lightning channels can be closed unilaterally (uncooperatively) or mutually (cooperatively). The terms “unilateral closing” and “mutual closing” are defined in Lightning-RFC, so we will use them here.</p>
<p>Second, the Lightning specification contains the following transaction types: (<a href="https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md">https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md</a>):</p>
<p><strong>Funding transaction</strong> is used to create a channel and has 2x2 multi-sig <a href="https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki">P2WSH</a> output.</p>
<p><strong>Commitment Transaction</strong> is used for unilateral channel closing.</p>
<p><strong>Closing transaction</strong> is used for mutual channel closing.</p>
<p><strong>HTLC (hash time-locked contract) timeout transaction</strong> is used at the second stage during unilateral closure for offered HTLC.</p>
<p><strong>HTLC success transaction</strong> is used at the second stage during unilateral closure for accepted HTLC.In this set of research, we focused on funding, commitment and closing transactions. First, we scanned the blockchain for transactions with this structure. Then, we scanned each transaction in the block and checked to see whether it matched the criteria for a commitment transaction or a closing transaction. If there was a match, we checked criteria for the parent transaction, which should be a funding transaction.</p>
<h3><strong>Key Statistics and Observations:</strong></h3>
<h4>1. The percentage of unilateral channel closing relative to all closings remains&nbsp;high.</h4>
<p>&nbsp;https://cdn.steemitimages.com/DQmVBqTWgiSJDt8uz8LhFbJBfRQEimGoAxCy3ZTSBwp1D4b/2.png</p>
<p>&nbsp;<strong>Total number of closed channels:</strong> 14,287 (100%).<br>
<strong>Number of mutually closed channels:</strong> 2,487 (17.4%).<br>
<strong>Number of unilaterally closed channels:</strong> 11,800 (82.6%).<br>
<strong>Number of unilateral closings where the commitment transaction has a single output of the P2WKH variety:</strong> 7,211 (50.5%).</p>
<p>The P2WKH output in the commitment transaction represents the balance of another party. Other balances, like the self-balance and HTLCs, are represented by P2WSH outputs. Thus, if a commitment transaction has a single P2WKH output, all other balances are below the dust limit. This represents a situation in which a party that has no balance in a channel unilaterally closes it. This is “strange” because if a party has nothing in a channel, there is no economic incentive to close it. You have an incentive to keep it open to receive at least some amount.</p>
<p>Our hypothesis is that a “strange” closing may appear when somebody opens the channel for testing and, after the testing is done, developers leave the channel unattended, leading to the channel being closed by a counterparty. Another fact is that many unilateral channel closings were carried out by Lightning nodes using c-lightning realization of the protocol because of the flaw with on-chain fees described here in Section 5 of this article.</p>
<p>Because unilateral closings have not decreased, it is reasonable to assume that the network has not yet transitioned from testing to production and that the Lightning Network is mainly used for testing, rather than “real” financial transactions. This is to be expected, since the technology is in its early stage of development and much testing needs to be done.</p>
<h4>2. Multi-hop transactions work mainly within top nodes offering better conditions for&nbsp;now</h4>
<p>https://cdn.steemitimages.com/DQmfCtF1tqDu7eMv5EmAjGgYeUnfo6nQ5XiU6eooWS26Emi/23.png</p>
<p>&nbsp;As you can see in the graphic, at the time of writing, the network is still too small and working mostly as sandbox for tests. The network is not complex and the top-10 nodes contain 50% of the capacity of the entire network. 41% of the nodes of the network are directly connected to the top-10 nodes. The top-10 node cluster itself is relatively well-connected for a small test network, but, in time, will become more complex and top-node competitive. Once this happens, the network will begin growing with real use cases.</p>
<p>Due to connectivity, even now if you are connected to one of the top-10 nodes, you can send multi-hop transactions within the top-10 node cluster with a very high probability of success. However, it may be difficult to rely on the same success level for other multi-hop transactions because of the disparity in channel capacity inside and outside the cluster. Indeed, the median capacity for a channel directly connected to the top-10 is 130 USD, and the median capacity for other channels is 3.7 USD. More than that, channels between top nodes and smaller ones are usually funded by small nodes; thus, for effective routing or receiving payments, a peer of the top node should first spend some bitcoin in the channel.&nbsp;</p>
<p>https://cdn.steemitimages.com/DQmYtnj2Ec6DN8PU1GmCxLXE7qaRMxFLYoGLnMgDKo2e9V8/4.png</p>
<p>&nbsp;<strong>3. The most frequent values for channel size are round&nbsp;numbers</strong></p>
<p>https://cdn.steemitimages.com/DQmQyhox4MtdGJWWRPJBFmLbagDi7zXGX9J5tyCMLUpvqmT/5.png</p>
<p><strong>4. A channel lives 239 hours (10 days) on average, with a median lifetime of 99 hours (4.1&nbsp;days)</strong></p>
<p>For efficient operations, Lightning channels should live much longer; ideally, they should live indefinitely. Services like <a href="https://submarineswaps.org/">submarine swaps</a> could make the situation better in the near future, however, by allowing for exchange between on-chain and off-chain funds. This could reduce the need for closing the channel to obtain off-chain funds.&nbsp;</p>
<p>https://cdn.steemitimages.com/DQmXqDLQ5tNvJ7q8mi2FBMrJtHohWGhgah51H3nJcaMKuGR/6.png</p>
<p><strong>5. Important events on the network affect the rate of channel openings.</strong></p>
<p>https://cdn.steemitimages.com/DQmQvg7cp2mcXbXek1vVvuY3WQXKCy4Jw3Cm7wXz3o9q3VX/8.png</p>
<p><strong>Events shown on the graph:</strong></p>
<p><strong>2018–03–15:</strong> Release of lnd 0.4.0</p>
<p><strong>2018–03–28:</strong> Release of eclair for mainnet (<a href="https://twitter.com/acinq_co/status/979081006903947264">link</a>)</p>
<p><strong>2018–04–02</strong>: BitPico takes credit for attack (<a href="https://twitter.com/bitPico/status/980978688740163584">link</a>)</p>
<p><strong>2018–04–03:</strong> Release of lnd 0.4.1</p>
<p><strong>2018–04–24</strong>: Sharp increase in BTC on-chain fees, which led to mass channel closing by nodes using c-lightning realization of the protocol due to the bug described here: <a href="https://github.com/lightningnetwork/lnd/issues/1086">https://github.com/lightningnetwork/lnd/issues/1086</a>(<a href="https://bitinfocharts.com/comparison/bitcoin-transactionfees.html">source</a>)</p>
<p><strong>2018–05–29:</strong> Release of lnd 0.4.2 — The release of a <a href="https://github.com/lightningnetwork/lnd">new version </a>of lnd usually leads to peak in channel opening. After the release of lnd 0.4, we observed more activity present in the Lightning Network. As a result, the speed of channel openings has been increased.</p>
<h4>6. Distribution of the number of nodes by node&nbsp;degree</h4>
<p>Fitting data shows that the node degree (that is, the number of open channels) follows the power law with the exponential coefficient -2.26 starting from degree 8. Therefore, we conclude that the Lightning Network is <a href="https://en.wikipedia.org/wiki/Scale-free_network">scale-free</a>, which implies a high degree of fault tolerance, meaning the network could tolerate the exclusion of any node. (Data fitting was done using <a href="https://github.com/jeffalstott/powerlaw">https://github.com/jeffalstott/powerlaw</a>.)</p>
<h4>7. Large channels are closed unilaterally more&nbsp;often.</h4>
<p>Performing a <a href="https://en.wikipedia.org/wiki/Chi-squared_test">chi-square test</a> on the correlation of channel size and unilateral channel closing yields <a href="https://en.wikipedia.org/wiki/P-value">the probability value</a> p=1.7e-16 (the null hypothesis is the absence of correlation). Thus, this correlation is statistically significant.</p>
<p>Our hypothesis is that channels with smaller capacities are left unattended more often by both parties; it is reasonable to wait some time until the counterparty comes back online. In contrast, if the channel capacity is large and the counterparty goes offline, there is a high incentive to withdraw bitcoin immediately with unilateral closing.</p>
<h4>8. Contract breach (due to dishonesty or a failed load from&nbsp;backup)</h4>
<p>On an average day, less than one punishment for the incorrect channel closing occurs (that is, a situation in which a channel participant publishes an outdated channel state to the blockchain, allowing the counterparty to slash his funds as the retribution). There were a few days (March 25, <a href="https://blockchain.info/block/00000000000000000003d4e8dd2666fd942ff80609c013bdf34c0e2cf47d82f8">block 515141</a>; March 27, <a href="https://blockchain.info/block/0000000000000000004c830251f035408ee61da495cb2d36e93f0edec076692d">block 515413</a>) with a much higher number of punishments.</p>
<p>This situation has been investigated in the following article: <a href="https://www.trustnodes.com/2018/03/26/lightning-network-user-loses-funds">https://www.trustnodes.com/2018/03/26/lightning-network-user-loses-funds</a></p>
<h3>Discussion</h3>
<p>Currently, the Lightning Network is in the “experimental” mode, meaning many people connect to it simply to observe how it works. These “experiments” result in a large percentage of unilateral closings (as suggested by the sharp peaks in “round” channel capacities). Most of the current network activity is comprised of tests performed by developer teams. The network is still growing and will require more nodes to create a competitive market of alternative routes for fully-functional payments via LN. After the exponential growth the network experienced in the first few days of having mainnet clients, the number of LN nodes is now growing now almost linearly with time. The network is likely to experience a surge in growth, leading it to surpass some “X amount” of top nodes. Merchant adoption and the ability to open incoming channels (to receive payments) could be helpful in revitalizing the network.</p>
<p><strong>_______________________________________________________</strong></p>
<p>https://cdn.steemitimages.com/DQmfUGZYmRozW1Zp77v7uijBrHDNJqwJKrucBL3pkMiHEMo/1.png</p>
<p><strong>About our Lightning Network Development Team, LightningPeach</strong></p>
<p>Our Lightning Network work is led by LightningPeach team, which is a part of the Bitfury software department. We have been researching the Lightning Network for almost two years. Our work is focused on solving challenges that the Lighting Network faces in order to help the network achieve global adoption. We are currently working on several projects, and we will share more information on our results soon.</p>
<p><a href="https://lightningpeach.com/">https://lightningpeach.com/</a></p>
<p><strong>_______________________________________________________</strong></p>
<p><strong>The technical details on how we detected LN-related transactions</strong></p>
<p>Commitment transaction contains:</p>
<p>- First 8 bits of locktime are 0x20</p>
<p>- Sole input is spending from 2x2 P2WSH multisig. Upper 8 bits of sequence are 0x80</p>
<p>- 0 or 1 P2WKH outputs</p>
<p>- Any number of P2WSH outputs. Three possible script types: to_local, offered_htlc, accepted_htlc. In this research we didn’t check whether script has this particular structure</p>
<p>- Version 2</p>
<p>The commitment transaction may not have P2WSH outputs because outputs below dust limit are not created.</p>
<p>Closing transaction contains:</p>
<p>- Locktime of 0</p>
<p>- Sole input which is spending from 2x2 P2WSH multisig. Sequence number is 0xFFFFFFFF</p>
<p>- 0,1,2 outputs. They can be P2WKH, P2WSH, P2SH, P2PKH. However, implementations create P2WKH outputs only.</p>
<p>- Version 2Comparing the locktime to 0 is an easy way to distinguish mutual closings.</p>
<p>Funding transaction contains:</p>
<p>- Any number of inputs</p>
<p>- Any number of outputs</p>
<p>- Should be not-malleable</p>
<p>- Has at least one P2WSH output</p>
<p>Data was gathered by searching the Bitcoin Blockchain for transactions with a specific form, so not all found transactions may be actual Lightning channels and some channels may not have been found (for example if a closing transaction uses not only P2WKH outputs, but other types too).</p>
<p>To estimate the accuracy of the method, we have compared it with the direct observations by a Lightning node over the span of two weeks. The blockchain scan observed 2,414 closing transactions, compared to 2,088 seen by the node. Of the 51 channels the blockchain scan did not detect, all of them used a mutual closing with a closing transaction that had other output types besides P2WKH outputs. The Lightning node did not observe 377 closings compared to the blockchain scan, which estimates that the level of private channels in the network is ~ 16%. The blockchain scan can be configured to detect closing transactions without P2WKH outputs, but this would increase the false positive ratio, so it was not considered in this research. &nbsp;</p>
<p>https://cdn-images-1.medium.com/max/1600/1*R9_UVzGDfJcyD2zQ1MmT8w.png</p>
<p><br></p>
<ul>
  <li><a href="https://medium.com/tag/bitcoin?source=post">Bitcoin</a></li>
  <li><a href="https://medium.com/tag/blockchain?source=post">Blockchain</a></li>
  <li><a href="https://medium.com/tag/lightning-network?source=post">Lightning Network</a></li>
</ul>
<p>Source: https://medium.com/@BitfuryGroup/blog-lightning-network-observations-on-the-bitcoin-mainnet-e5bfebb6fb00</p>
<p>https://www.bitcoinlightning.com/lightning-network-observations-on-the-bitcoin-mainnet/</p>
<p>&nbsp;Regards, @majestyman</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 23 others
👎  
properties (23)
authormajestyman
permlinkblog-lightning-network-observations-on-the-bitcoin-mainnet
categorylightningnetwork
json_metadata{"tags":["lightningnetwork","dlive","bitcoin","mgsc","majestyman"],"users":["majestyman"],"image":["https://cdn.steemitimages.com/DQmfUGZYmRozW1Zp77v7uijBrHDNJqwJKrucBL3pkMiHEMo/1.png","https://cdn.steemitimages.com/DQmVBqTWgiSJDt8uz8LhFbJBfRQEimGoAxCy3ZTSBwp1D4b/2.png","https://cdn.steemitimages.com/DQmfCtF1tqDu7eMv5EmAjGgYeUnfo6nQ5XiU6eooWS26Emi/23.png","https://cdn.steemitimages.com/DQmYtnj2Ec6DN8PU1GmCxLXE7qaRMxFLYoGLnMgDKo2e9V8/4.png","https://cdn.steemitimages.com/DQmQyhox4MtdGJWWRPJBFmLbagDi7zXGX9J5tyCMLUpvqmT/5.png","https://cdn.steemitimages.com/DQmXqDLQ5tNvJ7q8mi2FBMrJtHohWGhgah51H3nJcaMKuGR/6.png","https://cdn.steemitimages.com/DQmQvg7cp2mcXbXek1vVvuY3WQXKCy4Jw3Cm7wXz3o9q3VX/8.png","https://cdn-images-1.medium.com/max/1600/1*R9_UVzGDfJcyD2zQ1MmT8w.png"],"links":["https://medium.com/@BitfuryGroup/blog-lightning-network-observations-on-the-bitcoin-mainnet-e5bfebb6fb00","https://www.bitcoinlightning.com/lightning-network-observations-on-the-bitcoin-mainnet/","https://blog.lightning.engineering/announcement/2018/03/15/lnd-beta.html","https://github.com/lightningnetwork/lightning-rfc/blob/master/03-transactions.md","https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki","https://submarineswaps.org/","https://twitter.com/acinq_co/status/979081006903947264","https://twitter.com/bitPico/status/980978688740163584","https://github.com/lightningnetwork/lnd/issues/1086","https://bitinfocharts.com/comparison/bitcoin-transactionfees.html","https://github.com/lightningnetwork/lnd","https://en.wikipedia.org/wiki/Scale-free_network","https://github.com/jeffalstott/powerlaw","https://en.wikipedia.org/wiki/Chi-squared_test","https://en.wikipedia.org/wiki/P-value","https://blockchain.info/block/00000000000000000003d4e8dd2666fd942ff80609c013bdf34c0e2cf47d82f8","https://blockchain.info/block/0000000000000000004c830251f035408ee61da495cb2d36e93f0edec076692d","https://www.trustnodes.com/2018/03/26/lightning-network-user-loses-funds","https://lightningpeach.com/","https://medium.com/tag/bitcoin?source=post","https://medium.com/tag/blockchain?source=post","https://medium.com/tag/lightning-network?source=post"],"app":"steemit/0.1","format":"html"}
created2018-08-01 17:35:45
last_update2018-08-01 17:38:09
depth0
children27
last_payout2018-08-08 17:35:45
cashout_time1969-12-31 23:59:59
total_payout_value0.604 HBD
curator_payout_value0.138 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,354
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,287
net_rshares439,882,735,545
author_curate_reward""
vote details (88)
@cheetah ·
Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
https://www.bitcoinlightning.com/lightning-network-observations-on-the-bitcoin-mainnet/
properties (22)
authorcheetah
permlinkcheetah-re-majestymanblog-lightning-network-observations-on-the-bitcoin-mainnet
categorylightningnetwork
json_metadata""
created2018-08-01 17:36:39
last_update2018-08-01 17:36:39
depth1
children1
last_payout2018-08-08 17:36:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation942,693,160,055,713
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,374
net_rshares0
@majestyman ·
MCO BCP LD CH TA WE ARE RI NEW MA NO MGS BH CODE OS RA NDO @cheetah
Already mentioned in our blog and this news is in many more sites.
But we have already mentioned source and link also. just check once before comment @cheetah

by yours,
@majestyman
properties (22)
authormajestyman
permlinkre-cheetah-cheetah-re-majestymanblog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t174201378z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"users":["cheetah","majestyman"],"app":"steemit/0.1"}
created2018-08-01 17:42:00
last_update2018-08-01 17:42:00
depth2
children0
last_payout2018-08-08 17:42:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length249
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,899
net_rshares0
@cryptominfos ·
Good Job BRO !!!
properties (22)
authorcryptominfos
permlinkre-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t213048873z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"app":"steemit/0.1"}
created2018-08-01 21:30:51
last_update2018-08-01 21:30:51
depth1
children1
last_payout2018-08-08 21:30: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_length16
author_reputation6,396,123,205
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,804,901
net_rshares0
@majestyman ·
Thanks man

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
properties (22)
authormajestyman
permlinkmajestyman-re-cryptominfos-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180802t052331753z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-02 05:23:33
last_update2018-08-02 05:23:33
depth2
children0
last_payout2018-08-09 05:23: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_length108
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,839,215
net_rshares0
@goodtotrade ·
@majestyman you done lot of research, good job bro
properties (22)
authorgoodtotrade
permlinkre-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180802t051720044z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"users":["majestyman"],"app":"steemit/0.1"}
created2018-08-02 05:17:21
last_update2018-08-02 05:17:21
depth1
children1
last_payout2018-08-09 05:17:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation16,853,410,134
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,838,767
net_rshares0
@majestyman ·
For giving information we have to do research man..

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
properties (22)
authormajestyman
permlinkmajestyman-re-goodtotrade-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180802t052409812z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-02 05:24:09
last_update2018-08-02 05:24:09
depth2
children0
last_payout2018-08-09 05:24: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_length149
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,839,265
net_rshares0
@jascool0124 ·
@majestyman I think that you were to busy with @banjo  on my post that you forgot to upvote it.
Please have a look there again..
Thank you...
👍  ,
properties (23)
authorjascool0124
permlinkre-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180802t013328899z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"users":["majestyman","banjo"],"app":"steemit/0.1"}
created2018-08-02 01:33:30
last_update2018-08-02 01:33:30
depth1
children12
last_payout2018-08-09 01:33: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_length141
author_reputation15,890,839,521
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,821,827
net_rshares2,750,123,875
author_curate_reward""
vote details (2)
@banjo ·
<p>Indeed, you are clever aren't you.</p>
properties (22)
authorbanjo
permlinkre-jascool0124-majestyman-blog-lightning-network-20180802t013444585z
categorylightningnetwork
json_metadata{"app":"freakazoid/0.0.4pre3","tags":["lightningnetwork"]}
created2018-08-02 01:34:57
last_update2018-08-02 01:34:57
depth2
children10
last_payout2018-08-09 01:34: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_length42
author_reputation3,451,327,208,020
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,821,913
net_rshares0
@majestyman · (edited)
Not more than you @banjo 
Its all about how we think about others!

By yours, 
@majestyman 

👍  
properties (23)
authormajestyman
permlinkmajestyman-re-banjo-re-jascool0124-majestyman-blog-lightning-network-20180802t025849624z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-02 02:58:48
last_update2018-08-02 02:59:18
depth3
children9
last_payout2018-08-09 02:58: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_length93
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,828,119
net_rshares2,333,131,370
author_curate_reward""
vote details (1)
@majestyman · (edited)
Exactly @jascool0124 
Ok i will revert back to your post.

By yours, 
@majestyman 
properties (22)
authormajestyman
permlinkmajestyman-re-jascool0124-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180802t025729028z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-02 02:57:30
last_update2018-08-02 02:59:03
depth2
children0
last_payout2018-08-09 02:57: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_length82
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,828,022
net_rshares0
@mdsohagm24 ·
Nice post. 
Click the tink and know bitcoin update news.
https://steemit.com/bitcoin/@mdsohagm24/bitcoin-s-price-eyes-consolidation-after-11-decline
properties (22)
authormdsohagm24
permlinkre-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t183721186z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"links":["https://steemit.com/bitcoin/@mdsohagm24/bitcoin-s-price-eyes-consolidation-after-11-decline"],"app":"steemit/0.1"}
created2018-08-01 18:37:24
last_update2018-08-01 18:37:24
depth1
children1
last_payout2018-08-08 18:37:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation1,138,359,696
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,790,747
net_rshares0
@majestyman · (edited)
Ok man @mdsohagm24

properties (22)
authormajestyman
permlinkmajestyman-re-mdsohagm24-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t184715935z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-01 18:47:15
last_update2018-08-01 18:47:51
depth2
children0
last_payout2018-08-08 18:47:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,791,649
net_rshares0
@rabiagilani ·
good post friend hope you are doing great. Nice too meet you, you can pass for my blog and vote if you like!. Cheers

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
properties (22)
authorrabiagilani
permlinkrabiagilani-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t173810152z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-01 17:38:09
last_update2018-08-01 17:38:09
depth1
children1
last_payout2018-08-08 17:38: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_length214
author_reputation4,000,903,839,458
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,515
net_rshares0
@majestyman · (edited)
Supporting and helpful to all @rabiagilani 
properties (22)
authormajestyman
permlinkmajestyman-re-rabiagilani-rabiagilani-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t184626076z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-01 18:46:24
last_update2018-08-01 18:46:48
depth2
children0
last_payout2018-08-08 18:46:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,791,571
net_rshares0
@shubh007 ·
Nice post
properties (22)
authorshubh007
permlinkre-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t174022162z
categorylightningnetwork
json_metadata{"tags":["lightningnetwork"],"app":"steemit/0.1"}
created2018-08-01 17:40:24
last_update2018-08-01 17:40:24
depth1
children1
last_payout2018-08-08 17:40:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation55,792,929,067
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,785,736
net_rshares0
@majestyman · (edited)
Thanks @shubh007

properties (22)
authormajestyman
permlinkmajestyman-re-shubh007-re-majestyman-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180801t184520776z
categorylightningnetwork
json_metadata{"app":"partiko"}
created2018-08-01 18:45:21
last_update2018-08-01 18:45:36
depth2
children0
last_payout2018-08-08 18:45:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation567,691,815,921
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,791,478
net_rshares0
@steemitboard ·
Congratulations @majestyman! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@majestyman) Award for the number of upvotes
[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@majestyman) Award for the number of comments received

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-majestyman-20180802t153115000z
categorylightningnetwork
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-02 15:31:15
last_update2018-08-02 15:31:15
depth1
children0
last_payout2018-08-09 15:31:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length844
author_reputation38,975,615,169,260
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,890,137
net_rshares0
@tipu ·
This post is supported by @tipU upvote :)<br><strong><a href="https://steemit.com/steem/@tipu/tipu-voting-service-quick-guide-updated-31-07-2018-checking-voting-status" rel="noopener">@tipU voting service guide</a></strong> | <strong><a href="https://steemit.com/steem/@tipu/tipu-update-steem-monsters-lottery-added-d" rel="noopener">STEEM Monsters Lottery</a></strong> | <strong><a href="https://steemit.com/steemit/@tipu/receiving-daily-profit-with-tipu-quick-guide" rel="noopener">For investors</a></strong>.
properties (22)
authortipu
permlinkre-blog-lightning-network-observations-on-the-bitcoin-mainnet-20180803t121846
categorylightningnetwork
json_metadata""
created2018-08-03 12:18:57
last_update2018-08-03 12:18:57
depth1
children0
last_payout2018-08-10 12:18: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_length511
author_reputation55,955,007,523,366
root_title"Blog: Lightning Network Observations on the Bitcoin Mainnet"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,983,508
net_rshares0