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
  • Step 1 - install the script
  • Step 2 - see or download the balance log
  1. Tutorials
  2. Node

Log your node balance every 1 hour

This script will check your QUIL balance every 1 hour and log it in a CSV file that you can view or download. The CSV file will look like this:

"time","balance"
"26/06/2024 14:00","13,45367"
"26/06/2024 15:00","14,34256"

You can then import it on a Google sheet, divide the data in columns, and run all kind of formulas to calculate daily rewards, averages, growth in % etc.

Your node need to be running for at least 30 minutes before you can check and log the balance, and you need to have already Set up the gRPC calls

Step 1 - install the script

Follow the Safety checks before running this script in your server

wget -O - https://raw.githubusercontent.com/lamat1111/QuilibriumScripts/main/tools/qnode_balance_checker_installer.sh | sh

Step 2 - see or download the balance log

After installing the script, you can view your balance log by running:

cat ~/scripts/balance_log.csv

Or you can download the CSV file directly via this script:

mkdir -p ~/scripts && wget -O ~/scripts/qnode_balance_log_download.sh https://raw.githubusercontent.com/lamat1111/QuilibriumScripts/main/tools/qnode_balance_log_download.sh && chmod +x ~/scripts/qnode_balance_log_download.sh && ~/scripts/qnode_balance_log_download.sh

The second time you want to download it, you just need to run :

 ~/scripts/qnode_balance_log_download.sh

PreviousSwitching from tmux to serviceNextEscaping the "Pink Screen of Death"

Last updated 1 month ago

📌
💲
Cover

Want to say thank you?

CLICK TO DONATE