Bitcoin Forum
June 22, 2024, 05:40:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 »
161  Bitcoin / Press / Re: 2012-12-10 digitaltrends.com - The future of money: It’s not in your hands on: December 10, 2012, 04:43:25 PM
Quote
Now is Powell’s big chance, I think. These guys have the power to throw money at the thing he cares about most. I hold my breath, curious how he’ll spin it.
“Well,” says Powell, “it’s an entirely digital currency. Right now, people only use it to buy drugs on this site called Silk Road – that and child pornography. I think it has a lot of potential.”
I loved the article but seriously, every bitcoiner needs to take a public speaking class or something.
162  Bitcoin / Wallet software / Re: Open-Transactions / Moneychanger (latest release: v0.87e) on: December 09, 2012, 10:37:27 PM
But as far as I understand it, in the current implementation you need to trust the issuer. What I'm proposing would mean that not even the issuer has access to your coins. The issuer would be the only entity that can decrypt the bitcoin private key in the token. But they don't have acces to the tokens except when someone wants it redeemed.

Well, if what you are suggesting can really be done it would be a giant leap forward. Such a mechanism has been sought for some time (OT tokens provably-backed by BTC from an incorruptible automated issuer that can be traded as digital cash) ... code it up and reap the kudos  Wink
Read the thread I linked to. I'm not entirely sure on what can and can't be done, and I may very well have misunderstood or missed something important.

As I understand it, what can be done according to that thread is this. An issuer could make some information public so that anyone could create bitcoin tokens for the issuer. So by using this public information I could create an encrypted private key that not even I can access (only said issuer could by using a passphrase he kept secret). I can also derive the corresponding bitcoin adress without decrypting the data and obviously fund said bitcoin adress. I could also proove to someone else that this token contains a private key for an adress with bitcoins in it (and who the issuer with the passphrase needed for decryption is).

If such tokens were traded using an OT-server, I believe the trust needed in issuers could be reduced dramatically. I may very well have missed something so someone with better math skills should check it out.
163  Bitcoin / Wallet software / Re: Open-Transactions / Moneychanger (latest release: v0.87e) on: December 09, 2012, 07:19:53 PM
But as far as I understand it, in the current implementation you need to trust the issuer. What I'm proposing would mean that not even the issuer has access to your coins. The issuer would be the only entity that can decrypt the bitcoin private key in the token. But they don't have acces to the tokens except when someone wants it redeemed.
164  Bitcoin / Development & Technical Discussion / Re: BIP 38 Discussion Thread - Passphrase-Protected Private Key Format on: December 09, 2012, 06:35:45 PM
I am starting a discussion thread on the technical merits and cryptographic soundness of my recent proposal for passphrase-protected private keys.

https://en.bitcoin.it/wiki/BIP_0038

The core features are:
* Encrypted keys are fifty-eight Base58Check-encoded characters starting with "6P"
* Encryption uses AES-256.  Key derivation uses scrypt.  Parameters are fixed at 16384,8,8; unused space in key format allows future specification changes.
* Typo detection is a 32-bit hash of the resulting bitcoin address and requires the full derivation and decryption process in order to be checked, so it does not provide any speedup to crackers.  These 32 bits are also used as salt.
* An elliptic curve multiplication step is selectable, allowing a scheme where Alice can select a passphrase and Bob can generate and fund bitcoin addresses that only Alice can decrypt; the specification describes what Alice must give to Bob to let that happen without divulging her passphrase, and defines a Base58Check-encoded format for it.
* Both compressed and uncompressed public key formats are selectable.

Fully functional proof-of-concept code has been published at https://github.com/casascius/Bitcoin-Address-Utility

I recently ran a contest where I created an encrypted paper wallet with a 5-letter password, loaded it with 10 BTC and published the encrypted private key, asking people to crack at it.  It took two days, the eventual winner threw 20 machines at it, and won only after I had leaked enough information about the password to reduce the search set to under 6 million possible passwords.  His estimate on how long it would have taken him to search the entire (reduced) search set was 45 to 60 hours.

My hope is that my proposal will be viewed as secure enough for implementation everywhere as a standard, anywhere someone is asked to provide a private key for any reason.  This includes any private key sweep or import functions in the Satoshi client.  In a user interface workflow, if a password-protected private key is entered, this should be auto-detected and the user would be asked: "Enter Password".  In an RPC context, the password would be another argument to calls.
Say Bob creates an enrypted bitcoin adress. But rather than sending this to Alice he sends the data to Charlie. I assume there is a trivial way for Bob to proove to Charlie what the adress is, right? I'm asking cause I believe this could have big implications for various digital cash systems.

