team-exor / eiquidus

Feature-rich open-source altcoin block explorer. Regular Updates ~ Platform Independent ~ Mobile Friendly ~ Supports Themes, Markets, Charts, Claiming Addresses, Public API's, Custom RPC Cmds, Bitcoin, Heavycoin, zk-SNARKs ~ List Masternodes, Network Peers, Top 100 Wallets ~ Built-in Update Script ~ Highly Customizable
https://explorer.exor.io
BSD 3-Clause "New" or "Revised" License
89 stars 186 forks source link

Adding peers.js from iquidus missing #9

Closed MyGCoin closed 3 years ago

MyGCoin commented 3 years ago

Could you have a look at https://github.com/iquidus/explorer/blob/master/scripts/peers.js for adding peers.js into this great project here?

Otherwise adding nodes/ peers using Scrypt 2.13 (Blackcoin) does not seem to work. Getting "saved peers missing ports or country, dropping peers"

joeuhren commented 3 years ago

eIquidus is based on iquidus sources, and we already incorporate all changes from that project and much more. The peers.js code from iquidus already exists in our sync.js file. Are you saying that you are able to sync peers with iquidus but not eIquidus?

I just tested eIquidus with the latest blackmore daemon, and peers seem to be syncing without a problem.

Also, there was a fix for peers added back in May. Are you running the very latest eIquidus? If not, you may want to update or at least incorporate this change: https://github.com/team-exor/eiquidus/commit/8af8b78627c8daf782204acc1e0f46920149109e

If this doesn't help, please provide more information about the coin you are trying to sync as it seems to work fine with blackcoin.

MyGCoin commented 3 years ago

Thank you. The latest pull fixed it for me!