I have just setup a test pool in preprod. I want a decent amount of pledge so I can test with a pool that mints blocks.
Does anyone know how I can get a API key?
My test pool is:
Ronald
I have just setup a test pool in preprod. I want a decent amount of pledge so I can test with a pool that mints blocks.
Does anyone know how I can get a API key?
My test pool is:
Ronald
API Keys:
preview: nohnuXahthoghaeNoht9Aow3ze4quohc
preprod: ooseiteiquo7Wie9oochooyiequi4ooc
Here’s some fresh links to faucets:
preview: https://faucet.preview.world.dev.cardano.org/basic-faucet
preprod: https://faucet.preprod.world.dev.cardano.org/basic-faucet
Be sure to use the poolID ( poolxxx ) for delegation.
You can also adjust and use the following:
PreProd:
ADA Faucet:
curl -X POST -s ‘https://faucet.preprod.world.dev.cardano.org/send-money/<your.preprod.wallet>?api_key=ooseiteiquo7Wie9oochooyiequi4ooc’
Delegation faucet:
curl -s ‘https://faucet.preprod.world.dev.cardano.org/delegate/<YourPoolID#>’
Preview:
ADA Faucet:
curl -X POST -s ‘https://faucet.preview.world.dev.cardano.org/send-money/<your.preview.wallet>?api_key=nohnuXahthoghaeNoht9Aow3ze4quohc’
Delegation faucet:
curl -s ‘https://faucet.preview.world.dev.cardano.org/delegate/<YourPoolID#>’
Thank you.