This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Replies: 1 comment
-
Sorry for the more details I posted in the Issues section, anyone can see #1076 for details |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below is the command how I start geth:
geth --ropsten --datadir=/www/data --snapshot=false --cache=21000 --maxpeers=250 --txpool.globalslots=1000 --http --http.port=8545 --http.api=eth,net,web3,miner -ws --ws.port=8546 --ws.api=eth,net,web3,miner --keystore='/www/.ethereum/keystore' --unlock='0xDD1de78b63dE187304E709bE4A75842700bEd940' --password='/www/password' --allow-insecure-unlock --miner.etherbase='0xDD1de78b63dE187304E709bE4A75842700bEd940' --mine --miner.threads=0
And how I set the configuration in mingingcore config.json:
The miningcore error shows below:
Beta Was this translation helpful? Give feedback.
All reactions