12345678910111213141516171819202122232425262728 |
- {
- "snycBlock": {
- "enabled": true,
- "nodeUrl": "http://127.0.0.1:8545",
- "db": {
- "addr": "127.0.0.1:3308",
- "dbName": "scanner_db",
- "id": "root",
- "password": "password"
- },
- "mainNet": false,
- "collectionAmount": 1000,
- "debugStartNo": -1,
- "debugEndNo": 672922,
- "Interval": "2s",
- "immatureDepth": 54,
- "txInternalRange": 360000
- },
- "xrpUpdate": {
- "enabled": false,
- "db": {
- "addr": "127.0.0.1:3308",
- "dbName": "scanner_db",
- "id": "root",
- "password": "password"
- }
- }
- }
|