'''Updated for Version 1.1'''
 
'''Updated for Version 1.1'''
   −
The whole thing as a script: [[https://raw.githubusercontent.com/DJoeDt/verium/master/install_Verium_Wallet.sh Download Shell script]], thanks to [[https://vrm.mining-pool.ovh mining-pool.ovh]]
+
The whole thing as a script: [[https://raw.githubusercontent.com/DJoeDt/verium/master/install_Verium_Wallet.sh Download Shell script]], thanks to [https://vrm.mining-pool.ovh mining-pool.ovh]
  wget https://raw.githubusercontent.com/DJoeDt/verium/master/install_Verium_Wallet.sh
+
wget https://raw.githubusercontent.com/DJoeDt/verium/master/install_Verium_Wallet.sh
  chmod +x install_Verium_Wallet.sh
+
chmod +x install_Verium_Wallet.sh
  ./install_Verium_Wallet.sh
+
./install_Verium_Wallet.sh
 
It will do what is described in the step-wise [[Manual Verium Wallet Installation]] .
 
It will do what is described in the step-wise [[Manual Verium Wallet Installation]] .
       
The wallet should run now, but we need to go to its directory
 
The wallet should run now, but we need to go to its directory
  cd verium/wallet/src
+
cd verium/wallet/src
 
and get info about this by:
 
and get info about this by:
  ./veriumd getinfo  
+
./veriumd getinfo  
    
Now stop the wallet  
 
Now stop the wallet  
  ./veriumd stop
+
./veriumd stop
    
It is configured in  
 
It is configured in  
  nano verium.conf
+
nano verium.conf
 
scroll to its very end, the lines to configure are
 
scroll to its very end, the lines to configure are
 
<code>
 
<code>
    
Now start the wallet again  
 
Now start the wallet again  
  ./veriumd  
+
./veriumd  
    
The most important thing right now is your wallets address gotten by
 
The most important thing right now is your wallets address gotten by
  ./veriumd getaddressesbyaccount ""
+
  ./veriumd getaddressesbyaccount ""
    
Finally '''backup''' by
 
Finally '''backup''' by
  cp ~/.verium/wallet.dat somewhere/save/wallet.dat
+
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.
 
To restore your wallet just do a fresh installation and replace the new wallet.dat with your saved one.
       
Learn how to use the Verium Daemon
 
Learn how to use the Verium Daemon
  ./veriumd help
+
./veriumd help
 
will print a wall of text with commands and
 
will print a wall of text with commands and
Exception encountered, of type "Error"