Bitcoin Forum
May 26, 2024, 09:54:28 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 18 19 20 21 [22] 23 24 25 »
421  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: June 08, 2011, 08:22:47 PM
Just FYI, I read more about Namecoin, downloaded it, did a source comparison to bitcoin, installed it, ran it, bought some NMC, liked it.

I am coming to regard work sharing as an essential feature in a BTC competitor.  Someone (perhaps I) has to code support for accepting blocks with an associated hash that only indirectly hashes the block.  Mike has kindly described this process in some detail here: https://en.bitcoin.it/wiki/Alternative_Chains

With this change, the barrier to entry for mining new chains would be practically gone.  With a bit of setup, rigs would begin mining BTC, NMC, BC2, etc., using the same calculations!  New chain promoters could pay miners a small fee (related to setup and bandwidth) to include the chain in a Merkle tree of block headers tucked into the Bitcoin coinbase script.

The next question will be monetary policy details, but it doesn't really matter.  Just put up a site where people can post their favourite policies, promotional material, and instructions to mine currencies governed by them.  The market will choose among them.

For example, I imagine a bitcoin whose money supply goes as the log of total difficulty.  It would be a simple matter to code it up, given a "hook" interface like what VinceD created for Namecoin.  I'd distribute the code as a plugin to a modified Bitcoin client, pay the going rate (low thanks to Mike block trees) to get a lot of miners hashing on a chain, and start promoting the new currency.

If I see this come about in the next few months, I'll be happy and stop worrying about early BTC speculators.  I may still curse the market for overvaluing BTC, but against bubbles, yea, even the gods themselves contend in vain.
422  Bitcoin / Development & Technical Discussion / Re: What would you change about the Bitcoin protocol? on: June 08, 2011, 06:58:59 PM
oskar, thanks for posting your summary just as I stumbled upon the thread!  Good thing I started reading it at the end.  More suggestions:

Alternative chains

I would like to make it easy for distinct proof-of-work chains to share hashing power along the lines Mike proposed here: https://en.bitcoin.it/wiki/Alternative_Chains

I haven't completely thought through the details, but I think the "headers" message (or a successor) should support an "indirect" header in addition to the standard kind.  The indirect header would come with a standard header from another ("main") chain.  This "main" header would hash to a value below the target in the alternative chain, and the indirect header message would include:

  • the main header's coinbase transaction, whose script would include a Merkle root of headers from different chains
  • the Merkle branch anchoring the coinbase transaction to the main header
  • another Merkle branch anchoring the alternative chain's header to the root contained in the coinbase script

This would avoid the need to fragment hashing power as is happening between Bitcoin and Namecoin.  This would encourage a proliferation of experimental currencies and other applications, which would be a Good Thing.

The original BTC block chain would not necessarily have to accept indirect headers, though it would be nice to have it share logic with chains that do.

Pluggable policies

Subtle differences in the block acceptance rules in use among miners threaten chain unity.  When (not if) a block appears and some, but not all miners accept it, confusion will ensue.  I would suggest a protocol field encoding the block acceptance rules.  It could be, for example, a hash of a Forth or C++ program.  Miners could obtain and compile (or interpret) the program when they notice they are hashing on the losing side of a chain split.  Obviously, they'd want to restrict this feature to avoid malware, so C++ is probably not the best choice.

I call it "pluggable policies" because I imagine changing the client to support loading and using multiple block acceptance policies for different chains.  This is not strictly a protocol change.
423  Other / Archival / Re: How to set up secure bitcoin savings account in 14 easy steps on: June 07, 2011, 02:58:44 PM
There are some solid solutions in this thread, which are especially relevant to people who have tens of thousands of dollars in bitcoins. The problem is that executing the steps is hugely dangerous in itself. If you're paranoid about your computer being infected with keylogging malware that will send off your wallet pass phrase to a thief, you should be even more paranoid that you're screwing up one of the steps, or that there's a tiny bug in your vaporware. Unless you're a well known target, the chances of you screwing up are probably vastly higher than somebody remotely paying attention to everything you do on your computer.

