ethereum-docker icon indicating copy to clipboard operation
ethereum-docker copied to clipboard

account unlock with HTTP access is forbidden

Open tsuihc opened this issue 5 years ago • 2 comments

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?

tsuihc avatar Apr 08 '19 17:04 tsuihc

I have met this problem too, and don't know why it happens :(

dercaft avatar May 15 '19 14:05 dercaft

just add on --allow-insecure-unlock in the command of every miner container in the docker-compose file

andylim0221 avatar Dec 23 '19 11:12 andylim0221