Bitcoin Forum
May 05, 2024, 10:33:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Bitcoin fork proposal by respected Bitcoin lead dev Gavin Andresen, to increase the block size from 1MB to 20MB.
pro
anti
agnostic
DGAF

Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 125 »
  Print  
Author Topic: Bitcoin 20MB Fork  (Read 154756 times)
benjamindees
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


View Profile
February 14, 2015, 08:11:05 PM
 #1281

In the interest of full disclosure, my thoughts on an ideal solution to the issue of block size have been similar to the below proposal for several years now.  I'm still not convinced it isn't the best solution.  Though I'm not quite sure the economics all work out exactly.  It requires a bit more thought.

Code:
23:59 	benjamindees 	so, here's an idea to think about with regards to block size
23:59 benjamindees (not sure if it's been proposed before because frankly I haven't been paying close attention)
23:59 benjamindees one main chain limited to something reasonable, 5mb or so
00:00 benjamindees one sidechain that is effectively unlimited
00:01 benjamindees I'm not even sure that is even technically feasible, but it seems like a compromise to consider.
00:01 sipa benjamindees: if that's a perfect solution, why not a main chain with 1 kb limit, and an unlimited sidechain?
00:01 sipa benjamindees: it just moves the problem
00:03 sipa sorry, i'm making assumptions
00:03 benjamindees sipa, like I said, I'm not sure it's technically feasible -- gmaxwell led me to believe it may be
00:03 sipa it's possible to see sidechains as a place where 'overflow transactions' can happen which don't fit on the main chain
00:03 sipa but it is a compromise
00:04 sipa as that sidechain itself now gets all the problems that a main chain with the same size would have, at least
00:05 benjamindees sipa, I'm not really thinking of overflow transactions... more like almost all transactions occur on the sidechain
00:05 benjamindees and then people with limited bandwidth or for whatever other reason can do transactions on the main chain
00:06 Luke-Jr sipa: global + national sidechains may be workable
00:06 sipa benjamindees: that's no better than just increasing the bitcoin block size
00:06 benjamindees Luke-Jr, see, that's what I'd rather avoid
00:06 Luke-Jr another alternative is to have day-to-day transactions on a sidechain and reconcile with the main chain monthly or whatever
00:07 Luke-Jr to compress history at least
00:07 benjamindees sipa, it moves the perceived risk of increased block size to an (optional) side chain
00:07 sipa benjamindees: the problem with increasing the block size is that increases the costs to validate that nobody is cheating
00:07 sipa benjamindees: if you have an infinite-size sidechain, then that sidechain also has that problem
00:08 Luke-Jr sipa: at least a larger-but-not-infinite sidechain would make it opt-in
00:08 benjamindees sipa, but you don't have to use the sidechain if you don't want

Source: http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/01/22

Since this conversation, I have decided that the suggestion of 5mb main block size is not sufficient, that it should be at least 128mb instead.

Regardless, the reason for this arrangement is very simple.  It has been clear for a long time that Bitcoin will never be capable of scaling to accommodate all global transactions while simultaneously remaining substantially decentralized and accessible to the average user.  This proposal is not perfect.  But it is the simplest arrangement capable of accomplishing both goals.

Civil Liberty Through Complex Mathematics
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 14, 2015, 11:07:56 PM
 #1282

One challenge/complexity would be that there is an time-bound asymmetry between the network cost, and the pay for sending (or for relaying) a transaction.

The Bitcoin network cost = Data Size * decentralization.
This equation is inherently misleading.

There are at least three ways to talk about scaling Bitcoin: scaling the number of nodes, scaling the number of transactions, scaling the number of users. Each one needs to be considered separately, or at least independently acknowledged.

That equation deals with the number of nodes and the number of transactions.

"Decentralization" isn't a well-defined term, but here it's something proportional to the number of nodes.

That sounds scary, but it really isn't because no single entity is responsible for paying the entire network's cost by themselves.

What happens to that equation when you consider the per-node network cost?

