Skip to content

Commit

Permalink
update zerocoin tag and gdiscord script page
Browse files Browse the repository at this point in the history
  • Loading branch information
tooshameless committed Nov 25, 2018
1 parent e9815de commit 11c84f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions coinswap/walletinstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ This feature will allow you to control your wallet inputs, to verify that all co
3. Click on the **Wallet** tab
4. Click the check-box that says **Enable coin control features**

Disable zXLIB Automint
Disable XLIBz Automint
----------------------

This feature will disable the auto minting of LBRT into zLBRT.
This feature will disable the auto minting of XLIB into XLIBz.

1. Open the Liberty Wallet and click on **Settings**
2. Select **Options**
3. Click on the **Main** tab
4. Uncheck the check-box that says **Enable zLBRT Automint**
4. Uncheck the check-box that says **Enable XLIBz Automint**
5. Click **OK** to close the wallet options.

**NOTE: THIS IS A CRITICAL STEP FOR THOSE THAT PLAN TO RUN A MASTERNODE**
Expand Down
6 changes: 4 additions & 2 deletions masternodes/masternodes_templates/gdiscordinstallscript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ This section is to provide MasterNode users with a simple install script to setu

* First retrieve the script on your fresh linux VPS.::
wget https://raw.githubusercontent.com/gdiscord/cryptocoins/master/start_xlib_mn.sh
wget https://raw.githubusercontent.com/gdiscord/cryptocoins/master/start_xlib_mn.sh && chmod +x ./start_xlib_mn.sh

* Then run the script and it will prompt you with the proper usage documentation.::
bash start_xlib_mn.sh
./start_xlib_mn.sh

* NOTE: Must be run as 'root'

0 comments on commit 11c84f0

Please sign in to comment.