From c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 7 Apr 2021 01:08:31 +0300 Subject: Initial commit --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..76292d2 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# TODO +## Proof-of-work +- [ ] pick a block proposal scheme (= pick hash function) [list of hash functions](https://en.bitcoinwiki.org/wiki/List_of_hash_functions) +- [ ] check the nonce for incoming blocks + +## Authentication +- [ ] pick a user authentication scheme + - [ ] implement it + +- [ ] Switch to RwLock (parking_lot) -- cgit v1.2.3-70-g09d2