diff options
author | Yigit Sever | 2021-04-07 01:08:31 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-07 01:08:31 +0300 |
commit | c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc (patch) | |
tree | 43345c12a7caf4c94532a7b54638e756af10b3af /TODO.md | |
download | gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.gz gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.tar.bz2 gradecoin-c3ba5ad5ebe1d5bb28ed0a340af93e8547b1c5bc.zip |
Initial commit
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) | ||