config.json-example 567 B

12345678910111213141516171819202122232425262728
  1. {
  2. "snycBlock": {
  3. "enabled": true,
  4. "nodeUrl": "http://127.0.0.1:8545",
  5. "db": {
  6. "addr": "127.0.0.1:3308",
  7. "dbName": "scanner_db",
  8. "id": "root",
  9. "password": "password"
  10. },
  11. "mainNet": false,
  12. "collectionAmount": 1000,
  13. "debugStartNo": -1,
  14. "debugEndNo": 672922,
  15. "Interval": "2s",
  16. "immatureDepth": 54,
  17. "txInternalRange": 360000
  18. },
  19. "xrpUpdate": {
  20. "enabled": false,
  21. "db": {
  22. "addr": "127.0.0.1:3308",
  23. "dbName": "scanner_db",
  24. "id": "root",
  25. "password": "password"
  26. }
  27. }
  28. }