Closed Nik-1989 closed 2 months ago
[HISTORY.local] get="curl -sf https://history.stellar.org/prd/core-live/core_live_001/{0} -o {1}"
Please tell me which link to use to download the blockchain synchronization?
The config is incorrectly setup. HISTORY.local
is intended to be used when the validator has an archive on the local filesystem, whereas you need to retrieve the archive from an external node. It also appears that this config is setup for a standalone network as indicated by
[QUORUM_SET]
THRESHOLD_PERCENT=100
VALIDATORS=["$self"]
Standalone networks do not follow pubnet and should only be used in testing environments. I recommend you refer to the validator configuration docs. Additionally, this example config is a good starting point: https://github.com/stellar/packages/blob/master/docs/examples/pubnet-validator-full/stellar-core.cfg
The config is incorrectly setup. HISTORY.local is intended to be used when the validator has an archive on the local filesystem, whereas you need to retrieve the archive from an external node. It also appears that this config is setup for a standalone network as indicated by
Generated QUORUM_SET: {
"t" : 6,
"v" : [
"mystellar-01",
{
"t" : 2,
"v" : [
"Blockdaemon Validator 1",
"Blockdaemon Validator 2",
"Blockdaemon Validator 3"
]
},
{
"t" : 2,
"v" : [ "SDF 3", "SDF 1", "SDF 2" ]
},
{
"t" : 2,
"v" : [
"Whalestack (Finland)",
"Whalestack (Hong Kong)",
"Whalestack (Germany)"
]
},
{
"t" : 2,
"v" : [ "SatoshiPay Iowa", "SatoshiPay Singapore", "SatoshiPay Frankfurt" ]
},
{
"t" : 2,
"v" : [ "FT SCV 1", "FT SCV 3", "FT SCV 2" ]
},
{
"t" : 3,
"v" : [
"LOBSTR 5 (India)",
"LOBSTR 4 (Asia)",
"LOBSTR 2 (Europe)",
"LOBSTR 1 (Europe)",
"LOBSTR 3 (North America)"
]
},
{
"t" : 2,
"v" : [ "Hercules by OG Technologies", "Lyra by BP Ventures", "Boötes" ]
}
]
}
Thanks, I'm trying and I think I managed to get it to sync.
2024-09-04T13:24:36.158 GBNQY [History INFO] Catching up to ledger 53343423: downloading ledger files 25840/833491 (3%)
2024-09-04T13:24:36.206 GBNQY [History INFO] Catching up to ledger 53343423: downloading ledger files 25841/833491 (3%)
2024-09-04T13:24:36.208 GBNQY [History INFO] Catching up to ledger 53343423: downloading ledger files 25842/833491 (3%)
"startedOn" : "2024-09-04T15:26:44Z",
"state" : "Catching up",
"status" : [
"Catching up to ledger 53344831: Download & apply checkpoints: num checkpoints left to apply:810227 (2% done)",
"Publishing 23286 queued checkpoints [63-1490303]: update-archives-0000003f:getting archives"
]
}
}
Please tell me, will this process take 2 weeks? Why so slowly? Powerful server with good ssd disks.
Dear all, hello!
I installed the stellar-core node and I got it to synchronize with the blockchain so that I could watch, see and send transactions from my server.
my config file contains the following code:
_NODESEED - test specified
_[HISTORY.local] get="curl -sf https://history.stellar.org/prd/core-live/core_live_001/{0} -o {1}"_
these errors indicate that it is impossible to synchronize. Please tell me where I made a mistake and how to set up blockchain synchronization quickly and easily. Thank you. I did not find what I needed in the instructions.
Thanks You!