Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement multithreading for example miner | Yigit Sever | 2021-04-14 | 1 | -15/+48 |
| | |||||
* | implement user authentication using jwt | alpaylan | 2021-04-12 | 1 | -3/+1 |
| | |||||
* | six rightmost zeros for mining | alpaylan | 2021-04-12 | 1 | -2/+2 |
| | |||||
* | Implement proof-of-work | Yigit Sever | 2021-04-12 | 1 | -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 |