Hi,
As discussed with Zack, i cloned PPCoin, as this has the cleanest code (and the most recent changes i guess).
I added the following parameters:
- 66 800 000 000 Coins will be premined in the first block
- 100 000 000 000 Max, which as the POS interest will grow the premine
- 0.01 TX fee
- 1.2% anual interest
- 30s block target
- retarget every 60s
- Addresses in the new chain should start now with "A"
- Ports: 77331 (RPC 77332) | Testnet 77333 (RPC 77334)
The problem is i can't build the androidtokend on my machine to generate the merkel hash and genesis block and test the parameters (As my Mac OSx compiler has problems with some libraries). Therefore someone else needs to build and generate the genesis block.
All parameters should be tested before we do any swap. means we need to let it run for a few days and see if the fee and stake parameters are correct.We probably also need a checkpoint server and seed node servers.
What have no to be done1. Compile and generate Merkel Hash (run test net?)
2. Add the Merkel hash to the code an recompile (src/main.ccp: 2287)
3. Add the genesis block to the code (src/main.h:56) and add the block.time and block.nNonce (src/main.cpp:2273)
This is a short summary of this tutorial:
http://web.archive.org/web/20131218053816/http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide&Please read it carefully, as i couldn't test the process!REPO:
https://github.com/frozeman/AndroidToken-reloadedPlease clone my repo on github, so we can merge it back then.
Disclaimer: Im pretty new to coin coding, i'm a javascript developer, so there is no guarantee whether this code. I did my best to configure the PPCoin code so it fits our needs.