Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: hansss on February 16, 2018, 10:03:24 PM



Title: AltCoin Fork - Neoscrypt, Bad Mining Address
Post by: hansss on February 16, 2018, 10:03:24 PM
Hi Dev - Community,

guess just a simple question - I forked one of the neoscrypt altcoins based on dash. To start simple, I created a new genesis via nasa8x/genesis-block. Worked fine and the daemon and qt are starting - now its time to start mining the first block. Because solo mining is not possible I started a pool via yiimp.

When now start mining, I always get the error: Neoscrypt, Bad Mining Address ... with the build of the altcoin at yiimp its working, so I guess its a problem of my change. The following fields I have modified:

- const CScript genesisOutputScript = CScript() << ParseHex("....")
- genesis = CreateGenesisBlock( ...)
- assert(consensus.hashGenesisBlock == uint256S(" ... "));
- assert(genesis.hashMerkleRoot == uint256S(" ... "));

What else is needed to have it running / get the first block mined ...

Thank you - Hanssss