See:
https://bitcointalk.org/index.php?topic=129594.msg1388631#msg1388631
165  Bitcoin / Wallet software / Re: Open-Transactions / Moneychanger (latest release: v0.87e) on: December 09, 2012, 06:31:38 PM
I love the work you guys are doing with Open-Transactions. Keep it up.

I have a potential idea in regards to bitcoin implementation. In BIP38 casascius describes a way in which someone can create and fund an encrypted key that not even they could use. I believe this could be used in order to remove some of the trust currently needed in issuers. Users (or an OT-server) should be able to create and fund their own anonymous cash tokens. Then they could exchange them freely using a OT-server and at no point could anyone run away with the money. Rather than keeping the coins, an issuers only job would be to decrypt them upon request and proof of ownership.

One weakness I see is that the issuer could try to take part in the economy and save copies of the cash tokens, spend them, then decrypt the private key and spend the actual bitcoins. But this would still require far less trust than what is currently needed, since the issuer could only steal coins from tokens they have had in their possession.

There are potentially more use-cases for this but digital cash was the first that entered my mind. Issuers not having access to coins is a big deal I think.

This is the thread with the BIP38 discussion.
https://bitcointalk.org/index.php?topic=129317.0
166  Bitcoin / Press / Re: 2012-12-05 pr.com - GigaTux Accepts Bitcoins on Its Hosting Platform on: December 05, 2012, 10:12:43 PM
I've been bitten by the Bitcoin bug and there have been many times we've had to turn away clients because the standard monetary system has failed

Chomp!

Well, I hope MediaTemple gets with the Bitcoin program or they might lose my business which is hundreds of dollars per month for VPS, C-Panel, Plesk, etc. The bandwidth seems a little low but useable. I really like your storage plans. Would switch right now if it were not such a huge pain moving so many domains.

You could probably crush it with an affiliate program that pays in BTC.
You should switch, if only for the chance to send MediaTemple an email telling them about the reason you're leaving them.
167  Other / Off-topic / Re: Droplet - disruptive mobile payment on: December 03, 2012, 06:33:04 PM
It's possible to do something really similar using bitcoins in a decentralized manner.

https://bitcointalk.org/index.php?topic=55934.0

I kind of forgot about that, but the "containers" as described in that thread could make bitcoin transactions possible for both email and sms (for sms it would require the containers being in clear text rather than a file).
168  Economy / Economics / Re: USD is backed by the fact that IRS only accepts it for taxes... on: December 02, 2012, 01:33:07 PM
Government does not actually need tax revenue (it could burn all taxes collected and simply print more) but it needs to prevent producers consuming 100% of the fruits of their labour or there are no spare real goods for them to claim.
Actually they can't do that. If you are not forced to use their currency for at least some transactions (such as for tax payments) there is no incentive to use their currency at all. Such printing can only exist when the threat of violence forces you to aquire dollars for tax day, or noone would demand dollars at all.
169  Economy / Economics / Re: USD is backed by the fact that IRS only accepts it for taxes... on: November 30, 2012, 11:06:44 PM
The different between IRS and any other merchant is the use of force. While you have the choice of paying any other merchant in their prefered currency, you are forced to pay IRS in their choice of currency.

You actually don't have the choice of paying any other merchant in YOUR preferred currency. You have to pay it in THEIR preferred currency, or not get the service at all. Same as with IRS.
Read my post again, because that is EXACTLY what I said. And it's not the same, because in the case of IRS it's not about using their currency or not getting the service, it's about using their service or go to jail. At the end of the year you need dollars, or you will go to jail. That creates demand. The "not going to jail"-property of dollars is valuable.

I could argue that the main difference between government and merchants is who has the bigger guns. While a merchant can't stick you in jail, if they don't like your currency, they can kick you out of a hotel or your apartment, refuse to sell you food, and refuse to sell you lifesaving medicine, which could all result in punishments similar to what a government can dole out.
But unlike government they don't have any incentive to refuse payment in other currencies as long as the payment minus the transaction costs exceed the value of what they're selling, because they don't have a monopoly to protect.

