QuilibriumNetwork / ceremonyclient

Mirror of Quilibrium git repo: ceremonyclient
GNU Affero General Public License v3.0
95 stars 41 forks source link

Digest file not found(1.4.18) #204

Closed tigger404 closed 5 months ago

tigger404 commented 5 months ago

GOEXPERIMENT=arenas go run ./... -peer-id Error: Digest file not found exit status 1

GOEXPERIMENT=arenas go run ./... -balance Error: Digest file not found exit status 1

1.4.17 is normal,Plz help

leishenglin commented 5 months ago

I have the same problem

leishenglin commented 5 months ago

I can't generate the config.yml file. In 6-B

geoffspears commented 5 months ago

I'm experiencing the same issue on the latest release. 1.4.17 was working correctly.

Digest file not found exit status 1

ByFishh commented 5 months ago

Just launch your node binary with the --signature-check=false flag

0xOzgur commented 5 months ago

Can you try mentioned commands at https://docs.quilibrium.space/installation/installing-node/running-as-a-service#get-the-node-related-info

See Node Info: cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 -node-info

Run the DB console: cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 --db-console

Check Balances: cd ~/ceremonyclient/node && ./node-1.4.18-linux-amd64 ./... -balance

tigger404 commented 5 months ago

done、thx~

guotie commented 5 months ago

just use node-1.4.18-xxxx to run