1: Create a globally-sanctioned Internet Currency
2: Allow people to convert any currency to IC
3: Make internet access free for and available to everyone worldwide
4: Charge IC for access to websites and services like Facebook, Amazon, Steam etc.
121–130 of 344 posts
1: Create a globally-sanctioned Internet Currency
2: Allow people to convert any currency to IC
3: Make internet access free for and available to everyone worldwide
4: Charge IC for access to websites and services like Facebook, Amazon, Steam etc.
Earlier quoted context omitted.
How do you sell a fork if you aren’t holding it first?
By creating the fork on demand. The only part of Bitcoin that is technically hard to recreate from scratch is the huge hashing power of its mining network. If buyers were happy with bitcoin-but-a-different-brand then there isn't much existing bitcoin holders can do to hold their market together. There is an unlimited supply of numbers out there, the constraint is numbers that are backed by whatever silly number of ha…
Earlier quoted context omitted.
Why add TCP to IP or HTTP to TCP? It's sound engineering. Like in other systems by composing layers you can achieve the advantages of each component while addressing their costs, without creating insurmountable complexity... "have your cake and eat it too". Particularly, the central Bitcoin system is a global broadcast medium-- necessarily for its security. Global broadcast is inherently somewhat limited in its scala…
It's laughably bad engineering to try to solve the scaling issue of the base layer by adding another layer on top. It's like you'd try to solve a throughput problem of IP by layering TCP or HTTP on top. But this is the logic of one of the main devs who championed the "fee market" idea of Bitcoin[0], that high fees are required for Bitcoin to function. And who in 2017 celebrated when fees were around $50.[1] [1]: http…
Fees prevent spam
Earlier quoted context omitted.
In one of his last messages in 2010 before going publically inactive, Bitcoin's creator wrote: > Bitcoin users might get increasingly tyrannical about limiting the size of the chain so it's easy for lots of users and small devices. ( https://bitcointalk.org/index.php?topic=1790.msg28917#msg289... ) Hal Finney, one of the main developers of PGP and Bitcoin's first user wrote in 2010: > I believe this will be the ultim…
The counter argument to this is that the white paper refers to Bitcoin as “a peer to peer electronic cash system.” If high fees force users to centralized, custodial second layers, then it ceases to operate as peer to peer cash. It becomes Venmo.
But if they didn't-- which would be sad-- your logic doesn't follow: Is the USD not cash because paypal exists and is widely used?
Venmo is venmo. Venmo adoption Bitcoin as a currency on their platform would not turn Bitcoin into venmo. It would just create another option for using Bitcoin-- one with it's own positive and negative trade-offs.
There is a balance. The system is not very valuable at the extremes of resource usage or limited capacity, like many other systems.
I still hope that they listen to reason and increase bitcoin’s ability to scale. We are all held hostage by a tiny cabal of developers that think they know what is best and want bitcoin to have a perversely small block size and pitiful 7 transactions per second top speed.
The only thing holding up BTC price is Tether, it will fail and Ethereum and BCH will lead the space. The rest is pretty much bullshit because Ethereum and BCH together can almost do anything.
Earlier quoted context omitted.
Yes, they share a blockchain history until a certain point. If your Bitcoins were sent in a transaction belonging to a block prior to the split, you own both BCash and Bitcoin.
Why do people call it BCash? Because it's part of a social engineering campaign to discredit Bitcoin Cash and to prevent people from learning about the idiocy of what Bitcoin is doing. https://medium.com/@jonaldfyookball/why-some-people-call-bit...
I still hope that they listen to reason and increase bitcoin’s ability to scale. We are all held hostage by a tiny cabal of developers that think they know what is best and want bitcoin to have a perversely small block size and pitiful 7 transactions per second top speed.
Clarifications (this comment perpetuates some common misconceptions): - A single bitcoin "transaction" can actually have thousands of inputs and thousands of outputs. So energy "per transaction" or "transactions per second" is not analogous to a typical monetary transaction. - Bitcoin does not compete with literal credit card transactions (although some use it like that today). I'd compare Bitcoin on-chain transactio…
Earlier quoted context omitted.
It's laughably bad engineering to try to solve the scaling issue of the base layer by adding another layer on top. It's like you'd try to solve a throughput problem of IP by layering TCP or HTTP on top. But this is the logic of one of the main devs who championed the "fee market" idea of Bitcoin[0], that high fees are required for Bitcoin to function. And who in 2017 celebrated when fees were around $50.[1] [1]: http…
2nd layer avoids bloating the ledger. Once limits of 2nd layer are being explored, you can make adjustments to 1st layer with information about how that'll improve 2nd layer throughput. This is like arguing that we shouldn't have in-memory caches, we should just have faster disks Fees prevent spam
Even the Lightning Network whitepaper states it needs much larger blocks, and for it to work well you need to be able to settle quickly and cheaply on-chain, which is not the case with full blocks.
I still hope that they listen to reason and increase bitcoin’s ability to scale. We are all held hostage by a tiny cabal of developers that think they know what is best and want bitcoin to have a perversely small block size and pitiful 7 transactions per second top speed.
Lightning protocol addresses that. You can make millions of transactions per second [1]. Quite a lot of crypto sites are already supporting it and wallet support is increasing too [2]. [1] - https://lightning.network [2] - https://blog.bitrefill.com/top-11-lightning-network-wallets-...
Lightning was supposed to make tx fees low right? Well it technically has, but it also introduced the following problems that Bitcoin never had:
- LN requires that both sender and receiver be online at the same time to transact. This never existed on Bitcoin.
- If you're an LN merchant accepting payments, you must periodically topoff your side of the channel...just so you can keep accepting money. This problem never existed on Bitcoin. I can have an empty address on Bitcoin and receive any amount of money without any limits.
- In Lightning when making a transactions you must always reserve the current Bitcoin onchain miner fee, so that if either channel party wants to close the channel it'll get accepted and mined by a Bitcoin miner. Well when Bitcoin fees hit $3 a few months ago, 60% of the Lightning network capacity was locked up in miner fees lol... defeating the purpose of microtransactions and the LN network
- In Bitcoin my coins can only be stolen if I leak my private key. Well for LN your money can be stolen simply by not being online to monitor your money. In addition to stealing your LN private keys, a bad user can attempt to steal your funds when you're offline. Which is why LN requires a 3rd party service called Watchtowers to watch over your funds. Way more complicated than Bitcoin
- The unsolvable routing problem. A good chunk of LN transactions will fail simply because the routing is weighted and chanes constantly. Compare that to Bitcoin's gossip network which doesn't require any weighted routing. FYI weighted routing is currently a mathematically unsolved problem.
- LN is centralizing around LNbig.com At one point LNBig.com had over 70% of the entire LN network capacity. LN will continue to centralize around these big hubs, because they can offer cheap connections and low fees than a regular peer can. Welcome to Bank of America LN Hub TM.
- With Bitcoin I can keep my money in a cold wallet. With LN it's either a hot wallet or cold wallet and I must close all my channels and pay the Bitcoin onchain fee just to close it. You're literally choosing betwen low fees OR security with Lightning, where as with Bitcoin you have both.
- Both creators of Lightning Drya and Poon have publically stated LN was never meant to be a scaling solution for Bitcoin and show many problems that will simply never be solved. Like the race condition when a big hub closes and hundreds of users all attempt to race to transmit their transaction to miners.
- In the Lightning whitepaper, LN requires AT LEAST 133MB+ blocks for global adoption for LN to work without congestion... And Blockstream blocked a minor 2MB increase. So good luck.
So congrats to Lightning, for "solving" 1 problem and creating 12 new ones.
There's many more, but these are the ones easily digestable by users without going into the deeper technical problems with LN. There's a reason Lightning is always 18 months away from completion....for 5.5 years now. While Bitcoin Cash just works.
Earlier quoted context omitted.
Why is an additional layer of complexity an improvement? Why not make bitcoin blocks 10x larger and 10x more frequent? The argument that "only large entities will be able to keep up with that" doesn't really hold - thats the status quo already.
Why add TCP to IP or HTTP to TCP? It's sound engineering. Like in other systems by composing layers you can achieve the advantages of each component while addressing their costs, without creating insurmountable complexity... "have your cake and eat it too". Particularly, the central Bitcoin system is a global broadcast medium-- necessarily for its security. Global broadcast is inherently somewhat limited in its scala…