Virtual node error

Hello,

I’ve been running my run.sh for a few months now. I recently rebooted my system and tried running my script again manually and I was shown the following error. Just eth_mainnet is working in docker now.

Can someone please help?incognito error

Welcome back to the community @peacemaker…create a DM to @Support and once they pick it up they will address your question… :sunglasses:

1 Like

Please follow the instruction here to run your node:
https://we.incognito.org/t/how-to-setup-your-own-node-in-a-blink-of-an-eye/12003

And most importantly, to use the existing data and to not have to sync from the network again, do the following steps before running the setup script:

  • Create incognito folder:

$ sudo mkdir -p /home/incognito

  • Move current data folder:

$ sudo mv [current data folder] /home/incognito

  • Rename the data folder:

$ cd /home/incognito
$ sudo mv [current data folder] node_data

2 Likes