kadena-io / chainweb-node

Chainweb: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
https://docs.kadena.io/basics/whitepapers/overview
BSD 3-Clause "New" or "Revised" License
248 stars 95 forks source link

Any help is appreciated #1440

Closed mxride closed 10 months ago

mxride commented 2 years ago

I used a minimal config.yaml and syned the Chainweb-node. Had issue getting mining to work, so I generated a complete new config.yaml. Now when I start chainweb-node wit the new complete config.yaml I see this Thanks in advance

image

Trying to start Chainweb-mining image

LindaOrtega commented 2 years ago

Hi @mxride, I answered a similar question you had in another issue here: https://github.com/kadena-io/chainweb-node/issues/1307#issuecomment-1133043806

Let me know if mining to your node is still not working.

mxride commented 2 years ago

@LindaOrtega Thank you so much for answering. So, I got the Node syncing again. Just waiting for that to finish, Even when I specify the direct path to the Rocks DB store, it just seemed to want to start over.

Anyway, I than want to test the Mininig and my config. When I run the mining code command I getting this. Unauthorized Miner: I'm using my Zelcore Pubkey. Am I correct that its just because the Node is still Syncing? Would love to compensate you for your time, Can we have a quick teams call?

image

edmundnoble commented 1 year ago

The issue is likely that your pubkey is not set as one of the miners in your config.yaml. It should contain a stanza like this:

chainweb:
  mining:
    coordination:
      enabled: true
      miners: 
        - mypubkey
chessai commented 1 year ago

@mxride Did Edmund's response above solve your issue?

chessai commented 10 months ago

Closing. Feel free to re-open if this is still an issue.