📓
Stake Pool Scripts by APEX Stake Pool
  • Stake pool registration
    • Directory structure
    • Wallet
    • Metadata
    • Configuration file
    • Stake pool scripts
      • Cold key
      • VRF key
      • KES key
      • Operational certificate
      • Registration certificate
      • Stake key registration
      • Stake key delegation
    • Transaction
      • Using a remote node
      • Transaction scripts
    • Retiring the stake pool
  • Hardware wallet for Pledge
    • Stake key
    • Registration certificate
    • Stake key registration
    • Stake key delegation
    • Transactions
      • Registration certificate
      • Delegation certificate
  • Running a cardano node
    • Starting a relay node
    • Starting a block producing node
Powered by GitBook
On this page
  1. Stake pool registration

Directory structure

Create a folder where all the files will be stored. For example, ~/stake-pool-files.

Inside the new folder, create the following sub-folders:

keys
metadata
pool-certificates
pool-keys
pool-scripts
transactions

The following script can be used to create them:

mkdir ~/stake-pool-files
cd ~/stake-pool-files
mkdir keys metadata pool-certificates pool-keys pool-scripts transactions
PreviousStake pool registrationNextWallet

Last updated 1 year ago