We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to use web3j to unlock the account and it returns the error 'account unlock with HTTP access is forbidden' the same in Geth ...
docker-compose up -d docker exec -it bootstrap geth --datadir=~/.ethereum/devchain attach
what's wrong?
The text was updated successfully, but these errors were encountered:
I have met this problem too, and don't know why it happens :(
Sorry, something went wrong.
just add on --allow-insecure-unlock in the command of every miner container in the docker-compose file
No branches or pull requests
I try to use web3j to unlock the account and it returns the error
'account unlock with HTTP access is forbidden'
the same in Geth ...
docker-compose up -d
docker exec -it bootstrap geth --datadir=~/.ethereum/devchain attach
what's wrong?
The text was updated successfully, but these errors were encountered: