• 67 Posts
  • 537 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2023

help-circle
  • You can make as many Bitcoin addresses as you want. You can look up an addresses balance but not a wallet’s balance. It’s not as clear as you’re making it sound.

    Bitcoin over Lightning is much, much more opaque, and it’s where the majority of Bitcoin transactions are now occurring. You can’t look up somebody’s balance. The only people who know about the transaction are you, the recipient, and any intermediary nodes used to forward the transaction. Privacy is continuing to improve on lightning and main chain.




  • It’s open source, and it’s fully self-custody which are two important features. Having a wallet directly integrated into the e-mail client is nice, being able to send payments to other users just knowing their e-mail address instead of their public key is pretty cool. It does automatic address rotation to preserve privacy. Wish it supported lightning for cheaper/faster transactions and additional privacy but hopefully that feature comes in time.






  • Doesn’t answer your question directly, but nostr is working on this. Nostr is an open protocol like ActivityPub (which underlies Mastodon and Lemmy). Its main use is as a twitter clone right now, but it also has a very new reddit clone and can theoretically support videos as well. And you can choose your own algorithm. Here’s all the choices I get from one of their clients, and there’s dozens of nostr clients to choose from. The cool thing is that anybody can make and publish an algorithm and you can subscribe to any algorithm. Your client does all the sorting locally.







  • Anyone can view your transaction history if they know your wallet address

    Not true with lightning. Lighting transactions are known only to the sender, recipient, and any intermediary routing nodes, not the entire world. Even on main chain, You can make as many addresses as you want and achieve significant privacy/anonymity using techniques like coinjoin.

    Also, it’s not true that it hasn’t seen downtime. It has happened at least once in its early days due to a bug.

    Maybe in the first year or two of operation, but it’s been more stable than my bank, my internet connection, or the credit card processors, all of whom have had major outages since then. Which is 10+ years.

    Also, there has been many times where it taken more than an hour between blocks. This is more to its probabilistic nature.

    Two hours but 99% of the time the next block comes in 10 minutes. Still faster and cheaper than a bank wire or other common payment scenarios. Lightning wouldn’t be effected by this. This happens less often as the network grows and stability of hashpower increases. If you need speed, you use lightning, not main chain.








  • Crypto won’t scale

    And yet every year, for 15 years, the transaction capacity has continued to increase. Networking protocols (TCP/IP, SMTP, etc) also didn’t scale to “internet scale” in the first 15 years. They just kept adding new layers to the stack and optimizing it until it did. Just like Bitcoin added Lightning, Taproot, etc to improve scaling.

    In the last two months, Nostr users alone (decentralized twitter clone like Mastodon) sent each other 2.6 million tips (individual transactions) over Bitcoin lightning. None of that requires an on-chain transaction, none of it required high fees. It works. It scales. It continues to improve. Lightning has capacity for trillions more transactions because capacity is not tied to chain space.

    Also bitcoin isn’t even private and you are basically shouting to the world every time you make a payment.

    Bitcoin is pseudonymous. If you make a wallet, nobody knows you own that wallet unless you tell them (or a third party like an exchange), but the balance and transactions on-chain are visible. There are ways to make your transactions more private, like coinjoin, you can have multiple addresses with multiple coins.

    With lightning, transactions are opaque except to you and any nodes you route through, because lightning transactions don’t go on chain. This also means nobody knows your current balance. If you make a transaction between two lightning nodes that share a channel, nobody knows that transaction was made outside of those two nodes. Privacy continues to improve, see BOLT 12 for the latest upgrades in this area.


  • At a high demand time, it could take hours to complete a transaction (if it even went through at all) and with an outrageous fee up to dozens of dollars.

    Bitcoin has never been known for time efficient nor competitive fees (except for maybe in the beginning when nobody uses it).

    At least you admit people use it. Bitcoin lightning enables transactions in under a second for pennies in fees, it’s been around for 5+ years. Your information is outdated. In the last two months, Nostr users alone (decentralized twitter clone like Mastodon) sent each other 2.6 million tips (individual transactions) over Bitcoin lightning. None of that requires an on-chain transaction, none of it required high fees. It works. It scales. It continues to improve.