Quilibrium.one
SocialOfficial
Quilibrium Node Guide
Quilibrium Node Guide
  • 🖖Introduction
  • ✅Safety checks
  • đŸ“ŖAnnouncements
  • 🔗Links & Info
  • đŸ’ģBest server providers
  • đŸ’ģHardware requirements
  • 😎Q1 - Node Manager
  • ⚡Node Auto-installer
  • âŦ†ī¸Updating your node
  • âœ”ī¸Check your node info
  • 🔑Backup your private keys
  • đŸ“ĻBackup your node
  • 🔁Set up the gRPC calls
  • đŸ› ī¸Tools and scripts
  • 🔧Extra tools
  • 🔠Useful commands
  • â‰ī¸Troubleshooting
  • 📌Tutorials
    • Node
      • đŸ”ĸNode step by step installation
      • đŸŗInstalling the node on Docker
      • đŸĒŸInstalling the node and the qclient on Windows WSL
      • â†—ī¸Migrating the node to a new server
      • â„šī¸Running the node via binary file
      • Running a node cluster
      • ✅Reinstalling the node from scratch
      • âš™ī¸Managing your system resources
        • â˜‘ī¸Limiting your vCores usage
        • â˜‘ī¸Limiting your CPU usage
        • â˜‘ī¸Limiting the RAM assigned to each vCore
      • 🔄Switching from tmux to service
      • 💲Log your node balance every 1 hour
      • 🩷Escaping the "Pink Screen of Death"
      • 🔒Set up SSH keys
      • 🔒Creating a root login access
      • 👀Renting Servers Unveiled: Exploring Types and Processor Terminology
    • Qclient
      • Qclient commands
      • How to transfer QUIL
      • How to Bridge QUIL to WQUIL
      • How to retrieve your coin address after a failed bridging operation
  • 📂Archive
    • ⚡OLD - Node Auto-installer
    • đŸ”ĸOLD - Node step by step installation
    • 🔠OLD - Useful server commands
    • â‰ī¸OLD Troubleshooting
    • âŦ†ī¸OLD Updating your node
    • ⚡Importing an existing store folder for fast sync
    • â˜‘ī¸Changing the cpulimit value in release_autorun
  • âš ī¸Work in progress
  • 💜Want to say thank you?
Powered by GitBook
On this page
  1. Tutorials
  2. Node

Reinstalling the node from scratch

Sometimes a blank slate is what you need..

If you are receiving errors and cannot debug, or you are worried you may have messed things up, reinstalling the node may be the fastest way to save the day.

The procedure below will guide you to ensure you do not lose your keys. However, make sure to have a local backup of your entire node/.config folder for security.

Only if you are 100% sure that you have an extra node/.config folder backup somewhere, then proceed.

Stop the node.

service ceremonyclient stop

IMPORTANT: Backup your .config folder to ~/backup

mv ~/ceremonyclient/node/.config ~/backup

Delete the ceremonyclient folder.

rm -r ~/ceremonyclient

Delete the service file (back up any customizations you had made to the file).

rm /lib/systemd/system/ceremonyclient.service

Now, reinstall your node, just follow again the Node Auto-installer

After reinstalling your node, as soon as the first node log entries appears, stop the service.

service ceremonyclient stop

Remove your new node .config folder and import your previous .config folder in ceremonyclient/node/

rm -r ~/ceremonyclient/node/.config && mv ~/backup/.config ~/ceremonyclient/node/

Restart your node.

service ceremonyclient start

Modify the service file if you previously had customizations (like for CPU limiting - Limiting your CPU usage ).

Done!

PreviousRunning a node clusterNextManaging your system resources

Last updated 1 month ago

📌
✅
Cover

Want to say thank you?

CLICK TO DONATE