diff --git a/polkadot/utils/staking-miner/README.md b/polkadot/utils/staking-miner/README.md index 599217e7e1..593e8ad887 100644 --- a/polkadot/utils/staking-miner/README.md +++ b/polkadot/utils/staking-miner/README.md @@ -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`