Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: joehop67 on May 20, 2013, 11:42:23 PM



Title: I need help.
Post by: joehop67 on May 20, 2013, 11:42:23 PM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?


Title: Re: I need help.
Post by: shakezula on May 20, 2013, 11:52:28 PM
Doesn't sound like you changed your coin enough. Sound like its synched an existing blockchain...I think GME had that happen.


Title: Re: I need help.
Post by: Hydroponica on May 20, 2013, 11:57:45 PM
Probably need to use a different port?


Title: Re: I need help.
Post by: joehop67 on May 20, 2013, 11:58:03 PM
Doesn't sound like you changed your coin enough. Sound like its synched an existing blockchain...I think GME had that happen.

Well I changed the irc channel and the ports. Plus I cannot connect to anybody unless I am running the program myself. Could it really be that? What could I do to fix this if this is what happened?


Title: Re: I need help.
Post by: joehop67 on May 20, 2013, 11:59:43 PM
Probably need to use a different port?

My port is already pretty high... it is 10263. Do any other coins use that?


Title: Re: I need help.
Post by: tom_o on May 21, 2013, 12:30:13 AM
Probably need to use a different port?

My port is already pretty high... it is 10263. Do any other coins use that?

Your coin is trying to tell you that you've copied too much code. Do something original and it will work fine.


Title: Re: I need help.
Post by: joehop67 on May 21, 2013, 02:17:56 AM
Probably need to use a different port?

My port is already pretty high... it is 10263. Do any other coins use that?

Your coin is trying to tell you that you've copied too much code. Do something original and it will work fine.

I'm just trying to make my own personal currency. Just something to mess around with. Play with the code a little. Something for me and my friends to play with and work with. Just something simple... Something fun.


Title: Re: I need help.
Post by: joehop67 on May 21, 2013, 03:45:32 AM
Doesn't sound like you changed your coin enough. Sound like its synched an existing blockchain...I think GME had that happen.

Well I changed the irc channel and the ports. Plus I cannot connect to anybody unless I am running the program myself. Could it really be that? What could I do to fix this if this is what happened?

Okay so if I have changed the port and changed the IRC what else could possibly be causing this to happen? A problem with the genesis block? An error in the code maybe?


Title: Re: I need help.
Post by: teamnigel on May 21, 2013, 03:48:03 AM
You'll need a new genesis block. That's what happened with GameCoin actually, it had the same genesis block as FTC, so someone just took the FTC chain and added it to the GameCoin chain (not sure how, sorry).


Title: Re: I need help.
Post by: joehop67 on May 21, 2013, 03:49:55 AM
You'll need a new genesis block. That's what happened with GameCoin actually, it had the same genesis block as FTC, so someone just took the FTC chain and added it to the GameCoin chain (not sure how, sorry).

Really? I didn't even know this was possible. I just used the built in genesis block generator in smallchange. Anyway no need to be sorry, any help is very welcomed Thanks!!!


Title: Re: I need help.
Post by: joehop67 on May 22, 2013, 10:51:15 PM
Could it possibly be because I have the same checkpoints as the original smallchange (except for the 0 value one)?


Title: Re: I need help.
Post by: TheSwede75 on May 22, 2013, 10:57:42 PM
Probably need to use a different port?

My port is already pretty high... it is 10263. Do any other coins use that?

Your coin is trying to tell you that you've copied too much code. Do something original and it will work fine.

I'm just trying to make my own personal currency. Just something to mess around with. Play with the code a little. Something for me and my friends to play with and work with. Just something simple... Something fun.

Let's remember this ^^^^^ when he launches 'derpcoin' in 24 hours :)


Title: Re: I need help.
Post by: FrenchFriesKetchup on May 22, 2013, 11:14:20 PM
As far as i know CNC uses the genesis block of FTC and FTC uses the genesis block of LTC. So think about that for a second.

In the meantime: there are two ports a rpc and a p2p port. Are you sure you changed both?

Another genesis block would ultimately solve this problem. But with the old p2p port (and the old dns and ip seeds) your blockchain would be blown up by orphaned blocks of the originial coin.


Title: Re: I need help.
Post by: joehop67 on May 22, 2013, 11:19:36 PM
As far as i know CNC uses the genesis block of FTC and FTC uses the genesis block of LTC. So think about that for a second.

In the meantime: there are two ports a rpc and a p2p port. Are you sure you changed both?

Another genesis block would ultimately solve this problem. But with the old p2p port (and the old dns and ip seeds) your blockchain would be blown up by orphaned blocks of the originial coin.

I never managed to mine any blocks because I got the 70000 blocks immediately after starting the program. I changed the port in rpc which appears twice but I wasn't aware of the p2p ports. Does this have to be related to the original port like the testnet is +10000 and the rpc port is +1? 


Title: Re: I need help.
Post by: joehop67 on May 23, 2013, 11:53:15 PM
Okay so I almost had it working. I think it might have been because I left the other checkpoints on there. So now its still telling me that I have to "catch up" though. Its also telling me that the last block downloaded was generated 32 days ago... that's impossible because the last block I made was 3 days ago. So I set up the new genesis block and I edited the checkpoints but it is still telling me that I need to catch up. What else is there to do?


