Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 0a86f2c

Browse files
authored
Merge pull request #219 from steakandbake/master
Update 080_register_stakepool.md
2 parents c0c9227 + b9dfad3 commit 0a86f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-setup/080_register_stakepool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ To verify that your stake pool registration was indeed successful, you can perfo
170170

171171
will output your poolID. You can then check for the presence of your poolID in the network ledger state, with the following command:
172172

173-
cardano-cli shelley query ledger-state --testnet-magic 42 | grep poolPubKey | grep <poolId>
173+
cardano-cli shelley query ledger-state --testnet-magic 42 | grep publicKey | grep <poolId>
174174

175175
which should return a non-empty string if your poolID is located in the ledger. You can then then head over to a pool listing website such as https://ff.pooltool.io/ and (providing it is up and running and showing a list of registered stake pools) you should hopefully be able to find your pool in there by searching using your poolID, and subsequently claiming it (might require registration on the website) and giving it a customized name.

0 commit comments

Comments
 (0)