diff --git a/assets/myce.jpg b/assets/myce.jpg
new file mode 100644
index 00000000..d3039d18
Binary files /dev/null and b/assets/myce.jpg differ
diff --git a/config/absolutecoin/absolutecoin.compile b/config/absolutecoin/absolutecoin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/absolutecoin/absolutecoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/absolutecoin/absolutecoin.conf b/config/absolutecoin/absolutecoin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/absolutecoin/absolutecoin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/absolutecoin/absolutecoin.env b/config/absolutecoin/absolutecoin.env
new file mode 100644
index 00000000..fd05b7d1
--- /dev/null
+++ b/config/absolutecoin/absolutecoin.env
@@ -0,0 +1,5 @@
+CODENAME=absolutecoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/absoluted}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-18888}
+GIT_URL=https://github.com/absolute-community/absolute.git
+SCVERSION="master"
diff --git a/config/adultchain/adultchain.compile b/config/adultchain/adultchain.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/adultchain/adultchain.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/adultchain/adultchain.conf b/config/adultchain/adultchain.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/adultchain/adultchain.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/adultchain/adultchain.env b/config/adultchain/adultchain.env
new file mode 100644
index 00000000..a51fd691
--- /dev/null
+++ b/config/adultchain/adultchain.env
@@ -0,0 +1,5 @@
+CODENAME=adultchain
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/adultchaind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-6969}
+GIT_URL=https://github.com/AdultChain/AdultChain.git
+SCVERSION="tags/v1.2.2.0"
diff --git a/config/aeriumx/aeriumx.compile b/config/aeriumx/aeriumx.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/aeriumx/aeriumx.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/aeriumx/aeriumx.conf b/config/aeriumx/aeriumx.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/aeriumx/aeriumx.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/aeriumx/aeriumx.env b/config/aeriumx/aeriumx.env
new file mode 100644
index 00000000..1ee5c5f5
--- /dev/null
+++ b/config/aeriumx/aeriumx.env
@@ -0,0 +1,6 @@
+# name: AeriumX
+CODENAME=aeriumx
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/aeriumxd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-35407}
+GIT_URL=https://github.com/aeriumcoin/AeriumX.git
+SCVERSION="master"
diff --git a/config/apollon/apollon.compile b/config/apollon/apollon.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/apollon/apollon.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/apollon/apollon.conf b/config/apollon/apollon.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/apollon/apollon.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/apollon/apollon.env b/config/apollon/apollon.env
new file mode 100644
index 00000000..57e25e57
--- /dev/null
+++ b/config/apollon/apollon.env
@@ -0,0 +1,6 @@
+#name: Apollon
+CODENAME=apollon
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/apollond}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-12218}
+GIT_URL=https://github.com/apollondeveloper/ApollonCore.git
+SCVERSION="tags/1.0.0"
diff --git a/config/beetlecoin/beetlecoin.compile b/config/beetlecoin/beetlecoin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/beetlecoin/beetlecoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/beetlecoin/beetlecoin.conf b/config/beetlecoin/beetlecoin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/beetlecoin/beetlecoin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/beetlecoin/beetlecoin.env b/config/beetlecoin/beetlecoin.env
new file mode 100644
index 00000000..23878456
--- /dev/null
+++ b/config/beetlecoin/beetlecoin.env
@@ -0,0 +1,5 @@
+CODENAME=beetlecoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/beetlecoind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-3133}
+GIT_URL=https://github.com/beetledev/Wallet.git
+SCVERSION="tags/v2.0"
diff --git a/config/castle/castle.compile b/config/castle/castle.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/castle/castle.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/castle/castle.conf b/config/castle/castle.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/castle/castle.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/castle/castle.env b/config/castle/castle.env
new file mode 100644
index 00000000..08ffd434
--- /dev/null
+++ b/config/castle/castle.env
@@ -0,0 +1,6 @@
+# name: Castle
+CODENAME=castle
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/castled}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-35801}
+GIT_URL=https://github.com/growaleaf/CastleMN.git
+SCVERSION="tags/2.0.3"
diff --git a/config/cazcoin/cazcoin.compile b/config/cazcoin/cazcoin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/cazcoin/cazcoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/cazcoin/cazcoin.conf b/config/cazcoin/cazcoin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/cazcoin/cazcoin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/cazcoin/cazcoin.env b/config/cazcoin/cazcoin.env
new file mode 100644
index 00000000..27cd3db4
--- /dev/null
+++ b/config/cazcoin/cazcoin.env
@@ -0,0 +1,5 @@
+CODENAME=cazcoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/cazcoind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-17350}
+GIT_URL=https://github.com/copicogithub1/cazcoin.git
+SCVERSION="master"
diff --git a/config/crowd/crowd.env b/config/crowd/crowd.env
index 03706601..48638944 100644
--- a/config/crowd/crowd.env
+++ b/config/crowd/crowd.env
@@ -2,4 +2,4 @@ CODENAME=crowd
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/crowdcoind}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-33472}
GIT_URL=https://github.com/crowdcoinChain/Crowdcoin.git
-SCVERSION="tags/1.1.0"
\ No newline at end of file
+SCVERSION="tags/2.0.0"
\ No newline at end of file
diff --git a/config/cryptoflow/cryptoflow.compile b/config/cryptoflow/cryptoflow.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/cryptoflow/cryptoflow.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/cryptoflow/cryptoflow.conf b/config/cryptoflow/cryptoflow.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/cryptoflow/cryptoflow.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/cryptoflow/cryptoflow.env b/config/cryptoflow/cryptoflow.env
new file mode 100644
index 00000000..abba5eb8
--- /dev/null
+++ b/config/cryptoflow/cryptoflow.env
@@ -0,0 +1,5 @@
+CODENAME=cryptoflow
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/cryptoflowd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-3333}
+GIT_URL=https://github.com/CryptoFlowCoin/CryptoFlowCoin.git
+SCVERSION="tags/v1.2.0.0"
diff --git a/config/deviantcoin/deviantcoin.compile b/config/deviantcoin/deviantcoin.compile
new file mode 100644
index 00000000..9513e69c
--- /dev/null
+++ b/config/deviantcoin/deviantcoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+chmod u+x share/genbuild.sh
+chmod u+x src/leveldb/build_detect_platform
+chmod u+x ./autogen.sh && ./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
+make
+make install
diff --git a/config/deviantcoin/deviantcoin.env b/config/deviantcoin/deviantcoin.env
new file mode 100644
index 00000000..e25b8e81
--- /dev/null
+++ b/config/deviantcoin/deviantcoin.env
@@ -0,0 +1,5 @@
+CODENAME=deviantcoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/deviantd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-7118}
+GIT_URL=https://github.com/Deviantcoin/Source.git
+SCVERSION="master"
diff --git a/config/dynamic/dynamic.compile b/config/dynamic/dynamic.compile
new file mode 100755
index 00000000..471c85fc
--- /dev/null
+++ b/config/dynamic/dynamic.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+chmod u+x share/genbuild.sh
+chmod u+x src/leveldb/build_detect_platform
+chmod u+x ./autogen.sh && ./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
+make
+make install
\ No newline at end of file
diff --git a/config/dynamic/dynamic.env b/config/dynamic/dynamic.env
new file mode 100644
index 00000000..b8ec75e7
--- /dev/null
+++ b/config/dynamic/dynamic.env
@@ -0,0 +1,6 @@
+# Dynamic
+CODENAME=dynamic
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/dynamicd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-33300}
+GIT_URL=https://github.com/duality-solutions/Dynamic.git
+SCVERSION="tags/2.3.5.0"
diff --git a/config/graphcoin/graphcoin.compile b/config/graphcoin/graphcoin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/graphcoin/graphcoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/graphcoin/graphcoin.conf b/config/graphcoin/graphcoin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/graphcoin/graphcoin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/graphcoin/graphcoin.env b/config/graphcoin/graphcoin.env
new file mode 100644
index 00000000..67a3d358
--- /dev/null
+++ b/config/graphcoin/graphcoin.env
@@ -0,0 +1,5 @@
+CODENAME=graphcoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/graphcoind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-22629}
+GIT_URL=https://github.com/Graphcoin/source.git
+SCVERSION="tags/2.5.2.0"
diff --git a/config/helium/helium.compile b/config/helium/helium.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/helium/helium.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/helium/helium.conf b/config/helium/helium.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/helium/helium.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/helium/helium.env b/config/helium/helium.env
new file mode 100644
index 00000000..7a33c2c2
--- /dev/null
+++ b/config/helium/helium.env
@@ -0,0 +1,6 @@
+#helium
+CODENAME=helium
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/heliumd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9009}
+GIT_URL=https://github.com/heliumchain/helium.git
+SCVERSION="tags/0.15.2“
diff --git a/config/huzu/huzu.compile b/config/huzu/huzu.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/huzu/huzu.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/huzu/huzu.conf b/config/huzu/huzu.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/huzu/huzu.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/huzu/huzu.env b/config/huzu/huzu.env
new file mode 100644
index 00000000..7cf5b1c3
--- /dev/null
+++ b/config/huzu/huzu.env
@@ -0,0 +1,6 @@
+# name: Huzu
+CODENAME=huzu
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/huzud}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-51992}
+GIT_URL=https://github.com/HUZU-Project/HUZU.git
+SCVERSION="master"
diff --git a/config/myce/myce.compile b/config/myce/myce.compile
new file mode 100644
index 00000000..471c85fc
--- /dev/null
+++ b/config/myce/myce.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+chmod u+x share/genbuild.sh
+chmod u+x src/leveldb/build_detect_platform
+chmod u+x ./autogen.sh && ./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
+make
+make install
\ No newline at end of file
diff --git a/config/myce/myce.env b/config/myce/myce.env
new file mode 100644
index 00000000..eb9ba493
--- /dev/null
+++ b/config/myce/myce.env
@@ -0,0 +1,5 @@
+CODENAME=myce
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/myced}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-23511}
+GIT_URL=https://github.com/myceworld/myce.git
+SCVERSION="master"
\ No newline at end of file
diff --git a/config/new_coin_template/coin.compile b/config/new_coin_template/coin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/new_coin_template/coin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/new_coin_template/coin.conf b/config/new_coin_template/coin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/new_coin_template/coin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/new_coin_template/coin.env b/config/new_coin_template/coin.env
new file mode 100644
index 00000000..dd810634
--- /dev/null
+++ b/config/new_coin_template/coin.env
@@ -0,0 +1,5 @@
+CODENAME=coin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/coind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-31337}
+GIT_URL=https://github.com/cointeam/coin.git
+SCVERSION="tags/2.5.2.0"
diff --git a/config/phc/phc.compile b/config/phc/phc.compile
new file mode 100755
index 00000000..462fb774
--- /dev/null
+++ b/config/phc/phc.compile
@@ -0,0 +1,8 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+#./autogen.sh
+#./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+
+cd phc/src
+make -f makefile.unix
diff --git a/config/phc/phc.conf b/config/phc/phc.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/phc/phc.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/phc/phc.env b/config/phc/phc.env
new file mode 100644
index 00000000..e0d16fb0
--- /dev/null
+++ b/config/phc/phc.env
@@ -0,0 +1,5 @@
+CODENAME=phc
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/phcd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-20060}
+GIT_URL=https://github.com/profithunterscoin/phc.git
+SCVERSION="master"
diff --git a/config/quantis/quantis.compile b/config/quantis/quantis.compile
new file mode 100755
index 00000000..b85c7018
--- /dev/null
+++ b/config/quantis/quantis.compile
@@ -0,0 +1,9 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+#./autogen.sh
+#./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+#make
+#make install
+cd src/
+make -f makefile.unix USE_UPNP=
diff --git a/config/quantis/quantis.conf b/config/quantis/quantis.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/quantis/quantis.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/quantis/quantis.env b/config/quantis/quantis.env
new file mode 100644
index 00000000..67b2220b
--- /dev/null
+++ b/config/quantis/quantis.env
@@ -0,0 +1,5 @@
+CODENAME=quantis
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/quantisd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-5050}
+GIT_URL=https://github.com/QuantisNetwork/Quantis-public.git
+SCVERSION="master"
diff --git a/config/seedcoin/seedcoin.compile b/config/seedcoin/seedcoin.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/seedcoin/seedcoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/seedcoin/seedcoin.conf b/config/seedcoin/seedcoin.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/seedcoin/seedcoin.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/seedcoin/seedcoin.env b/config/seedcoin/seedcoin.env
new file mode 100644
index 00000000..84d1d52e
--- /dev/null
+++ b/config/seedcoin/seedcoin.env
@@ -0,0 +1,5 @@
+CODENAME=seedcoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/seedcoind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-31821}
+GIT_URL=https://github.com/seedcoinfoundation/Seedcoin.git
+SCVERSION="tags/v1.0"
diff --git a/config/smart/smart.env b/config/smart/smart.env
index 082cddf8..f3632459 100644
--- a/config/smart/smart.env
+++ b/config/smart/smart.env
@@ -2,4 +2,4 @@ CODENAME=smart
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/smartcashd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9678}
GIT_URL=https://github.com/SmartCash/Core-Smart.git
-SCVERSION="tags/v1.2.5"
\ No newline at end of file
+SCVERSION="tags/v1.2.6"
\ No newline at end of file
diff --git a/config/thehempcoin/thehempcoin.compile b/config/thehempcoin/thehempcoin.compile
new file mode 100644
index 00000000..471c85fc
--- /dev/null
+++ b/config/thehempcoin/thehempcoin.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+chmod u+x share/genbuild.sh
+chmod u+x src/leveldb/build_detect_platform
+chmod u+x ./autogen.sh && ./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
+make
+make install
\ No newline at end of file
diff --git a/config/thehempcoin/thehempcoin.env b/config/thehempcoin/thehempcoin.env
new file mode 100644
index 00000000..fb1a2383
--- /dev/null
+++ b/config/thehempcoin/thehempcoin.env
@@ -0,0 +1,5 @@
+CODENAME=thehempcoin
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/hempcoind}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-27577}
+GIT_URL=https://github.com/hempcoin-project/hempcoin.git
+SCVERSION="master"
diff --git a/config/trittium/trittium.compile b/config/trittium/trittium.compile
new file mode 100644
index 00000000..9513e69c
--- /dev/null
+++ b/config/trittium/trittium.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+chmod u+x share/genbuild.sh
+chmod u+x src/leveldb/build_detect_platform
+chmod u+x ./autogen.sh && ./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
+make
+make install
diff --git a/config/trittium/trittium.env b/config/trittium/trittium.env
new file mode 100644
index 00000000..481f9730
--- /dev/null
+++ b/config/trittium/trittium.env
@@ -0,0 +1,5 @@
+CODENAME=trittium
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/trittiumd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-30001}
+GIT_URL=https://github.com/Trittium/trittium.git
+SCVERSION="master"
diff --git a/config/xuma/xuma.compile b/config/xuma/xuma.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/xuma/xuma.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/xuma/xuma.conf b/config/xuma/xuma.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/xuma/xuma.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/xuma/xuma.env b/config/xuma/xuma.env
new file mode 100644
index 00000000..02cf0f26
--- /dev/null
+++ b/config/xuma/xuma.env
@@ -0,0 +1,5 @@
+CODENAME=xuma
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/xumad}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-19777}
+GIT_URL=https://github.com/xumacoin/xuma-core.git
+SCVERSION="tags/1.4.0.3"
diff --git a/config/zeroone/zeroone.compile b/config/zeroone/zeroone.compile
new file mode 100755
index 00000000..5aa64acc
--- /dev/null
+++ b/config/zeroone/zeroone.compile
@@ -0,0 +1,7 @@
+#!/bin/bash
+# this file contains all commands to compile and install the daemon
+
+./autogen.sh
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc --with-incompatible-bdb CFLAGS="-march=native" LIBS="-lcurl -lssl -lcrypto -lz"
+make
+make install
\ No newline at end of file
diff --git a/config/zeroone/zeroone.conf b/config/zeroone/zeroone.conf
new file mode 100644
index 00000000..be115d01
--- /dev/null
+++ b/config/zeroone/zeroone.conf
@@ -0,0 +1,52 @@
+################################
+# basic settings
+################################
+txindex=1
+logtimestamps=1
+listen=1
+daemon=1
+staking=0
+gen=0
+maxconnections=256
+bind=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX
+
+#############################
+# nodes we want to stick to
+#############################
+# addnode=seed1.coinseed.org
+
+
+################################
+# masternode specific settings
+################################
+masternode=1
+#### INSERT YOUR MASTERNODE PRIVATEKEY BELOW ####################################################
+masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
+#################################################################################################
+#
+# b.
+# 88b Insert your generated masternode privkey here
+# 888b.
+# 88888b
+# 888888b.
+# 8888P"
+# P" `8.
+# `8.
+# `8
+#################################################################################################
+
+#############################
+# optional indices
+#############################
+addressindex=1
+timestampindex=1
+spentindex=1
+
+#############################
+# JSONRPC
+#############################
+server=1
+rpcuser=XXX_GIT_PROJECT_XXXrpc
+rpcpassword=XXX_PASS_XXX
+rpcallowip=127.0.0.1
+rpcport=555XXX_NUM_XXX
\ No newline at end of file
diff --git a/config/zeroone/zeroone.env b/config/zeroone/zeroone.env
new file mode 100644
index 00000000..3716e6fb
--- /dev/null
+++ b/config/zeroone/zeroone.env
@@ -0,0 +1,5 @@
+CODENAME=zeroone
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/zerooned}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-10000}
+GIT_URL=https://github.com/zocteam/zeroonecoin.git
+SCVERSION="tags/v0.12.3.4"
diff --git a/docs/images/masternode_vps/accessing-your-vps-via-ssh.png b/docs/images/masternode_vps/accessing-your-vps-via-ssh.png
deleted file mode 100644
index 4410cebf..00000000
Binary files a/docs/images/masternode_vps/accessing-your-vps-via-ssh.png and /dev/null differ
diff --git a/docs/images/masternode_vps/activating-additional-features--ipv6-.png b/docs/images/masternode_vps/activating-additional-features--ipv6-.png
deleted file mode 100644
index 149d1472..00000000
Binary files a/docs/images/masternode_vps/activating-additional-features--ipv6-.png and /dev/null differ
diff --git a/docs/images/masternode_vps/controller_conf_partial.png b/docs/images/masternode_vps/controller_conf_partial.png
deleted file mode 100644
index 2c84e320..00000000
Binary files a/docs/images/masternode_vps/controller_conf_partial.png and /dev/null differ
diff --git a/docs/images/masternode_vps/deploy-a-new-system.png b/docs/images/masternode_vps/deploy-a-new-system.png
deleted file mode 100644
index b50438ba..00000000
Binary files a/docs/images/masternode_vps/deploy-a-new-system.png and /dev/null differ
diff --git a/docs/images/masternode_vps/end-of-installation.png b/docs/images/masternode_vps/end-of-installation.png
deleted file mode 100644
index ee9bcc7c..00000000
Binary files a/docs/images/masternode_vps/end-of-installation.png and /dev/null differ
diff --git a/docs/images/masternode_vps/first-ssh-session.png b/docs/images/masternode_vps/first-ssh-session.png
deleted file mode 100644
index 95e07b3b..00000000
Binary files a/docs/images/masternode_vps/first-ssh-session.png and /dev/null differ
diff --git a/docs/images/masternode_vps/get-a-vps-system-for-your-masternode-s-.png b/docs/images/masternode_vps/get-a-vps-system-for-your-masternode-s-.png
deleted file mode 100644
index 8e54d2ba..00000000
Binary files a/docs/images/masternode_vps/get-a-vps-system-for-your-masternode-s-.png and /dev/null differ
diff --git a/docs/images/masternode_vps/gitcoin.png b/docs/images/masternode_vps/gitcoin.png
deleted file mode 100644
index 2217186e..00000000
Binary files a/docs/images/masternode_vps/gitcoin.png and /dev/null differ
diff --git a/docs/images/masternode_vps/hostnames--amp--number-of-vps.png b/docs/images/masternode_vps/hostnames--amp--number-of-vps.png
deleted file mode 100644
index 5ad25057..00000000
Binary files a/docs/images/masternode_vps/hostnames--amp--number-of-vps.png and /dev/null differ
diff --git a/docs/images/masternode_vps/insert-your-masternode-private-key.png b/docs/images/masternode_vps/insert-your-masternode-private-key.png
deleted file mode 100644
index a8cd1b40..00000000
Binary files a/docs/images/masternode_vps/insert-your-masternode-private-key.png and /dev/null differ
diff --git a/docs/images/masternode_vps/install-the-desired-masternode-and-amount.png b/docs/images/masternode_vps/install-the-desired-masternode-and-amount.png
deleted file mode 100644
index 67e075ca..00000000
Binary files a/docs/images/masternode_vps/install-the-desired-masternode-and-amount.png and /dev/null differ
diff --git a/docs/images/masternode_vps/intro.png b/docs/images/masternode_vps/intro.png
deleted file mode 100644
index 6142f738..00000000
Binary files a/docs/images/masternode_vps/intro.png and /dev/null differ
diff --git a/docs/images/masternode_vps/linux-distribution--ubuntu-1604-lts-.png b/docs/images/masternode_vps/linux-distribution--ubuntu-1604-lts-.png
deleted file mode 100644
index c01e8d60..00000000
Binary files a/docs/images/masternode_vps/linux-distribution--ubuntu-1604-lts-.png and /dev/null differ
diff --git a/docs/images/masternode_vps/location-choice.png b/docs/images/masternode_vps/location-choice.png
deleted file mode 100644
index 7a82ee7e..00000000
Binary files a/docs/images/masternode_vps/location-choice.png and /dev/null differ
diff --git a/docs/images/masternode_vps/masternode-configuration-files.png b/docs/images/masternode_vps/masternode-configuration-files.png
deleted file mode 100644
index 2ed8cf3e..00000000
Binary files a/docs/images/masternode_vps/masternode-configuration-files.png and /dev/null differ
diff --git a/docs/images/masternode_vps/vps-size.png b/docs/images/masternode_vps/vps-size.png
deleted file mode 100644
index 5e0aee2b..00000000
Binary files a/docs/images/masternode_vps/vps-size.png and /dev/null differ
diff --git a/docs/masternode_vps.md b/docs/masternode_vps.md
deleted file mode 100644
index 25bff7d4..00000000
--- a/docs/masternode_vps.md
+++ /dev/null
@@ -1,195 +0,0 @@
-# Slick masternode VPS setup for all your beloved crypto masternodes (Vultr example)
-
-
----
-**PLEASE ALSO READ THE README**
-
-Please also see the [README for this project](../README.md) that will give you a high-level overview of features.
-
----
-
-## Intro
-
-This project started as handy bash script to setup my $PIVX masternodes in 2016 when there was almost zero documentation and anything that existed was either $DASH specific, sucked and in most cases both. For that reason, i started to work on a not-so-sucking way to install a lot of different masternodes with next to none manual intervention.
-
-If you are not already aware, visit the project site and join the slack. The website at [https://pivx.org/](https://pivx.org/) is also well worth a visit.
-
-
-
-## Get a VPS system for your masternode(s)
-
-I will use vultr for my instructions, but in practice and with a bit of tuning any hoster that gives you multiple free IPv6 addresses. Register / login with vultr.
-
-Feel free to use my reflink to signup and receive a bonus w/ vultr:
-
-
-It's also great that you can use Bitcoin to pay!
-
-
-
-## Deploy a new system
-
-First, create a new VPS by clicking that small "+" button.
-
-
-
-## Location choice
-
-The location doesn't matter too much. If in doubt, choose a location next to you.
-
-
-
-## Linux distribution (Ubuntu 16.04 LTS)
-
-Select Ubuntu 16.04, i am mostly testing for that version.
-
-
-
-## VPS size
-
-A decent masternode needs a bit of RAM and some storage space. The $5 instance is good enough for up to 5 masternodes. I recommend not running more than 3 production masternodes in parallel, since block rewards suffer from instability (eg when your nodes go down every couple of hours).
-
-
-
-## Activating additional features (IPv6)
-
-Multiple masternodes on one VPS require multiple IPv6 addresses. Toggle "Enable IPv6" to activate that feature for free (Vultr).
-
-
-
-
-## Hostnames & number of VPS
-
-Choose how many instances you want and click "Deploy Now".
-
-
-
-## Accessing your VPS via SSH
-
-Copy access credentials for SSH access by opening the server details.
-
-
-
-## First SSH session
-
-Login to your newly installed node as "root".
-
-
-
-## Masternode script installation
-
-Clone this git repository first:
-
-```
-git clone https://github.com/masternodes/vps.git && cd vps
-```
-
-
-## Install the desired masternode and amount
-
-Use the *./install.sh* script with the desired crypto and masternode count as parameters, e.g. to install 4 PIVX masternodes:
-
-```
-./install.sh -p pivx -c 4
-```
-
-The script downloads, compiles and configures the system now. This will usually take between 5-15 minutes.
-
-
-
-The *./install.sh* script outputs a list of possible parameters if executed without options.
-
-## End of installation
-
-The script will output lots of boring stuff and it's ascii banner when done. Your only real work begins now.
-
-
-
-
-## Masternode configuration files
-
-The generated configuration files are located at /etc/masternodes/. One file per masternode and crypto.
-
-
-
-
-## Insert your masternode private key
-
-In 99% you can use the generated settings as is. The only value you MUST change is the masternode private key, generated in your controller wallet. Contact the individual crypto community if unsure, although the steps are identical for most master node coins. Check the [Dash documentation for example](https://dashpay.atlassian.net/wiki/spaces/DOC/pages/1867877/Start+multiple+masternodes+from+one+wallet+start-many).
-
-
-
-
-## Start your new masternodes
-
-A script to enable masternode start at boot has been created at */usr/local/bin/activate_masternodes_${CODENAME}.sh* for your convenience. There is exactly one script per installed masternode crypto.
-
-Run it after you finished configuration, e.g. after a PIVX installation do.
-
-```
-/usr/local/bin/activate_masternodes_pivx
-```
-
-## Last step, the controller
-
-To activate the new nodes in your _local_ (not the VPS) controller wallet, add the bind address entries with port to a file called "masternode.conf" as usual.
-
- MN1 [2002:470:1111:1a4:51]:51472 KEY TX OUTPUT
- MN2 [2003:470:1111:1a4:52]:51472 KEY TX OUTPUT
- MN3 [2003:470:1111:1a4:53]:51472 KEY TX OUTPUT
-
-To make this a bit easier for large installations, i implemented a small gimmick in the newest version. Now after the script has run, a partial of the "masternode.conf" file is generated and placed on the VPS eg for XIOS at "/tmp/pivx_masternode.conf"
-
-So you can take the contents from there and paste it into your local controller-wallets masternode.conf all that you need to add is the relevant pieces from "masternode outputs"
-
-
-
-You get the idea, another step to a fully automated setup... ;-)
-
-## Troubleshooting the masternode on the VPS
-
-If you want to check the status of your masternode, the best way is currently running the cli e.g. via
-
-```
-/usr/local/bin/mue-cli -conf=/etc/masternodes/mue_n1.conf getinfo
-
-{
- "version": 1000302,
- "protocolversion": 70701,
- "walletversion": 61000,
- "balance": 0.00000000,
- "privatesend_balance": 0.00000000,
- "blocks": 209481,
- "timeoffset": 0,
- "connections": 5,
- "proxy": "",
- "difficulty": 42882.54964804553,
- "testnet": false,
- "keypoololdest": 1511380627,
- "keypoolsize": 1001,
- "paytxfee": 0.00000000,
- "relayfee": 0.00010000,
- "errors": ""
-}
-```
-
-
-# Issues and Questions
-
-Please open github issue in case of questions or issues. I might not be able to reply immediately, but i do usually within a couple of days at worst.
-
-If my scripts work for you, please send some crypto my way here:
-
-**Have fun, this is crypto after all!**
-
- onate here:
-
-
-
-
-
-or send BTC to:
-
-```
-BTC 33ENWZ9RCYBG7nv6ac8KxBUSuQX64Hx3x3
-```
\ No newline at end of file