Skip to content

Commit

Permalink
get rid of the network base tag for ipv6 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian committed Sep 15, 2018
1 parent 53065a6 commit 7ca637d
Show file tree
Hide file tree
Showing 175 changed files with 158 additions and 375 deletions.
2 changes: 0 additions & 2 deletions config/achilles/achilles.compile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/bash

# monkey patching b/c ...
cp ../../config/achilles/rpcrawtxbuild.patch src/
patch -p0 < src/rpcrawtxbuild.patch
# end monkey patching

cd src
make -f makefile.unix USE_UPNP=-
cp achillesd ${MNODE_DAEMON}
3 changes: 1 addition & 2 deletions config/achilles/achilles.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=achilles
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/achillesd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-32507}
GIT_URL=https://github.com/Wintroy/AchillesCoin.git
SCVERSION="master"
NETWORK_BASE_TAG="2023"
SCVERSION="master"
3 changes: 1 addition & 2 deletions config/aegeus/aegeus.compile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/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
make install
7 changes: 1 addition & 6 deletions config/aegeus/aegeus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ 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
################################
Expand All @@ -34,19 +31,17 @@ masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_X
# `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
rpcport=555XXX_NUM_XXX
3 changes: 1 addition & 2 deletions config/aegeus/aegeus.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=aegeus
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/aegeusd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-29328}
GIT_URL=https://github.com/AegeusCoin/aegeus.git
SCVERSION="tags/1.2"
NETWORK_BASE_TAG="2012"
SCVERSION="tags/1.2"
2 changes: 1 addition & 1 deletion config/alqo/alqo.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
6 changes: 1 addition & 5 deletions config/alqo/alqo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ 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=seednode1.alqo.org
addnode=seednode2.alqo.org
addnode=seednode3.alqo.org

################################
# masternode specific settings
################################
Expand All @@ -35,19 +33,17 @@ masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_X
# `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
rpcport=555XXX_NUM_XXX
3 changes: 1 addition & 2 deletions config/alqo/alqo.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=alqo
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/alqod}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-55500}
GIT_URL=https://github.com/ALQOCRYPTO/ALQO.git
SCVERSION="tags/v4.1"
NETWORK_BASE_TAG="2001"
SCVERSION="tags/v4.1"
2 changes: 1 addition & 1 deletion config/arc/arc.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
6 changes: 1 addition & 5 deletions config/arc/arc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ daemon=1
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.xxx.org

################################
# masternode specific settings
################################
Expand All @@ -32,19 +30,17 @@ goldminenodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT
# `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
rpcport=555XXX_NUM_XXX
3 changes: 1 addition & 2 deletions config/arc/arc.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=arc
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/arcticcoind}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-7209}
GIT_URL=https://github.com/ArcticCore/arcticcoin.git
SCVERSION="tags/v0.12.1.2"
NETWORK_BASE_TAG="2014"
SCVERSION="tags/v0.12.1.2"
2 changes: 1 addition & 1 deletion config/artax/artax.compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ chmod u+x share/genbuild.sh
chmod u+x ./autogen.sh && ./autogen.sh
./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
make
make install
make install
7 changes: 1 addition & 6 deletions config/artax/artax.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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
#############################
Expand All @@ -34,12 +33,10 @@ addnode=167.99.164.67:21527
addnode=217.182.71.85:21527
addnode=121.63.252.178:21514
addnode=54.37.72.144:21530

################################
# 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
#################################################################################################
Expand All @@ -54,19 +51,17 @@ masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_X
# `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
rpcport=555XXX_NUM_XXX
3 changes: 1 addition & 2 deletions config/artax/artax.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=artax
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/artaxd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-21527}
GIT_URL=https://github.com/artaxcommittee/Artax.git
SCVERSION="tags/v1.0.0.2"
NETWORK_BASE_TAG="2003"
SCVERSION="tags/v1.0.0.2"
3 changes: 1 addition & 2 deletions config/axe/axe.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=axe
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/axed}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9937}
GIT_URL=https://github.com/axerunners/axe.git
SCVERSION="tags/v1.1.4"
NETWORK_BASE_TAG="2034"
SCVERSION="tags/v1.1.4"
1 change: 0 additions & 1 deletion config/bifrost/bifrost.compile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# this file contains all commands to compile and install the daemon