Code:
per-node network cost = total network cost / nodes = data size * nodes / nodes = data size

Data size is proportional to the transaction rate, therefore the cost of operating the node is proportional to the transaction rate. According to gmaxwell, the quadratic component to scaling the number of nodes can be made small enough to ignore with good network design, so I'll take him at his word.

Clearly the only threat to decentralization is the lack of price discovery for transaction relaying. If users paid for this service, then nodes would have revenue proportional to the transaction rate, therefore their revenue would increase at the same rate as their costs. Problem solved.

Fix the lack of price discovery in the P2P network, and the network will do an embarrassingly good job of solving its own scaling problems without tending toward centralization.

It has been clear for a long time that Bitcoin will never be capable of scaling to accommodate all global transactions while simultaneously remaining substantially decentralized and accessible to the average user.
As hinted above, that assumption has been incorrect the entire time. I'll prove that more thoroughly shortly.
solex
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


100 satoshis -> ISO code


View Profile
February 15, 2015, 12:09:01 AM
Last edit: February 15, 2015, 01:32:13 AM by solex
 #1283

I'm liking JR's paper. Micropayment channels is the most constructive approach to permanently dealing with the block size limit, since defenders of the limit are mostly concerned about the data overhead on full nodes. Existing relay (non-mining) full nodes are providing free services to support the network, where holding BTC and hoping for a capital gain, is the only compensation.

Quote
"Let’s put our trust in natural economic forces to automatically regulate the block size

A functioning payment system built into the Bitcoin P2P network is very doable. We have participants in the market, services for them to buy and sell, the micropayment channels to facilitate payment, and the capability of computer science and software engineering to develop the algorithms necessary to facilitate price discovery. This is the approach we should take to safely uncap the block size limit and allow Bitcoin to scale along with market demand."

What's the best approach? An add-on to facilitate 2-way payment flows for all nodes types (SPV users, miners and non-miners) ? Does this call for a lighthouse project?

danielpbarron
Full Member
***
Offline Offline

Activity: 212
Merit: 100


Daniel P. Barron


View Profile WWW
February 15, 2015, 12:53:12 AM
 #1284

According to gmaxwell, bla bla bla bla, so I'll take him at his word.

And why on earth would you do that? What (or who) got you to turn? I'm surprised to see this coming from someone on the lord list.

Marriage is a permanent bond (or should be) between a man and a woman. Scripture reveals a man has the freedom to have this marriage bond with more than one woman, if he so desires. But, anything beyond this is a perversion. -- Darwin Fish
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 15, 2015, 01:21:51 AM
 #1285

And why on earth would you do that?
For one thing, if he has an incentive to lie it would be in the opposite direction. Favourable scaling characteristics for the main chain weakens the scalability argument for sidechains.

Also, it makes intuitive sense.

Suppose you're a node with 8 peers. Each of your peers has 8 peers, until one of them adds two more.

To what extent has the fact that one of your peers added more peers of their own increased your costs?

What (or who) got you to turn?
I'm not sure what you mean by "turn".

Check my post history - I've been in favor of scaling Bitcoin to high transaction rates since at least 2012.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 15, 2015, 01:48:55 AM
Last edit: February 15, 2015, 02:18:52 AM by DeathAndTaxes
 #1286

I'm liking JR's paper. Micropayment channels is the most constructive approach to permanently dealing with the block size limit, since defenders of the limit are mostly concerned about the data overhead on full nodes.

Maybe if the limit was higher.  Payment channels still require at least one transaction per payment channel set.  How often are you willing to reset payment channels?  Once per week, once per month, once per year? The longer the period the larger the initial escrowed amount.  How many payment channels if the average user going to have. Say the average user accepts escrowing 6 months worth of future payments and has 3 payment channels payees each.  BTW I consider this unrealistically low and of this was the upper limit most users would trade principles for convinience and user centralized services.  Still lets look at it as an upper bound. That still requires 6 on block transactions per user per year.  2 tps @ 6 txn per user =  10.5  million users.  

