Lynx Blockchain
  • Welcome
  • Technical Evolution and Architecture Overview
  • History of Lynx
    • Evolution of a Blockchain
    • Hybrid Proof of Work (HPoW) Protocol
    • Pioneering Blockchain Data Storage
    • Evolution to Proof of Stake
    • Next Generation Data Storage Architecture
    • Preserving Knowledge
  • Lynx Core
    • Hardware and System Requirements
    • Lynx Dynamics
    • Open Source
    • Core Parameters and Strategy
    • Sustainability
    • Circulating Supply Analysis
    • Locked Addresses
    • Data Storage
      • auth
      • fetch
      • fetchall
      • store
      • status
      • list
    • Understanding the Encryption Option
    • Understanding Lynx Staking Wait Times
    • Understanding Asset Retrieval Times
    • Understanding Block Time Targeting in the Lynx Blockchain
    • Understanding the Lynx Blockchain Statistics Report
  • Lynx Administration
    • Public Peer Nodes
    • Understanding Blockchain Bootstrap Files
      • Bootstrap Extraction Script
      • Bootstrap Creation Script
    • How to Sweep a Lynx Wallet
    • Enable/Disable Staking
  • Clevver
    • Revolutionizing Digital Preservation
    • Permanent Storage for Digital Assets
    • Permanent Digital Archives for Journalism
    • How did Clevver originate?
    • Shortened URL Support
    • Assigning Tags to Assets
    • How to delete content
    • Clevver Terms of Service Agreement
  • Clevver API
    • Public Methods
      • Batches
      • Files
      • User
  • ElectrumX
    • Lynx ElectrumX nodes
    • Build Script Details
  • External Links
    • Lynx Explorer
    • Lynx Github
    • Lynx Uptime Report
    • Clevver Website
  • Lynx Bootstraps
  • Wallet Links
    • Komodo Wallet
    • Wally.id Wallet
    • Lynx Paper Wallet
  • Social Links
    • Lynx Discord
    • Lynx on Bluesky
    • Clevver on Bluesky
  • Exchange Links
    • FreiXLite (LYNX/LTC)
  • FreiExchange (LYNX/BTC)
  • Komodo Wallet (SWAP)
  • XredX (LYNX/LTC)
  • XredX (LYNX/DOGE)
  • XredX (LYNX/IL8P)
Powered by GitBook
On this page
  • Overview
  • Configuring Staking Settings
  • Understanding Transaction Delays
  • Identifying Staking Activity
  1. Lynx Administration

Enable/Disable Staking

Published: January 2025 | Last updated: April 2025

Overview

When a Lynx daemon has staking enabled, transactions may experience delays. This document explains how to manage staking settings and avoid transaction delays.

Configuring Staking Settings

In your ~/.lynx/lynx.conf file, use the disablestaking parameter to control the staking function:

disablestaking=1  # Staking will be disabled after daemon restart

or

disablestaking=0  # Staking will be enabled after daemon restart

Important: Always restart the daemon after changing this setting for changes to take effect.

Understanding Transaction Delays

When staking is enabled, send transactions may be delayed due to the 30-block maturity requirement for each Lynx coin earned through Proof of Stake.

Recommended Process for Unimpeded Transactions

  1. Turn off staking by setting disablestaking=1 in your configuration file

  2. Restart the Lynx daemon

  3. Wait for all Lynx coins to mature (30 blocks × 5 minutes each = 150 minutes or 2.5 hours)

  4. After the maturity period, you can safely send Lynx coins to another address

Consequences of Not Waiting for Maturity

If you attempt to send transactions before your coins mature:

  • Your transaction may be held by the network for up to 24 hours

  • Your coins will not be lost

  • The transaction will remain "stuck" in the mempool until verified

  • Once a transaction is stuck, it cannot be undone

  • The recipient won't receive the coins or know they were sent until verification completes

  • The coins will eventually arrive at the destination.

If you review your debug log and see you have not won any stakes in the previous 35 blocks, you should be able to send coins without having to change the parameter and restarting the daemon.

Identifying Staking Activity

You can verify staking activity by checking for Proof of Stake block records in the debug log.

PreviousHow to Sweep a Lynx WalletNextRevolutionizing Digital Preservation

Last updated 20 days ago

Page cover image
The record of a Proof of Stake block in the debug log.