How to install Verus ChainTools - monkins1010/Verusguideassets GitHub Wiki
Installing ChainTools
We need to install the ChainTools on the webserver so we can remotely run the setup.
cd
To get back to the wallet directory.
git clone https://github.com/monkins1010/ChainTools.git
This will make a folder called ~/ChainTools
with a mini server in that acts a go between from the Shop to the wallet.
Then install some dependances to allow chaintools to work with apache2 web server.
sudo apt --yes -qq install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-openssl-dev bsdmainutils automake curl screen unzip
sudo apt --yes -qq install php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip expect
sudo cp -ar ~/ChainTools /var/www/html
Put the ChainTools folder in your website.
sudo chown -R www-data:www-data /var/www/html/ChainTools
Go to http://yourwebsiteip/ChainTools/ in your web browser.
You'll see "Welcome to the VerusChainTools Installer"
copy down your private access code and update code and put it in a document somewhere safe on your computer preferably in a pass-worded file.
Choose VerusPay Wordpress mode
:warning::warning::warning:Important!!!!!!!! If you are selecting VRSC Type in VRSC even though its there:warning::warning::warning:
Then click Add chain
Type in a name and the VRSC wallet location as below
Fill in the payout address you want he shop to pay to.. e.g. you home personal VRSC addresses/
Press Save
The Website should change to Successfully Installed!
Need to firewall ChainTools folder so no access allowed by external see guide