Agreed.  I personally have put only a fraction of 1% of my BTC into the keys that I generated with my homegrown script, cited earlier in the thread.  I would put more in, but I first want to prove I can get the BTC out, which will require another round of vaporware to condense.  Even if successful, I will want to test successfully about 100 times to become confident that it doesn't sometimes fail.  Some more vaporware might help: transaction validation code extracted from a popular client.  And even then, to store a lot of wealth, I would probably distribute it among several addresses.

Quote
Personally, I'd much rather use a simple but fully functional open source tool, that's successfully being used by thousands of people and is open to public scrutiny, than any homegrown scripts and protocols. I just don't trust myself enough. Can we get an open source project like this going? I'd be willing to put in a bounty.

My genkey.py is open-source, though not well tested as far as I know.  Are you thinking of a friendly front end for the key generator, plus an offline transaction signer and a patch to allow the official client (or BitcoinJ) to import and broadcast the transaction?  I plan to do this eventually (minus the friendly front end).  I might be encouraged to hurry up for some BTC.
424  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: June 06, 2011, 02:18:37 AM
@stillfire @mother_of_another,

Okay, NC is more interesting than I thought.  Thanks for the food for thought.
425  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: June 06, 2011, 01:01:48 AM
@stillfire

Despite the unfortunate name of this thread, the interest in a second Bitcoin currency in no way depends on notions of fairness or what the early adopter reward should be.  Those questions may lead one to an interest in a BC2, but the currency will stand or fall on its market value, if anyone bothers to implement it.  The questions of interest to me are: How much effort will it be to start BC2 (or BC3 etc.)?  How well will it compete against BTC?  And, what monetary policy will produce the best result?

I have read a little about Namecoin and found it uninteresting.  Certainly, it does not compete with BTC or address the weakness of BTC's early blocks.  If your point is that Namecoin is failing, and so therefore BC2 will fail, then apples to oranges.
426  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: June 05, 2011, 05:24:28 AM
Again I don't know the specifics about the hash difficulties and if it was programmed to do this from the outset, but getting one hundred thousand percent returns in a matter of years is not in any way sustainable or good for the future of bitcoins.

I understand the technical details of how the currency works.  I will try to answer what can be done.  First, you must grasp the distinction between:

  • Bitcoin, the technology properly called Nakamoto proof-of-work chains,
  • bitcoin, lowercase, the currency ("BTC") based on a particular proof-of-work chain started in 2009,
  • the block acceptance rules (monetary policy) implemented in the software used to extend a given chain, and
  • the network of computing resources ("mining" or "hashing" community) working on extending a given chain and, in the process, protecting its transactions.

The technology can be trivially used to start new chains (even for non-financial applications as detailed in the wiki).  I have written in favour of starting a new chain with a policy similar to BTC's except for a much higher minimum difficulty.  ("Minimum difficulty" is a parameter of Bitcoin monetary policy.)  The new chain would result in a currency (herein called "BC2") functionally equivalent to BTC and competing with it but lacking the overhang of early wealth that concerns you.

BC2 would face several hurdles to acceptance similar to what BTC has overcome versus older national and digital currencies.  However, it would be based on a more proven technology than Bitcoin was in 2009, and the technical barriers to its adoption as a BTC alternative would be slight.  For example, once critical infrastructure supports BC2 (Block Explorer and MtGox, or something like them, come to mind), merchants, miners, and pool operators would have only to repeat the steps they took to support BTC.

It is hard to discuss this proposal in the forum, because most users oppose the idea, and many put it down to "jealousy".  I do not presume to know the motivation of any particular BC2 opponent or opponents in general, but one reason may be that they have a lot of BTC, want to profit from the continuing rise of the BTC price, and fear that a competitor could derail this plan.  Or perhaps they worry that a second currency will confuse the public and threaten the technology's acceptance.  Some may scorn the idea as a plan to punish the Bitcoin pioneers.  I consider objections on these lines baseless.  As I see it, a currency like BC2 would make an attractive product in comparison to BTC, and the potential value of all BTC (in a rational market, if such a thing exists) is inherently limited in a way that would not apply to BC2.  (Look up Forum user unk's posting history for some eloquence along these lines.)

