diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) | ||