|
|
|
|
|
by easuter
3711 days ago
|
|
For me, I have "bitcoin fatigue" regarding all the usual topics pro-bitcoin evangelist start spewing whenever the topic comes up. The usual "bitcoin is the second-coming of christ" crap. There is a complete lack of acknowledgement of bitcoin's ineptitude as a replacement for current payment methods, what with its 2TX/s limit (on a good day) and the ridiculous size of the block-chain which effectively negates all the advantages of it being a distributed system since you have to rely on third-parties to use it on you phone or embedded devices for example. Not to mention the monopoly that chinese miners have on the network...it's a joke. IMHO bitcoin is an interesting experiment, but that's all it is. It will be replaced by something better some day, another fact that evangelists refuse to concede. |
|
You don't need to trust third parties even with mobile devices, the Bitcoin Wallet app on Android uses the SPV protocol where a malicious miner has to outpace the rest of the miners to fool you. It uses the code library bitcoinj. Headers-first sync only made this easier to do with minimal resources.