summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-07 01:08:31 +0300
committerYigit Sever2021-04-07 01:08:31 +0300
commitc3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc (patch)
tree43345c12a7caf4c94532a7b54638e756af10b3af /TODO.md
downloadgradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.gz
gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.bz2
gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.zip
Initial commit
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..76292d2
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,10 @@
1# TODO
2## Proof-of-work
3- [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions)
4- [ ] check the nonce for incoming blocks
5
6## Authentication
7- [ ] pick a user authentication scheme
8 - [ ] implement it
9
10- [ ] Switch to RwLock (parking_lot)