abracadaniel / cardano-pool-docker

Docker container for setting up and running a Cardano Stake Pool
164 stars 62 forks source link

get_protocol erroring out about Byron era #33

Closed ju5t closed 3 years ago

ju5t commented 3 years ago

I'm new to running a stake pool (as in, haven't got one running...). I'd like to get my feet wet and try it out, but I'm struggling to get it up & running.

I tried following the best practice. I've created a metadata.json file as a gist, started the relay node and tried running get_protocol. This gives me:

# docker exec -it main-relay1 get_protocol
Command failed: query protocol-parameters   Error: This query cannot be used for the Byron era

Am I missing something here? I read in another issue that it needed to sync up first. This is going to take a while at ~1% per 45 minutes.

abracadaniel commented 3 years ago

Yes it has to sync completely before you can run the command.

ju5t commented 3 years ago

Got it, so I have to have some patience I guess :-)

abracadaniel commented 3 years ago

Did you get it to work?

ju5t commented 3 years ago

It's still syncing. No worries though. It will probably work. I will close the issue :-)