iquidus / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
749 stars 1.33k forks source link

Masternode support #376

Open alb2001 opened 4 years ago

alb2001 commented 4 years ago

Hello

I have seen some forks such as ciquidus and diquidus which support masternode based coins, such as PIVX forks. But all of these haven't been updated in around 2 years, while iquidus seems to still being updated.

So I would like to know if the recent version of iquidus supports these kind of coins, and if not, are there forks or explorers you can recommend that are currently actively developed?

Thank you.

uaktags commented 4 years ago

It's not being actively developed (MN support) at present as there's no concensus among the Crypto-community on RPC commands' standardization. I've previously added ciquidus/diqudus' MN support into my own fork that I was working the PR for, but have since shelved it until i (or anyone else) can come up with a way to work around the fact not all PIVX coins (or any other MN coin out there) may follow the same commands. Think: masternodelist vs listmasternodes which are popular examples.

uaktags commented 4 years ago

One thing that I've played around in, is that we start creating coin modules, similar to how we have exchanges, and that way we can provide our own standardization of commands we're looking for and the Explorer admins would have to provide their own coins that can follow the process. I may be inclined to push for that if that's of interest, but only if that gets resolved would I move on to MN support.

alb2001 commented 4 years ago

Thank you You are right, the rpc commands lack of standarization might be an issue. But your idea of adding coin modules (small config files / settings for each coin I assume), as this way it could extend compatibility beyond PIVX based coins as well.

We currently have an explorer that we would like to update with a more recent version (it has been working for a long time with no issues tho). I can't really say if it's ciquidus or diquidus. But currently since these projects are not being actively developed now, then it's not possible to update.

alb2001 commented 4 years ago

Any other suggestion you would recommend as an option for us? Thanks

2a5A1Ghu1 commented 4 years ago

I love the idea of a rpc config/plugin file and this shouldn't be for just masternode rpc...

waterfallm commented 4 years ago

I'd really like to help getting this working.. only 2 or 3 generic variations in the RPC commands to capture 80% of the POS(MN) coins out there.

cryptonana commented 4 years ago

if someone help me i setup masternode explorer but i see this error DataTables warning: table id=masternodes-table - Requested unknown parameter 'status' for row 0. For more information about this error, please see http://datatables.net/tn/4

any know how to resolve this