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:
Przemek Rzad
2023-05-09 16:06:47 +02:00
committed by GitHub
parent 9c08536d5f
commit 34b92b75c5
+2 -4
View File
@@ -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`