forked from ElementsProject/elements
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from AkioNak/elements-bc2-sde
for sde
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters