mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Update Staking Miner Readme (#6926)
* Update Staking Miner readme * Update README.md * Update utils/staking-miner/README.md * Update utils/staking-miner/README.md * Update utils/staking-miner/README.md --------- Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
@@ -62,7 +62,5 @@ docker run --rm -it \
|
||||
|
||||
### Test locally
|
||||
|
||||
1. Modify `EPOCH_DURATION_IN_SLOTS` and `SessionsPerEra` to force an election
|
||||
more often than once per day.
|
||||
2. $ polkadot --chain polkadot-dev --tmp --alice --execution Native -lruntime=debug --offchain-worker=Always --ws-port 9999
|
||||
3. $ staking-miner --uri ws://localhost:9999 --seed //Alice monitor phrag-mms
|
||||
1. `cargo run -p polkadot --features fast-runtime -- --chain polkadot-dev --tmp --alice -lruntime=debug`
|
||||
2. `cargo run -p staking-miner -- --uri ws://localhost:9944 monitor --seed-or-path //Alice phrag-mms`
|
||||
|
||||
Reference in New Issue
Block a user