iquidus / explorer

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

Masternode issue #409

Open cryptonana opened 4 years ago

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

uaktags commented 4 years ago

We don't currently support masternodes. You should check against the fork you're using. It appears that "status" is not being detected in the Ajax call of your table

le2Ks commented 3 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

There are other explorer version out there with masternodes implemented Example: https://github.com/nibbles83/LindaExplorer Hoping that will help! cheers

uaktags commented 3 years ago

Thank you, there are alot of forks out there, but not alot of pull requests to bring those enhancements over. A number of us have implemented masternode support, but haven't done so in a way that scales properly with other coins due to differences in RPC commands. It's less to do with the fact of implementing the masternode code and more the fact that over a decade later, the crypto community still hasn't come to a standardization on rpc. I've personally focused more on that problem (tackling coin-specific rpc) than extending the explorer for masternode calls currently.

le2Ks commented 3 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

Tell me if you need help for installing https://github.com/nibbles83/LindaExplorer

longvic0 commented 2 years ago

Masternode tab: It could be deployed in HTML, no need database. I've built an explorer based on iquidus 1.7.4, it runs normally. Let's have a look at: http://45.32.117.100/masternodes.html

Regards,

uaktags commented 2 years ago

Masternode tab: It could be deployed in HTML, no need database. I've built an explorer based on iquidus 1.7.4, it runs normally. Let's have a look at: http://45.32.117.100/masternodes.html

Regards,

We could definitely code a static html page that ingests a .json file....but what would be the point of that? And how does that solve the problem at hand for the issue?