Skip to content

Instantly share code, notes, and snippets.

@otokarev
Last active September 29, 2017 13:31
Show Gist options
  • Save otokarev/1a2fb272816d755773f2009051709af0 to your computer and use it in GitHub Desktop.
Save otokarev/1a2fb272816d755773f2009051709af0 to your computer and use it in GitHub Desktop.
HTTP_PORT=11626
PUBLIC_HTTP_PORT=true
LOG_FILE_PATH=""
BUCKET_DIR_PATH="/data/buckets"
NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
KNOWN_PEERS=[
"core-testnet1.stellar.org",
"core-testnet2.stellar.org",
"core-testnet3.stellar.org"]
DATABASE="__DATABASE_URL__"
UNSAFE_QUORUM=true
FAILURE_SAFETY=1
CATCHUP_RECENT=60480
#The public keys of the Stellar testnet servers
[QUORUM_SET]
THRESHOLD_PERCENT=51 # rounded up -> 2 nodes out of 3
VALIDATORS=[
"GDKXE2OZMJIPOSLNA6N6F2BVCI3O777I2OOC4BV7VOYUEHYX7RTRYA7Y sdf1",
"GCUCJTIYXSOXKBSNFGNFWW5MUQ54HKRPGJUTQFJ5RQXZXNOLNXYDHRAP sdf2",
"GC2V2EFSXN6SQTWVYA5EPJPBWWIMSD2XQNKUOHGEKB535AQE2I6IXV2Z sdf3"]
[HISTORY.gcloud]
get="/bin/bash /gsutil cp __GS_BUCKET_ARCHIVES_PATH__/{0} {1}"
put="/bin/bash /gsutil cp {0} __GS_BUCKET_ARCHIVES_PATH__/{1}"
#The history store of the Stellar testnet
[HISTORY.h1]
get="curl -sf http://s3-eu-west-1.amazonaws.com/history.stellar.org/prd/core-testnet/core_testnet_001/{0} -o {1}"
[HISTORY.h2]
get="curl -sf http://s3-eu-west-1.amazonaws.com/history.stellar.org/prd/core-testnet/core_testnet_002/{0} -o {1}"
[HISTORY.h3]
get="curl -sf http://s3-eu-west-1.amazonaws.com/history.stellar.org/prd/core-testnet/core_testnet_003/{0} -o {1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment