kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Problem signing proposal on block 300 on private network #580

Open jgimeno opened 6 years ago

jgimeno commented 6 years ago

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 commented 6 years ago

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

acroca commented 6 years ago

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