From 0f1d25b409693490ce3f4b4c17d4194195a249ac Mon Sep 17 00:00:00 2001 From: vertoe Date: Thu, 27 Nov 2014 14:26:22 +0100 Subject: [PATCH] Compile a list of TODOs --- TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..71b0d774c --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +Porting Bitcoin 0.9.3 to Darkcoin +================================= + +Staging tree for Darkcoin-0.9.3. + + +MUST-HAVE: +---------- + +- Strings in config path (.bitcoin --> .darkcoin) +- 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 (KGW, DGW based on blockheight) +- Add masternode payment checks a.k.a. enforcement (based on blockheight) + + +OPTIONAL: +--------- + +- All the above for Testnet +- Darksend, Instant Transactions, Atomic Transfers, etc. pp.