Guest User

Untitled

a guest
Aug 20th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. 2018-08-19T08:58:22.998 GAFH2 [History INFO] Catching up: downloading ledger files 137/137 (100%)
  2. 2018-08-19T08:58:23.117 GAFH2 [Herder INFO] Quorum information for 10618370 : {"agree":3,"disagree":0,"fail_at":2,"hash":"273af2","missing":0,"phase":"EXTERNALIZE"}
  3. 2018-08-19T08:58:23.125 GAFH2 [Ledger INFO] Got consensus: [seq=10618372, prev=14f667, tx_count=2, sv: [ txH: 3c047b, ct: 1534669102, upgrades: [ ] ]]
  4. 2018-08-19T08:58:23.555 GAFH2 [History INFO] Catchup verifying ledger chain for checkpointRange [10609663..10618354]
  5. 2018-08-19T08:58:23.560 GAFH2 [History INFO] Catching up: verifying checkpoint 1/136 (0%)
  6.  
  7. 2018-08-19T08:58:23.566 GAFH2 [History ERROR] Catchup material failed verification - unsupported ledger version, propagating failure [VerifyLedgerChainWork.cpp:252]
  8. 2018-08-19T08:58:23.567 GAFH2 [Ledger ERROR] Error catching up: Connection timed out [LedgerManagerImpl.cpp:536]
  9. 2018-08-19T08:58:23.568 GAFH2 [Ledger ERROR] Catchup will restart at next close. [LedgerManagerImpl.cpp:537]
  10. 2018-08-19T08:58:23.569 GAFH2 [Ledger INFO] Changing state LM_CATCHING_UP_STATE -> LM_BOOTING_STATE
  11. 2018-08-19T08:58:23.571 GAFH2 [Work WARNING] WorkManager got FAILURE_FATAL from catchup
  12.  
  13. $ stellar-core --newhist cache
  14. $ stellar-core --newdb
  15. $ stellar-core --forcescp
  16. $ stellar-core
  17.  
  18. HTTP_PORT=11626
  19. PUBLIC_HTTP_PORT=true
  20. LOG_FILE_PATH=""
  21.  
  22. NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
  23.  
  24. KNOWN_PEERS=[
  25. "core-testnet1.stellar.org",
  26. "core-testnet2.stellar.org",
  27. "core-testnet3.stellar.org"]
  28.  
  29. DATABASE="postgresql://dbname=core host=localhost user=stellar password=********"
  30. UNSAFE_QUORUM=true
  31. FAILURE_SAFETY=1
  32. CATCHUP_COMPLETE=true
  33.  
  34. #The public keys of the Stellar testnet servers
  35. [QUORUM_SET]
  36. THRESHOLD_PERCENT=51 # rounded up -> 2 nodes out of 3
  37. VALIDATORS=[
  38. "GDKXE2OZMJIPOSLNA6N6F2BVCI3O777I2OOC4BV7VOYUEHYX7RTRYA7Y sdf1",
  39. "GCUCJTIYXSOXKBSNFGNFWW5MUQ54HKRPGJUTQFJ5RQXZXNOLNXYDHRAP sdf2",
  40. "GC2V2EFSXN6SQTWVYA5EPJPBWWIMSD2XQNKUOHGEKB535AQE2I6IXV2Z sdf3"]
  41.  
  42. [HISTORY.cache]
  43. get="cp /opt/stellar/history-cache/{0} {1}"
  44. put="cp {0} /opt/stellar/history-cache/{1}"
  45.  
  46. #The history store of the Stellar testnet
  47. [HISTORY.h1]
  48. get="curl -sf http://history.stellar.org/prd/core-testnet/core_testnet_001/{0} -o {1}"
  49.  
  50. [HISTORY.h2]
  51. get="curl -sf http://history.stellar.org/prd/core-testnet/core_testnet_002/{0} -o {1}"
  52.  
  53. [HISTORY.h3]
  54. get="curl -sf http://history.stellar.org/prd/core-testnet/core_testnet_003/{0} -o {1}"
Add Comment
Please, Sign In to add comment