diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

diode init - invalid private key #31

Closed lucidprogrammer closed 3 years ago

lucidprogrammer commented 4 years ago

` $ diode init 06/22/2020 00:03:03 [INFO] Checking for updates... module=main 06/22/2020 00:03:04 [INFO] No updates module=main 06/22/2020 00:03:04 [INFO] Diode Client version : v0.3.5 module=main 06/22/2020 00:03:04 [INFO] Last valid block : 410818 0x00002a6fcca84bf3c060c0bd153f707bc641156beac3ae46520e1c371fef8bb5 module=main 06/22/2020 00:03:04 [INFO] Client address : 0xa2d3b82a391ffad50fbf64578050a7b6f378cdb3 module=main 06/22/2020 00:03:04 [INFO] Fleet address : 0x6000000000000000000000000000000000000000 module=main 06/22/2020 00:03:04 [INFO] Connected to host: usa.testnet.diode.io:41046, validating... module=main 06/22/2020 00:03:05 [INFO] Network is validated, last valid block number: 410820 module=main 06/22/2020 00:03:05 [EROR] Cannot deploy fleet contract: module=main error="invalid private key"

` ubuntu 18.04. Any suggestions?

dominicletz commented 3 years ago

Hi there, haven't seen this before. We have a very new build that you can try. Best is to delete your local db file and try again rm ~/.config/diode/private.db

lucidprogrammer commented 3 years ago

it works, tks