I doubt that most Bitcoin users are aware of the situation, let alone how it came to be.  (BC2's chance of success would benefit from spreading this knowledge.)  Please look at Sipa's graph of difficulty and network hash rate over BTC's entire history: http://bitcoin.sipa.be/speed-ever.png.  Difficulty was at the minimum (because few computing resources went to mining) through nearly all of 2009 and didn't really take off until July 2010 (with the advent of GPU mining).  During those first 18 months, when the project could at best have been described as experimental, 65000 blocks were mined.  The "work" expressed in those blocks' hashes would get you perhaps about one block at today's difficulty.

This would be no big deal, but for certain of Satoshi's monetary policy choices, which the early user(s) supported by running his software.  Namely, the 50BTC reward for each block (constant over the period in question).  This fact of policy translates into 3.25 million BTC earned by whoever mined those 65000 blocks.

Satoshi could have chosen another formula for bitcoin creation (without having to abandon the deflationist principle or the 21 million bitcoin limit).  He could have chosen a formula that would have slowed money creation to a trickle while difficulty (more precisely, network resource growth) stagnated.

Some people may look at this and conclude that Satoshi designed it this way to obtain a lot of bitcoins for himself and his friends.  I don't see it that way at all.  Taking Satoshi at face value, I think he expected the climb in network hash rate to occur 12-18 months earlier than it did.  I think he did his best to promote both the technology and the currency before and after he started the chain, and it is really a matter of chance that it caught on when it did and not earlier.  Going out on a limb and giving Satoshi the benefit of the doubt, I think he is disappointed that it took so long, even though an earlier widespread adoption would have left him with far fewer BTC.  In other words, I think he and his fans wanted most of all to establish the technology for the benefit of humankind, and that amassing great wealth was, at best, a secondary motive.

With all due respect to the amazing thing Satoshi and the team have created, they have not been backed by a large budget (at least until recently) and have left several loose ends to be addressed by stakeholders once the system grows.  For example, ambitious scalability improvements have been proposed but not implemented, not even in a proof-of-concept.  The simplicity of the total BTC curve has more to do with Satoshi's time constraints than elegance or popular appeal.  To the list of loose ends, I think we can add the need to create a stronger block chain.

How best to do that is a question I've worked on and discussed a little in the forum, but I will leave it for another post.
427  Bitcoin / Development & Technical Discussion / Re: [PULL] 52-line patch supporting offline key generation on: June 02, 2011, 02:41:36 AM
OpenSSL creating private keys with low entropy would be surprising.

Could you (benjamindees and John Tobey) please post some unimportant private keys and point out the features you think are noteworthy?

Thanks in advance!

ByteCoin

Here's a wallet created with keypool=0, binary attached(upload folder is full), db_dump shown:
EDIT: broke up long lines
Code:
VERSION=3
format=bytevalue
database=main
type=btree
db_pagesize=4096
HEADER=END
 036b65794104ff5443fcd00b8f3844569dcaa42662d90e0c8afb1fe35804c320e5b\
b08ea6dadc3231767aa13b9dd6abcb45a8cd0497490d5c2a78ff85ea61711394b3b08e5c9
 fd170130820113020101042044b1585492c83e83fd917783c1b74ec25e3e6b3ca8722cc41\
eabe05249a46288a081a53081a2020101302c06072a8648ce3d0101022100fffffffffffffffffff\
ffffffffffffffffffffffffffffffffffffefffffc2f300604010004010704410479be667ef9dcbbac55a06295\
ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c4655da4fbfc0e1108a8fd\
17b448a68554199c47d08ffb10d4b8022100fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd\
25e8cd0364141020101a14403420004ff5443fcd00b8f3844569dcaa42662d90e0c8afb1fe3\
5804c320e5bb08ea6dadc3231767aa13b9dd6abcb45a8cd0497490d5c2a78ff85ea617113\
94b3b08e5c9
 046e616d6522313635486f51587a7863323678786b45434439356963544173635a573854\
6e674655
 0c596f75722041646472657373
 0776657273696f6e
 027d0000
 0a64656661756c746b6579
 4104ff5443fcd00b8f3844569dcaa42662d90e0c8afb1fe35804c320e5bb08ea6dadc323176\
7aa13b9dd6abcb45a8cd0497490d5c2a78ff85ea61711394b3b08e5c9
DATA=END

Note the long strings of 'ffff' apparently in the middle of the private key.  The public key starts with '04ff5443...' and is the last 65 bytes of both the database key and database value in the lines starting with "036b657941" and "fd17013082"
428  Bitcoin / Development & Technical Discussion / Re: [PULL] 52-line patch supporting offline key generation on: June 02, 2011, 01:38:29 AM
Interestingly, the keys I tested with do not have the same structure as client-generated keys.  The new kind have a shorter private key length.  You might think they have fewer bits of entropy, but the client-generated keys (in DER/wallet form) have long strings of all 1's and other common subsequences.  I have not figured out why.

I notice this also and it is troubling me.

If I had massive wealth in BTC, I guess I would build OpenSSL from source and step through key generation to discover what is going on. Smiley
429  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: June 01, 2011, 03:41:59 PM
You should talk to unk. He proposed a chain with a block reward of 50 coins forever and said he would create it himself if no one else was interested. I think that would still create heavy deflation and wouldn't stop the whining about early adopters so I proposed a chain in which the reward grows with difficulty. I was just mocking unk evidently since that would produce hyperinflation but if you added diminishing returns to my method then I really think you could have a viable chain which solves both "problems" of deflation and late adopter jealousy.

Thank you, yes, I have read many of unk's posts, and I like him or her.  I favour conservatism when it comes to changing features.  For everyone who supports New Feature X, two may oppose it, and three may not care but would rather stick to what they know.  But I won't be surprised if there are a few compelling changes to be made, possibly even in the area of inflation policy.  In the end, miners and users determine what works, but coordination before a launch seems useful.

p.s., your use of the term jealousy suggests to me that you don't really understand the argument.  It is not jealousy that makes me ride a bike rather than drive.  It is a personal preference and a reasoned judgement of the relative merits of both.  Anyway, jealousy and ambition (or inspiration) could be two facets of a single phenomenon.
430  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: June 01, 2011, 01:51:51 PM
These arguments remind me of people that complain about how much money sports stars make.  Nobody is forcing anyone to buy sports tickets and merchandise and that is what is paying those athletes salaries.  Likewise, no one is forcing you or anyone else to use bitcoins.  Ultimately, it comes down to competition.  If you think the early adopters might become too rich, start a new currency that works how you want it to work and convince people of its merits and that they should start using it.  You'll need to do a lot of work to convince people that it's better than anything else out there and that they should put their money into it, but such is the nature of free market competition.


I agree with you 100% Steve.  The problem is that the people making the argument on the other side often don't believe in free market competition, but they quite often believe in forcible imposition of what they think is a 'better', 'more fair' or 'more just' position which is derived neither from a higher power or some other externality but really from their own mind.  So appealling to the free market is futile because they don't recognize it as having any type of authority.

I, too, agree 100% with Steve's post.  (By the way, I stopped following pro sports around 1990.)  If you are referring to me (the OP) as one who prefers "forcible imposition" over free market competition, I suggest you read more carefully.  Nothing could be further from the truth.

If my squawks come across as complaints or whines, go away!  In fact, I am expressing demand for a new product in the hope of gauging such demand among the broader market and finding people capable of assisting in such product's creation.  If you can suggest a better (less intrusive, cheaper, or more effective) way for me to find interested parties, I will gladly listen.
431  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: June 01, 2011, 11:34:26 AM
1) OP have 25000 BTC.
2) OP wants to destroy some part of BTC mined.
3) OP won't destroy his BTC.
4) The less total BTC we have, the more they are valuable.

