Windows
Generating Pledge payment public key and stake keys using Ledger/Tresor hardware wallet
Here is a PowerShell script that downloads cardano-wallet and cardano-hw-cli to generate the necessary keys (and zip them).
Here are steps to do this:
1) opening PowerShell on your Windows computer

2) Download the PowerShell Script by executing this command:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/stakepool247/SPO-helper-scripts/main/gen-cardano-pledge-keys.ps1 -OutFile gen-cardano-pledge-keys.ps1
3) execute the script:
.\gen-cardano-pledge-keys.ps1
4) Follow the instructions:

Now you should have a folder with keys and a zip file with the keys you need to provide to us:

PreviousCardano stake pool key generation for MacOs (with Hardware Wallet)NextCardano stake pool key generation for Windows (with Hardware Wallet)
Last updated
Was this helpful?