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

Sucr #172

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Sucr #172

Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add support for Sucre
  • Loading branch information
walkjivefly committed Apr 19, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b053055acc57df21323bdd9b5729cd87a2f91065
6 changes: 6 additions & 0 deletions config/sucr/sucr.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

./autogen.sh
./configure --with-incompatible-bdb --disable-tests
make
make install
39 changes: 39 additions & 0 deletions config/sucr/sucr.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
################################
# basic settings
################################
txindex=1
logtimestamps=1
listen=1
daemon=1
gen=0
discover=1
#############################
# nodes we want to stick to
#############################
# addnode=seed1.xxx.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
#################################################################################################
#############################
# JSONRPC
#############################
server=1
rpcuser=XXX_GIT_PROJECT_XXXrpc
rpcpassword=XXX_PASS_XXX
rpcallowip=127.0.0.1
rpcport=555XXX_NUM_XXX
7 changes: 7 additions & 0 deletions config/sucr/sucr.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CODENAME=sucr
NETWORK_TYPE=${NETWORK_TYPE:-4}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-9336}
GIT_URL=https://github.com/sucremoneda/SucreCore.git
SCVERSION="master"
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/sucrd}