XinFinOrg / XinFin-Node

Setup XinFin Masternode using Docker
https://xinfin.org/setup-masternode.php
63 stars 51 forks source link

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

Open tmeinlschmidt opened 1 year ago

tmeinlschmidt commented 1 year ago

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

gzliudan commented 3 months ago

add a flag:

--etherbase 0x0000000000000000000000000000000000abcdef