Skip to content

Commit

Permalink
Merge pull request #1 from AkioNak/elements-bc2-sde
Browse files Browse the repository at this point in the history
for sde
  • Loading branch information
kallewoof authored Jul 24, 2017
2 parents 34586b4 + 5eced3b commit b59297c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conference/bitcoin.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# notice: rpcuser/rpcpassword should be changed for your own enviroment.
rpcuser=bc2user
rpcpassword=bc2pass

20 changes: 20 additions & 0 deletions conference/elements.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
txindex=1

# We want to validate pegins by checking with bitcoind if header exists
# in best known chain, and how deep. We combine this with pegin
# proof included in the pegin to get full security.
validatepegin=1

# If in the same datadir and using standard ports, these are unneeded
# thanks to cookie auth. If not, like in our situation, elementsd needs
# more info to connect to bitcoind:
rpcuser=elementsuser
rpcpassword=elementspass
# see your connecting bitcoind
mainchainrpcport=9232
mainchainrpcuser=bc2user
mainchainrpcpassword=bc2pass

signblockscript=5121032eedecca83fce2333b74c21f4d3ce3031191803641de83ba789e2175fcf640c951ae
fedpegscript=5121032eedecca83fce2333b74c21f4d3ce3031191803641de83ba789e2175fcf640c951ae

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Elements Core]])
AC_INIT([Elements Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION._CLIENT_VERSION_BUILD],[https://github.com/ElementsProject/elements/issues],[elements])
AC_INIT([BC2-Elements Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION._CLIENT_VERSION_BUILD],[https://github.com/ElementsProject/elements/issues],[elements])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit b59297c

Please sign in to comment.