abracadaniel / cardano-pool-docker

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

Issue running registration node #56

Open Cobbert opened 1 year ago

Cobbert commented 1 year ago

Hello, when running the command for the registration node, it starts up and then when it comes time to start the node, I get the error that the database path is an invalid argument and it just loops forever.

Invalid argument `/config/main-registration/db'

This is the error that shows up in the flashing terminal.

tion/db'�������������������������������│Creating Stake Pool addresses, keys and 
���������������������������������������│certificates, and submits to the blockch
Usage: cardano-node (run | [--help])  �│ain.
���������������������������������������│
  Start node of the Cardano blockchain.│Waiting for cardano-node to read the blo
Starting cardano-node                  │ckchain and start the socket.
Node name: registration It may take a while. Trying again...
Network: main
Host Address: 0.0.0.0                 �│
Public IP: <removed>
Node Port: 3000������������������������│
Node path: /config/main-registration  �│
EKG Port: 12788������������������������│
Prometheus Port: 12798�����������������│
CNCLI: True����������������������������│
���������������������������������������│
Invalid argument `/config/main-registra│
tion/db'�������������������������������│
���������������������������������������│
Usage: cardano-node (run | [--help])  �│
���������������������������������������│
  Start node of the Cardano blockchain.│
���������������������������������������│

Im sure its something simple, just need a little help to figure it out.