aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
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)