I am getting this error when building a private Ethereum node:
flag provided but not defined: -minerthreads
This happens whenever I try to start the node?
by the way this is the main script for startnode.cmd
:
geth --networkid 4224 --mine --minerthreads 1 --datadir "." --nodiscover --rpc --rpcport "8545" --port "30303" rpccorsdomain "*" --nat "any" --rpcapi eth,web3,personal,net --unlock 0 --password ./password.sec