Author

Topic: A little suggestion for these new coins. READ THIS! (Read 381 times)

legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
better advise,

don't make any more clone coins, make something new or forget it.  The last wave of clones was enough for the next 50 years. Only new innovation should be rewarded with mining.

Agreed.

I just find it funny every time I open up one of these clones the magic bits are the same as what ever they cloned.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
better advise,

don't make any more clone coins, make something new or forget it.  The last wave of clones was enough for the next 50 years. Only new innovation should be rewarded with mining.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Everyone is a coin dev. these days.

But you're still doing it wrong.

If you aren't changing the message starting string, don't even compile your coin.

When ever you make a new coin in this example a Litecoin clone, open up main.cpp and search for pchmessagestart and you will find this:

Code:
unsigned char pchMessageStart[4] = { 0xfb, 0xc0, 0xb6, 0xdb }; // Litecoin: increase each by adding 2 to bitcoin's value.

CHANGE THE LAST TWO HEX BITS ON EACH AFTER 0x OR YOUR COIN WILL SUCK ASS AND FORK WITH OTHER COINS!

Make sure they don't match up with another coin.

Have a good day.

Thank me later.
Jump to: