Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
aead5cd
Add quaz, snx, vizeh
liray-unendlich Jun 10, 2018
6d48ec7
Merge branch 'master' of https://github.com/liray-unendlich/vps
liray-unendlich Jun 10, 2018
73fd76c
Add fxtc
liray-unendlich Jun 10, 2018
9f194e8
Merge pull request #2 from phoreproject/master
liray-unendlich Aug 23, 2018
71edd1d
Use version v1.3.3.1
liray-unendlich Aug 23, 2018
e88148b
Update to latest on https://github.com/masternodes/vps
liray-unendlich Aug 23, 2018
0fc2ec5
update README
liray-unendlich Aug 23, 2018
2d3ff87
Delete mispulled file
liray-unendlich Aug 23, 2018
ba0f87a
Delete mispulled file
liray-unendlich Aug 23, 2018
525a76e
Delete input.html
liray-unendlich Aug 23, 2018
1d7b153
Change generate private key feature to general daemon
liray-unendlich Aug 23, 2018
92fedc0
Add guide about adding new masternode to server
liray-unendlich Aug 24, 2018
e16f336
Merge branch 'master' of https://github.com/liray-unendlich/vps
liray-unendlich Aug 24, 2018
6784cca
Added ZENZO
liray-unendlich Oct 1, 2018
ecc1308
Change time for loading wallet on generate private key
liray-unendlich Oct 1, 2018
bccbaeb
Add new messages
liray-unendlich Oct 1, 2018
cb0e433
Fixed spacing of service daemon
liray-unendlich Oct 2, 2018
cd0193a
Change scheme for getting masternode.conf lines
liray-unendlich Oct 7, 2018
a56d4d7
Added zenzo icon
liray-unendlich Oct 7, 2018
596af5c
Followed all update on https://github.com/masternodes/vps
liray-unendlich Oct 13, 2018
510b746
beautifier install.sh
liray-unendlich Oct 13, 2018
55f9e2f
Version 1.4.4
liray-unendlich Nov 3, 2018
5d416ee
Update readme to add about checking masternode status
liray-unendlich Nov 3, 2018
08c8da8
Updated for v1.4.5
tohsnoom Jul 27, 2018
ca092b1
update to upstream masternodes/vps
liray-unendlich Nov 21, 2018
010618a
Change daemon name for generation private keys
liray-unendlich Nov 21, 2018
050646e
Fix bugs within generation private key and setting up service
liray-unendlich Nov 21, 2018
3173895
Change scheme for get conf lines
liray-unendlich Nov 21, 2018
907f07b
Fix indentation in install.sh
liray-unendlich Nov 21, 2018
57a0da1
update README.md
liray-unendlich Nov 21, 2018
157b577
Add IPv4 Address autofill feature
liray-unendlich Dec 14, 2018
f8bfcf7
Edit IPv4 guide for UI/UX
liray-unendlich Dec 14, 2018
5d65474
Add new layout of masternode configuration lines
liray-unendlich Dec 14, 2018
701c223
Fix heredocument
liray-unendlich Dec 14, 2018
a5da496
Fix indentation
liray-unendlich Dec 14, 2018
c556fce
Update masternode guide
liray-unendlich Dec 14, 2018
21bfed8
Fix internal links in guide
liray-unendlich Dec 14, 2018
ec2428d
IPv4 autofill, new layout, fix indentation
liray-unendlich Dec 14, 2018
5602789
Update masternode guide
liray-unendlich Dec 14, 2018
f5c2ae0
Use v1.5.1
liray-unendlich Dec 14, 2018
c7832aa
Fix bug within IPv4 installation
liray-unendlich Dec 14, 2018
eb3e53b
Add another network interface option for scaleway
liray-unendlich Dec 20, 2018
9761601
Fix typo in IP generation
liray-unendlich Dec 20, 2018
53649a8
Fix mispurse NETWORK_BASE_TAG
liray-unendlich Dec 20, 2018
3c9a6b1
Revert IPv6 generation method for scaleway
liray-unendlich Dec 26, 2018
5fd799b
Merge pull request #5 from liray-unendlich/temp_dev
liray-unendlich Dec 26, 2018
21a76fe
Merge branch 'master' into development
liray-unendlich Dec 26, 2018
8222527
Add description about resyncing
liray-unendlich Dec 29, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
328 changes: 201 additions & 127 deletions README.md

Large diffs are not rendered by default.

349 changes: 349 additions & 0 deletions README_JP.md

Large diffs are not rendered by default.

Binary file added assets/zenzo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions config/fxtc/fxtc.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
6 changes: 6 additions & 0 deletions config/fxtc/fxtc.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=fxtc
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/fxtcd
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9468}
GIT_URL=https://github.com/fxtc/fxtc.git
SCVERSION="tags/master"
NETWORK_BASE_TAG="2012"
6 changes: 6 additions & 0 deletions config/hppcoin/hppcoin.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
50 changes: 50 additions & 0 deletions config/hppcoin/hppcoin.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
################################
# 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
externalip=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=51.255.53.77:28878
addnode=209.250.239.118:28878

################################
# lmnode specific settings
################################
lmnode=1
#### INSERT YOUR lmnode PRIVATEKEY BELOW ####################################################
lmnodeprivkey=HERE_GOES_YOUR_lmnode_KEY_FOR_lmnode_XXX_GIT_PROJECT_XXX_XXX_NUM_XXX
#################################################################################################
#
# b.
# 88b Insert your generated lmnode privkey here
# 888b.
# 88888b
# 888888b.
# 8888P"
# P" `8.
# `8.
# `8
#################################################################################################

#############################
# optional indices
#############################

#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX
6 changes: 6 additions & 0 deletions config/hppcoin/hppcoin.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=hppcoin
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/hppcoind}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-28878}
GIT_URL=https://github.com/hppcoin/hppcoin.git
SCVERSION="tags/v1.0.1"
NETWORK_BASE_TAG="2044"
2 changes: 1 addition & 1 deletion config/phore/phore.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ CODENAME=phore
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/phored}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-11771}
GIT_URL=https://github.com/phoreproject/Phore.git
SCVERSION="tags/v1.3.3"
SCVERSION="tags/v1.5.1"
NETWORK_BASE_TAG="2044"
6 changes: 6 additions & 0 deletions config/quaz/quaz.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
53 changes: 53 additions & 0 deletions config/quaz/quaz.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
################################
# 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
externalip=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY
masternodeaddr=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=104.207.141.159:11771
addnode=45.32.192.99:11771
addnode=45.32.19.50:11771
addnode=45.32.122.97:11771

################################
# 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
#############################

#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX
6 changes: 6 additions & 0 deletions config/quaz/quaz.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=phore
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/phored}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-11771}
GIT_URL=https://github.com/phoreproject/Phore.git
SCVERSION="tags/v1.2.0.0"
NETWORK_BASE_TAG="2044"
6 changes: 6 additions & 0 deletions config/snx/snx.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
49 changes: 49 additions & 0 deletions config/snx/snx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
################################
# 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
externalip=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY
masternodeaddr=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX

#############################
# nodes we want to stick to
#############################

################################
# 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
#############################

#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX
6 changes: 6 additions & 0 deletions config/snx/snx.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=snx
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/snxd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-43101}
GIT_URL=https://github.com/ipedrero/snx.git
SCVERSION="master"
NETWORK_BASE_TAG="2044"
6 changes: 6 additions & 0 deletions config/vizeh/vizeh.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
49 changes: 49 additions & 0 deletions config/vizeh/vizeh.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
################################
# 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
externalip=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY
masternodeaddr=XXX_IPV6_INT_BASE_XXX:XXX_NETWORK_BASE_TAG_XXX::XXX_NUM_XXY:XXX_MNODE_INBOUND_PORT_XXX

#############################
# nodes we want to stick to
#############################

################################
# 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
#############################

#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX
6 changes: 6 additions & 0 deletions config/vizeh/vizeh.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=vizeh
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/vizehd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-28157}
GIT_URL=https://github.com/VIZEH-PROJECT/VIZEH.git
SCVERSION="tags/v2.2.1.1"
NETWORK_BASE_TAG="2044"
6 changes: 6 additions & 0 deletions config/zenzo/zenzo.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./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
6 changes: 6 additions & 0 deletions config/zenzo/zenzo.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CODENAME=zenzo
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/zenzod}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-26210}
GIT_URL=https://github.com/Zenzo-Ecosystem/ZENZO-Core.git
SCVERSION="tags/v1.0.0"
NETWORK_BASE_TAG="2003"
Binary file modified docs/images/masternode_vps/check-blocks-number.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/masternode_vps/check-masternode-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/masternode_vps/end-of-installation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/masternode_vps/rewards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/masternode_vps/step1-newaddress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/masternode_vps/step1-send10kphr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading