Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Chick on June 23, 2011, 06:52:11 AM



Title: How do you edit the # of Bitcoins you have?
Post by: Chick on June 23, 2011, 06:52:11 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: imperi on June 23, 2011, 06:57:09 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.

You could make it so you click a button that generates two hashes that are 0xABCDEF0123456xxxxx where the X's can be any number. Then in the client you say "If hash is in that range, then the proof of work is good" or something. So it mines two blocks at the same time. There, done. Submit a pull request and you are all set.

Since it is open source, you can literally make the client any way you want, and nobody can stop you. Other people would like to have free Bitcoins too so this would be a very popular feature.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: Yatta99 on June 23, 2011, 06:57:57 AM
There is another way, nay, an even BETTER way to alter the number if bitcoins that you have; Just send all your lonely ones to the address listed below. I promise that they will be well taken care of AND you will have succeeded in altering your bitcoin number  ;)


Title: Re: How do you edit the # of Bitcoins you have?
Post by: imperi on June 23, 2011, 06:58:56 AM
There is another way, nay, an even BETTER way to alter the number if bitcoins that you have; Just send all your lonely ones to the address listed below. I promise that they will be well taken care of AND you will have succeeded in altering your bitcoin number  ;)

He wants to INCREASE his coin number.

Learn to read.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: Chick on June 23, 2011, 07:00:58 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.

You could make it so you click a button that generates two hashes that are 0xABCDEF0123456xxxxx where the X's can be any number. Then in the client you say "If hash is in that range, then the proof of work is good" or something. So it mines two blocks at the same time. There, done. Submit a pull request and you are all set.

Since it is open source, you can literally make the client any way you want, and nobody can stop you. Other people would like to have free Bitcoins too so this would be a very popular feature.

How about a 'reserved-block' feature? Everytime someone solves a block, the reward goes to the user! It would be much more user friendly as the user won't even have to press a button!


Title: Re: How do you edit the # of Bitcoins you have?
Post by: imperi on June 23, 2011, 07:04:43 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.

You could make it so you click a button that generates two hashes that are 0xABCDEF0123456xxxxx where the X's can be any number. Then in the client you say "If hash is in that range, then the proof of work is good" or something. So it mines two blocks at the same time. There, done. Submit a pull request and you are all set.

Since it is open source, you can literally make the client any way you want, and nobody can stop you. Other people would like to have free Bitcoins too so this would be a very popular feature.

How about a 'reserved-block' feature? Everytime someone solves a block, the reward goes to the user! It would be much more user friendly as the user won't even have to press a button!

That's even easier to implement... just say if (block number % 100 == 0) {sendblock_FAST(reserved_addr);} . This way you get every 100 blocks!! By the way, "%" stands for "MODULUS" which is short for "DIVISION" with a remainder. These are mathematical concepts anyways, kinda difficult.

Also it needs no UI and can be hidden. If some people don't like it, they can have a few reserved addresses. Gavin can have 3 because he wrote more code so he probably deserves more blocks.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: Chick on June 23, 2011, 07:06:15 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.

You could make it so you click a button that generates two hashes that are 0xABCDEF0123456xxxxx where the X's can be any number. Then in the client you say "If hash is in that range, then the proof of work is good" or something. So it mines two blocks at the same time. There, done. Submit a pull request and you are all set.

Since it is open source, you can literally make the client any way you want, and nobody can stop you. Other people would like to have free Bitcoins too so this would be a very popular feature.

How about a 'reserved-block' feature? Everytime someone solves a block, the reward goes to the user! It would be much more user friendly as the user won't even have to press a button!

That's even easier to implement... just say if (block number % 100 == 0) {sendblock_FAST(reserved_addr);} . This way you get every 100 blocks!! By the way, "%" stands for "MODULUS" which is short for "DIVISION" with a remainder. These are mathematical concepts anyways, kinda difficult.

Also it needs no UI and can be hidden. If some people don't like it, they can have a few reserved addresses. Gavin can have 3 because he wrote more code so he probably deserves more blocks.

I think we should have a version for trolls, that way, they'll be satisfied looking at 'division by zero' errors.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: Vladimir on June 23, 2011, 08:20:57 AM
The Bitcoin client is open source, so shouldn't there be a way to edit the # of Bitcoins you have? I have a plan to make millions doing this.

I want to implement a "Give Me 100 Bitcoins" button, because the difficulty of mining have been getting really high lately and I just wanted to make some quick cash.

Just use notepad or vi to edit your wallet.dat . Add a few zeroes in the right place... Simple really. That's what I do when I need more bitcoins.


Title: Re: How do you edit the # of Bitcoins you have?
Post by: triforcelink on June 23, 2011, 08:51:55 AM
BITCOIN HAS BEEN HACKED?!! OH NOS! everybody stop mining and sell EVERYTHING!


Title: Re: How do you edit the # of Bitcoins you have?
Post by: aeroSpike on June 23, 2011, 09:00:32 AM
What about creating a new block chain for impatient users? ;D


Title: Re: How do you edit the # of Bitcoins you have?
Post by: Meni Rosenfeld on June 23, 2011, 09:33:36 AM
What about creating a new block chain for impatient users? ;D
Oh, we have that. -testnet . Makes mining so much easier :).


Title: Re: How do you edit the # of Bitcoins you have?
Post by: indicasteve on June 23, 2011, 11:09:24 AM
You can put your wallet.dat file on a CD then photocopy it on a laser printer.  BUT, you must make sure sure you don't loose the wallet on the original CD so put it in the microwave first for ~60 seconds to bake it in real good before you copy it.