Conclusion? Smiley

Let's see if I can recast this in Ayn Rand terms...

1) OP can afford a Ferrari.
2) OP wants a Lear jet (go OP!)
3) OP is insightful, daring, and innovative (my hero!)
4) The cloud of seigniorage threatens the market value of OP's portfolio.
5) OP wants to create and profit from something of greater value than all the world's BTC.

Does that look better?

Getting back to the "antidote" that this post is about, I really don't see the need to support BTC destruction as a way to create BCP.  It is complicated and probably controversial, as it seems to attack BTC in an unfriendly, not to say unfair way.  A little patience with minting the new currency would, in my opinion, pay off better in the long run.  A BTC<->BC2 exchange would be very straightforward to set up (technically, not to say legally) and would be the way to distribute the new currency to non-miners.

I also no longer feel the need to "poll" miners prior to working on a genesis block as I outlined in another thread.  The initial difficulty should be on the order of 10,000 to 100,000 (or 2-20% of BTC difficulty at the time).  And the project (and supporting software) should be widely advertised among Bitcoiners, so anyone who might be interested can make a conscious decision whether to join at the outset.  Apart from that, we do not have to regulate the generation speed of the first blocks.

In a few years' time, assuming ASIC mining or quantum mining overtakes GPU mining, there may arise a perception that yet another startup currency would hold more value than BC2.  And that would be fine.
432  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: June 01, 2011, 11:02:59 AM
You analogy really isn't that relevant because we are not voting on how much to reward Bitcoin pioneers by valuing BTC.  By valuing BTC today, we are voting on the expected future value of bitcoin.  I don't think anybody is paying $9 for 1 btc today because they want to reward the pioneers.  Do you?