So, bigger guns, bigger say in what everyone needs to pay. And, similarly, if your merchant only accepts euros while you only have dollars, you can always just exchange your dollars for euros, just as you can always just exchange your bitcoin for dollars when paying the IRS. Again, really nothing special here except for the personal preference of the biggest merchant on the block.
Yes, you could do all your daily businesses in gold, and only buy dollars at tax day. But then you will suffer some transaction costs. The fact that you absolutely need dollars at tax day creates artificial costs for all alternative currencies. That's the reason there is still some demand even for hyperinflationary currencies. If you don't contribute to the demand at all you will face the risk of jail time.
170  Economy / Economics / Re: USD is backed by the fact that IRS only accepts it for taxes... on: November 30, 2012, 03:46:42 PM
I'm sure I'm not the first to have thought of this, but...:

I'm still hearing arguments flying around how,
     "Bitcoin isn't backed by anything but people collectively believing is it worth something,"
     "Well, USD isn't backed by anything either, and only has value because people believe it does, too"
     with the usual final retort of, "USD has value/is backed because it is the only way to pay the IRS taxes."

Well, what makes the IRS any different from any other merchant that only accepts specific currencies? The only reason the IRS collects money is for the government to spend it on other stuff. It doesn't do it to prop up the currency. And the only reason the government directs the IRS to collect USD is because the government, like the rest of us, also believes USD has value. There is nothing to prop up USD's worth other than our collective belief, and if the USD value drops significantly, or even becomes worthless, you can bet that the government (and military, and everyone else) will want something else instead, and will direct the IRS to start collecting something else instead of USD. So, really, saying "But you can pay taxes with it!" is a fallacy that assumes the IRS is some separate body in charge of determining currency value, instead of just another merchant/business collecting whatever value it believes in, with the same goal of being able to spend it later.
The difference between IRS and any other merchant is the use of force. While you have the choice of paying any other merchant in their prefered currency, you are forced to pay IRS in their choice of currency. That is the essence of the "backed by taxation"-argument. It's an answer to why inferior fiat money is being used when there are superior alternatives. Dollars do not have any inherent properties that make them good as money, but their government enforced "not going to jail"-properties are valueable to most people. So just like people are prepared to pay for the "get out of jail free"-card in monopoly, they are prepared to use dollars for regular transactions because they know they will face the ultimate choice of paying dollars to IRS or go to jail.
171  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 23, 2012, 04:52:52 PM
Quote
The contradiction here is that you assume deflation and no growth at the same time. But with a constant money supply, (price) deflation is the direct consequence of economic growth (an increase in the supply of goods and services). You can't assume deflation and not implicitly assume that the economy actually is growing.

Uhh, I did no such thing. "Real growth in the economy as a whole when businesses borrow money makes businesses prone to go bankrupt. In real terms, loans get harder and harder to pay back." I am assuming real growth causes deflation, thus making it harder to pay back loans. Where is the contradiction? Oh, doesn't exist. The problem is that deflation will stunt growth, and yes, there may be no deflation at all because nobody wants to risk borrowing bitcoins and thus no growth. The point I was trying to make.
"I am assuming real growth causes deflation"

Exactly!

And what is the cause of economic growth? Profitable investments. You are basically saying that the existence of profitable investments makes profitable investments impossible. It's circular and a contradiction. So one step in your chain of thought must be wrong. I'd say it's the step where you assume that growth-induced deflation hinders growth (as opposed to deflation caused by a credit contraction which I see problems with as well).
172  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 05:20:37 PM
You are still ignoring the point. The argument is that 2 million invested at a 5% return is better for society than 1 million invested at 5% and 1 million at 2%. The function of an interest rate is to make the former situation possible in cases where the capital is in the hands of the investor with the lesser return.
You clearly have never done any real investing or business. You can never expect to earn a higher profit that the average market. Index funds will for instance on average give you a higher profit than trying to pick a managed fund, and only because the costs are lower.
Really? I'd say that by definition, about half the investors should expect to earn a higher profit than the average market, since the market is never in complete equilibrium. This is the reason the interest rate should be around the average expected return, since it allocates resourcers from below-average investors to above average investors.

If noone could get a higher than average share of profits, loans wouldn't even be neccessary. People could just invest the capital they own in whatever they want and recieve their average return. Why should I lend money to you if I can expect an average return on any investment I make?

So 0% would be optimal? How else would those investments of ininitesimal profitability make any funding?
You just don't get how investing works. You don't fund something you expect not to return a profit, but often it won't. The interest rate will usually be somewhat lower than the expected average profit, but picking a number that always works is not possible.
Again, I'm talking risk-adjusted returns. An investment that often returns no profit and often loses means a negative expected return. I'm asking you how will investments of very small expected returns take place if the interest rate is above 0%? Your argument seem to imply that 0% is the optimal if you want as many investments as possible.

You seem to misunderstand me on purpose, which is often a sign of a losing position.

My answer is that the function of interest is to allocate resources from lesser investments to better investments.
"Resources" can't just be moved around like that. Motorola can't close down the mobile business, get the invested money refunded, and put them into Apple.
Resources are not homogenous no. And it takes time to reallocate them yes. But if Motorola sells its capital it certainly gets back the market worth of its capital. And all of its resources can be used by other companies. The energy, labor, competence, raw material and knowledge etc that Motorola currently posses could be used for other purposes. If other entities could use these resources in a more productive way then they are the ones who should optimally be in control of these resources, not Motorola. The interest rate is the price that helps market agents determine wether or not they employ their resources in a way that's productive enough.

Because your answer was a straw man. You said it was better to not take the risk when my argument already was about risk-adjusted returns.
No, I didn't. Not even close.
Post #136.
173  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 04:27:44 PM
The money could obviously just as well be lent to a competitor to Microsoft if they won't borrow. The point still stands. Anytime we have a difference in profits between entities or sectors of the economy it constitutes a misallocation of resources. Even if one entity is unwilling to eliminate this misallocation interest rates is a tool to do so, and it should be used when possible. If you artificially lower the interest rate you destroy this tool. If the interest rate is lowered to 1% my 2% investment becomes a better option than lending to another company's 10% investement.
You're a true genious, why didn't anyone think of that when the money were pouring in for Microsoft in the nineties? Anyone could just have started another software company and taken half the market and profits!
You are still ignoring the point. The argument is that 2 million invested at a 5% return is better for society than 1 million invested at 5% and 1 million at 2%. The function of an interest rate is to make the former situation possible in cases where the capital is in the hands of the investor with the lesser return.

What's the purpose of interest rates according to you?
The interest rate has no purpose of it's own, it's just the price markets put on money.
So 0% would be optimal? How else would those investments of ininitesimal profitability make any funding?

My answer is that the function of interest is to allocate resources from lesser investments to better investments.

You said it wasn't an alternative, which it certainly is. Getting an interest rate of 3.5% percent (lending) is certainly better than getting an interest rate of 0% (hoarding), regardless of how the purchasing power changes.
And 10% would be even better, but coming up with artificial numbers that would be completely wrong if you translate them into the real economy proves nothing.

You can change the numbers however you like to make them seem more realistic to you. The principle remains the same with any rates. If I had the capability to make 0.1% and you made 0.2% we would still both be better of if I lent you my funds at an interest of something in between. As would society

If I make a 2% risk-adjusted return on my business and you make a 5% risk-adjusted return on your investment I'm hogging resources that you are more capable of using. I should quit my business and lend you my capital at a 3.5% risk-adjusted interest instead so you can expand.
I already answered this, so I don't know why you're just repeating it.

Because your answer was a straw man. You said it was better to not take the risk when my argument was about already risk-adjusted returns.
174  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 04:06:14 PM
But we can't assume whatever rates we want. It seems so simple to throw out figures like "this business earns 5%" or whatever, but the reality is not so simple in nominal terms.

If deflation acts faster than the interest rate, businesses are prone to go bankrupt, and you are prone to make more money by hoarding. Real growth in the economy as a whole when businesses borrow money makes businesses prone to go bankrupt. In real terms, loans get harder and harder to pay back.

Front-heavy loans don't do businesses any favors. They need time to go through the stages of production. The amount of super-credit-worthy people/businesses is not infinite, and it will be very difficult for banks to find people that are low-risk in a deflationary economy. Risk-adjusted means you just aren't going to find any decent positive returns, regardless of what numbers you plug in that don't fit in reality. You might be looking at 0.1% instead of 0.5%. Is 0.1% worth the risk of your non-FDIC backed bank going bankrupt? Is 0.5% even? 140 years to double your nominal investment?