Do you really think Bitcoin will be a global revolution with an upper limit @ 10 million users?


Payment channels are a great concept but even they are hamstrung but a ridiculously low limit.  We wouldn't even be having this discussion if the limit was anywhere near realistic but it simply isn't. A 1MB cap is simply a joke.  It just guarantees that either Bitcoin dies on the vine or it is replaced by something superior. Payment channels, sidechains, and cross chain atomic transactions are transaction multipliers.  They move us from one economic transaction per block transaction to more than one economic transaction per block transaction and that is a great thing.  If natively a blockchain can support n users it can support xn users where x>1 using payment channels.  In essence they make the primary block space more efficient but efficiency only takes us so far.  You can't get any kind of scalability out of 1MB permanent limit.  It either remains perpetually a nerd toy or it is killed off by something which can scale.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 02:00:49 AM
 #1287

No, not quite a mechanical-turkism although it might as well be as far as the present discussion is concerned.

I sort of get it, but Traincarswreck is thinking at right angles to what the rest of us consider relevant, and writing for an audience of lurkers, monitors, eavesdroppers, or historians who are or will be reading this thread for other purposes, rather than writing to be read and responded to by any of us who are actually participating in realtime.  

As to whether the communication will be or is considered meaningful by any such audience, I'm confident that 95% of them will have roughly the same opinion of Traincarswreck's relevance as 99.8% of us.  Traincarswreck is hoping that the 5% of unseen listeners with the greatest insight into his (or her, or their) posts will also be the most influential in their respective spheres.  Which I'd consider to be unwarranted optimism on his (or her, or their) part, but he's entitled to hope.

I could try to explain further, but there's at least a 75% chance I'd be wrong about the objectives, intended audiences, and means.  Besides I don't think I care enough.  

Cryddit

Note:  All statistics and percentages given in this post are estimates and guesses which exist in the absence of measurement and proof.  In other words, I'm just guessing.
Close.  Rather what is happening is the material and "points" that I present are so dense that even the cliffs of the cliffs of the cliffs (and so on), is reading to you like gibberish and religion.  The vantage point I am viewing this problem from has rendered it completely different than the one you and others are trying to solve.  And my vantage point is in fact the correct one.  You see, you are not familiar with the lecture/subject "Ideal Money".  Furthermore, it seems by your tone, that you also have not read TWON.  More importantly and what is observable is you do not understand their significance and especially in relation to the decision we face.

What I am bringing to this dialogue, is in fact LASER relevant (in the accuracy sense), and what you are doing is being unkowledageable about the subjects, and judging me essentially a heretic.  I will break up some of my posts so they are more readable and seem more relevant but the facts are so far from the "story" of bitcoin we were presented its difficult to make the jump to what is truth.
manselr
Legendary
*
Offline Offline

Activity: 868
Merit: 1004


View Profile
February 15, 2015, 02:07:15 AM
 #1288

According to gmaxwell, bla bla bla bla, so I'll take him at his word.

And why on earth would you do that? What (or who) got you to turn? I'm surprised to see this coming from someone on the lord list.

If satoshi came online and said

"Lets fork."

Everyone would agree.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 02:12:39 AM
 #1289

In economic solutions to avoid centralization, look for the Nash equilibrium and to avoid solutions with advantages weighted toward incumbency.  Justusranvier has a pretty well reasoned description of what that might look like.
This was the writing that brought me here and relevated me: https://thewealthofchips.wordpress.com/2014/12/01/securing-decentralization-through-nash-equilibria/

There is actually some easy reasoning to be done that is helpful, but only if we understand the book "An Inquiry into the nature and causes of the wealth of nations".  It is quite easy to see that a Nash Equilibrium MUST happen in order for success and wealth to arise in the form of a "Nation". And we can start to think about the exact causes and also understand then what "events" might bring down a nation.  Nick Szabo showed how money can arise in a chain of islands, but this is only a very specific application of Nash Equilibrium and TWON, we could also apply this (and generalize it) to land.

The four color map problem becomes significant because it shows the fundamental conditions (although this won't be immediately obvious to you).  If for example there are for pillars to the Nash Eq that arises a wealthy nation, then two sub states with the same "contribution", will NOT be a Nash equilibrium.  There is more to explain there, but I am sure of this.  I have a natural gift for solutions, and always left with an inability to explain.

You and many others I am sure will disagree that without the pyramids we would still be in the stone age, and we need to argue about this fact because I am sure we are not understanding the obvious truth to this.  And everyone thinks that the pyramid "step-scheme" is not relatable to the block chain but this is because they have not studied TWON in relation to Ideal Money and Nick Szabo.  

We are thinking bitcoins are finite and the block chain is infinite because we fail to understand the relation between the pyramids as a finite consensus mechanism and gold as the same (which eventually become coins).  We need to come to a realization on the truth of all this ASAP.
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 15, 2015, 02:14:12 AM
 #1290

I'm liking JR's paper. Micropayment channels is the most constructive approach to permanently dealing with the block size limit, since defenders of the limit are mostly concerned about the data overhead on full nodes.

Maybe if the limit was higher.  Payment channels still require at least one transaction per payment channel set.  How often are you willing to reset payment channels?  Once per week, once per month, once per year? The longer the period the larger the initial escrowed amount.  How many payment channels if the average user going to have. Say the average user accepts escrowing 6 months worth of future payments and has 3 payment channels payees each. That still requires 6 on block transactions per user per year.  2 tps @ 6 txn per user =  10.5  million users. 

Do you really think Bitcoin will be a global revolution with an upper limit @ 10 million users?

Payment channels, side chains, and cross chain atomic transactions are transaction multipliers.  They move us from one economic transaction per block transaction to more than one economic transaction per block transaction.  In essence they make the primary block space more efficient but you can't get any kind of scalability out of  1MB permanent limit.
I was talking about payment channels between nodes so they can negotiate peering agreements, not for replacing regular user transactions.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 02:15:43 AM
 #1291

If satoshi came online and said

"Lets fork."

Everyone would agree.
I am going to make a few posts I hope we don't get annoyed.  I hope we understand something obvious.  Satoshi will not do this, Szabo will not do this, nobody in the bitcoin elite will do this.  Because it will break bitcoin.  They have clearly left the problem to the masses, because ONLY the masses can create consensus, and it MUST be this consensus.  Without consensus there is nothing, there never was anything without it.  Money is only a representation of this type of cooperation. Kind of a like a byproduct of it (but also a facilitator).

So having this conversation with NOT the elites of the community is the very most relevant point we can observe.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 02:19:51 AM
 #1292

Check my post history - I've been in favor of scaling Bitcoin to high transaction rates since at least 2012.
Now I loosely read your papers, which I think is fair that we don't all always fully read each others posts.  But I will go back and read more carefully over the days if they are still relevant. I do not want to immediately seem like I am arguing but I do have some relevant (counter) points to make. Because again I must point out that you also do not seem familiar with the 20 years of lectures on the topic of "what is ideal money", and so I am not so sure that you can be said to be speaking in the context of that subject.

In constructing what is to be our most ideal money, we should certainly want to be familiar with the subject of it, and especially in relation to that which are the nature and causes of the wealth of nations.  And these are the very points in my opinion that you have missed in your essays.

Do I SERIOUSLY have to fight to be heard, when I can simply point out, you have not even consulted the lectures entitled "ideal money"?
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 02:36:48 AM
 #1293

What has happened here is the birth and story of bitcoin at the very beginning was presented as a myth.  There are multiple layers to the true un-hidden history of how bitcoin came about. We are starting to be able to decode this story especially in relation to the problem we face today.

What I see is a totally different story and I see that this problem was completely foreseeable mathematically by “Satoshi” or anyone involved in the creation of bitcoin.  This is something that would be hard to swallow, but in relation to the realization that you need the mining pools to stabilize, then you need the exchanges to stabilize, then you need price to stabilize (not vs usd etc, but simply for the price to somewhat reflect its true market value).

It was very likely NOT a mistake that bitcoin was released with an infinite size block in the beginning, and then as it become a little popular a finite size was put in place to help it growth.  This necessitates the OBVIOUS question of what is the ideal block size, how should it be set, and WHEN should it be set.

The problems, if not viewed from the myth of Satoshi, but rather the obvious true history, are easy to see.  If you wait too long you will not be able to guarantee a consensus.  If the blocks are too big you risk centralization.  If the blocks are too big bitcoin becomes for the elite (aka centralization).  So with a little data, some experiments, and some foresight, this problem of block size could have been foreseen and formulated years and years ago.

And with respect to Ideal Money (and TWON), and something you all must then trust me on (or read for yourself), our decision is whether bitcoin should be a money or a gold.  A high transaction currency or a very finite “property” in which we can peg all our new currency inventions too (as well as all other currencies if we wish).

We are trying to approach the problem, formulaically by bridging computer science with the math and economics of the situation.  But that is not the full scope of the problem.  We MUST consider, what is “Ideal Money”, what is the relation of the block chain to the pyramids and gold, and for this we must then consider what are the nature and the causes of the wealth of nations.

Because, what we are learning is that consensus especially on controversial topics, comes only from observable truth.  It will never come from religious belief, it will only be observable fact, and without Ideal Money and in relation to TWON, we are all functioning off religion and myth.

We need to relevate science and fact.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 03:11:49 AM
 #1294

I'm afraid we again we must press on:

Here is how I see this and perhaps someone can truly put a formula to it.  We are looking for a consensus on the most ideal block size.  Consensus gets more difficult over time.  The ideal block size gets more accurate over time (with market data).  This suggests a point in which we will have the most data at the very last moment in which a consensus could be reached.

And so I suspect this is the very crux or paradox of mankind that is the most significant problem we face.  And it seems to me then that we are looking at one of two options: Either no consensus and/or leave the block size the same, or change the block size to 20mb and leave it forever.

I suspect these are the only two plausible possibilities, and if we discuss this a little further I am quite convinced we can use game theory to reason the obvious outcome that will happen.  And I suspect, that our only hope for a consensus on NOT 1 mb, is to sell the story to the masses that we are matching block size to the ancient Egyptian royal cubit.  They need a reason and it needs to be tied to something tangible that creates a logical story of our existence and history.

If that is laughable, or irrelevant to you...then I make the conjecture that there will be no changing the current size (which COULD for some reasons be a favorable outcome of this "game").

justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 15, 2015, 03:22:05 AM
 #1295

Now I loosely read your papers, which I think is fair that we don't all always fully read each others posts.  But I will go back and read more carefully over the days if they are still relevant. I do not want to immediately seem like I am arguing but I do have some relevant (counter) points to make. Because again I must point out that you also do not seem familiar with the 20 years of lectures on the topic of "what is ideal money", and so I am not so sure that you can be said to be speaking in the context of that subject.

In constructing what is to be our most ideal money, we should certainly want to be familiar with the subject of it, and especially in relation to that which are the nature and causes of the wealth of nations.  And these are the very points in my opinion that you have missed in your essays.

Do I SERIOUSLY have to fight to be heard, when I can simply point out, you have not even consulted the lectures entitled "ideal money"?
I've spent a fair amount of time studying the nature of money.

From 2008 until 2012, I spent most of my time on a different forum where the topics under discussion were macroeconomics, money, and the operation of the financial system. During my time there I came very close to independently deriving the concept of money as delayed reciprocal altruism.

As far as "ideal money" goes, Krawisz nailed it.

The only thing I'd add to what he wrote is that where the crypto-goldbugs think they have an example of something being a store of value without being a medium of exchange, what they are actually observing is the effects of subsidies on central banks.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 03:28:20 AM
 #1296

I've spent a fair amount of time studying the nature of money.

From 2008 until 2012, I spent most of my time on a different forum where the topics under discussion were macroeconomics, money, and the operation of the financial system. During my time there I came very close to independently deriving the concept of money as delayed reciprocal altruism.

As far as "ideal money" goes, Krawisz nailed it.

The only thing I'd add to what he wrote is that where the crypto-goldbugs think they have an example of something being a store of value without being a medium of exchange, what they are actually observing is the effects of subsidies on central banks.
No, you haven't spent a fair time.  Nash is nearly 90, and has been lecturing on the topic of "Ideal Money" for 20 years.  He had his revelation in nearly 1960 on what would become "ideal money".  I do not know what the issue with text internet dialogue in which what I convey doesn't get across.  

You have ignored an IMMENSE amount of literature on the topic.  I think you and others are reading my words like "Hey some random guy gave some random talks about what good money could be".  I need you to read it like this "The world's most knowleadgeable man on money has been explaining for 20 years how bitcoin is going to revolutionize economics".

He goes into incredible depth
, and I think such a thing should not be ignored.  You must understand what it looks like from my perspective-this is silly.

(Edit: btw thx for the articles I will read them as we go!)
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 15, 2015, 03:54:05 AM
 #1297

No, you haven't spent a fair time.  Nash is nearly 90, and has been lecturing on the topic of "Ideal Money" for 20 years.  He had his revelation in nearly 1960 on what would become "ideal money".
Szabo read Nash, and Krawisz read Szabo.

I can read Krawisz and then avoid reinventing all the wheels so that I have time to focus on the few wheels I do want to reinvent.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 03:59:18 AM
 #1298

No, you haven't spent a fair time.  Nash is nearly 90, and has been lecturing on the topic of "Ideal Money" for 20 years.  He had his revelation in nearly 1960 on what would become "ideal money".
Szabo read Nash, and Krawisz read Szabo.

I can read Krawisz and then avoid reinventing all the wheels so that I have time to focus on the few wheels I do want to reinvent.
No.  Nash extrapolated from the history of money, by learning about it, deeply and learning everything around it.  That is how he did all of this.  If we do not follow his works and his path, I am afraid we will forever be out of context.  I do not understand how we cannot put this goether:

Quote from: Ideal Money
The special commodity or medium that we call money has a long and interesting history.

The VERY first line itself is INCREDIBLY significant and incredibly dense.  What is money, what is a commodity, what is "special" about it, and what is its long and interesting history?

Obviously we need to consult Adam Smith's TWON, but ALSO Nick Szabo's essay shelling out.
Quote from: Ideal Money
So I see the Keynesians as in a weak sense comparable to the "Bolsheviks” because of the support of both parties for a certain “lack of transparency” relating to the functions of governments sites as seen by the citizenry And for both of them it can be said that they tend to think in terms of government agencies operating in a benevolent fashion that is, however, beyond the comprehension of the citizens of the state. And this parallel makes it seem not implausible that a political evolution might lead to the expectation on the part of citizens in the “great democracies” that they should be better situated to be able to understand whatever will be the monetary policies which, indeed, are typically of great importance to citizens who may have alternative options for where to place their "savings".
Are you to tell me that he is talking about a different revolution?  A different evolution that is about leaving the Keynesian system but not for bitcoin that has a decentralized finite monetary policy?  You think he meant some other form of money as an alternate savings?  Perhaps like moon rocks? Do you think edison created bitcoin http://topinfopost.com/2014/03/20/bitcoin-the-digital-currency-invented-by-thomas-edison?

This paragraph is talking about this thread:
Quote from: Ideal Money
But the famous classical "Gresham’s Law" also reveals the intrinsic difficulty. Thus "good money" will not naturally supplant and replace "bad money" by a simple Darwinian superiority of competitive species. Rather than that, it must be that the good things are established by the voluntary choice of human agencies. And these resp-onsible agencies, being naturally of the domain of polit-ically derived authorities, would need to make appropriate efforts to achieve such a goal and to pay the costs that are entailed before their societies can benefit.

An example of an efficiently working global reform (at least in relation to electronic manufactures) is the metric system, with its central Bureau located near Paris. And this is an example of a system of yardsticks where inflation is currently NOT in fashion!
How do we not see this?
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 04:27:10 AM
 #1299

Quote
Quote
Quote from: Ideal Money
“The voters in the U.K. are expecting to have the opportunity to vote in a referendum relating to the adoption, for the U.K., of the euro (which is already adopted in Ireland). Here they have a dramatic conflict, since the pound was the original currency of “the gold standard”, with its value pegged to gold in 1717 by Isaac Newton who was then Master of the Mint. (Of course it was not irrelevant that George II, the king then, was an early Hanoverian and also ruled territory in Germany.)”
Who then, can tell us, why this point about George II being an early Hanoverian, is "of course" "not irrelevant"?
I believe I can make this relevant to some degree.  In relation to the problem we face today, and the understanding of why Satoshi cannot be here to discuss this (or Szabo or Nash or bitcoin elite (royalty), and we should understand that Newton was able to do such a peg because of his relation to the royalty of the time.  It is true that across history one of the many functions of royalty was to be the finalizer of "consensus".  It is interesting, and again not insignificant, to point out that Khufu apparently died upon the completion of the pyramids.

That money and power and consensus are not unrelated with state and royalty and the amount of centralized authority we need in order to finalize a consensus. In order to solve this problem it MUST be put in its proper context:
Quote from: Ideal Money
It is easy to illustrate cases of “revolutionary” reform or change in systems of money. A good example came in 1717 when Isaac Newton, supported by George II, fixed the value of the local UK currency to a precise amount of gold that defined the value of the currency (the “pound”) in such a way that it was immediately recognizable throughout the Continent (of Europe) as of a fixed value in relation to generally accepted standards (of the time). (And this was the origin of the “gold standard”.)

I should not be the only one that sees the relation of these points.
traincarswreck
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251


View Profile
February 15, 2015, 05:46:55 AM
 #1300

*edit* Wow this is huge if he is right. If he is and the hold out problem can be sufficiently mitigated than we dont just have a model for solving the max block size problem, this will by default also solve the problem of how to decentralize the entire internet.
I must relevate a certain point about this, before I introduce us to a very important "person".

I suspect also that "Satoshi" foresaw this. And in fact contacted ted Nelson (and consulted him) to let him know somehow and in some form his dream will in fact become a reality.  I suspect then that his video of who he thinks Satoshi is, is a very humbled and heartfelt T. Nelson.   We must keep in mind I am the world best poker player (although I truly wish I didn't feel I had to proclaim it).

And we must see this all in relation to this memo from Dr. Nash, we are clearly building this:

Quote
This memorandum concerns some ideas for new designs of the control system in high-speed digital computers. The ideas are yet in an immature and rather unspecific form, but this is a subject that deserves some attention and thought for the future. Indeed the idea is more or less futuristic and is more appropriate for the "electronic brains" of the future than for the computers now used, or under construction, or even planned. The basic idea is simple. Instead of having a single control unit sequencing the operations of the machine in series (except for certain subsidiary operations as certain input and output functions) as is now done, the idea is to decentralize control with several different control units capable of directing various simultaneous operations and interrelating them when appropriate.

Let us consider some of the advantages of this sort of development of computing (and data processing) machines.

1. Speed of computation
2. Expansibility
3. Self-Maintenance
4. Ease of programming, the "intelligence" quality, ability It is interesting to consider what a thinking machine will be like.

It seems clear that as soon as the machines become able to solve intellectual problems of the highest difficulty which can be solved by humans they will be able to solve most of the problems enormously faster than a human. In closing, the human brain is a highly parallel setup.

It has to be."
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 [65] 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 125 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!