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

Which description are you referring to that doesn't list Stex as a supported exchange? Stex is listed in the ReadMe along with the rest of the supported exchanges. Maybe double-check and make sure that you are looking at the correct github page: https://github.com/team-exor/eiquidus


Ok. I've managed to get the Stex synced. You were right.

The issue is now that the top boxes for Price and Marketcap shows zero values, despite market exchange is synced.
Probably because whatever I tried (reset mongo db, reindex, etc.) I was unable to manage to make "total coin supply" work.

Also, the Crontab is doing nothing when filled in with these:

Code:
*/1 * * * * /path/to/explorer/scripts/sync.sh /path/to/nodejs update > /dev/null 2>&1
*/2 * * * * /path/to/explorer/scripts/sync.sh /path/to/nodejs market > /dev/null 2>&1
*/5 * * * * /path/to/explorer/scripts/sync.sh /path/to/nodejs peers > /dev/null 2>&1

They do work though if I run them individually in terminal.