Earlier quoted context omitted.
Talks about a credit system built upon a blockchain naturally transition to talks about an identity system; otherwise, how would you prevent Sybil attacks [1]? However, I am unsure to how the latter will be solved without a central, trusted party. What is the digital analogue of a passport or driver's license, a piece of identification that is hard to forge? To add on to why fractional reserve will be hard to impleme…
Okay, I think I see where the misunderstanding is. I'm not imagining an on-chain and fully decentralized solution. You're right that that sounds difficult. I'm imagining a contract with a bank. As in, you literally go and talk to Chase bank and draw up a contract and give them Bitcoin and they promise to give it back to you later plus interest. Such a system is very possible today, and in that sense Bitcoin _does_ su…
Do We Need Central Banks? (2017)
41–50 of 176 posts
Re: Do We Need Central Banks? (2017)
#42Another way to prevent credit expanding indefinitely would be to eliminate fractional reserve lending. But that wouldn't work out well for governments who often borrowed from banks to finance wars and other actions that were not supported by their citizens.
Re: Do We Need Central Banks? (2017)
#43I zoned out at Section II ("The Central Banking Narrative Has Collapsed") because every single paper he cites is written by him (and in fact so are 18 of the 20 publications he cites in the entire article)
Re: Do We Need Central Banks? (2017)
#44The purpose of central banking is to protect private banks from bank runs. Free banking operated prior to the introduction of central banking and it was less stable. In free banking a bank either had the capital to pay its depositors or it didn't, and if it didn't it failed. Although this was a less stable situation it meant that credit couldn't expand indefinitely because each time one of the periodic bank failures…
(Which, as a side note, is something I would be more than curious to know from cryptocoiners, how they are going to stop fractional reserve banking to flood crypto currency supply, as for sure there is no regulator that is going to stop that.)
Re: Do We Need Central Banks? (2017)
#45I zoned out at Section II ("The Central Banking Narrative Has Collapsed") because every single paper he cites is written by him (and in fact so are 18 of the 20 publications he cites in the entire article)
Yeah, his citations are mostly his own papers, seems like a giant red flag.
Re: Do We Need Central Banks? (2017)
#46It's a long article and I admit to not heaving read it in its entirety, but... > There are overcapacities in the banking sector of some countries” in the Eurozone. Which country could he have been talking about? Germany boasts by far the largest number of banks – about ten times as many as the global centre of international finance, the UK. Same here in Austria. Per capita, the people employed in the banking sector i…
Yet it's usually a hassle to find an ATM in Austria (which is the most important thing related to banking that I can't do online), because ATMs are usually only located at banks.
Compare that to the US where every other shop as a private ATM that you can use. They usually charge $2 or something like that, but (better) banks usually refund those fees at the end of the month.
Re: Do We Need Central Banks? (2017)
#47Earlier quoted context omitted.
There's no fundamental reason why Bitcoin shouldn't also have fractional reserve. I mean, cash also has a fixed supply! (from the Bank's POV) It's not like Chase Bank (or whatever non-central bank) can just print more dollars. If you just sit on your Bitcoin it collects 0% Bitcoin-denominated interest. Maybe you'd prefer to make a loan to a bank and have them pay you interest. For the term of the loan that money isn'…
>It's not like Chase Bank (or whatever non-central bank) can just print more dollars. Yes, it can, that's what fractional reserve means. Banks create (most of) the money they lend. This is regulated by the central banks but carried out via ordinary retail banking. When you swipe your credit card, buy a car, etc. money is being created out of thin air. The universe remains balanced because it corresponds to your oblig…
[1] Well, except current regulators, but they obviously do not exist in bitcoin economy...
Re: Do We Need Central Banks? (2017)
#48Re: Do We Need Central Banks? (2017)
#49It's interesting to think about how the role of central banks might change in the age of crypto currencies. Governments can print Euros and Dollars. But not Bitcoin and Ethereum. Popular theory is that governments have a good grip on currency usage because they can decide which currencies they accept for tax payments. And because they can force merchants to accept certain currencies. It will be interesting to see if…
Bitcoin so far doesn't scale. Not only in terms of transaction fees and processing times... but also at the most basic of levels. What will happen when the blockchain doesn't fit in a median harddrive? The decentralization narrative will go away. Only a few people will have enough storage for the blockchain and you will go back to having to trust someone.
With a pruning client you only need to store a small subset of the blockchain and there are no major changes in regards to trust. Your client still verifies every single transaction, but it removes data from the chain that it won't need anymore in the future (e.g., an old transaction that already has been spent).
With a SPV client your client only stores the chain headers and then only requests the required data from a server. SPV clients need a small amount of resources and can run on mobile phones. At the same time most of the important functionality (transaction signing, transaction verification, ...) happens still locally and the level of trust that you need to put into the servers is quite small.
Re: Do We Need Central Banks? (2017)
#50Earlier quoted context omitted.
Bitcoin so far doesn't scale. Not only in terms of transaction fees and processing times... but also at the most basic of levels. What will happen when the blockchain doesn't fit in a median harddrive? The decentralization narrative will go away. Only a few people will have enough storage for the blockchain and you will go back to having to trust someone.
> The decentralization narrative will go away. Only a few people will have enough storage for the blockchain and you will go back to having to trust someone. With a pruning client you only need to store a small subset of the blockchain and there are no major changes in regards to trust. Your client still verifies every single transaction, but it removes data from the chain that it won't need anymore in the future (e.…