Cardano Stake Pool as a Service
  • Cardano Stake Pool Management
  • 🔥New Stake Pools
    • Pledge and Stake Key file generation
      • MacOs
        • 🥬Cardano stake pool key generation for MacOs (with Hardware Wallet)
      • Windows
        • 🌵Cardano stake pool key generation for Windows (with Hardware Wallet)
        • 🥥Cardano stake pool key generation for Windows (plain text keys)
      • Linux (Ubuntu)
        • 🧑‍🎓Cardano Pledge/Staking key generation with Hardware Wallet
        • Keys from Mnemonic phrase
  • 🔥Existing Stake Pools
    • Full Migration to StakePool247.io services
Powered by GitBook
On this page

Was this helpful?

  1. New Stake Pools
  2. Pledge and Stake Key file generation

Windows

Generating Pledge payment public key and stake keys using Ledger/Tresor hardware wallet

PreviousCardano stake pool key generation for MacOs (with Hardware Wallet)NextCardano stake pool key generation for Windows (with Hardware Wallet)

Last updated 2 years ago

Was this helpful?

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:

🔥