Oracle Labs
DiscordGitHubTelegram
  • Welcome!
  • Why Oracle Labs?
  • Services
    • Chainlink node service provider
    • Consulting & development
  • Infrastructure Whitepaper
    • Supported Networks
    • Cloud setup
    • How do we monitor?
      • Monitoring Endpoints
  • Technical
    • Chainlink Guide
    • Chainlink Public Jobs
    • Solving common problems
    • Chainlink Node Logs
      • Log
      • Keystore
      • HeadTracker
      • GasEstimator
      • DirectRequest
      • Postgres
      • Client
      • BulletproofTxManager
      • BalanceMonitor
      • FluxMonitor
      • PeriodicBackups
      • OCR
  • Blog
    • Articles
      • External Initiators
      • Configuring logging in a kubernetes cluster
      • Integrate Chainlink Operator Contract with Chainlink Node
      • Setting up custom price feeds on chainlink node
      • Two-factor authentication to the server via ssh
      • Creating an L2TP vpn tunnel over IPSec
Powered by GitBook
On this page
  • [ERROR] BalanceMonitor: error getting keys
  • [ERROR] BalanceMonitor: error getting balance for key
  1. Technical
  2. Chainlink Node Logs

BalanceMonitor

PreviousBulletproofTxManagerNextFluxMonitor

Last updated 2 years ago

The BalanceMonitor checks the network's native token balance for each key on every new head the Chainlink node receives from the remote RPC endpoint.

[ERROR] BalanceMonitor: error getting keys

The Chainlink node is not able to retrieve the keys for its available accounts from the keystore.

  • Make sure you have followed the instructions for setting up a Chainlink node with either newly generated or correctly imported keys from an existing account

[ERROR] BalanceMonitor: error getting balance for key

The Chainlink node is not able to retrieve the needed data object from the remote RPC endpoint it is connected to. The functioning of this service is mandatory for the monitoring of the Chainlink node account balance.

  • Check the blockchain connection of the Chainlink node (e.g. the Full-node-as-a-Service subscription and renew or switch the plan if necessary to prevent RPC rate limits from being hit)

  • Run an own full node with custom configuration and no performance restrictions

Official Chainlink documentation