Skip to content

Commit dc9a2c3

Browse files
committed
save .env for regtest network
1 parent 162bdaf commit dc9a2c3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.env.regtest

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
rpc_protocol='http'
2+
rpc_user='bitcoin'
3+
rpc_pass='password'
4+
rpc_host='localhost'
5+
rpc_port='18443'
6+
rpc_limit='150'
7+
db_name='slpdb'
8+
db_url='mongodb://localhost:26017'
9+
core_from='543375'
10+
core_from_testnet='0'
11+
core_slp_mempool_ignore_length='1000000'
12+
zmq_incoming_host='0.0.0.0'
13+
zmq_incoming_port='29332'
14+
zmq_outgoing_host='0.0.0.0'
15+
zmq_outgoing_port='27339'
16+
zmq_outgoing_enable=1
17+
telemetry_host='status.slpdb.io'
18+
telemetry_advertised_host="James' MBP"
19+
telemetry_advertised_graph_search_host=''
20+
telemetry_advertised_slp_socket_host=''
21+
telemetry_secret='7da8a6ac0a1f03f24ae852d6769ac27e9c411ff3ba7d8ec1feae81f81924e0ac'

0 commit comments

Comments
 (0)