create account

Lightning isn't a cryptocurrency or a blockchain by brianoflondon

View this thread on: hive.blogpeakd.comecency.com
· @brianoflondon ·
$90.50
Lightning isn't a cryptocurrency or a blockchain
---

***This is a value for value post: see the explanation in the footer.***

---

The other day on Twitter I finally guilted @edicted into trying out Lightning and my [v4v.app](https://v4v.app/) app for exchanging Hive to Lightning.

And he's written a useful and informative review of the process: [v4v.app speedrun](https://peakd.com/@edicted/v4v-app-speedrun).

My father always tells me (and he was told this by his father), to try to look through the other person's eyes. This really helps when talking about user experiences on systems like mine. Generally I only get to know when people succeed in using my service, I have no idea if anyone has given up without telling me.

## Lightning isn't a cryptocurrency or on a blockchain

This is the number one point which causes those with long experience in crypto to get confused about using Lightning. Paradoxically I think this makes Lightning easier to use IF you don't come to it with preconceptions that it'll work like any other crypto.

> To start it looks like a website from the 90's
> Ah nostalgia... I like this look.

Ouch... that stings a bit :-) lol. I haven't used the blink tag.

### Node Address

>What I'm expecting is how every other service does it (including centralized exchanges). I send money to the v4v account with a memo that contains my public key on LN... and then v4v will send sats to that account contained within the memo.

This is where the non-blockchain basis of Lightning comes up. Lightning nodes DO have a public/private key pair and a node address. This is my node's public address:

