Donate VRC/VRM for the Wiki to VBzaNDExHyFpnNvYc5QH5e4ipBZqxxPnKJ . Thank you, Joe.

Verium Wallet

From VeriCoin & Verium Wiki
Revision as of 11:33, 2 December 2017 by Joe rondx (Talk | contribs) (Configuration)

Jump to: navigation, search

You need a wallet software where your Verium is stored. The wallet should run 24/7 to keep the network stable. Thus an energy efficient device is mandatory these days. It doesn't need much computing power.

You also need a mining software to mine Verium and store it in your wallet.

Slack command

!vrmwallets to be change to:

 https://wiki.vericoin.info/index.php?title=Verium_Wallet

Download Verium Mining Vault - Version 1.1 (New)

Mine In The Verium Vault 1.1 Released Oct 25, 2017 Release Notes   Choose your preferred platform

Windows

Mac OS

OS X Vault (64 Bit)

Linux

Linux Vault (64 Bit) Linux Vault (32 Bit)

Source Code

Source (Code Repository)

Installation Guides

Blockchain sync [Verium Bootstrap https://vrm.mining-pool.ovh/bootstrap/bootstrap.zip !bootstrap]

Windows

Mac OS

Linux

Updated for Version 1.1

The whole thing as a script: [Download Shell script] or use

 wget https://raw.githubusercontent.com/DJoeDt/verium/master/install_Verium_Wallet.sh
 chmod +x install_Verium_Wallet.sh
 ./install_Verium_Wallet.sh

It will do what is described in the step-wise Manual Verium Wallet Installation .

In case you see ERRORS like -No such file... - it actually helps to run the script again since probably the installation of some dependencies failed.

Raspberry Pi

First step is the choice of an image for the RPi, the current "stretch" images do not work. Raspbian Jessie is what works [Raspbian Jessie].

Then proceed with the Linux script or the step-wise Manual Verium Wallet Installation .

Source Code

Compile yourself.

Wallet Configuration & Usage

The wallet should run now, but we need to go to its directory

 cd verium/wallet/src

and get info about this by:

 ./veriumd getinfo 

Now stop the wallet

 ./veriumd stop

Configuration

It is configured in

 nano verium.conf

scroll to its very end, the lines to configure are

rpcuser=YourSoloMiningName
rpcpassword=YourSoloMiningPassword
rpcallowip=YourAccessIP
rpcallowip=localhost

You have to configure the IPs of the machines that should be able to connect. If you mine solo you have to come up with a username and a password for your miners to access the wallet.

Get your address

Now start the wallet again

 ./veriumd 

The most important thing right now is your wallets address gotten by

  ./veriumd getaddressesbyaccount ""

Backup

Finally backup by

 cp ~/.verium/wallet.dat somewhere/save/wallet.dat

To restore your wallet just do a fresh installation and replace the new wallet.dat with your saved one.

The most important thing you need to keep backed up is your private keys for your address(s) which are stored in the wallet.dat . Store & Secure both VeriCoin & Verium in One Paper Wallet [Paper Wallet Link]

Help

Learn how to use the Verium Daemon

 ./veriumd help

will print a wall of text with commands and

 ./veriumd help [command]

explains each further.

further wallet commands

further wallet commands