Update README.md
This commit is contained in:
parent
1e8c693290
commit
2996f7f5dc
20
README.md
20
README.md
@ -41,14 +41,18 @@ Docker-compatibility branch is needed right now because Docker image made for fl
|
|||||||
For mainnet
|
For mainnet
|
||||||
```
|
```
|
||||||
# config.ini
|
# config.ini
|
||||||
[DEFAULT]
|
NET = mainnet
|
||||||
NET = mainnet
|
FLO_CLI_PATH = /usr/local/bin/flo-cli
|
||||||
FLO_CLI_PATH = /usr/local/bin/flo-cli
|
START_BLOCK = 3387900
|
||||||
START_BLOCK = 3387900
|
FLOSIGHT_NETURL = https://blockbook.ranchimall.net/
|
||||||
|
TESTNET_FLOSIGHT_SERVER_LIST = https://0.0.0.0:19166/
|
||||||
# config.py
|
MAINNET_FLOSIGHT_SERVER_LIST = https://blockbook.ranchimall.net/
|
||||||
committeeAddressList = ['FRwwCqbP7DN4z5guffzzhCSgpD8Q33hUG8']
|
TOKENAPI_SSE_URL = https://ranchimallflo-blockbook.ranchimall.net
|
||||||
sseAPI_url = 'https://ranchimallflo.duckdns.org/'
|
IGNORE_BLOCK_LIST = 2
|
||||||
|
IGNORE_TRANSACTION_LIST = b4
|
||||||
|
DATA_PATH = /home/production/deployed/ftt-blockbook-migration-rescan
|
||||||
|
APP_ADMIN = FNcvkz9PZNZM3HcxM1XTrVL4tgivmCkHp9
|
||||||
|
API_VERIFY = False
|
||||||
```
|
```
|
||||||
|
|
||||||
4. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py`
|
4. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user