mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 21:11:07 +00:00
Add staking-miner bin (#7273)
* Add staking-miner bin * Fix build and doc --------- Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[[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
|
||||
|
||||
Reference in New Issue
Block a user