Difference between revisions of "HowTo run SPV"

From Veriblock Wiki
Jump to: navigation, search
Line 5: Line 5:
 
NodeCore SPV (Simple Payment Verification) is a light wallet that allows a user to see their balance and send VBK without downloading, syncing, and running a full node.
 
NodeCore SPV (Simple Payment Verification) is a light wallet that allows a user to see their balance and send VBK without downloading, syncing, and running a full node.
  
DOWNLOAD: https://mirror1.veriblock.org/veriblock-spv-0.4.9-rc.4.dev.62.zip
+
DOWNLOAD: https://mirror1.veriblock.org/veriblock-spv-0.4.10.zip
  
 
Run veriblock-spv.bat
 
Run veriblock-spv.bat

Revision as of 00:33, 22 September 2020

Overview

NodeCore SPV (Simple Payment Verification) is a light wallet that allows a user to see their balance and send VBK without downloading, syncing, and running a full node.

DOWNLOAD: https://mirror1.veriblock.org/veriblock-spv-0.4.10.zip

Run veriblock-spv.bat

Tested on OpenJDK 8, 11, 14, for Windows and Ubuntu Linux

Spv download 2.png

Source Code

Github: https://github.com/VeriBlock/nodecore/tree/develop/nodecore-spv

Commands

SPV has a subset of commands: https://wiki.veriblock.org/index.php/NodeCore_CommandLine

help
Commands:
    clear
    quit|leave|close|exit
    help|?|/?|h|/h|h?|showcommands
    getbalance|getbal|bal
    getstateinfo|stateinfo|state|getstate
    send|sendtoaddress|sendtoaddr
    lockwallet
    unlockwallet
    decryptwallet
    encryptwallet
    importwallet
    backupwallet
    getnewaddress

Configuration

File: application.conf

# Default Configuration of VeriBlock SPV
# Options: mainnet | testnet | alphanet 
network: mainnet

Appendix

Known Issues

SPV does not show locked coins (from MainNet launch). If you have a locked-coin balance, SPV will still show as zero.

Running importwallet may take a few minutes to sync the new wallet.