Also know as collectors vintage bitcoins. This is a crazy idea with no redeeming social value. BitCoin is valuable only because people expect it to be valuable in the future. I am sure there is BitCoin bubble, but it wouldn’t be that strange for for something useless to be valuable. Cancelled stamps may be valuable. Old coins have numismatic value. Old coins hmmm … pity BitCoins are just numbers uh first recorded on a given date … hmmm OK so I want to invent the Vintage BitCoin blockchain. The idea is that it is a subset of the BitCoin blockchain with only BitCoin awarded to miners before 2011. It would not be very hard to create this. It is important that it remain a subset of the bitcoin blockchain so updated with edited down bitcoin blocks. OK
Topics:
Robert Waldmann considers the following as important: US/Global Economics
This could be interesting, too:
Bill Haskell writes Opinion Piece “China’s One-Child Economic Disaster”
Angry Bear writes What Happens When Corporate Places Greater Emphasis on Stock Buybacks Rather than Quality?
Angry Bear writes Why electric cars of the future might be smaller, safer, and fewer
Angry Bear writes Topping up as part of an integrated neighborhood approach
Also know as collectors vintage bitcoins.
This is a crazy idea with no redeeming social value.
BitCoin is valuable only because people expect it to be valuable in the future. I am sure there is BitCoin bubble, but it wouldn’t be that strange for for something useless to be valuable. Cancelled stamps may be valuable. Old coins have numismatic value. Old coins hmmm … pity BitCoins are just numbers uh first recorded on a given date … hmmm
OK so I want to invent the Vintage BitCoin blockchain. The idea is that it is a subset of the BitCoin blockchain with only BitCoin awarded to miners before 2011. It would not be very hard to create this.
It is important that it remain a subset of the bitcoin blockchain so updated with edited down bitcoin blocks.
OK before going on here is the Bitcoin wiki (which is pretty much all I know).
To be even briefer, Bitcoin is just the bitcoin ledger, that is, a record of all bitcoin transactions. Each transaction has a payer, receivers and a number (an amount of bitcoin). Bitcoin is a quantity a measure — there aren’t identifiable bitcoins with serial numbers. In a valid bitcoin transaction the payer lists as “input” the transactionw by which he or she got the amount of bitcoin. These must not have been used as input before (you can’t spend the same bitcoint twice). A proposed transaction is sent out over the web and joins the pool of proposed (but not yet validated) transactions.
Bitcoint “miners” check transactions and form blocks of valid transactions. Then they do pointless math which is there just to slow down the creating of bitcoin blocks. The pointless math is that a block must be an approximate root of the bitcoin hash function which I will call F. I have to define a function G such that G(a,b) = F(a+b).
The block is a bunch of ones and zeros. the N+1st block starts with G(the Nth block) (this is important). then there are the valid transactions which were in the pool of proposed transactions. They are described with text and numbers, but it is all 0s and 1s on the web. The miner then claims a reward, so the block includes her identifier and the statement “receives 12.5 bitcoin”. So far the block is a huge number which I will call x. Then there is the “nonce” y which is any number such F(x+y)