Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename coin.env to argo.env #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
229 changes: 0 additions & 229 deletions README.md

This file was deleted.

9 changes: 9 additions & 0 deletions config/argo/coin.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
# this file contains all commands to compile and install the daemon



./autogen.sh
./configure
make
make install
52 changes: 52 additions & 0 deletions config/argo/coin.conf
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions config/argo/coin.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CODENAME=argo
MNODE_DAEMON=${MNODE_DAEMON:-/usr/bin/argod}

MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-8988}

GIT_URL=https://github.com/argocoins/argo.git
SCVERSION="tags/1.0.0"

NETWORK_BASE_TAG="2012"