Title: Re: I need help.
Post by: MrWizard on May 24, 2013, 12:03:17 AM
Okay so I almost had it working. I think it might have been because I left the other checkpoints on there. So now its still telling me that I have to "catch up" though. Its also telling me that the last block downloaded was generated 32 days ago... that's impossible because the last block I made was 3 days ago. So I set up the new genesis block and I edited the checkpoints but it is still telling me that I need to catch up. What else is there to do?
Have you tried deleting the block chain, changing the genesis block string, and generating a new genesis block?  You don't need checkpoints on a new block chain.


Title: Re: I need help.
Post by: joehop67 on May 24, 2013, 12:24:53 AM
Okay so I almost had it working. I think it might have been because I left the other checkpoints on there. So now its still telling me that I have to "catch up" though. Its also telling me that the last block downloaded was generated 32 days ago... that's impossible because the last block I made was 3 days ago. So I set up the new genesis block and I edited the checkpoints but it is still telling me that I need to catch up. What else is there to do?
Have you tried deleting the block chain, changing the genesis block string, and generating a new genesis block?  You don't need checkpoints on a new block chain.

I generating a new genesis block so that should be fine. Deleting the block chain just consists of deleting the blk######.dat files correct?


Title: Re: I need help.
Post by: MrWizard on May 24, 2013, 12:27:14 AM
Okay so I almost had it working. I think it might have been because I left the other checkpoints on there. So now its still telling me that I have to "catch up" though. Its also telling me that the last block downloaded was generated 32 days ago... that's impossible because the last block I made was 3 days ago. So I set up the new genesis block and I edited the checkpoints but it is still telling me that I need to catch up. What else is there to do?
Have you tried deleting the block chain, changing the genesis block string, and generating a new genesis block?  You don't need checkpoints on a new block chain.

I generating a new genesis block so that should be fine. Deleting the block chain just consists of deleting the blk######.dat files correct?
When you say you generated a new block chain, did you create it from  a new genesis string?  This is a key point I need to understand.


Title: Re: I need help.
Post by: joehop67 on May 24, 2013, 12:48:54 AM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?

What you did most likely is kept the same ports, irc channels, dns seeds and genesis block of another coin.  Which coin source did you download?  If this is the case, I think you need no offense to hang it up.

I will create a coin to your specs for 5 BTC  8)

I don't have 5 btc lol. But I cloned the smallchange source, generated a new genesis block, changed the ports, and changed the irc channels. So that isn't the problem. But may I ask, what are DNS seeds? I may have changed all the other stuff that is necessary to be changed but I haven't seen anybody mention DNS seeds.


Title: Re: I need help.
Post by: nocoin on May 24, 2013, 01:00:36 AM
Doesn't sound like you changed your coin enough. Sound like its synched an existing blockchain...I think GME had that happen.

Well I changed the irc channel and the ports. Plus I cannot connect to anybody unless I am running the program myself. Could it really be that? What could I do to fix this if this is what happened?

Okay so if I have changed the port and changed the IRC what else could possibly be causing this to happen? A problem with the genesis block? An error in the code maybe?
Lol, just changing the port doesn't makes new coin. You must at least change magic number aka pchMessageStart.


Title: Re: I need help.
Post by: joehop67 on May 24, 2013, 01:54:21 AM
Doesn't sound like you changed your coin enough. Sound like its synched an existing blockchain...I think GME had that happen.

Well I changed the irc channel and the ports. Plus I cannot connect to anybody unless I am running the program myself. Could it really be that? What could I do to fix this if this is what happened?

Okay so if I have changed the port and changed the IRC what else could possibly be causing this to happen? A problem with the genesis block? An error in the code maybe?
Lol, just changing the port doesn't makes new coin. You must at least change magic number aka pchMessageStart.

I did change the "magic numbers".


Title: Re: I need help.
Post by: c4n10 on May 24, 2013, 03:03:48 AM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?

You created and hashed your own genesis block...?


Title: Re: I need help.
Post by: tamehuang on May 24, 2013, 03:43:54 AM
don't release altcoin any more.. please ;) ;)


Title: Re: I need help.
Post by: joehop67 on May 24, 2013, 04:42:32 AM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?

You created and hashed your own genesis block...?

Yes


Title: Re: I need help.
Post by: joehop67 on May 24, 2013, 05:40:04 PM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?

You created and hashed your own genesis block...?

Yes

Why??


Title: Re: I need help.
Post by: tom_o on May 24, 2013, 06:17:56 PM
Okay so I made my own altcoin and ran it in 4 different VM's. Now it is telling me that I have 70000 per-existing blocks on the network... a network that until recently has not existed. Why is this happening? and How can it be fixed?

You created and hashed your own genesis block...?

Yes

Why??

If you ain't competent enough to make this work you shouldn't be releasing a coin. Go back and read the whitepapers again a few more times till you can work out what's wrong. We ain't just gonna spoonfeed you just so that you can dilute the alts and clutter the altcoin forum any more.