Skip to content

Commit 8f6ca66

Browse files
committed
Update 2025-03 - Calidus Pool Key Generation/Registration
New SCRIPT - 15_calidusPoolKey.sh - A new script was added to the SPO Scripts collection, this new one covers the creation and registration of the new Calidus Pool-Key - The registration works for both, a cli-based pool-key and also a hw-wallet pool-key ! Example: 15_calidusPoolKey.sh new cli myKey ... generates a new Calidus Key for you 15_calidusPoolKey.sh genmeta myKey myPool ... generates the registration metadata JSON file for you 01_sendLovelaces.sh wallet wallet min registration-metadata.json ... submits it on chain - A query function will follow, because the APIs are currently in beta state
1 parent 60ddfbc commit 8f6ca66

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

cardano/mainnet/15_calidusPoolKey.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Usage: $(basename $0) new cli <CalidusKeyName> ... Gene
2828
$(basename $0) genmeta <CalidusKeyName> <PoolNodeName> [nonce]
2929
... Generates the Calidus Pool-Key Registration-Metadata in JSON format. [Option: nonce]
3030
31-
$(basename $0) query <CalidusKeyName|Calidus-ID|Pool-ID> ... Queries the Koios-API for the Calidus-Pool Key or for a CalidusID/Pool-ID in bech format
31+
$(basename $0) query <CalidusKeyName|Calidus-ID|Pool-ID> ... Queries the Koios-API for the Calidus-Pool Key or for a CalidusID/Pool-ID in bech format
3232
3333
3434
Examples:
@@ -37,8 +37,7 @@ Examples:
3737
... Generates a new Calidus-Pool KeyPair example.calidus.skey/vkey, writes Mnemonics to example.calidus.mnemonics
3838
3939
$(basename $0) genmeta example mypool
40-
... Generates the Catalyst-Registration-Metadata(cbor) to delegate the full calidusPower of owner.staking to the myvote.calidus votePublicKey,
41-
calidusRewards payout to the Address myrewards.addr.
40+
... Generates the Calidus Registration-Metadata for the Calidus-Key example.calidus.vkey and signs it with the mypool.node.skey/hwsfile
4241
4342
EOF
4443
}

cardano/mainnet/sha256sum_sposcripts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ c419a6ba2b60619d09fde60b6709ea9d60550048c358ab3773565d2ba7a1b8bd 10_genPolicy.s
3131
06c34796ce4940db95e813044b84662266d9e7d04a8b1d64e2bc2365c92873b9 11b_burnAsset.sh
3232
b98296469ace20768f9be32288745fcc2165736871c3a53af48011bc23f2dbf9 12a_genAssetMeta.sh
3333
d01cf06a7823be3ac7bd7ced774d08f40292e12446db828670dabd9c25db5f2d 12b_checkAssetMetaServer.sh
34-
e7deeb016e211ada89faf1640784febba3c568b3c953e14c92c9b7e0acfea186 15_calidusPoolKey.sh
34+
1edc90a9f52cc23733d5d1956d4a9fd258819c85ed9034a88394ad7d78c58e39 15_calidusPoolKey.sh
3535
c9a624273f4f0625c5824f284f586f3339b903b948ff50c80419ae174ddb0d27 21a_genDRepKeys.sh
3636
0b6b4de10cbdb7bc224ae31955463d2cfeda9b047d6e741ad23d80ca33160281 21b_regDRepCert.sh
3737
7ea50e0a47cbc57d77e143fe7a647d5e1dbfdeb0b1d8556f9d8a419923438c65 21c_checkDRepOnChain.sh

0 commit comments

Comments
 (0)