Skip to content
Snippets Groups Projects
Commit 54584ee9 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Add staking-miner bin (#7273)

* Add staking-miner bin

* Fix build and doc

---------

Co-authored-by: parity-processbot <>
parent 5b1a230d
Branches
No related merge requests found
[[bin]]
name = "staking-miner"
path = "src/main.rs"
[package]
name = "staking-miner"
version.workspace = true
......
......@@ -16,7 +16,7 @@ staking-miner --help
You can build from the root of the Polkadot repository using:
```
cargo build --release --locked --package staking-miner
cargo build --profile production --locked --package staking-miner --bin staking-miner
```
## Docker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment