Skip to content

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

Open
@tmeinlschmidt

Description

@tmeinlschmidt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions