Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.
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
8 changes: 4 additions & 4 deletions contrib/assets_tutorial/elements1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ rpcport=18884
port=18886

# Over p2p we will only connect to local other liquidd
connect=localhost:18887
# connect=localhost:18887

regtest=1
# regtest=1
daemon=1
# Make sure you set listen after -connect, otherwise neither
# will accept incoming connections!
Expand All @@ -29,7 +29,7 @@ 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
# validatepegin=1

# If in the same datadir and using standard ports, these are unneeded
# thanks to cookie auth. If not, like in our situation, liquidd needs
Expand All @@ -39,4 +39,4 @@ mainchainrpcuser=user3
mainchainrpcpassword=password3

# Free money to make testing easier
initialfreecoins=2100000000000000
# initialfreecoins=2100000000000000
8 changes: 4 additions & 4 deletions contrib/assets_tutorial/elements2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ rpcuser=user2
rpcpassword=password2
rpcport=18885
port=18887
connect=localhost:18886
# connect=localhost:18886

regtest=1
# regtest=1
daemon=1
listen=1
txindex=1
Expand All @@ -15,6 +15,6 @@ txindex=1
mainchainrpcport=18888
mainchainrpcuser=user3
mainchainrpcpassword=password3
validatepegin=1
# validatepegin=1

initialfreecoins=2100000000000000
# initialfreecoins=2100000000000000