Good distinction.  But by choosing between buying BTC and starting up a competitor, we implicitly set a value on BTC's first mover position, which is the pioneers' reward.
433  Bitcoin / Bitcoin Discussion / Re: Early speculator's reward antidote on: May 31, 2011, 04:08:24 PM
This is how I would solve the problem of the early speculators profiting disproportionately at the expense of newer comers.

Clever proposal!  I love the idea of improving the client as a vehicle to promote BCP.  Of course, barring some kind of non-free license, the current maintainers could just cherry pick and merge their favorite features into the original client.  Would you propose to try to prevent that?

How would you reconcile
Quote
fixed limit like 21 million

with
Quote
the amount of BCP you get in a conversion is directly correlated to the mining difficulty of the BTC you're trying to convert

given BTC's rising difficulty?  Lower the conversion rate for future mined BTC, perhaps to zero?  Looks like some devil-in-the-details, but I look forward to your thoughts.

p.s., Your mockup is beautiful, and you should feel proud.  Eye of the beholder thing.   Smiley
434  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 31, 2011, 02:48:36 PM
Quote from: johntobey
Suppose in 2008, in the middle of the credit crunch and bailout talk, an anonymous crypto expert had publicly offered to cure several of the world's monetary problems with a new currency much like Bitcoin.

Suppose, however, that he/she/they had made this offer contingent on a promise to pay US$10 million in tax money if the plan were to succeed.  Leaving aside the unlikelihood of TPTB allowing such a measure to come to a vote, would you have voted for the tax?  As for me, perhaps yes, $10 million seems about right, given the time and effort needed, plus a risk premium of a few hundred percent.

Now suppose the offer had been for $100 BILLION (1011) rather than $10 million.  I don't know about you, but I would draw the line well below that figure.

The example is not analogous to rewards earned through voluntary transactions. Taxation involves coercing those who disagree with a particular proposal into accepting it and contributing funds towards the project. In the case of bitcoin, or any other project/venture where participation is non-mandatory, those that invest see a benefit for themselves in doing so.

I maintain the analogy is relevant.  In the example, I did not ask whether you would pay the tax but whether you would have voted for it.  We are now voting on how much to reward Bitcoin pioneers by valuing BTC.

Apart from that, I agree with your comment.  If Bitcoin and the 2009 chain "offer the best return" for something, rational people will use it for that thing.  If something else offers better return, we will switch.
435  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 31, 2011, 01:54:18 PM
Suppose in 2008, in the middle of the credit crunch and bailout talk, an anonymous crypto expert had publicly offered to cure several of the world's monetary problems with a new currency much like Bitcoin.

Suppose, however, that he/she/they had made this offer contingent on a promise to pay US$10 million in tax money if the plan were to succeed.  Leaving aside the unlikelihood of TPTB allowing such a measure to come to a vote, would you have voted for the tax?  As for me, perhaps yes, $10 million seems about right, given the time and effort needed, plus a risk premium of a few hundred percent.

Now suppose the offer had been for $100 BILLION (1011) rather than $10 million.  I don't know about you, but I would draw the line well below that figure.