[0266ad2656c7a19a219d37e82b280046660f4d7f3ae0c00b64a1629de4ea567668](https://amboss.space/node/0266ad2656c7a19a219d37e82b280046660f4d7f3ae0c00b64a1629de4ea567668)

We use "keysend" to send to that address (which is the process we use for Podcasting 2.0 streaming payments). Keysend (behind the scenes) does something similar to what happens with a Lightning Address (which I explain below).

### Invoices and payments

Even if you have your own node, the normal way for Lightning to be exchanged is via "invoices". Your node creates an invoice and waits for it to be paid. The invoice does point to the address of the destination node and might also point to other nodes along the way (routing hints). It will be for a set amount.

>I... don't have a public key?
>I have to tell the wallet how much in advance and create an invoice for it?
>Da fuk is this?!
>Give me a public key... damn it!

Whilst Alby does have an option to use it as a front end to your own node (you won't believe what it takes to set that up), @edicted is using it where Alby holds his funds. Essential they have one node and all the sats are on that and they just keep track of which are his. [He has got his own shoebox on the Alby node](https://youtu.be/pbKUv0701vE).

<div class="pull-right">

![Decoding a lightning invoice](https://files.peakd.com/file/peakd-hive/brianoflondon/Ep1bCDu5766U9SBbJkv14BHhYgxawM47ux9NRT6HiiZqtsp3CPZCN9iV57XWiJdLnZy.png)

</div>

So when he requests an invoice on Alby he gets something like this:

`lnbc10u1pjpsqnapp5s9vuxyhvvlwhtva4s3argcymlhsrgu5mna8ng7jphtj47htdl8hsdp2235xjueqd9ejqcfqv3jk6meqvehhygz9v35kxar9vscqzpgxqyz5vqsp5yfjnl8ucrf2u6lh62gd6j5vhptnrfn64xpwwgxwhgh9ffg3ltppq9qyyssqncwwd0dcfsufvx55uetkw8jqs8fm5jrtugevt6huv9u3rw4c3mvrwss9ykupvv3wltfv96a45ddhgsmc0pcwp24yl4pv4zd42lz4uycqavrp3c`

If you know what you're doing you can decode this ([lndecode.com](https://lndecode.com/)). 

At it's heart, all that my "nostalgic" website does is help you use Hive Keychain to send that invoice as a dm to the @v4app account. 

### Encrypted... not so much

>v4v uses encrypted communications so that the data is not stored on chain in a readable format. That's a pretty cool privacy feature!

Admission... it's not really encrypted. As you can see these Lightning invoice can tell you what the destination node is but that's not always enough to know where the funds have gone. For example the Muun wallet creates new node addresses on the fly for every transfer.

And for anyone using a custodial solution like Wallet of Satoshi or Alby knowing the destination tells you nothing much: only WoS or Alby would know where the funds went after that.

I could use encrypted DMs on Hive but this sometimes causes problems if people don't have memo keys in their wallet.

But the other point is that you don't have to use my website to start this process: I sent this transaction direct from Hive Keychain and I put a # in front of the invoice so it is encrypted.

https://hive.ausbit.dev/tx/45ff54fe68d525c188d44140a6018fc564a866d1

![encrypted transfer](https://files.peakd.com/file/peakd-hive/brianoflondon/23tGTUWokZ2pUvH6Pa9n36GyEvfVJ1xqTzQrzSaD5N7zPfybLNwLaPkD6rikh2YRLBSkZ.png)

The only other thing my site does is tell you the approx cost in Hive and HBD and adds a bit to make sure. This whole system will be improved in the new website I'm working on.

### The Lightning Address

>Looks like maybe I can send money directly to `edicted@getalby.com`, but again I'm not sure and honestly I don't care at this point... 

It turns out BTW that instead of needing to copy paste an invoice into my [v4v.app](https://v4v.app/) site, you can type or paste a "Lightning Address" just like the one Alby gives you.

If you do that, my site actually makes a call to `https://getalby.com/.well-known/lnurlp/edicted` (I typed that from memory...). That starts a process where you then negotiate minimums and maximums and eventually Alby sends my site a Lightning Invoice.

I take the other side on this crazy dance if someone wants to send lightning to `edicted@v4v.app` and you'll receive it as Hive. BTW there's a new feature I haven't really promoted that if you use `edicted@hbd.v4v.app` you'll get HBD.

The whole Nostr tipping system relies on this "LNURLp" system behind the scenes and it is hideously inefficient.

### Fees

Yes I charge the base 200sats on everything + 1.5%. I'm using the spot rates and if you look at sites like Simpleswap this is very generous. I'll reword some explanations on the new site. I've literally lost the ability to edit my old site right now (collapse of my old coding machine) but perhaps I can change the explanation on the regularly updated post.

### Speed

[I wrote about the speed of the system here](https://peakd.com/hive-110369/@brianoflondon/who-said-the-humble-bumble-bee-cant-fly-fast). The bottom line is that Hive is faster than Lightning. To be honest I was acting as if one block irreversibility was a thing, before it was a thing because I was just taking a small risk. That risk has gone now.


![Graph Lightning Hive speeds](https://files.peakd.com/file/peakd-hive/brianoflondon/23tvD5oZ838inMo5mSHx5NYvFD8s3ZJpq1ZiEWtkXCcg176Bfi93iyzNeRjerxab9xvps.png)

## Learning

Here's the issue with trying to explain Lightning in the user interface: I guess I approached this from the point of view of people who are familiar with Lightning already. People who have used a mobile wallet to send and receive Lightning. That was my baseline.

Clearly @edicted was outside that but he seems to have stumbled across the finish line!

I'm not sure covering the UI with a bunch of words would help (though I really want to have multilingual prompts in the new version).

But I do hope the new site and the new features I have planned will help.

-------

## Value for Value

For the last few months while building @v4vapp I was generously supported by the DHF. Going forward I have a much more modest support which covers direct server costs and a little of my time.

If you appreciate the work I do on and around Hive, you can express this directly: upvoting posts on Hive is great. Also consider a direct donation (there's a Tip button on Hive or a Lightning Address) on all my posts.

**[Support Proposal 244 on PeakD](https://peakd.com/me/proposals/244)
[Support Proposal 244 with Hivesigner](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B244%5D&approve=true)
[Support Proposal 244 on Ecency](https://ecency.com/proposals/244)
[Vote for Brianoflondon's Witness KeyChain or HiveSigner](https://vote.hive.uno/@brianoflondon)**

-------

<div class="pull-right">

![Send Lightning to Me!](https://files.peakd.com/file/peakd-hive/brianoflondon/AK3gcbmQA5oP28nnfgu5MiW8JCXw1XA6tYghwFWbSkPW2P6hXto5i7TDRTkPRVa.png)
</div>

- [Get Fountain for Podcasts and 3speak shows](https://fountain.fm/refer/brianoflondon-76b73a585e)
- [Find me on Telegram](https://t.me/brianoflondon)
- [V4VAPP Support on Telegram](https://t.me/v4vapp_support)
- [Vote for Brianoflondon's Witness KeyChain or HiveSigner](https://vote.hive.uno/@brianoflondon)
- [Vote for Brianoflondon's Witness direct with HiveSigner](https://hivesigner.com/sign/account-witness-vote?witness=brianoflondon&approve=1)
- [Find my videos on 3speak](https://3speak.online/user/brianoflondon)
- [Verify my ID and Send me a direct message on Keybase](https://keybase.io/brianoflondon)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 520 others
πŸ‘Ž  , , , ,
properties (23)
authorbrianoflondon
permlinklightning-isnt-a-cryptocurrency-or-a-blockchain
categoryhive-110369
json_metadata"{"app":"peakd/2023.3.3","format":"markdown","description":"In which I answer the questions Edicted didn't ask directly.","tags":["lightning","bitcoin","v4vapp","proofofbrain","leofinance","lightning-network"],"users":["edicted","v4app","getalby.com","v4v.app","hbd.v4v.app","brianoflondon","v4vapp"],"image":["https://files.peakd.com/file/peakd-hive/brianoflondon/23tvD5oZ838inMo5mSHx5NYvFD8s3ZJpq1ZiEWtkXCcg176Bfi93iyzNeRjerxab9xvps.png","https://files.peakd.com/file/peakd-hive/brianoflondon/Ep1bCDu5766U9SBbJkv14BHhYgxawM47ux9NRT6HiiZqtsp3CPZCN9iV57XWiJdLnZy.png","https://files.peakd.com/file/peakd-hive/brianoflondon/23tGTUWokZ2pUvH6Pa9n36GyEvfVJ1xqTzQrzSaD5N7zPfybLNwLaPkD6rikh2YRLBSkZ.png","https://files.peakd.com/file/peakd-hive/brianoflondon/AK3gcbmQA5oP28nnfgu5MiW8JCXw1XA6tYghwFWbSkPW2P6hXto5i7TDRTkPRVa.png"]}"
created2023-03-20 10:34:48
last_update2023-03-20 10:34:48
depth0
children16
last_payout2023-03-27 10:34:48
cashout_time1969-12-31 23:59:59
total_payout_value45.306 HBD
curator_payout_value45.192 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,981
author_reputation705,267,543,475,708
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,788,543
net_rshares173,512,440,871,051
author_curate_reward""
vote details (589)
@behiver ·
That's pretty cool to get HBD on the v4v app as this stablecoin can ensure predictable income and motivate more people to use it. Smart and great move with the $HBD conversion at the end of the rainbow!
properties (22)
authorbehiver
permlinkre-brianoflondon-rrtt9y
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 15:49:12
last_update2023-03-20 15:49:12
depth1
children0
last_payout2023-03-27 15:49:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length202
author_reputation384,050,509,698,076
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,795,041
net_rshares0
@borsengelaber · (edited)
$0.14
RE: Lightning isn't a cryptocurrency or a blockchain
Yes Lightning seems easy but if you try to explain what it is it gets a bit complicated since it is a Layer2 on top of the Bitcoin Blockchain and not a Blockchain itself. payments channels between two users.
πŸ‘  , ,
properties (23)
authorborsengelaber
permlinkre-brianoflondon-2023320t12306868z
categoryhive-110369
json_metadata{"tags":["hive-110369","lightning","bitcoin","v4vapp","proofofbrain","leofinance","lightning-network"],"app":"ecency/3.0.39-mobile","format":"markdown+html"}
created2023-03-20 11:30:06
last_update2023-03-20 13:21:39
depth1
children0
last_payout2023-03-27 11:30:06
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation140,177,097,916,556
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,789,417
net_rshares276,651,162,913
author_curate_reward""
vote details (3)
@edicted ·
$2.47
>Ouch... that stings a bit :-) lol. I haven't used the blink tag.

Eh I know you worked pretty hard on this so wasn't my intent.
Frontend development is the worst.
Not a fan. 

>I'm not sure covering the UI with a bunch of words would help

It absolutely wouldn't the simpler the better but I think it's possible to add a link or two to the words already on the site for anyone that gets stuck.  Or not it honestly doesn't matter people will figure it out. I'm just trying to appear relevant.  

Actually now that I think about it the most annoying thing about the site is that it doesn't remember to keep darkmode as the default :D... cool that it has a darkmode though much appreciated. 

Gah I told everyone it was encrypted... oops... well you could make it encrypted for Hive >> BTC because you only need your memo key for that right?   BTC >> Hive is another matter. 

In any case thanks for making service I just wish there were actual vendors in my area that accepted LN payments.  
Soonβ„’ I guess. 
πŸ‘  , , , , ,
properties (23)
authoredicted
permlinkre-brianoflondon-rrtkie
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 12:39:54
last_update2023-03-20 12:39:54
depth1
children2
last_payout2023-03-27 12:39:54
cashout_time1969-12-31 23:59:59
total_payout_value1.236 HBD
curator_payout_value1.235 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,007
author_reputation2,886,152,627,095,614
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,790,852
net_rshares4,721,273,956,473
author_curate_reward""
vote details (6)
@brianoflondon ·
$0.21
I'm learning cool new tricks like local storage so it will learn dark mode. Also basic logon so it should know which account is sending Hive. 

Btw it detects dark mode from user device settings so if your device is in dark mode it should have spotted that. 

πŸ‘  , , , ,
properties (23)
authorbrianoflondon
permlinkre-edicted-rrtm94
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 13:17:27
last_update2023-03-20 13:17:27
depth2
children1
last_payout2023-03-27 13:17:27
cashout_time1969-12-31 23:59:59
total_payout_value0.104 HBD
curator_payout_value0.104 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation705,267,543,475,708
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,791,535
net_rshares401,357,979,612
author_curate_reward""
vote details (5)
@edicted ·
I'm on Windows not sure if darkmode is a default. 
Sounds more like a phone setting. 
properties (22)
authoredicted
permlinkre-brianoflondon-rrtwd8
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 16:55:57
last_update2023-03-20 16:55:57
depth3
children0
last_payout2023-03-27 16:55: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_length85
author_reputation2,886,152,627,095,614
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,796,596
net_rshares0
@hivebuzz ·
Congratulations @brianoflondon! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@brianoflondon/upvotes.png?202303281319"></td><td>You distributed more than 160000 upvotes.<br>Your next target is to reach 165000 upvotes.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@brianoflondon) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out our last posts:**
<table><tr><td><a href="/hive-122221/@hivebuzz/pud-202304"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202304">Hive Power Up Day - April 1st 2023</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/birthday-7"><img src="https://images.hive.blog/64x128/https://i.imgur.com/OaAR9Cj.png"></a></td><td><a href="/hivebuzz/@hivebuzz/birthday-7">Happy Birthday to the Hive Community</a></td></tr><tr><td><a href="/hive-139531/@hivebuzz/proposal-2324"><img src="https://images.hive.blog/64x128/https://i.imgur.com/RNIZ1N6.png"></a></td><td><a href="/hive-139531/@hivebuzz/proposal-2324">The Hive Gamification Proposal</a></td></tr></table>
properties (22)
authorhivebuzz
permlinknotify-brianoflondon-20230328t134433
categoryhive-110369
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2023-03-28 13:44:33
last_update2023-03-28 13:44:33
depth1
children0
last_payout2023-04-04 13:44: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_length1,390
author_reputation367,870,644,930,125
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id122,037,878
net_rshares0
@kawsar8035 ·
You've made some great points about Lightning.  The points that it is not a cryptocurrency or a blockchain are also nicely highlighted.
properties (22)
authorkawsar8035
permlinkre-brianoflondon-rrtlsb
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 13:07:27
last_update2023-03-20 13:07:27
depth1
children0
last_payout2023-03-27 13: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_length135
author_reputation236,086,681,121,358
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,791,339
net_rshares0
@latinowinner ·
a bit complicated
properties (22)
authorlatinowinner
permlinkre-brianoflondon-2023320t225914564z
categoryhive-110369
json_metadata{"tags":["lightning","bitcoin","v4vapp","proofofbrain","leofinance","lightning-network"],"app":"ecency/3.0.31-vision","format":"markdown+html"}
created2023-03-20 12:59:09
last_update2023-03-20 12:59:09
depth1
children0
last_payout2023-03-27 12:59: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_length17
author_reputation871,175,787,541
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,791,234
net_rshares0
@mercadomaestro ·
$0.03
Love it, Brian. I have been using v4v.app for several months, both to move funds from Hive to Lightning and vice-versa. I have nothing but good things to say. The UI is very simplistic, which is a good thing, since so much is going on in the back-end from your website, that probably would just confuse beginners without technical backgrounds.

Keep it up, let me know if you ever need help with anything, I am glad to contribute!
πŸ‘  
properties (23)
authormercadomaestro
permlinkre-brianoflondon-rrxq6e
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-22 18:32:39
last_update2023-03-22 18:32:39
depth1
children0
last_payout2023-03-29 18:32:39
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length430
author_reputation12,426,059,104,178
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,868,541
net_rshares58,629,750,044
author_curate_reward""
vote details (1)
@nickydee ·
Good lord that is tech talk maximus.

No idea what that all means (yet).

I'll figure it out when I use it. Only way I learn but it's great to keep sharing this because it becomes familiar...

and then mainstream! 

Your website? 

I just did some consulting for a makeover and redevelopment of a website... 

and guess what?

Retro is SO in and SO trendy right now :D

Yep. You nailed it! πŸ‘

&nbsp;
<hr>

![retro.png](https://files.peakd.com/file/peakd-hive/nickydee/Eo8ZaTRBQLt3GGcoueEh5qVdcjmE3xq4KiaTbiZUuzJgGwwEq93RipSuJSuinvqWAHS.png)

<sub>[original source](https://webflow.com/blog/web-design-trends-2023)
properties (22)
authornickydee
permlinkre-brianoflondon-rryzuu
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.4"}
created2023-03-23 10:59:18
last_update2023-03-23 10:59:18
depth1
children0
last_payout2023-03-30 10:59:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length613
author_reputation165,246,139,519,638
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,891,778
net_rshares0
@olympicdragon ·
$0.14
Lightning is a great service. Im still trying to learn more about this, its quite complicated !
πŸ‘  , ,
properties (23)
authorolympicdragon
permlinkre-brianoflondon-2023320t20828899z
categoryhive-110369
json_metadata{"tags":["hive-110369","lightning","bitcoin","v4vapp","proofofbrain","leofinance","lightning-network"],"app":"ecency/3.0.39-mobile","format":"markdown+html"}
created2023-03-20 12:08:30
last_update2023-03-20 12:08:30
depth1
children0
last_payout2023-03-27 12:08:30
cashout_time1969-12-31 23:59:59
total_payout_value0.072 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation33,642,171,440,484
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,790,137
net_rshares281,006,404,664
author_curate_reward""
vote details (3)
@onealfa.leo ·
RE: Lightning isn't a cryptocurrency or a blockchain
![BOOM1.jpg](https://images.hive.blog/DQmNgEJdWJwnTiWBbqq4BaoUPiC7b1ZSLQfXDeW7ssJphHt/BOOM1.jpg)

![toruk_washere_new3leo.jpg](https://images.hive.blog/DQmXa1mqNP2idcwduZgUuQgm3YfmdojcHRfJDmYYnGX3Syw/toruk_washere_new3leo.jpg)

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@onealfa.leo/re-brianoflondon-6scf3s)
properties (22)
authoronealfa.leo
permlinkre-brianoflondon-6scf3s
categoryhive-110369
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@onealfa.leo/re-brianoflondon-6scf3s","image":["https://images.hive.blog/DQmNgEJdWJwnTiWBbqq4BaoUPiC7b1ZSLQfXDeW7ssJphHt/BOOM1.jpg","https://images.hive.blog/DQmXa1mqNP2idcwduZgUuQgm3YfmdojcHRfJDmYYnGX3Syw/toruk_washere_new3leo.jpg"]}
created2023-03-21 16:03:27
last_update2023-03-21 16:03:27
depth1
children0
last_payout2023-03-28 16: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_length329
author_reputation9,997,066,080,120
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,824,767
net_rshares0
@pibara ·
Hive Archeology comment
This comment was made by a [hive-archeology](https://github.com/pibara/hive-archeology) bot running under the control of @pibara
![image.png](https://files.peakd.com/file/peakd-hive/pibara/EogNjuKR1hbkUH9Vxo4UdfD7er5u4MfSoDZJHyJGmwwvUmnASTNGukBzcAbMXnzGwQH.png)
 The goal of this comment is to act as reward proxy for up-voting valuable timeless content on HIVE for what the one-week upvote window has closed.
The bot script is currently pre-beta.
πŸ‘  ,
properties (23)
authorpibara
permlinkbrianoflondon-lightning-isnt-a-cryptocurrency-or-a-blockchain
categoryhive-110369
json_metadata"{"tags": ["hivearcheology"], "app": "HiveArcheology 0.1.3"}"
created2023-05-28 13:12:03
last_update2023-05-28 13:12:03
depth1
children0
last_payout2023-06-04 13:12:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length448
author_reputation50,403,649,985,436
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries
0.
accountbrianoflondon
weight9,500
1.
accountcroupierbot
weight250
2.
accountemrebeyler
weight250
max_accepted_payout1,000.000 HBD
percent_hbd0
post_id123,916,152
net_rshares690,927,527,576
author_curate_reward""
vote details (2)
@pinkbeee ·
I'm hoping to get to this level of knowledge soon.
properties (22)
authorpinkbeee
permlinkre-brianoflondon-rrtz9x
categoryhive-110369
json_metadata{"tags":["hive-110369"],"app":"peakd/2023.3.3"}
created2023-03-20 17:58:51
last_update2023-03-20 17:58:51
depth1
children0
last_payout2023-03-27 17:58: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_length50
author_reputation2,451,651,180,982
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,798,281
net_rshares0
@poshtoken · (edited)
$0.20
https://twitter.com/1359604242256953345/status/1637765934843609088
https://twitter.com/1331330355513745413/status/1637816190251814917
<sub> The rewards earned on this comment will go directly to the people( @v4vapp, @taskmaster4450le ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
πŸ‘  
properties (23)
authorposhtoken
permlinkre-brianoflondon-lightning-isnt-a-cryptocurrency-or-a-blockchain-460479104
categoryhive-110369
json_metadata"{"app":"Poshtoken 0.0.1","payoutToUser":["v4vapp","taskmaster4450le"]}"
created2023-03-20 10:40:09
last_update2023-03-20 13:59:51
depth1
children0
last_payout2023-03-27 10:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.200 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length351
author_reputation3,941,425,902,386,420
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries
0.
accountnomnomnomnom
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id121,788,607
net_rshares767,927,672,146
author_curate_reward""
vote details (1)
@sapphirecrypto ·
RE: Lightning isn't a cryptocurrency or a blockchain
I think Lightning is a game-changer. I remember the early days of its development... the Crypto community was rather negative towards it. However, looks at it now... it's a tremendously advantageous tool! 

Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@sapphirecrypto/re-brianoflondon-srrht)
properties (22)
authorsapphirecrypto
permlinkre-brianoflondon-srrht
categoryhive-110369
json_metadata{"app":"leofinance/0.2","format":"markdown","tags":["leofinance"],"canonical_url":"https://leofinance.io/@sapphirecrypto/re-brianoflondon-srrht"}
created2023-03-20 12:36:06
last_update2023-03-20 12:36:06
depth1
children0
last_payout2023-03-27 12:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation123,639,969,676,359
root_title"Lightning isn't a cryptocurrency or a blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id121,790,789
net_rshares0