* VeriCoin is '''currently not''' working on the Pi but this will be [[#VeriCoin Wallet Installation|fixed soon]]...
 
* VeriCoin is '''currently not''' working on the Pi but this will be [[#VeriCoin Wallet Installation|fixed soon]]...
   −
== Pre-installed Images ==
+
== Pre-installed Images (RPi 3B) ==
    
There are three [https://drive.google.com/open?id=1x5adL38636lXh47WXc4GFFNn1Djm-Jz7 OS-images] available that have software pre-installed for different needs:
 
There are three [https://drive.google.com/open?id=1x5adL38636lXh47WXc4GFFNn1Djm-Jz7 OS-images] available that have software pre-installed for different needs:
 
=== Verium Miner Image ===
 
=== Verium Miner Image ===
 
'''Raspberry Pi Verium Mining OS Image''' features:
 
'''Raspberry Pi Verium Mining OS Image''' features:
# '''220 H/m''' using the latest fireworm miner, GCC7 and moderate Overclocking on latest raspbian stretch lite
+
# '''220 H/m''' using the latest fireworm miner, GCC7 and moderate [https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md Overclocking] on latest raspbian stretch lite
 
# Autostart configuration, Status script and Temperature Logging
 
# Autostart configuration, Status script and Temperature Logging
 
# Awesome welcome message with Verium ASCII Logo ;)
 
# Awesome welcome message with Verium ASCII Logo ;)
 
'''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>
+
<nowiki>addnode=vrmsupernode.vericoin.info
 +
addnode=vrmsupernode3.vericoin.info
 +
server=1
 +
listen=1
 +
daemon=1
 
rpcuser=YourSoloMiningName
 
rpcuser=YourSoloMiningName
 
rpcpassword=YourSoloMiningPassword
 
rpcpassword=YourSoloMiningPassword
 
rpcallowip=YourAccessIP
 
rpcallowip=YourAccessIP
rpcallowip=localhost
+
rpcallowip=localhost </nowiki>
</code>
+
 
You have to configure the IPs of the machines that should be able to connect.
 
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.
 
If you mine solo you have to come up with a username and a password for your miners to access the wallet.
    
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"