mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
fix(READMEs): updating readmes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Harddrive Mainnet full node
|
||||
# Full node
|
||||
export RPC_BASEURL=http://172.17.0.1:8332/
|
||||
export RPC_USERNAME=bitcoin
|
||||
export RPC_PASSWORD=password
|
||||
@@ -8,17 +8,11 @@ export ZEROMQ_PORT=28332
|
||||
export ZEROMQ_URL=172.17.0.1
|
||||
export NETWORK=mainnet
|
||||
|
||||
# Team DO QA Testnet Insight Server
|
||||
export BITCOINCOM_BASEURL=http://172.17.0.1:12100/api/
|
||||
|
||||
# Testnet SLPDB
|
||||
#export SLPDB_URL=https://slpdb.bchdata.cash/
|
||||
# SLPDB
|
||||
#export SLPDB_URL=https://slpdb.bitcoin.com/
|
||||
export SLPDB_URL=http://172.17.0.1:12300/
|
||||
|
||||
# Testnet Bitcore Node API
|
||||
export BITCORE_URL=http://172.17.0.1:12200/
|
||||
|
||||
# Testnet Blockbook
|
||||
# Blockbook Indexer
|
||||
export BLOCKBOOK_URL=https://172.17.0.1:9131/
|
||||
# Allow node.js to make network calls to https using self-signed certificate.
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Harddrive Mainnet full node
|
||||
# Full node
|
||||
export RPC_BASEURL=http://172.17.0.1:18332/
|
||||
export RPC_USERNAME=bitcoin
|
||||
export RPC_PASSWORD=password
|
||||
@@ -8,17 +8,11 @@ export ZEROMQ_PORT=38332
|
||||
export ZEROMQ_URL=172.17.0.1
|
||||
export NETWORK=testnet
|
||||
|
||||
# Team DO QA Testnet Insight Server
|
||||
export BITCOINCOM_BASEURL=http://172.17.0.1:13100/api/
|
||||
|
||||
# Testnet SLPDB
|
||||
#export SLPDB_URL=https://slpdb.bchdata.cash/
|
||||
# SLPDB
|
||||
#export SLPDB_URL=https://tslpdb.bitcoin.com/
|
||||
export SLPDB_URL=http://172.17.0.1:13300/
|
||||
|
||||
# Testnet Bitcore Node API
|
||||
export BITCORE_URL=http://172.17.0.1:13200/
|
||||
|
||||
# Testnet Blockbook
|
||||
# Blockbook
|
||||
export BLOCKBOOK_URL=https://172.17.0.1:19131/
|
||||
# Allow node.js to make network calls to https using self-signed certificate.
|
||||
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
|
||||
Reference in New Issue
Block a user