God forbid the deflation rate go above the "expected" 3% or whatever making it even harder for businesses to pay back their loans and making it more likely that you lose all your money rather than just some of the real value of your money in the case of higher-than-expected inflation.
But I'm not the one who is making the assumptions. The rates I've chosen in my examples are just for illustrative purposes. I'm saying that the principle stays the same regardless of what the actual rates end up being. You are the one that are making a lot of assumptions of which rates are viable and not, while my position doesn't rest on any such assumption. The underlaying principle stays the same at 20%, 3% or 0.1%.

The contradiction here is that you assume deflation and no growth at the same time. But with a constant money supply, (price) deflation is the direct consequence of economic growth (an increase in the supply of goods and services). You can't assume deflation and not implicitly assume that the economy actually is growing.

The big irony is that a deflation rate of 3% actually implicitly assumes economic growth that is higher than what we have today. And this should somehow convince people that deflation is bad?

Another implicit assumption (and common misconception) seem to be that price deflation (and inflation) is completely neutral. It's not. When you understand the cause of it you understand that it affects different goods to different extents. We could have an economy with a relatively constant supply of food (no growth) and big increase in the supply of mobile phones (massive growth). Ceterus paribis, this would cause the price of mobile phones to decrease drastically from the increased supply while the price of food remain roughly the same. Nothing hinders investments in the food industry here if they see a profitable avenue, even if the economy as an aggregate is deflating.
175  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 03:00:34 PM
You said it wasn't an alternative, which it certainly is. Getting an interest rate of 3.5% percent (lending) is certainly better than getting an interest rate of 0% (hoarding),

whoa whoa whoa, aren't we discussing real returns here? Because if deflation is assumed to be 3%, I assume interest rates are actually 0.5%. This I think was what Spike was also referring to with interest @ 2% is worse than deflation @ 3%. There is not going to be anywhere NEAR 3.5% ROIs in a 3% deflation economy. Fuck, you'd be hard pressed get that in an inflationary economy!
The choice to invest or not to invest is certainly determined by nominal rates, not real rates. It doesn't matter if you have a real positive return if you lose nominally since you always have the option to do nothing at all. So whenever I don't specifically say something else I'm talking nominally.

But you can assume whatever rates you want. 0.5% risk-adjusted returns is certainly better than 0% risk-adjusted returns as well. The principle stays the same regardless of the rate. A 0.5% interest rate would reallocate resources from sub-0.5% returning investments to above-0.5% returning investments, and make all investments tend towards the 0.5% range as competition for the higher returns increases.
176  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 02:39:14 PM
If you are above average you should want to expand. Then you do need more capital, and capital is limited. Capital I have is capital you can't have. Resources I use are resources you can't use.
Microsoft is usually above average, but more money would not give nearly the same profit margin, and maybe even a loss. This is the case with mosts mature businesses.
It seems like you are just rationalizing now.

The money could obviously just as well be lent to a competitor to Microsoft if they won't borrow. The point still stands. Anytime we have a difference in profits between entities or sectors of the economy it constitutes a misallocation of resources. Even if one entity is unwilling to eliminate this misallocation interest rates is a tool to do so, and it should be used when possible. If you artificially lower the interest rate you destroy this tool. If the interest rate is lowered to 1% my 2% investment becomes a better option than lending to another company's 10% investement.

I don't think you even have a clear picture of what you think the interest rate should do. Is a 0% interest rate optimal since it's the only rate that allows investments with 0.000000000001% returns? What's the purpose of interest rates according to you?

So please explain why the above loan of 3.5% is impossible.
I don't know why you think I've said it's impossible. It's just not necessary to lend the money to anyone to get the profit, so it's better to not lending them away and that way avoid the risk of not getting them back.
You said it wasn't an alternative, which it certainly is. Getting an interest rate of 3.5% percent (lending) is certainly better than getting an interest rate of 0% (hoarding), regardless of how the purchasing power changes. And if someone against all odds would refuse that 3.5% interest rate on a loan he would most likely not invest his money for 2% either. So the unlikely worst case scenario stays the same while the more likely scenario means higher returns for all investors and society.

And it was certainly obvious enough that the risks of both my 2% investment and your 5% investment where equal, which would make the loan just as risky. but I'll make it even clearer for you.

