Earlier quoted context omitted.
What happened to the lightning network? (Serious question, I am out of the loop.)
It launched, is usable in most wallets, and is starting to get adoption. It's going to be a key piece of the recently passed legislation in El Salvador which makes Bitcoin legal tender.
A from-scratch tour of Bitcoin in Python
81–90 of 293 posts
Re: A from-scratch tour of Bitcoin in Python
#82Earlier quoted context omitted.
What happened to the lightning network? (Serious question, I am out of the loop.)
It launched, is usable in most wallets, and is starting to get adoption. It's going to be a key piece of the recently passed legislation in El Salvador which makes Bitcoin legal tender.
Re: A from-scratch tour of Bitcoin in Python
#83"...Bitcoin is a living, breathing, developing code base that is moving forward with new features to continue to scale..." There is exactly zero progress to make it scale in the last 10+ years.
What happened to the lightning network? (Serious question, I am out of the loop.)
Re: A from-scratch tour of Bitcoin in Python
#84"...Bitcoin is a living, breathing, developing code base that is moving forward with new features to continue to scale..." There is exactly zero progress to make it scale in the last 10+ years.
taproot, which recently locked in, reduces the space needed to represent complex contracts.
moreover, bitcoin aims at being a concise and focused base layer on top of which secondary layers and sidechains can be built.
your absolute statement "exactly zero" is absolutely wrong.
Re: A from-scratch tour of Bitcoin in Python
#85Earlier quoted context omitted.
It launched, is usable in most wallets, and is starting to get adoption. It's going to be a key piece of the recently passed legislation in El Salvador which makes Bitcoin legal tender.
El Salvador not Colombia
Re: A from-scratch tour of Bitcoin in Python
#86Earlier quoted context omitted.
Shor's algorithm, which runs partially on a classical computer and a portion on a quantum computer, breaks elliptic-curve cryptography.
Yes, with major caveats - knowing the public key and having 100s of messages signed by corresponding private key. Nowadays people only expose their public key one time per transaction, and never reuse their address. So to steal coins, not only do you have only ~10 mins between blocks to find the private key, currently Shor's algorithm is unfeasible with only 1 signed message.
Re: A from-scratch tour of Bitcoin in Python
#87Earlier quoted context omitted.
Shor's algorithm, which runs partially on a classical computer and a portion on a quantum computer, breaks elliptic-curve cryptography.
Yes, with major caveats - knowing the public key and having 100s of messages signed by corresponding private key. Nowadays people only expose their public key one time per transaction, and never reuse their address. So to steal coins, not only do you have only ~10 mins between blocks to find the private key, currently Shor's algorithm is unfeasible with only 1 signed message.
> currently Shor's algorithm is unfeasible with only 1 signed message.
The algorithm is currently unfeasible with 100s of messages. Shor's algorithm uses a quantum computer to reduce the complexity of integer factorization from sub-exponential to polynomial-time. It is not an attack that fine-tunes the output according to the amount of network traffic.
Re: A from-scratch tour of Bitcoin in Python
#88"...Bitcoin is a living, breathing, developing code base that is moving forward with new features to continue to scale..." There is exactly zero progress to make it scale in the last 10+ years.
What happened to the lightning network? (Serious question, I am out of the loop.)
[0] https://1ml.com/
Re: A from-scratch tour of Bitcoin in Python
#89Earlier quoted context omitted.
Taproot doesn't make bitcoin scale its mainly to increase privacy.
Taproot decreases the size of multisig and other complex transactions significantly, in the happy path of a cooperative signature. It also enables Schnorr, which produces smaller signatures than ECDSA. It also contains features to further improve the efficiency of Lightning, which is a shockingly effective scaling mechanism.
And don't bother coming up with hand wavy explanations of how it could work, some day. People have been talking about Lightning for years, literally billions of dollars have been poured into the "tech", the fact that even bitcoin enthusiasts barely ever use it is all the proof I need.
I wonder how many more years of empty promises we'll have to suffer through before people accept that cryptocurrencies are a very good pyramid scheme with a thick layer of technobabble around it.
Re: A from-scratch tour of Bitcoin in Python
#90"...Bitcoin is a living, breathing, developing code base that is moving forward with new features to continue to scale..." There is exactly zero progress to make it scale in the last 10+ years.
What happened to the lightning network? (Serious question, I am out of the loop.)