diff --git a/assets/alqo.jpg b/assets/alqo.jpg index f9ac2a56..bf2d9245 100644 Binary files a/assets/alqo.jpg and b/assets/alqo.jpg differ diff --git a/assets/collage.jpg b/assets/collage.jpg index 5f855c76..0e54a2ba 100644 Binary files a/assets/collage.jpg and b/assets/collage.jpg differ diff --git a/assets/default.jpg b/assets/default.jpg new file mode 100644 index 00000000..79c00a8b Binary files /dev/null and b/assets/default.jpg differ diff --git a/assets/dtmi.jpg b/assets/dtmi.jpg index 7294a4e1..57266a60 100644 Binary files a/assets/dtmi.jpg and b/assets/dtmi.jpg differ diff --git a/assets/force.jpg b/assets/force.jpg index e4a48b33..5f3d3425 100644 Binary files a/assets/force.jpg and b/assets/force.jpg differ diff --git a/assets/innova.jpg b/assets/innova.jpg index 3ae0ebd6..7de31854 100644 Binary files a/assets/innova.jpg and b/assets/innova.jpg differ diff --git a/assets/magnet.jpg b/assets/magnet.jpg index 01465eae..6e1c7f25 100644 Binary files a/assets/magnet.jpg and b/assets/magnet.jpg differ diff --git a/assets/mona.jpg b/assets/mona.jpg index be8f9e33..3b15a707 100644 Binary files a/assets/mona.jpg and b/assets/mona.jpg differ diff --git a/assets/mtnc.jpg b/assets/mtnc.jpg index 6a369f16..67ebd7c4 100644 Binary files a/assets/mtnc.jpg and b/assets/mtnc.jpg differ diff --git a/assets/phore.jpg b/assets/phore.jpg index 46a5fae6..0152a2d9 100644 Binary files a/assets/phore.jpg and b/assets/phore.jpg differ diff --git a/assets/rns.jpg b/assets/rns.jpg index 63724a13..c7c006d2 100644 Binary files a/assets/rns.jpg and b/assets/rns.jpg differ diff --git a/assets/yup.jpg b/assets/yup.jpg index 59e1a11a..2deb75ac 100644 Binary files a/assets/yup.jpg and b/assets/yup.jpg differ diff --git a/assets/zcoin.jpg b/assets/zcoin.jpg index 5eb0de83..61f667d0 100644 Binary files a/assets/zcoin.jpg and b/assets/zcoin.jpg differ diff --git a/install.sh b/install.sh index 449766f6..ee0055b3 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ declare -r CRYPTOS=`ls -l config/ | egrep '^d' | awk '{print $9}' | xargs echo - declare -r DATE_STAMP="$(date +%y-%m-%d-%s)" declare -r SCRIPTPATH=$( cd $(dirname ${BASH_SOURCE[0]}) > /dev/null; pwd -P ) declare -r MASTERPATH="$(dirname "${SCRIPTPATH}")" -declare -r SCRIPT_VERSION="v0.8.0" +declare -r SCRIPT_VERSION="v0.8.1" declare -r SCRIPT_LOGFILE="/tmp/nodemaster_${DATE_STAMP}_out.log" declare -r IPV4_DOC_LINK="https://www.vultr.com/docs/add-secondary-ipv4-address" @@ -82,6 +82,7 @@ function show_help(){ echo "-s or --sentinel: Add sentinel monitoring for a node type. Combine with the -p option"; echo "-w or --wipe: Wipe ALL local data for a node type. Combine with the -p option"; echo "-u or --update: Update a specific masternode daemon. Combine with the -p option"; + echo "-r or --release: Release version to be installed."; exit 1; } @@ -525,7 +526,9 @@ function build_mn_from_source() { # print ascii banner if a logo exists echo -e "* Starting the compilation process for ${CODENAME}, stay tuned" if [ -f "${SCRIPTPATH}/assets/$CODENAME.jpg" ]; then - jp2a -b --colors --width=56 ${SCRIPTPATH}/assets/${CODENAME}.jpg + jp2a -b --colors --width=56 ${SCRIPTPATH}/assets/${CODENAME}.jpg + else + jp2a -b --colors --width=56 ${SCRIPTPATH}/assets/default.jpg fi # compilation starts here source ${SCRIPTPATH}/config/${CODENAME}/${CODENAME}.compile | pv -t -i0.1 diff --git a/new_coin_template/coin.compile b/new_coin_template/coin.compile new file mode 100755 index 00000000..f7691c1e --- /dev/null +++ b/new_coin_template/coin.compile @@ -0,0 +1,5 @@ +#!/bin/bash + +cd src +make -f makefile.unix USE_UPNP=- +cp pepecoind ${MNODE_DAEMON} \ No newline at end of file diff --git a/new_coin_template/coin.conf b/new_coin_template/coin.conf new file mode 100644 index 00000000..be115d01 --- /dev/null +++ b/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/new_coin_template/coin.env b/new_coin_template/coin.env new file mode 100644 index 00000000..ebce6f3f --- /dev/null +++ b/new_coin_template/coin.env @@ -0,0 +1,6 @@ +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" +NETWORK_BASE_TAG="2012"