Open jgimeno opened 6 years ago
When a testnet is created locally it fails after block 300 when trying to sign with error: CRIT [07-23|13:23:20.004] Failed to sign the proposal err="authentication needed: password or unlock"
Download from repository https://github.com/kowala-tech/toolbox and execute the command go run cmd/testnet/testnet.go
go run cmd/testnet/testnet.go
Let it work for some minutes, after it arrives to block 300 it fails, check the docker logs for the validator container and you will see that error.
Private testnet network
Low
Looks like for some reason it fails when the param "--rpccorsdomain " is set insteado of "--rpccorsdomain=".
is this still an issue? didn't it get fixed once you set the right arguments to the binary?
Type:
When a testnet is created locally it fails after block 300 when trying to sign with error: CRIT [07-23|13:23:20.004] Failed to sign the proposal err="authentication needed: password or unlock"
If it's an issue, how can we reproduce it?:
Download from repository https://github.com/kowala-tech/toolbox and execute the command
go run cmd/testnet/testnet.go
Let it work for some minutes, after it arrives to block 300 it fails, check the docker logs for the validator container and you will see that error.
Affected servers or services:
Private testnet network
Priority:
Low