kcoin icon indicating copy to clipboard operation
kcoin copied to clipboard

Problem signing proposal on block 300 on private network

Open jgimeno opened this issue 7 years ago • 2 comments

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

jgimeno avatar Jul 23 '18 13:07 jgimeno

Looks like for some reason it fails when the param "--rpccorsdomain " is set insteado of "--rpccorsdomain=".

jgimeno avatar Jul 24 '18 15:07 jgimeno

is this still an issue? didn't it get fixed once you set the right arguments to the binary?

acroca avatar Aug 06 '18 07:08 acroca