Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
update datadir names to that expected by shadow-bitcoin script
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
robgjansen committed Oct 14, 2015
1 parent 11707f1 commit 18fb4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/shadow.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<!-- our nodes -->

<node id="bcdnode1">
<application plugin="bitcoind" time="13" arguments="-datadir=data/.bitcoin1 -debug -printtoconsole -connect=bcdnode2 -listen -par=1 -server=1 -rpcpassword=4J7YUKgRHd8hUWp14e233pwmkPtbnQ2cUS4PMxiy1J6z -checkblocks=1 -disablewallet=1" />
<application plugin="bitcoind" time="13" arguments="-datadir=data/bcnode1 -debug -printtoconsole -connect=bcdnode2 -listen -par=1 -server=1 -rpcpassword=4J7YUKgRHd8hUWp14e233pwmkPtbnQ2cUS4PMxiy1J6z -checkblocks=1 -disablewallet=1" />
</node>
<node id="bcdnode2">
<application plugin="bitcoind" time="13" arguments="-datadir=data/.bitcoin2 -debug -printtoconsole -listen -connect=bcdnode1 -par=1 -server=0 -rpcpassword=4J7YUKgRHd8hUWp14e233pwmkPtbnQ2cUS4PMxiy1J6z -checkblocks=1 -disablewallet=1" />
<application plugin="bitcoind" time="13" arguments="-datadir=data/bcnode2 -debug -printtoconsole -listen -connect=bcdnode1 -par=1 -server=0 -rpcpassword=4J7YUKgRHd8hUWp14e233pwmkPtbnQ2cUS4PMxiy1J6z -checkblocks=1 -disablewallet=1" />
</node>

</shadow>

0 comments on commit 18fb4f7

Please sign in to comment.