iquidus / explorer

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

Where is the version with the hashrate chart and masternode tab? #134

Open EliteMobb79 opened 6 years ago

EliteMobb79 commented 6 years ago

I have seen several installations of the Iquidus explorer and most of them have a newer version with a hashrate chart on the home page and a masternode tab to display masternode data. Anyone know where this version is?

danielwwf commented 6 years ago

@sunk818 I am talking to my guy's atm, to figure out what we can do. We will either remove a few things that are very special and won't have any use to most people OR take the latest version before those changes, fix all issues and put it out. Need to see how much work and what the costs would be. I wouldn't take any money upfront but people are always welcome to tip.

If we could get this up and out, it would allow teams to run explorers on their own and connect to a masternode stats site, without paying ridiculous fees and waiting for ages to get listed. Fire up the explorer, pass me the link, ill add it, job done. I think that would be great, I am figuring out what we can do.

@krestien looked at the source, seems to be my version. what coin are you trying to set up?

krestien commented 6 years ago

@whywefight I'm working on getting https://github.com/DSTRACoin/explorer to work. We got the "ordinary" Iquidus running on the old chain (https://github.com/DSTRACoin/iquidus-dstra) and wanted to use apparently yours now for our new chain.

worldmint commented 5 years ago

Hi guys ! Who did it do with the map explorer?

thesnat21 commented 5 years ago

@whywefight any update on your release?

neoaikon2 commented 5 years ago

For anyone using the repo @sigwo posted and is having the masternode error the @krestien was getting. I had set the baseType in settings.json to 'pivx' but this was not solving my issue. I ended up having to go into \lib\explorer.js and edit _getmasternodeonlinecount to the following:

get_masternodeonlinecount: function(cb) {
    var uri = base_url + 'masternode?command=count';
    //if (settings.baseType !== 'pivx')
        //uri += '?filter=enabled';
    request({uri: uri, json: true}, function (error, response, body) {
    //if (settings.baseType === 'pivx')
        return cb(body.stable);
    //else
        //return cb(body);
    });
  },

I'm not sure why the baseType was not being read correctly in my situation, but doing this fixed the error in my case.

jazzholicbae commented 4 years ago

In case that the https://github.com/SigwoTechnologies/explorer/ repo is gone

https://github.com/mainconceptx/Sigwo-explorer-mirror