Difference between revisions of "GUI Wallet"

From Veriblock Wiki
Jump to: navigation, search
Line 12: Line 12:
 
== Overview == <!--T:3-->
 
== Overview == <!--T:3-->
 
The VeriBlock Wallet GUI provides a way to control your wallets through a very simple interface.
 
The VeriBlock Wallet GUI provides a way to control your wallets through a very simple interface.
 +
 +
<!--T:9-->
 +
[[File:Guiwallet_1.png|800px]]
  
 
<!--T:6-->
 
<!--T:6-->
Line 24: Line 27:
 
* Submit issues --> https://github.com/VeriBlock/nodecore-releases/issues
 
* Submit issues --> https://github.com/VeriBlock/nodecore-releases/issues
  
 
+
== Requisites ==
<!--T:8-->
+
* A local NodeCore instance (or access to a remote one)
This requires a live connection to NodeCore, just like the NC_CLI.
+
* Java 13+ (oracle/openjdk/adoptOpenJDK)
 
 
<!--T:9-->
 
[[File:Guiwallet_1.png|800px]]
 
  
 
== Features == <!--T:4-->
 
== Features == <!--T:4-->

Revision as of 15:29, 9 June 2020

Other languages:
English


See: Main_Page

Overview

The VeriBlock Wallet GUI provides a way to control your wallets through a very simple interface.

Guiwallet 1.png

Useful links:

Requisites

  • A local NodeCore instance (or access to a remote one)
  • Java 13+ (oracle/openjdk/adoptOpenJDK)

Features

  • Send transactions
  • View transactions
  • My Addresses
    • Add nicknames to an address
    • Set default address
  • Backup and Import wallet

General capabilities

  • Manage multiple addresses
  • Set a language
  • Copy any cell from a grid (Transactions, Addresses)
  • Manage the nodecore connection state (cannot connect, syncing, connected...)

FAQ

How do I import a wallet?

Goto the backup tab, which has both backup and import functions.

Then specify the wallet folder and click the "Import" button. This wraps the same command as available in NodeCore_CommandLine#importwallet

How can I add a new language?

Reach out on Discord/telegram for more details.