Skip to content

Update 2025-03 - Calidus Pool Key Generation/Registration

Latest
Compare
Choose a tag to compare
@gitmachtl gitmachtl released this 10 Mar 19:20
· 1 commit to master since this release

Calidus Pool-Key Edition

image

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 !

  • A query function will follow, because the APIs are currently in beta state

Example:

1) Generate yourself a Calidus KeyPair
$ 15_calidusPoolKey.sh new cli myKey

2) Generate the registration-metadata.json file
$ 15_calidusPoolKey.sh genmeta myKey myPool

3) Submit the metadata file in a transaction on chain
$ 01_sendLovelaces.sh wallet wallet min registration-metadata.json

image

image