summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Implement multithreading for example minerYigit Sever2021-04-141-15/+48
|
* implement user authentication using jwtalpaylan2021-04-121-3/+1
|
* six rightmost zeros for miningalpaylan2021-04-121-2/+2
|
* Implement proof-of-workYigit Sever2021-04-121-0/+35
Using blacke2s: https://docs.rs/blake2/0.9.1/blake2/ Using this guy's hash checker https://gist.github.com/gkbrk/2e4835e3a17b3fb6e1e7 blacke2s with 5 bits 0 can mine a block between 20 seconds to 359 during my tests, hope it'll be fun