If I make a 2% risk-adjusted return on my business and you make a 5% risk-adjusted return on your investment I'm hogging resources that you are more capable of using. I should quit my business and lend you my capital at a 3.5% risk-adjusted interest instead so you can expand.
177  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 01:03:07 PM
If I make 2% in my business and your make 5% I'm hogging resources that you are more capable of using. I should quit my business and lend you my capital for 3.5% instead so you can expand. We both gain. Society gains.
But then this is not the issue. I don't need your money for my 5% business, and you don't need to lend them to me to profit from the deflation my production causes. The only effect of you stopping production is that you earn slightly more, but because I did some business directly or indirectly with you, I will earn slightly less, and nobody will benefit from the production you used to have. Total production is reduced, society loses.
If you are above average you should want to expand. Then you do need more capital, and capital is limited. Capital I have is capital you can't have. Resources I use are resources you can't use.

Also, I gave a response to your edit in a edit of my own. I'll put it here as well so you don't miss it.

Also, the alternative is not to lend money to others, but to just keep them in the safe or whatever.
So please explain why the above loan of 3.5% is impossible. If we don't know eachother it could happen through a bank that gives me a 3.4% return and charges you 3.6%. I gain since my return increases, you gain since capital is freed up for you to expand, society gains since capital is more optimally allocated, and the bank gains since it makes this optimization possible.
178  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 12:47:52 PM
Do you really think it's optimal that we have below average investments when the money could simply be lent to the above average investors at an interest rate somewhere between their respective returns?
Sorry, I thought it was common knowledge. The problem with this is, it's not possible for everybody to do better than average.
How is that even relevant to my question? Of course everyone can't be better than average. But all investments should tend towards the average. If we have a difference in profits we have a suboptimal use of capital for society. If I make 2% in my business and you make 5% I'm hogging resources that you are more capable of using. I should quit my business and lend you my capital for 3.5% instead so you can expand. We both gain. Society gains.

My edit to your edit:
Also, the alternative is not to lend money to others, but to just keep them in the safe or whatever.
So please explain why the above loan of 3.5% is impossible. If we don't know eachother it could happen through a bank that gives me a 3.4% return and charges you 3.6%. I gain since my return increases, you gain since capital is freed up for you to expand, society gains since capital is more optimally allocated, and the bank gains since it makes this optimization possible.
179  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 12:28:09 PM
More generally, what does a 10% deflation rate tell us assuming a constant money supply?  I'm perhaps oversimplifying, but basically it tells us that the economy is growing at around 11.11% a year (with 10% deflation, the purchasing power of every BTC increases 11.11% each year).  So you now have the same amount of money chasing more goods.  If the economy is growing that rapidly, that tells you that there must be lots of investment opportunities with a return of at least 11.11%.  Basically, that's the number to beat.  If you're looking at an investment opportunity with a measly 5% return, deflation is telling you not to waste your time because there are higher and better uses of that capital.  
Can you really not see the problem in an economy where, if you can't invest in a way that beats the average productivity, you are better off not investing (and thus not producing anything) at all?
Do you really think it's optimal that we have below average investments when the money could simply be lent to the above average investors at an interest rate somewhere between their respective returns?
180  Economy / Economics / Re: Bitcoin is a Zero-Sum Game - Long-term interest bearing instruments viable? on: September 22, 2012, 11:22:57 AM
@Thumbs - I am certain I am no expect in economics, much less those of the Austrian variety.  But while I certainly agree that resources should be allocated to the most valuable investments, are you saying that investments with a risk-adjusted return of 3% would receive no funding?  And this should be normal?
Do you think investments with a risk-adjusted return of  0.000001% should recieve funding? I'm not giving a specific rate but I am saying there exists a nominal rate that determines how high of a return your investment should generate to recieve funding. This rate is refered to as the natural rate of interest. If it is higher than 3% then yes, 3% investments shouldn't recieve funding because they would be diverting resources from higher generating investments.

Any other argument seem to imply that the optimal interest rate would be 0% since anything above this make investments with infinitesimal returns unprofitable.

Note though, that as the economy grows and the supply of capital goods increases more and more investments become viable, and thus the tendency for the natural rate of interest is to go down over time. 0% actually would be the optimal interest rate if it was caused by an infinite supply of capital goods. Since all investments could take place we wouldn't need to ration funding in this scenario.

It seems to me that, regardless of how you reallocate monies according to the valuation of various investments, it still does not answer the question of, what happens to those who choose to save instead of invest as a result of "gaining" 3% on just holding their money instead of investing it?  That's still a reduction in the overall investment pool, no matter how you divvy up the investments themselves.  Lower overall investment = lower economic activity.
They will suffer the opportunity cost of their bad decision. If someone somewhere in the economy is making a nominal profit, then the rational thing is to lend him the money you don't want to use in the near future. Yes, you gain purchasing power by simply holding the money, but the goal is to maximize it. All possible interest rates are better than 0%.

