Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: mistercoin on July 19, 2013, 02:22:01 AM



Title: What would happen if..?
Post by: mistercoin on July 19, 2013, 02:22:01 AM
Hey guys. Was wondering. What would happen if one were to remove the genesis block and checkpoints from sayyy, bitcoins source. Recompile it with a genesis block of another sha-256 or scrypt coin, and use it on their own systems? Would they start their own blockchain? Or if they were to go in and change values, then recompile and use. What would happen?


Title: Re: What would happen if..?
Post by: FiiNALiZE on July 19, 2013, 02:23:22 AM
The apocalypse would start and the world will blow up


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 02:26:47 AM
The apocalypse would start and the world will blow up

:( I knew someone wouldnt be able to answerr it properly :cryfacehard:


Title: Re: What would happen if..?
Post by: FiiNALiZE on July 19, 2013, 02:29:18 AM
The apocalypse would start and the world will blow up

:( I knew someone wouldnt be able to answerr it properly :cryfacehard:

If you want to make a copy of Bitcoin, just clone it's source.

Yes, you can start your own private blockchain with whatever properties you want.

You can have the difficulty at 0.01 with 1,000 coins per block.


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 02:45:26 AM
The apocalypse would start and the world will blow up

:( I knew someone wouldnt be able to answerr it properly :cryfacehard:

If you want to make a copy of Bitcoin, just clone it's source.

Yes, you can start your own private blockchain with whatever properties you want.

You can have the difficulty at 0.01 with 1,000 coins per block.

So if I copied its source, and changed proerties it would work? What about the genesis block. WOuldnt it just sync with the rest if the genesis block were the same?


Title: Re: What would happen if..?
Post by: ilovealtcoins on July 19, 2013, 02:53:36 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 02:55:38 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(


Title: Re: What would happen if..?
Post by: ilovealtcoins on July 19, 2013, 02:58:02 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 02:59:44 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.

Oh? I never knew there was a script (not scrypt) for generating a gen block. You think you could link me up? I would really appreciate it.


Edit: Nvm brother, found it. Ill give it a shot and let you know how it goes :)


Title: Re: What would happen if..?
Post by: cp1 on July 19, 2013, 03:01:02 AM
You could always just use testnet.


Title: Re: What would happen if..?
Post by: ilovealtcoins on July 19, 2013, 03:06:50 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.

Oh? I never knew there was a script (not scrypt) for generating a gen block. You think you could link me up? I would really appreciate it.


Edit: Nvm brother, found it. Ill give it a shot and let you know how it goes :)

I should really keep this thread open... I just went on a goose chase trying to find it... :P ... Good luck!!! I have been thinking about make a SHA coin myself.


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 03:47:05 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.

Oh? I never knew there was a script (not scrypt) for generating a gen block. You think you could link me up? I would really appreciate it.


Edit: Nvm brother, found it. Ill give it a shot and let you know how it goes :)

I should really keep this thread open... I just went on a goose chase trying to find it... :P ... Good luck!!! I have been thinking about make a SHA coin myself.

Well heres my progress so far:

-Took "Bytecoin" erased all the merkle hashes and instances of the genesis block and epoch time. Left everything else the same including ports and name.
-Tried deleting the checkpoints out of checkpoints.cpp but got errors when I try to compile. So I replaced the checkpoints to original, and now in the process of recompiling. Will post my results in a few.


Edit: Just thought too, if this works, we could easily rename/relaunch bitcoins 1:1 copy as Bytecvoin never really got the love it should have.


Title: Re: What would happen if..?
Post by: ilovealtcoins on July 19, 2013, 03:49:09 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.

Oh? I never knew there was a script (not scrypt) for generating a gen block. You think you could link me up? I would really appreciate it.


Edit: Nvm brother, found it. Ill give it a shot and let you know how it goes :)

I should really keep this thread open... I just went on a goose chase trying to find it... :P ... Good luck!!! I have been thinking about make a SHA coin myself.

Well heres my progress so far:

-Took "Bytecoin" erased all the merkle hashes and instances of the genesis block and epoch time. Left everything else the same including ports and name.
-Tried deleting the checkpoints out of checkpoints.cpp but got errors when I try to compile. So I replaced the checkpoints to original, and now in the process of recompiling. Will post my results in a few.


Edit: Just thought too, if this works, we could easily rename/relaunch bitcoins 1:1 copy as Bytecvoin never really got the love it should have.

Try deleting all the checkpoints except the first and change that checkpoints hash to "0x" and leave it blank.

keep up posted!!!


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 03:50:25 AM
I don't think that would work... If you kept all the other checkpoints the same it for sure wouldn't.

Because every block contains value from the last block your genesis block wouldn't be compatible with the rest of the chain.

I really would appreciate some input guys. Im sick of studying scrypt and need a sha-256 i can work on between my 2 servers and test on :(

Well... I would suggest that you clone the Bitcoin source and read Shakezula's guide on creating a scrypt coin because a lot of the values are the same... One of the only different things is generating a Genesis block but there is a python script that can do that. You just input the merkle root you generated before.

Oh? I never knew there was a script (not scrypt) for generating a gen block. You think you could link me up? I would really appreciate it.


Edit: Nvm brother, found it. Ill give it a shot and let you know how it goes :)

I should really keep this thread open... I just went on a goose chase trying to find it... :P ... Good luck!!! I have been thinking about make a SHA coin myself.

Well heres my progress so far:

-Took "Bytecoin" erased all the merkle hashes and instances of the genesis block and epoch time. Left everything else the same including ports and name.
-Tried deleting the checkpoints out of checkpoints.cpp but got errors when I try to compile. So I replaced the checkpoints to original, and now in the process of recompiling. Will post my results in a few.


Edit: Just thought too, if this works, we could easily rename/relaunch bitcoins 1:1 copy as Bytecvoin never really got the love it should have.

Try deleting all the checkpoints except the first and change that checkpoints hash to "0x" and leave it blank.

keep up posted!!!

Never thought of that. Will change and recompile :)


Title: Re: What would happen if..?
Post by: mistercoin on July 19, 2013, 03:58:02 AM
Think im on to something man. I didn't know you were the creator of Nucoin. Pm me bro :)