This is a perfect example of why central planning by 'experts' doesn't work better than the market.

$100 Billion to fix the meltdown of 2008 would have been a screaming bargain which any number of countries would have been wise to take up.  The U.S. sunk a hundred billion into AIG alone.

Granted.  But putting money into Bitcoin will not recover those dollars.  The interesting question, to me, is how much the market will value BTC versus a hypothetical, similar, fledgling competitor with lower seigniorage (higher minimum difficulty).  I am considering working on changes to the software that would support creating such a competing currency (or more than one).

Quote
And you would have turned down such an offer?  Why?

Bearing in mind my caveat about TPTB, in a hypothetical, plutocrat-free world, even $100bn would have been outrageous.  If someone has been flogging me daily, would you berate me for not showing appreciation on the day he merely slaps me?
436  Bitcoin / Bitcoin Discussion / Re: [RFC] Our next denomination: UBC on: May 31, 2011, 01:34:00 PM

It's obsolete since 1979, though. Are codes never reused?

I don't know, maybe.  If bonds are denominated in it, they may still be outstanding.  And I'm sure lots of programs, on seeing "XBC", will display "European Unit of Account 9" to the user, which could be a real head-scratcher if the intent was bitcoin.

Quote
XBT is free.

+1
437  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 30, 2011, 09:05:48 PM
It's a 30 minute technical job. It's an impossible economic one.

Let's just say I advocate spending 30 minutes to test your hypothesis.

Obviously, the similarity to BTC would make porting BTC-related infrastructure fairly easy.  I doubt many serious merchants accept only BTC currently.  They added BTC to their list of supported currencies, so adding BC2 won't be any harder.  It will be much easier.  As soon as a few do it, people will see it and wonder what BC2 is.  They will find a website and learn about the similarities and key difference.  They will add some BC2 to their wallet and devote a portion of their mining power to it or inquire about it to their pool operators.

Creating a BTC-BC2 exchange seems like an afternoon's work, if MtGox doesn't beat me to it (or my lawyer talks me out of it).

Thanks
-John
438  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 30, 2011, 08:40:46 PM
@Littleshop @Vladimir @FreeMoney,

Thank you for your comments.  Actually, I believe I have a handle on the challenges to the proposed project.  Had Satoshi and the early team sought funding in the venture capital market, I doubt anyone would have given them the time of day.  New chain advocates are in a similar position, though I don't see it as requiring nearly as much development (or marketing) work as has gone into Bitcoin.  Maybe 10% as much of each.  Not a trivial amount, nor a prohibitive one.

No, I would not expect to make "a super easy million bucks".  I would hope and expect (eventually) to found a stronger currency using mostly existing tools, just as Satoshi and the rest built on OpenSSL, TCP/IP, and C++ in addition to Satoshi's insight.  Notice that I said initial difficulty should be on the order of 5% of the BTC chain's as of when the new chain starts.  Part of the project involves miner buy-in, as I described in the linked thread.

I would expect a new chain to remain a junior cousin to 2009/Nakamoto for several months to years until a critical mass of users saw its key advantage.  And, very likely, it would be surpassed by something else started by someone else building on my/our work.  Very likely, nothing would unseat BTC, but a good effort will cement BTC's position and thus advance the community's purported goals.  This would make for a nice consolation prize, in my opinion.

In case it's not clear, I do not advocate a "chain fork" in the sense of a second chain rooted in Satoshi's genesis block but diverging from BTC at some block N.  I am talking about a new genesis block with Block N's hash in its coinbase script as a timestamp, nothing more.  I would survey interested parties for truly compelling changes (Vladimir listed some candidates) but would tend toward conservatism under the theory, "Why mess with success?"
439  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 30, 2011, 07:03:43 PM
unk, noted, thank you.
440  Bitcoin / Bitcoin Discussion / Re: Early speculators' reward on: May 30, 2011, 07:02:58 PM
But if it is just str8 fork with the only difference being a new set of early adopters, than I am very sceptical. As a str8 fork I would prefer inflatacoin created. At least we will be able to send all the inflation lovers there  Grin

The design I have in mind would facilitate creation of chains with different policies.  Of course, there is some advantage to reusability of infrastructure if the policies are similar.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!