The only rational reason not to lend out your money is if you don't see a relatively risk free and effortless avenue to do so. This is currently the case in the Bitcoin economy and it was probably the case in the depression with systematic bank failures and bank runs.

In normal circumstances though, having your money at home is probably riskier than having them at an insured bank, so there really is no reason to not lend it out and get a nominal return on top of your real purchasing power return.

What if I can buy aluminum for 20 BTC and turn it into a bicycle worth 30 BTC, but my overhead is 9.5 BTC?  I'd be only make 0.5 BTC/bicycle.  Then I'd only have a 2.5% net profit margin, which would be fine in an economy neither inflating or deflating, but a bad investment in an economy deflating at a rate of 3%.
Why is this a bad investment?

If the currency is gaining purchasing power over time this means the cost of aluminium is going down, the cost of labor (overhead) is going down and the price you can charge is also going down. You won't be able to charge as much for it next year but your costs will be lower and you'll still make the same amount of profit.
It's a bad investment because of the maths I wrote out before.  I could, at maximum, only recover 83.33% (2.5/3) of my original investment if the net profit margin stayed at 2.5%.  Yes, the expenses and revenues are going down, but I would NOT make the same amount of profit.  2.5% of 19.42 is less than 2.5% of 20.00, and it would keep going down each year.  I'd only ever make back 83.33% of my original investment at that rate.
You solve this paradox by realizing the distinction between capital goods and consumption goods and see where their respective values comes from. Consumption goods get their value from their immediate consumption use. The bicycle is worth the same 30 BTC to the consumer regardless of how it's produced. Capital goods derive their value indirectly from the consumption goods that they could be used to produce. The aluminum is only worth 20 BTC as long as someone sees a profitable way to turn it into consumption goods at that price.

So if a 20 BTC aluminum price makes your business plan unprofitable, it simply means someone else is outbidding you in the competition for aluminum. Maybe someone else can produce bicycles with a smaller overhead, or makes bicycles that are considered higher quality, or makes something else entirely such as 40 BTC baseball bats. Prices ration goods to those who can use it most effectively and you are simply on the wrong side of the line here.

On the other hand, if noone could use aluminum profitably at a price of 20 BTC it would simply not cost 20 BTC.
You're only looking at a single point in time though, that's the problem.  Investments are weighed in how long they take to pay off - the Return On Investment.  Your example is bad, because there IS no long term investment.  All a person is doing is assembling two parts, and then immediately selling it.  There's no overhead, no buildings to purchase and depreciate, no tools needed to manufacture these items, nothing.  So if he buys the parts for 99.5 BTC, puts them together on his kitchen counter, and resells the completed version for 100 BTC, he'll still turn a profit every time.

Now, say I want to invest in a company that creates green widgets.  I want to buy a building for 100,000 BTC, and install an assembly line for 10,000, buying 100 of the green-widget-making-machine.  My overall capital investment is then 110,000 BTC.

Assume the deflation rate is 5%.

Assume my return on investment after depreciation of my building and manufacturing equipment is 3%.

When will I recover the 110,000 BTC I invested?

I NEVER would.  I would only recover 3/5 of it, maxing out at 69,300 BTC return on my investment.
Your calculation is backwards. Prices of capital goods are determined by the value of the consumption goods they can be turned into. If the value of the green widgets is 69.300 BTC then the building and assembly line is obviously worth less than this to you. So you won't offer 110.000 BTC for them, but say 50.000 BTC instead.

This argument goes for the builder as well. If he can only get around 50.000 BTC for the building then that's his cap for all the resources that goes into building it. So that's the amount of money that he will be willing to allocate between all his suppliers. You can continue this chain of thought all the way down to the most basic capital goods such as raw materials and labor.

It seems to me like you are making calculations with inflated prices of capital goods and deflation in consumption goods, when really no capital good can be worth more than the consumption it will ultimately satisfy.

Are we debating ideologies (Austrian theory) or actualities?   I am trying to figure out if we are dancing around this distinction?
Austrian theory only describe the consequences of different actions and policies. It makes no judgement wether those actions or policies are good or bad.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!