# git checkout development
./autogen.sh
./configure --disable-dependency-tracking --enable-tests=no --without-gui
Expand Down
4 changes: 0 additions & 4 deletions config/bifrost/bifrost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ externalip=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE
# nodes we want to stick to
#############################
# addnode=seed1.coinseed.org


################################
# masternode specific settings
################################
Expand All @@ -34,7 +32,6 @@ masternodeprivkey=HERE_GOES_YOUR_MASTERNODE_KEY_FOR_MASTERNODE_XXX_GIT_PROJECT_X
# `8.
# `8
#################################################################################################

#############################
# JSONRPC
#############################
Expand All @@ -43,5 +40,4 @@ rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX

bantime=5
3 changes: 1 addition & 2 deletions config/bifrost/bifrost.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=bifrost
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/bifrostd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9229}
GIT_URL=https://github.com/bifrost-actual/bifrost-coin.git
SCVERSION="tags/2.5.2.0"
NETWORK_BASE_TAG="2012"
SCVERSION="tags/2.5.2.0"
2 changes: 1 addition & 1 deletion config/bitradio/bitradio.compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cd src && mkdir -p obj/support obj/x11 obj/crypto
cd secp256k1 && chmod u+x ./autogen.sh && ./autogen.sh && ./configure --enable-module-recovery && make && cd ..
make -f makefile.unix USE_UPNP=-
cp Bitradiod ${MNODE_DAEMON}
cp Bitradiod ${MNODE_DAEMON}
3 changes: 1 addition & 2 deletions config/bitradio/bitradio.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=bitradio
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/bitradiod}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-32454}
GIT_URL=https://github.com/thebitradio/Bitradio.git
SCVERSION="master"
NETWORK_BASE_TAG="2014"
SCVERSION="master"
2 changes: 1 addition & 1 deletion config/bitsend/bitsend.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
3 changes: 1 addition & 2 deletions config/bitsend/bitsend.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=bitsend
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/bitsendd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-8886}
GIT_URL=https://github.com/LIMXTEC/BitSend
SCVERSION="v0.14.0.5"
NETWORK_BASE_TAG="2012"
SCVERSION="v0.14.0.5"
1 change: 0 additions & 1 deletion config/block/block.compile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

./autogen.sh
./configure --with-incompatible-bdb --disable-tests --without-miniupnpc
make
Expand Down
3 changes: 1 addition & 2 deletions config/block/block.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=block
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/blocknetdxd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-41412}
GIT_URL=https://github.com/BlocknetDX/BlockDX
SCVERSION="tags/v3.7.36"
NETWORK_BASE_TAG="2036"
SCVERSION="tags/v3.7.36"
2 changes: 1 addition & 1 deletion config/btdx/btdx.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
3 changes: 1 addition & 2 deletions config/btdx/btdx.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=btdx
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/bitcloudd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-8329}
GIT_URL=https://github.com/LIMXTEC/Bitcloud.git
SCVERSION="tags/v.2.0.0.3"
NETWORK_BASE_TAG="2003"
SCVERSION="tags/v.2.0.0.3"
2 changes: 1 addition & 1 deletion config/bulwark/bulwark.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
3 changes: 1 addition & 2 deletions config/bulwark/bulwark.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=bulwark
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/bulwarkd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-52543}
GIT_URL=https://github.com/bulwark-crypto/Bulwark.git
SCVERSION="tags/1.3.1"
NETWORK_BASE_TAG="2003"
SCVERSION="tags/1.3.1"
2 changes: 1 addition & 1 deletion config/chain/chain.compile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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
make install
3 changes: 1 addition & 2 deletions config/chain/chain.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CODENAME=chain
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/chaincoind}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-11994}
GIT_URL=https://github.com/chaincoin-legacy/chaincoin.git
SCVERSION="tags/v0.9.3.3"
NETWORK_BASE_TAG="2022"
SCVERSION="tags/v0.9.3.3"
Loading

0 comments on commit 7ca637d

Please sign in to comment.