Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run node only, with no mining #106

Open
tmeinlschmidt opened this issue Nov 22, 2023 · 1 comment
Open

can't run node only, with no mining #106

tmeinlschmidt opened this issue Nov 22, 2023 · 1 comment

Comments

@tmeinlschmidt
Copy link

tmeinlschmidt commented Nov 22, 2023

Trying to run node, without mining, ending up with

Fatal: Can't verify masternode permission: etherbase must be explicitly specified
Fatal: Can't verify masternode permission: etherbase must be explicitly specified

my docker run is:

    XDC
      --datadir /data
      --syncmode full
      --networkid 50
      --rpc
      --rpcapi debug,eth,net,txpool,web3,XDPoS
      --rpcaddr 0.0.0.0
      --rpcvhosts *
      --rpcport 8545
      --ws
      --wsaddr 0.0.0.0
      --wsorigins *
      --wsport 8546
      --wsapi eth,net,txpool,web3,XDPoS
      --gcmode archive
      --bootnodes "{{ enodes }}"

even with --slave added

@tmeinlschmidt tmeinlschmidt changed the title can't run none only,. with no mining can't run node only,. with no mining Nov 22, 2023
@tmeinlschmidt tmeinlschmidt changed the title can't run node only,. with no mining can't run node only, with no mining Nov 22, 2023
@gzliudan
Copy link
Collaborator

add a flag:

--etherbase 0x0000000000000000000000000000000000abcdef 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants