• 118 Posts
  • 653 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.












  • 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.


  • I’ve had bitcoin transactions that literally took several days to process. This was also using an average fee.

    I use Bitcoin regularly, this has literally never happened to me. If your transaction took days either you accidentally set a super low fee or your wallet was bugged somehow. Generally speaking the only way an “average fee” transaction takes more than a block or two is if you pay an average fee right before a rare massive fee spike, in which case, you can do a “replacement” transaction by upping the fee or just wait. Look up “average Bitcoin transaction fees” if you want to see rarity and size of fee spikes.

    A handful of minutes or hours in a high-fee scenario, btw, is still much faster than ACH or international wires. Even if the money appears to move that quickly with traditional banking, full settlement is often measured in days to weeks, ask any vendor whose had a chargeback or anybody whose tried to “withdraw” from their Venmo right after depositing to it. Bitcoin’s main chain and Fedwire (used to settle liquidity between US banks) have equivalent daily transaction capacity.

    You can open a lightning channel with a single on-chain transaction. That lightning channel can stay open for years and process trillions of transactions, instantly, for pennies in fees. If you need a transaction done quickly, you shouldn’t be sending it on main chain to begin with.

    Long-term the vision is for folks to be using lightning or other L2s for everyday transactions, not main chain. Most Bitcoin transactions by transaction count are already on lightning. Lightning has been out for 5+ years now. It works well and gets better every year.


  • 45 minutes to process a transaction and requires the burning down of several rainforests per transaction.

    Don’t listen to people who are critical of a thing if they clearly don’t even understand the basics of how it works. On main chain, a Bitcoin transaction typically take up to ten minutes (the time between blocks). It can take longer if you set a super low fee, but you can guarantee your payment goes into the next block by paying an average fee, usually around $0.75. Your wallet does this all automatically.

    On lightning where most transactions occur these days (secured by main chain) transactions settle fully in under a second. Do your own research.

    Besides, we all know Bitcoin only takes a single rainforest per transaction, it’s been that way since the great rainfork which is ancient history at this point.


  • In the last two months alone, Nostr users (decentralized twitter clone like Mastodon) sent each other 3 million tips over Bitcoin lightning. It works, it scales, it’s been out for 5+ years now and continues to improve. I can send money to anybody on planet earth in under a second for a penny in fees which i can’t even do with my bank account. But it’s a failure. Lol.


  • makeasnek@lemmy.mltoCryptocurrency@lemmy.mlBlockchain Trilemma
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    And what about the problem of force closing channels and causing the people to pay the fees on chain which can be quite expensive?

    On-chain fees are like $.50-$1 most of the time. This only matters if you operate a routing node. If you do, it’s something you need to take into account and plan your channels wisely. There’s no incentive to force close, non-forced-close is cheaper for everybody, so forced close only really happens if the other node just goes awol for whatever reason. People who are using “regular” lightning wallets never have to worry about this since a lightning service provider (LSP) handles everything. The number of LSPs continues to increase over time and wallets are talking about adding the ability to automatically select LSPs based on published pricing. Importantly, LSPs do not custody funds so there is no rug risk there.

    The other situation that gets talked about in relation to channel closes is if a malicious party broadcasts an old channel state to chain (and you have to step in and say hey no actually this is the newest most correct channel state). This is an attack that exists in theory but in practice there is anti-incentive to do it. You lose funds trying it and most lightning wallets and all lightning service providers (LSPs) automatically monitor the chain for this so your chance of actually accomplishing this are basically zero. I have never seen this happen in the wild nor have I ever heard of it happening.

    Zeus gets a new version like every month and it’s open source. There’s plenty of FOSS lightning wallets. Electrum is a good desktop one.

    It sounds like you know a good deal about the tech and are interested in it. Encourage you to research more on lightning as well as Ark.