📖
Qwertycoin Documentation
  • Introduction to Qwertycoin
  • Getting Started
    • Terminology
    • Simple Steps
  • Wallet
    • Types of Wallet
    • Paper Wallet
    • CLI Wallet
    • GUI Wallet
    • Zero Wallet
    • Mobile Wallet
    • Web Wallet
    • RPC Wallet
    • Wallet Backup
    • Wallet Recovery
    • Wallet Update
    • Sign and Verify Messages
  • Mining
    • Mining Options
    • Cloud Mining
    • Creating a Mining Pool
    • Mining With SBC
    • Mobile Mining
    • Using a Mining Pool
    • XMR-Stak
    • XMR-Stak Linux
    • XMRIG
  • Node (Daemon)
    • Configuration
    • Fix Sync Issues
    • Load Checkpoints
    • Start Masternode
  • Trading
    • Exchanges
    • How to Trade on BISQ
    • How to Trade on CREX24
  • Developer
    • Compiling Daemon from Source
      • MacOS QT Install
      • Install Cmake 3.14
    • Forking Qwertycoin
    • Google Breakpad Integration
    • Hosting Block Explorer
    • Hosting Web Wallet
    • Hosting Faucet
    • Local Testnet
    • Resources
  • API
    • Daemon HTTP RPC Commands
    • Daemon JSON RPC API
    • Wallet RPC API
Powered by GitBook
On this page

Was this helpful?

  1. Node (Daemon)

Fix Sync Issues

PreviousConfigurationNextLoad Checkpoints

Last updated 4 years ago

Was this helpful?

  • Your Daemon stuck?

  • Your GUI Wallet stuck?

  • You see errors like these: - One of outputs for one of inputs have wrong tx.unlockTime = 269549 - Failed to handle_output for output no = 3, with absolute offset 103181 - Failed to get output keys for tx with amount = 0.01000000 and count indexes 4 - Failed to check ring signature for tx ace343256581b8e130[..]f109de8de

  • Your Node is not sync with ?

How to Fix Sync Issue

The simplest way is to add an additional checkpoint to your Qwertycoin Daemon. If you're a Node- or a Pool owner you can copy a Checkpoint from here and paste it in a new line in your under /qwertycoind/global/ folder. After saving the file you must build your project again.

You can start the Qwertycoin Daemon with a Checkpoint using --load-checkpoints arg Command. If you have a stuck GUI Wallet you have to quit it first and download the CLI client to continue. You can .

Download a checkpoint from and start your Daemon with --load-checkpoints checkpoint.csv command. Please read our article about starting the daemon with checkpoints from CSV:

network height
CryptoNoteCheckpoints.h
download the CLI here
here
Start Daemon with additional Checkpoint