neobytes/TODO.md
2014-11-27 18:09:11 +01:00

897 B

Porting Bitcoin 0.9.3 to Darkcoin

Staging tree for Darkcoin-0.9.3.

DONE:

  • Strings in config, path and pid (~/.bitcoin --> ~/.darkcoin)

MUST-HAVE:

  • Ports for communication and RPC (8333 --> 9999; 8332 --> 9998)
  • Version numbers, protocol version, wallet version (compatible with DRK network)
  • Adress versions (Public keys, Multisig keys)
  • Adjust algorithm (SHA256 --> X11)
  • Adjust difficulty/subsidity (KGW, DGW based on blockheight)
  • Change genesisblockhash and timestamp
  • Add darkcoin seednodes
  • Add masternode payment checks a.k.a. enforcement (based on blockheight)
  • Remove bitcoin dead weight (SHA256, hardcoded keys, nodes)

OPTIONAL:

  • All the above for Testnet
  • Update strings and wallet layout/branding
  • Include Evan's public key for msg signing
  • Darksend, Instant Transactions, Atomic Transfers, etc. pp.