There is exactly zero progress to make it scale in the last 10+ years.
A from-scratch tour of Bitcoin in Python
61–70 of 293 posts
Re: A from-scratch tour of Bitcoin in Python
#62 1 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH https://www.blockchain.com/btc/address/1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
Some others: 2 1cMh228HTCiwS8ZsaakH8A8wze1JR5ZsP https://www.blockchain.com/btc/address/1cMh228HTCiwS8ZsaakH8A8wze1JR5ZsP
3 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb https://www.blockchain.com/btc/address/1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
42 1EMxdcJsfN5jwtZRVRvztDns1LgquGUTwi https://www.blockchain.com/btc/address/1EMxdcJsfN5jwtZRVRvztDns1LgquGUTwi
1337 1DN76uuAUDY1DLxABD3JAyunhhAreJbCjT https://www.blockchain.com/btc/address/1DN76uuAUDY1DLxABD3JAyunhhAreJbCjTRe: A from-scratch tour of Bitcoin in Python
#63I'm amazed that he has time for this kind of hobby work.
Re: A from-scratch tour of Bitcoin in Python
#64I wonder how strong would Elliptic Curve Cryptography be compared to other methods if there is a major breakthrough in quantum computing.
I wish this were talked about more. Quantum computing is the biggest long-term threat to crypto imo. What's the plan once elliptic curve cryptography can be broken? There will be a point in time where there are just a few quantum computers that can break everything before the general public has access to quantum computing. Can crypto work in that scenario? Normal computers wouldn't be able to work with the beastly al…
A likely drop-in replacement for elliptic curve cryptography (ECC) currently used by Bitcoin could be
https://en.wikipedia.org/wiki/Supersingular_isogeny_key_exch...
I am not a Mathematician, but what I understood, it's basically an extension of ECC using multiple elliptic curves, allows to re-use the Diffie–Hellman key exchange protocol (private keys kept secret, public keys exchanged) and memory requirements are small. So it would be a perfect replacement in wallets and validation nodes. But I can not explain why it is safe against an attack using quantum computers.
Re: A from-scratch tour of Bitcoin in Python
#65"...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.
Lol, literally this week: https://taproot.watch/
Re: A from-scratch tour of Bitcoin in Python
#66Looks like the exercise left to the reader has been completed: https://www.blockchain.com/btc-testnet/tx/182bf9202649ded3a6...
On the test net! On the real net it would be like 20% or more in fees.
Re: A from-scratch tour of Bitcoin in Python
#67"...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.
> There is exactly zero progress to make it scale in the last 10+ years. Lol, literally this week: https://taproot.watch/
Re: A from-scratch tour of Bitcoin in Python
#68Re: A from-scratch tour of Bitcoin in Python
#69Earlier 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
#70Looks like the exercise left to the reader has been completed: https://www.blockchain.com/btc-testnet/tx/182bf9202649ded3a6...
0.00090000 BTC moved 0.00005000 BTC Fees Thats 5.55% On the test net! On the real net it would be like 20% or more in fees.
I think we are well past the point of debating if bitcoin layer one will be used for day to day transactions however. A custodial service or lighting will have to be used for that. Additionally most people treat bitcoin closer to gold than a dollar currently.