I have a producer and a relay setup, from what I can tell the next step for me in the process of setting up a stake pool is getting my keys registered.
I thought I was supposed to send money to the payment.addr address that I created so that I can use that to as ada for the transactions. However when I use my Daedalus Wallet to send the ada to the payment.addr and then run
But if a check the address on the cardano explorer it shows the transaction was complete for the ada I send. Hopefully I didnt send this ada into oblivion any help on next steps would be much appreciated. Seems like all I need to do next is get my stake address registered and stake pool registered. Just want to make sure im doing this correct and I donāt mess something up.
Make sure your passive node is running,
$ cardano-node run
ātopology /path/to/mainnet-topology.json
ādatabase-path /path/to/db
āsocket-path /path/to/db/node.socket
āhost-addr x.x.x.x
āport 3001
āconfig /path/to/mainnet-config.json
It will take about 24 hours for your passive node to be in sync to the current block height. And if you had created the payment.addr recently(which is more than likely), you need to wait till it completely syncs up.
When you run,
$ cardano-cli query tip --mainnet
you are not supposed to see this error āWarning: Sync progress unavailable: System start unavailableā
I hope you were able to see your payment. Clarification on your question,
Relay node
must not have kes.skey, vrf.skey, node.cert
Block Producer
should have kes.skey, vrf.skey, node.cert
As long as you see these messages on block producer and relay node, you are ok,
Chain extended, new tipā¦
Block node should play catch up to relay node. You would know they are in sync when slot matches each other. Seems like you are pretty close.
Iām also seeing āWarning: Sync progress unavailable: System start unavailableā on my nodes. Maybe another expert could chime in if thatās ok. ------UPDATE: This is because i upgraded to 1.28 which is still not available on --mainnet. Switched back to 1.27 and itās all good.