Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] eIquidus - Open-Source Altcoin Block Explorer
by
ekkakon
on 25/05/2021, 08:03:47 UTC

Thanks for the explorer link. I can see that you are able to sync the main blockchain data without troubles, but it seems that the peer and market sync have not been run successfully. Running scripts/sync.sh /path/to/nodejs check won't be very useful for you in this case since your blockchain looks to be synced already and that is not the problem.

Try running these cmds manually to sync the stex market data and peers list:

Code:
sh /path/to/explorer/scripts/sync.sh market
sh /path/to/explorer/scripts/sync.sh peers

Can you post the results of those two cmds? I'm guessing one or both are showing an error msg.

They do work if I run them one by one in Terminal. They don't work though via Crontab. That's what I'm trying to point to.

Also, as you can see, the boxes for "price" and "marketcap" shows ZERO, despite the market (Stex) is correctly synced.

Code:
scripts/sync.sh /path/to/nodejs peers
syncing peers.. please wait..
Added new peer 95.111.247.164 [1/13]
Added new peer 193.231.25.228 [2/13]
Added new peer 120.78.65.86 [3/13]
Added new peer 109.49.7.226 [4/13]
Added new peer 45.138.72.107 [5/13]
Added new peer 49.12.121.226 [6/13]
Added new peer 70.91.250.149 [7/13]
Added new peer 144.91.103.129 [8/13]
Added new peer 144.91.117.87 [9/13]
Added new peer 66.70.182.1 [10/13]
Updated peer 193.231.25.228 [11/13]
Added new peer 78.129.239.179 [12/13]
Added new peer 162.55.0.83 [13/13]
peer sync complete

Code:
scripts/sync.sh /path/to/nodejs market
script launched with pid: 18516
stex[VPC/USDT]: market data updated successfully.
stex[VPC/ETH]: market data updated successfully.
market sync complete