rand-chain / rust-randchain

(WIP) Official implementation of the RandChain protocol
GNU General Public License v3.0
1 stars 0 forks source link

main: subcommand `randchain miner` #159

Closed SebastianElvis closed 2 years ago

SebastianElvis commented 2 years ago

Fixes

Partly fixes #157

Description

This PR merges https://github.com/rand-chain/miner-rs into randchain/miner and implements the subcommand randchain miner.

Technical details

$ randchain help miner
$ randchain miner --key-path "/Users/rhan0013/Library/Application Support/randchain/account/testkey"

Tests

Screenshots

Checklist

- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`). - [ ] My commit messages follow [best practices]([best_practices](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53)). - [ ] My code follows the established code style of the repository. - [ ] I added tests for the changes I made (if applicable). - [ ] I added or updated documentation (if applicable). - [ ] I tried running the project locally and verified that there are no visible errors.