-
Notifications
You must be signed in to change notification settings - Fork 5
How to backup my wallet and its data
To backup your private keys, start your wallet (bytzd/bytz-qt).
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 sYgsEFPcUwn14uCA3wHHXXj7ooJd4Cset1
Output (WIF):
Mof1gNVnfaMVLFXZd6jaQB75ujjBsGrrCsEBPgaPLhz9uyU6frRG
Test key by importing into another wallet (or own):
Syntax:
importprivkey WALLETIMPORTFORMATPRIVATEKEY "LABEL" RESCAN(true/false)
EXAMPLE:
importprivkey Mof1gNVnfaMVLFXZd6jaQB75ujjBsGrrCsEBPgaPLhz9uyU6frRG false
Check if key is valid after import:
getaddressinfo sYgsEFPcUwn14uCA3wHHXXj7ooJd4Cset1
- Backup your WIF (Wallet import format key, this is a key which you use when using
{
"address": "sYgsEFPcUwn14uCA3wHHXXj7ooJd4Cset1",
"scriptPubKey": "76a9149e62d2c5ded2f941b54ffe7c4cf56af9908d3a4a88ac",
"ismine": true,
"iswatchonly": false,
"isscript": false,
"pubkey": "023fc72611ccd9e64193c8d9cd2a3ca778aead15f9d5716b0c9b168f4f545bafe3",
"iscompressed": true,
"label": "TestAddressPUBLIC!!!!",
"timestamp": 1635772045,
"labels": [
{
"name": "TestAddressPUBLIC!!!!",
"purpose": "receive"
}
]
}
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
Builds
HOW TO: Compile the Bytz daemon from source
Bytz Guardian Validator Nodes
HOWTO: Bytz 2.0 GVT Quickstart Guide
HOWTO: Setup Bytz 2.0 remote Masternode with Ubuntu remote and local QT wallet
Bytz Currency Token System - ATP
Atomic Token Protocol (ATP) Overview
Bytz Token system Basic Operations
Create new token
Send tokens
Use Cases - Create new NFT
Token balance
View token information
Testing Bytz tokens on regtest
Start regtest
Access Token Management Key
Bytz Token group management
Key rotation with token authorities
Create and distribute the GVT token for starting a GVN
Create Management Tokens
Drop token mint capability
Find token authorities
General FAQ
HOWTO: Backup my wallet and its data
HOWTO: Backup Bytz coin blockchain database
HOWTO: Export private Keys from Bytz Qt
HOWTO: Import private key to Bytz 2.0 Wallet
User-Documentation
Accounts-Explained
Bytz currency data directory
Raw transactions
Running Bytz
Gitian
Gitian Building
Create Debian - VirtualBox
Create Debian - VMWare
Create Debian - Google Console
Setup Gitian - Debian - VirtualBox
Setup Gitian - Ubuntu - VirtualBox
Setup Gitian - Debian - Google Console
Bytz
Developer-Documentation
API-Calls-List
API-Reference-JSON-RPC