Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Housekeeping | Yigit Sever | 2021-04-13 | 1 | -8/+26 |
| | | | | | | Moved tests out of routes.rs into their own file Learned how to use lib.rs, now we have cargo doc support as well | ||||
* | Implement proof-of-work | Yigit Sever | 2021-04-12 | 1 | -0/+9 |
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 |