From ec20907f937104316fa917d5caf1c964f778a230 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 2 Sep 2022 17:01:47 +0100 Subject: [PATCH 1/2] Add Staking Miner and Introspector to usage list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ad1cc8e15..829be810f1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Please add your project to this list via a PR. - [crunch](https://github.com/turboflakes/crunch) CLI to claim staking rewards in batch every Era or X hours for substrate-based chains. - [interbtc-clients](https://github.com/interlay/interbtc-clients) Client implementations for the interBTC parachain; notably the Vault / Relayer and Oracle. - [tidext](https://github.com/tidelabs/tidext) Tidechain client with Stronghold signer. +- [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit validation set solutions and get rewards. +- [polkadot-introspector](https://github.com/paritytech/polkadot-introspector) Tools for monitoring Polkadot nodes. **Alternatives** From b08e782db55a182e1b5e4216fb055b18db907ceb Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 6 Sep 2022 09:56:08 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 829be810f1..0ad8cfa64c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Please add your project to this list via a PR. - [crunch](https://github.com/turboflakes/crunch) CLI to claim staking rewards in batch every Era or X hours for substrate-based chains. - [interbtc-clients](https://github.com/interlay/interbtc-clients) Client implementations for the interBTC parachain; notably the Vault / Relayer and Oracle. - [tidext](https://github.com/tidelabs/tidext) Tidechain client with Stronghold signer. -- [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit validation set solutions and get rewards. +- [staking-miner-v2](https://github.com/paritytech/staking-miner-v2) Submit NPos election solutions and get rewards. - [polkadot-introspector](https://github.com/paritytech/polkadot-introspector) Tools for monitoring Polkadot nodes. **Alternatives**