Author

Topic: How does one create an altcoin? (Read 432 times)

legendary
Activity: 1288
Merit: 1012
January 13, 2015, 09:16:00 AM
#6
Hello all. I'm looking to make a very simple SHA coin called TestCoin (for miner testing, etc.). How exactly would I go about this? I would prefer NOT to use a service like CoinCreator if possible.

Thanks,
HD
Read the guide here http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide
Understand it and make your own coin.(The guide is for Scrypt coin but i'll work for SHA coin too)
sr. member
Activity: 280
Merit: 250
January 13, 2015, 08:32:27 AM
#5
Hello all. I'm looking to make a very simple SHA coin called TestCoin (for miner testing, etc.). How exactly would I go about this? I would prefer NOT to use a service like CoinCreator if possible.

Thanks,
HD

this is pretty much it: https://bitcointalksearch.org/topic/complete-guide-on-how-to-create-a-new-alt-coin-225690

then some find/replace:

find /root/newcoin/ -name "*" | xargs perl -pi -e 's/oldcoin/newcoin/g'

create new genesis block. go to town. rinse repeat.
newbie
Activity: 3
Merit: 0
January 13, 2015, 02:02:02 AM
#4
Does seem to be lots of preminie going on, but not all altcoins have this issue  Cool
sr. member
Activity: 420
Merit: 250
January 13, 2015, 01:59:25 AM
#3
Hello all. I'm looking to make a very simple SHA coin called TestCoin (for miner testing, etc.). How exactly would I go about this? I would prefer NOT to use a service like CoinCreator if possible.

Thanks,
HD
Copy+Paste=Graduate
sr. member
Activity: 420
Merit: 250
January 13, 2015, 01:52:21 AM
#2
Do what every other coin 'dev' does and copy the source code of another coin then change a few parameters, make sure you call it innovative and premine half the total coin supply.
newbie
Activity: 19
Merit: 0
January 13, 2015, 01:17:27 AM
#1
Hello all. I'm looking to make a very simple SHA coin called TestCoin (for miner testing, etc.). How exactly would I go about this? I would prefer NOT to use a service like CoinCreator if possible.

Thanks,
HD
Jump to: