TestingTorNetwork 1

## Comprehensive Bootstrap Testing Options ##
# These typically launch a working minimal Tor network in 25s-30s,
# and a working HS Tor network in 40-45s.
# See authority.tmpl for a partial explanation
#AssumeReachable 0
#Default PathsNeededToBuildCircuits 0.6
#Disable TestingDirAuthVoteExit
#Disable TestingDirAuthVoteHSDir
#Default V3AuthNIntervalsValid 3

## Rapid Bootstrap Testing Options ##
# These typically launch a working minimal Tor network in 6s-10s
# These parameters make tor networks bootstrap fast,
# but can cause consensus instability and network unreliability
# (Some are also bad for security.)
AssumeReachable 1
PathsNeededToBuildCircuits 0.25
TestingDirAuthVoteExit *
TestingDirAuthVoteHSDir *
V3AuthNIntervalsValid 2

## Always On Testing Options ##
# We enable TestingDirAuthVoteGuard to avoid Guard stability requirements
TestingDirAuthVoteGuard *
# We set TestingMinExitFlagThreshold to 0 to avoid Exit bandwidth requirements
TestingMinExitFlagThreshold 0
# VoteOnHidServDirectoriesV2 needs to be set for HSDirs to get the HSDir flag
#Default VoteOnHidServDirectoriesV2 1

## Options that we always want to test ##
Sandbox 1

DataDirectory /Users/base/chutney/net/nodes/003c
RunAsDaemon 1
ConnLimit 60
Nickname test003c
# Let tor close connections gracefully before exiting
ShutdownWaitLength 2
DisableDebuggerAttachment 0

ControlPort 8003
# Use ControlSocket rather than ControlPort unix: to support older tors
ControlSocket /Users/base/chutney/net/nodes/003c/control
CookieAuthentication 1
PidFile /Users/base/chutney/net/nodes/003c/pid
# Ask all child tor processes to exit when chutney's test-network.sh exits
# (if the CHUTNEY_*_TIME options leave the network running, this option is
# disabled)
__OwningControllerProcess 48303

Log notice file /Users/base/chutney/net/nodes/003c/notice.log
Log info file /Users/base/chutney/net/nodes/003c/info.log
# Turn this off to save space
#Log debug file /Users/base/chutney/net/nodes/003c/debug.log
ProtocolWarnings 1
SafeLogging 0
LogTimeGranularity 1

DirAuthority test000a orport=5000 no-v2 hs v3ident=9CE11A0F579156B6FC546B9EA9AFA27F9115EE77 127.0.0.1:7000 BCB3E1921440FFD6AC331A2A3357F28CF059A774
DirAuthority test001a orport=5001 no-v2 hs v3ident=1B67170959D641A52D8D65F786560AC910C5445C 127.0.0.1:7001 5D80D3F833EC89C1607B6B4EA4439CF3873FEBE5


SocksPort 9003
