From 34b92b75c5ae7d988b92e120c3edf9e71467e578 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Tue, 9 May 2023 16:06:47 +0200 Subject: [PATCH] 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 --- polkadot/utils/staking-miner/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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`