Skip to content

How to backup my wallet and its data

krumblez edited this page Apr 16, 2019 · 1 revision

Backup private keys

To backup your private keys, start your wallet (iond/ion-qt).

Backup WIF

WIF - Wallet import format

Note: Please do not use this private key in your wallet. This is a dummy key and everybody can import it to check.

    • If your wallet is locked, please unlock your wallet:

    Syntax: walletpassphrase YOURPASSWORD SECONDSTOSTAYUNLOCKED FORSTAKINGONLY

    EXAMPLE: Unlock your wallet for 60 seconds:

    walletpassphrase somepassword 60 false

    • Backup your WIF (Wallet import format key, this is a key which you use when using importprivkey)

    Syntax: dumpprivkey YOURPUBLICWALLETADDRESS

    Example: dumpprivkey iVpM86NFUfcVENXKnxSgrzexbKSxYhjdMN

    Output (WIF): PewY3FuQKrzMxLhy4e44NejEN2yo4Fkpdicc2QqBavKiDFDdtygj

    Test key by importing into another wallet (or own):

    Syntax: importprivkey WALLETIMPORTFORMATPRIVATEKEY "LABEL" RESCAN(true/false)

    EXAMPLE: importprivkey PewY3FuQKrzMxLhy4e44NejEN2yo4Fkpdicc2QqBavKiDFDdtygj false

    Check if key is valid after import: validateaddress iVpM86NFUfcVENXKnxSgrzexbKSxYhjdMN

    Output:

    "isvalid": true,
    "address": "iVpM86NFUfcVENXKnxSgrzexbKSxYhjdMN",
    "ismine": true,
    "iswatchonly": false,
    "isscript": false,
    "pubkey": "02d16d715e25122c6d4423960669941e8c7a682929175ce18ad8b278334c646552",
    "iscompressed": true,
    "account": "TestAddressPUBLIC!!!!"
    

Backup datadir/wallet.dat

It is never bad idea to backup full folder. Wallet.dat should be backed up, even if you backup private keys. Please do both, backup always your private keys before starting using a wallet, then

    • Shutdown your wallet
    • Make sure it does not run
    • Backup/Copy your full data dir or parts of it

ION coin Qt and Daemon Info

Builds

HOW TO: Compile iond Daemon from source

HOW TO: Compile the ION QT wallet on Ubuntu

Snapcraft installs

Install ION client in a snap

Upgrade

HOW TO: Upgrade to ION 5.0

ION Masternodes

ION Masternode FAQ

HOW TO: ION 5.0 Masternode Quickstart Guide

HOW TO: Setup ION 5.0 remote Masternode with Ubuntu remote and local QT wallet(DASH-Rebase)

ION coincore QT wallet ELECTRON MINING

Mining ION coin ELECTRON tokens with Proof of Work

ionomy Sharenodes

ionomy Zendesk hosted Sharenodes and dedicated Masternodes FAQ

ION Chain Token System

Atomic Token Protocol (ATP) Overview

ION Token system Basic Operations

UseCases tokens Create-New-Token

UseCases tokens Send-tokens

UseCases tokens Token-balance

UseCases tokens View-token-information

Testing ION tokens on regtest

UseCases regtest Start-regtest

UseCases regtest Access Token Management Key

ION Token group management

UseCases tokens Key-rotation-with-token-authorities

Create and distribute the XDM token according to the IEO

UseCases tokens Create-Management-Tokens

UseCases tokens Drop-token-mint-capability

UseCases tokens Find-token-authorities

General FAQ

How to backup my wallet and its data

How to: backup ION coin blockchain database

HOW TO: Export Private Keys from ION QT

HOW TO: Import private key to ION 3.0 Wallet

How to generate an onion privacy address

Multisend

User-Documentation

Accounts-Explained

ION-coin-Data-Directory

Raw-Transactions

Running-ION

Gitian

Gitian Building

Gitian-building-create-VM-Debian

Gitian-building-create-Debian-VMware

Gitian-building-create-VM-Fedora

Gitian-building-setup-Gitian-Debian

Gitian-building-setup-Gitian-Debian-Google-Console

Gitian-building-setup-Gitian-Debian-Google-Console-Create-instance-template

Gitian-building-setup-Gitian-Debian-Google-Console-Create-VM-from-template

Gitian-building-setup-Gitian-Fedora

Zerocoin

HOW TO: Convert Zerocoin xION to ION

How to: Backup and restore xION Zerocoin private seed

Developer-Documentation

API-Calls-List

API-Reference-JSON-RPC

Weekly Play to Win ION coin mobile gaming tournaments

How do I get involved

ionomy extra info

XDM DarkMatter IEO

ionomy Support Help Centre

ionomy web links and info

ION coin Technical Whitepaper

ion coin Bounty Procedures

ionomy Bounty Information

ionomy ION current events

Clone this wiki locally