Difference between revisions of "HowTo Create a wallet"
VeriBlockTim (talk | contribs) |
VeriBlockTim (talk | contribs) (→Mobile) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
See: [[Getting_Started]] | See: [[Getting_Started]] | ||
+ | |||
+ | See: https://veriblock.org/#wallet | ||
__TOC__ | __TOC__ | ||
Line 19: | Line 21: | ||
Disclaimer: This is a 3rd party wallet provider | Disclaimer: This is a 3rd party wallet provider | ||
− | See ZelCore: https://zel.network/project/zelcore/download.html | + | See direct [[ZelCore]]: https://zel.network/project/zelcore/download.html |
+ | |||
+ | Also see quick guide: [[Get_Address]] | ||
=== Offline === | === Offline === |
Latest revision as of 19:05, 4 February 2022
See: Getting_Started
See: https://veriblock.org/#wallet
Overview
One wallet can contain multiple addresses. Each address has a balance of coins.
PoP Mining and PoW Mining both require an address.
Wallet Applications
SPV
See: HowTo_run_SPV
Mobile
Disclaimer: This is a 3rd party wallet provider
See direct ZelCore: https://zel.network/project/zelcore/download.html
Also see quick guide: Get_Address
Offline
See: Offline_Wallet_CLI
Full Node
See: NodeCore_CommandLine
Create an address
Make an offline address without running a full node
Example: PoW Mining - send your rewards to an address
Just run the makeaddress tool here: https://github.com/VeriBlock/nodecore-releases/releases/download/v0.1.1-tools/makeaddress-0.1.2.zip
This address can later be imported into NodeCore via the importwallet command. NodeCore_CommandLine#importwallet
Make an address from a full node
NodeCore will create an address by default. If you install a full node, you can view this via getinfo or getbalance.
NodeCore_QuickStart#View_your_wallet
Common wallet tasks
How to view my wallet
Option 1: Use the command line: NodeCore_CommandLine
Option 2: Use the GUI Wallet: GUI_Wallet
How to encrypt my wallet
See: Wallet_Encryption
How to backup my wallet
The GUI_Wallet has a tab for backup/import.
The NC_CLI offers many backup/import related commands
- NodeCore_CommandLine#importwallet
- NodeCore_CommandLine#importprivatekey
- NodeCore_CommandLine#dumpprivatekey
- NodeCore_CommandLine#backupwallet
FAQ
How to create a vanity address
One could script the NC_CLI or grpc "getnewaddress" command/api - or one could simply use the makeaddress tool.
In a command-line shell, run the makeaddress program (makeaddress.bat on Windows) with additional command-line options.
#Example: Create an address, searching on 8 threads, that starts with 'Abc', like VAbc... makeaddress Abc true 8 #creates an address like so: VAbcXm2D1HG3BWhqWbKRVJnQCBkJEa