Pages:
Author

Topic: AwesomeMiner Coin Updater *Version 1.0.0* (Plugin) - page 11. (Read 16440 times)

jr. member
Activity: 58
Merit: 5
Is there a way to add Verge x17 to the plugin? I've tried ti use this Iquidus Explorer: https://verge-blockchain.info/ but cant make it work... Can someone help me?
newbie
Activity: 6
Merit: 0
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
Can you give me and example? I already filter difficulties <=0

DNR. There were a few I'll start paying more attention to the ones Ive seen issues with but this is the first that comes to mind.

https://chainz.cryptoid.info/dnr/

Edit: https://chainz.cryptoid.info/lux/ lux also has a smiilar issue. It appears cryptoid states its "Proof of Stake" is that readable by the API and possibly just filter out the PoS difficulties?

https://chainz.cryptoid.info/bsx/
Code:
"lux":{"name":"LUXCoin","PoW":"PHI1612","PoS":true,"height":216392,"diff":19345.09722316,"supply":4365069.83441702,"ticker":{"btc":0.00071199}}

Code:
"dnr":{"name":"Denarius","PoW":"Tribus","PoS":true,"height":680637,"diff":0.00434532,"supply":2555492.0159293,"ticker":{"btc":0.00024606}}

Code:
"bsx":{"name":"bitspace","PoW":"NIST5","PoS":true,"height":81095,"diff":0.05923982,"supply":9096070.44473688,"ticker":{"btc":6.02E-7}}

This is from the chainz.cryptoid.info API.. are you saying those low diffs are actually PoS diffs from recently staked blocks?



can u please help me out sir Sad
if anyone can help me out running this please message me im ready to pay for the sercives adn time give by u please
newbie
Activity: 74
Merit: 0
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
Can you give me and example? I already filter difficulties <=0

DNR. There were a few I'll start paying more attention to the ones Ive seen issues with but this is the first that comes to mind.

https://chainz.cryptoid.info/dnr/

Edit: https://chainz.cryptoid.info/lux/ lux also has a smiilar issue. It appears cryptoid states its "Proof of Stake" is that readable by the API and possibly just filter out the PoS difficulties?

https://chainz.cryptoid.info/bsx/
Code:
"lux":{"name":"LUXCoin","PoW":"PHI1612","PoS":true,"height":216392,"diff":19345.09722316,"supply":4365069.83441702,"ticker":{"btc":0.00071199}}

Code:
"dnr":{"name":"Denarius","PoW":"Tribus","PoS":true,"height":680637,"diff":0.00434532,"supply":2555492.0159293,"ticker":{"btc":0.00024606}}

Code:
"bsx":{"name":"bitspace","PoW":"NIST5","PoS":true,"height":81095,"diff":0.05923982,"supply":9096070.44473688,"ticker":{"btc":6.02E-7}}

This is from the chainz.cryptoid.info API.. are you saying those low diffs are actually PoS diffs from recently staked blocks?

Exactly, for LUX for example:

https://chainz.cryptoid.info/lux/ if you go there, you will see there is a column to the right that says that its "Proof of Stake"  with a difficulty of 4

Same with DNR:
https://chainz.cryptoid.info/dnr/ .002 shows for the difficulty and to the right it says "Proof of Stake"

It appears we may be able to utlized the "PoS": true portion to determine if the coin at least has PoS and if so, perhaps create a filter for the difficulties that drop substantially.
hero member
Activity: 1151
Merit: 528
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
Can you give me and example? I already filter difficulties <=0

DNR. There were a few I'll start paying more attention to the ones Ive seen issues with but this is the first that comes to mind.

https://chainz.cryptoid.info/dnr/

Edit: https://chainz.cryptoid.info/lux/ lux also has a smiilar issue. It appears cryptoid states its "Proof of Stake" is that readable by the API and possibly just filter out the PoS difficulties?

https://chainz.cryptoid.info/bsx/
Code:
"lux":{"name":"LUXCoin","PoW":"PHI1612","PoS":true,"height":216392,"diff":19345.09722316,"supply":4365069.83441702,"ticker":{"btc":0.00071199}}

Code:
"dnr":{"name":"Denarius","PoW":"Tribus","PoS":true,"height":680637,"diff":0.00434532,"supply":2555492.0159293,"ticker":{"btc":0.00024606}}

Code:
"bsx":{"name":"bitspace","PoW":"NIST5","PoS":true,"height":81095,"diff":0.05923982,"supply":9096070.44473688,"ticker":{"btc":6.02E-7}}

This is from the chainz.cryptoid.info API.. are you saying those low diffs are actually PoS diffs from recently staked blocks?
newbie
Activity: 74
Merit: 0
Getting the following error, any ideas? It won't seem to get past this.

Successfully loaded previous saved CryptopiaPrices data.
Successfully loaded previous saved StocksExchangePrices data.
Successfully loaded previous saved TradeSatoshiPrices data.
Successfully loaded previous saved CoinExchangeIOPrices data.
Successfully loaded previous saved CryptoBridgePrices data.
Successfully loaded previous saved SouthXChangePrices data.
Successfully loaded previous saved GraviexPrices data.
Successfully loaded previous saved cryptohubonlinePrices data.
Successfully loaded previous saved Crex24Prices data.
Successfully loaded previous saved LocalCoinData data.
Updating all Cryptopia prices..Cryptopia: The remote server returned an error: (503) Server Unavailable.
Updating all Stocks.Exchange prices.. done!
Updating all TradeSatoshi prices.. done!
Updating all coinexchangeio prices..  done!
Updating all CryptoBridge prices..CryptoBridge: Error: Unable to connect to the remote server
Updating all SouthXChange prices.. done!
Updating all Graviex prices.. done!
Updating all cryptohubonline prices.. done!
Updating all Crex24 prices.. done!
Updating all CryptoID prices..done!
=============================================================
Supporting 9 exchanges and 3775 unique coins.
=============================================================
Begining coin update..
Updating all CryptoID prices..done!
Updating all Cryptopia prices..Cryptopia: Error reading JObject from JsonReader. Current JsonReader item is not an object: Null. Path '', line 1, position 4.
Value cannot be null.
Parameter name: source
Strange... each exchange is isolated and should continue on past a failure..

It appears to have resolved itself, after I came back to it about an hour later, not sure how much time it took to actually correct. I assume Cryptopia was having an API issue?
newbie
Activity: 74
Merit: 0
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
Can you give me and example? I already filter difficulties <=0

DNR. There were a few I'll start paying more attention to the ones Ive seen issues with but this is the first that comes to mind.

https://chainz.cryptoid.info/dnr/

Edit: https://chainz.cryptoid.info/lux/ lux also has a smiilar issue. It appears cryptoid states its "Proof of Stake" is that readable by the API and possibly just filter out the PoS difficulties?

https://chainz.cryptoid.info/bsx/
hero member
Activity: 1151
Merit: 528
Getting the following error, any ideas? It won't seem to get past this.

Successfully loaded previous saved CryptopiaPrices data.
Successfully loaded previous saved StocksExchangePrices data.
Successfully loaded previous saved TradeSatoshiPrices data.
Successfully loaded previous saved CoinExchangeIOPrices data.
Successfully loaded previous saved CryptoBridgePrices data.
Successfully loaded previous saved SouthXChangePrices data.
Successfully loaded previous saved GraviexPrices data.
Successfully loaded previous saved cryptohubonlinePrices data.
Successfully loaded previous saved Crex24Prices data.
Successfully loaded previous saved LocalCoinData data.
Updating all Cryptopia prices..Cryptopia: The remote server returned an error: (503) Server Unavailable.
Updating all Stocks.Exchange prices.. done!
Updating all TradeSatoshi prices.. done!
Updating all coinexchangeio prices..  done!
Updating all CryptoBridge prices..CryptoBridge: Error: Unable to connect to the remote server
Updating all SouthXChange prices.. done!
Updating all Graviex prices.. done!
Updating all cryptohubonline prices.. done!
Updating all Crex24 prices.. done!
Updating all CryptoID prices..done!
=============================================================
Supporting 9 exchanges and 3775 unique coins.
=============================================================
Begining coin update..
Updating all CryptoID prices..done!
Updating all Cryptopia prices..Cryptopia: Error reading JObject from JsonReader. Current JsonReader item is not an object: Null. Path '', line 1, position 4.
Value cannot be null.
Parameter name: source
Strange... each exchange is isolated and should continue on past a failure..
hero member
Activity: 1151
Merit: 528
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
Can you give me and example? I already filter difficulties <=0
newbie
Activity: 74
Merit: 0
Getting the following error, any ideas? It won't seem to get past this.

Successfully loaded previous saved CryptopiaPrices data.
Successfully loaded previous saved StocksExchangePrices data.
Successfully loaded previous saved TradeSatoshiPrices data.
Successfully loaded previous saved CoinExchangeIOPrices data.
Successfully loaded previous saved CryptoBridgePrices data.
Successfully loaded previous saved SouthXChangePrices data.
Successfully loaded previous saved GraviexPrices data.
Successfully loaded previous saved cryptohubonlinePrices data.
Successfully loaded previous saved Crex24Prices data.
Successfully loaded previous saved LocalCoinData data.
Updating all Cryptopia prices..Cryptopia: The remote server returned an error: (503) Server Unavailable.
Updating all Stocks.Exchange prices.. done!
Updating all TradeSatoshi prices.. done!
Updating all coinexchangeio prices..  done!
Updating all CryptoBridge prices..CryptoBridge: Error: Unable to connect to the remote server
Updating all SouthXChange prices.. done!
Updating all Graviex prices.. done!
Updating all cryptohubonline prices.. done!
Updating all Crex24 prices.. done!
Updating all CryptoID prices..done!
=============================================================
Supporting 9 exchanges and 3775 unique coins.
=============================================================
Begining coin update..
Updating all CryptoID prices..done!
Updating all Cryptopia prices..Cryptopia: Error reading JObject from JsonReader. Current JsonReader item is not an object: Null. Path '', line 1, position 4.
Value cannot be null.
Parameter name: source
newbie
Activity: 6
Merit: 0
For some reason it says the block explorer is not supported, it's a normal iquidus one, with working url:

{CoinFullName: "Espers", CoinShortName: "ESP", Algo: "HMQ1725", BlockReward: 5000, BlockTime: 300, BlockExplorer: "https://esp.miningalts.com/ext/summary"}
Code:
{"data":[{"difficulty":"POW: 156.54968414","difficultyHybrid":"POS: 5115602517.9629965","supply":21337538206.77488,"hashrate":"684.7004","lastPrice":0,"connections":125,"blockcount":744718}]}

That's why, the POW part is not supposed to be in there. I can add a workaround for that next release.

Wow, some fast answer! Thank you anyhow for this gem bro!


Can someone help me once how to configure and make it work please im really new to this please message me or mail me at [email protected]
im a small miner learnign things if anyone could offer support via team viewer will be really greatful please
thankyou
newbie
Activity: 74
Merit: 0
Any thoughts on filtering out difficulties <1? Typically all of these are difficulties for MNs and can really skew the averaging.
jr. member
Activity: 196
Merit: 1
Hello,

I have created a github gist with my config.

https://gist.github.com/andreitudor/afb19600ef6441089807f668c5366c0b

We can modify and keep this up to date with new coins and config styling.

Please feel free to add my list removing the duplicated coins


Thank you I have added the missing coins
Please fix the Muncoin. It's skunkhash coin, not skein. I commented at your github. Awesome list! Smiley
full member
Activity: 270
Merit: 100
For some reason it says the block explorer is not supported, it's a normal iquidus one, with working url:

{CoinFullName: "Espers", CoinShortName: "ESP", Algo: "HMQ1725", BlockReward: 5000, BlockTime: 300, BlockExplorer: "https://esp.miningalts.com/ext/summary"}
Code:
{"data":[{"difficulty":"POW: 156.54968414","difficultyHybrid":"POS: 5115602517.9629965","supply":21337538206.77488,"hashrate":"684.7004","lastPrice":0,"connections":125,"blockcount":744718}]}

That's why, the POW part is not supposed to be in there. I can add a workaround for that next release.

Wow, some fast answer! Thank you anyhow for this gem bro!
hero member
Activity: 1151
Merit: 528
For some reason it says the block explorer is not supported, it's a normal iquidus one, with working url:

{CoinFullName: "Espers", CoinShortName: "ESP", Algo: "HMQ1725", BlockReward: 5000, BlockTime: 300, BlockExplorer: "https://esp.miningalts.com/ext/summary"}
Code:
{"data":[{"difficulty":"POW: 156.54968414","difficultyHybrid":"POS: 5115602517.9629965","supply":21337538206.77488,"hashrate":"684.7004","lastPrice":0,"connections":125,"blockcount":744718}]}

That's why, the POW part is not supposed to be in there. I can add a workaround for that next release.
newbie
Activity: 162
Merit: 0
full member
Activity: 270
Merit: 100
For some reason it says the block explorer is not supported, it's a normal iquidus one, with working url:

Code:
{CoinFullName: "Espers", CoinShortName: "ESP", Algo: "HMQ1725", BlockReward: 5000, BlockTime: 300, BlockExplorer: "https://esp.miningalts.com/ext/summary"}
newbie
Activity: 7
Merit: 0
Hello,

I have created a github gist with my config.

https://gist.github.com/andreitudor/afb19600ef6441089807f668c5366c0b

We can modify and keep this up to date with new coins and config styling.

Please feel free to add my list removing the duplicated coins


Thank you I have added the missing coins
hero member
Activity: 1151
Merit: 528
Just a little issue. Whale is recognized as WHALE by Minerpool, but as WHL by StocksExchange. As result, AM CoinUpdater shows me: Could not find WHALE in any Exchange.

Here is the line:
Code:
{CoinFullName: "Whalecoin", CoinShortName: "WHALE", Algo: "Ethereum", BlockReward: 3.06, BlockTime: 20, BlockExplorer: "minerpool"}

Thanks in advance!
I cannot reproduce this. When debugging the price matching no exchange contains WHALE and I get back a 0 for the price.
Yes, it's the issue. Try WHL you will find. It's the same coin.

WHALE at minerpool = WHL at exchanges
Ohhhhhhhhh I see... hrmm... not much I can think of to do if people are using different tickers..
jr. member
Activity: 196
Merit: 1
Just a little issue. Whale is recognized as WHALE by Minerpool, but as WHL by StocksExchange. As result, AM CoinUpdater shows me: Could not find WHALE in any Exchange.

Here is the line:
Code:
{CoinFullName: "Whalecoin", CoinShortName: "WHALE", Algo: "Ethereum", BlockReward: 3.06, BlockTime: 20, BlockExplorer: "minerpool"}

Thanks in advance!
I cannot reproduce this. When debugging the price matching no exchange contains WHALE and I get back a 0 for the price.
Yes, it's the issue. Try WHL you will find. It's the same coin.

WHALE at minerpool = WHL at exchanges
jr. member
Activity: 504
Merit: 3
Hello,

I have created a github gist with my config.

https://gist.github.com/andreitudor/afb19600ef6441089807f668c5366c0b

We can modify and keep this up to date with new coins and config styling.

Please feel free to add my list removing the duplicated coins

Quote
{CoinFullName: "BitSend", CoinShortName: "BSD", Algo: "Xevan", BlockReward: 5, BlockTime: 180}
{ CoinFullName: "UFO", CoinShortName: "UFO", Algo: "NeoScrypt", BlockReward: 625, BlockTime: 90}
{ CoinFullName: "Guncoin", CoinShortName: "GUN", Algo: "NeoScrypt", BlockReward: 150, BlockTime: 120}
{ CoinFullName: "BZL Coin", CoinShortName: "BZL", Algo: "Tribus", BlockReward: 1, BlockTime: 30}
{CoinFullName: "CurveCoin", CoinShortName: "CURV", Algo: "Skein", BlockReward: 22.169, BlockTime: 90, BlockExplorer: "https://curve.uexplorer.me/api/chart/stat"}
{CoinFullName: "Munncoin", CoinShortName: "MUN", Algo: "Skunkhash", BlockReward: 5, BlockTime: 150, BlockExplorer: "http://explorer.muncoin.info/ext/summary"}
{CoinFullName: "Absolute Coin", CoinShortName: "ABS", Algo: "Lyra2v2", BlockReward: 6, BlockTime: 90, BlockExplorer: "http://www.explorer.absolute-coin.com/ext/summary"}
{CoinFullName: "Virtus", CoinShortName: "VRT", Algo: "Tribus", BlockReward: 12, BlockTime: 60, BlockExplorer: "http://213.183.45.119:3001/ext/summary"}
{CoinFullName: "Nyx Coin", CoinShortName: "NYX", Algo: "NeoScrypt", BlockReward: 2, BlockTime: 120, BlockExplorer: "http://explorer.nyxcoin.org/ext/summary"}
{CoinFullName: "Northern", CoinShortName: "NORT", Algo: "Xevan", BlockReward: 5, BlockTime: 60, BlockExplorer: "http://explorer.nort.network/ext/summary"}
{CoinFullName: "Argo", CoinShortName: "ARGO", Algo: "Skein", BlockReward: 47.168, BlockTime: 60, BlockExplorer: "http://explorer.argocash.com/ext/summary"}
{CoinFullName: "Bash Coin", CoinShortName: "BASHC", Algo: "Skein", BlockReward: 8, BlockTime: 60, BlockExplorer: "http://bashcoin.lchain.cc/ext/summary"}
{CoinFullName: "Taler", CoinShortName: "TLR", Algo: "Lyra2z", BlockReward: 50, BlockTime: 300, BlockExplorer: "http://taler-explorer.online/ext/summary"}
{CoinFullName: "Endorphin", CoinShortName: "END", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 120, BlockExplorer: "http://exp.endorphin.network/ext/summary"}
{CoinFullName: "Dinero", CoinShortName: "DIN", Algo: "NeoScrypt", BlockReward: 15.75, BlockTime: 90, BlockExplorer: "http://explorer.dinerocoin.org/ext/summary"}
{CoinFullName: "SnowGem", CoinShortName: "SNG", Algo: "Equihash", BlockReward: 19, BlockTime: 60, BlockExplorer: "https://explorer.snowgem.org/ext/summary"}
{CoinFullName: "Desire", CoinShortName: "DSR", Algo: "NeoScrypt", BlockReward: 19, BlockTime: 150, BlockExplorer: "http://desire.lchain.cc/ext/summary"}
{CoinFullName: "Galactrum", CoinShortName: "ORE", Algo: "Lyra2v2", BlockReward: 5, BlockTime: 120, BlockExplorer: "http://ore.explorerz.top:3017/ext/summary"}
{CoinFullName: "Coin2fly", CoinShortName: "CTF", Algo: "NeoScrypt", BlockReward: 7.5, BlockTime: 150, BlockExplorer: "http://explorer.coin2fly.com/ext/summary"}
{CoinFullName: "Cerberus", CoinShortName: "CBS", Algo: "NeoScrypt", BlockReward: 5.4, BlockTime: 120, BlockExplorer: "http://exp.cerberuscoin.com/ext/summary"}
{CoinFullName: "Rapture", CoinShortName: "RAP", Algo: "NeoScrypt", BlockReward: 2.97, BlockTime: 120, BlockExplorer: "http://explorer.our-rapture.com/ext/summary"}
{CoinFullName: "Stone Coin", CoinShortName: "STONE", Algo: "NeoScrypt", BlockReward: 6, BlockTime: 120, BlockExplorer: "http://stonecrypto.org/ext/summary"}
{CoinFullName: "GoByte", CoinShortName: "GBX", Algo: "NeoScrypt", BlockReward: 7.5, BlockTime: 150, BlockExplorer: "http://explorer.gobyte.network:5001/ext/summary"}
{CoinFullName: "Zero", CoinShortName: "ZER", Algo: "Equihash", BlockReward: 10, BlockTime: 120, BlockExplorer: "https://zeroexplorer.forgetop.com/ext/summary"}
{CoinFullName: "Goa Coin", CoinShortName: "GOA", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 150, BlockExplorer: "http://goa.altexplorer.co/ext/summary"}
{CoinFullName: "Lizus", CoinShortName: "LIZ", Algo: "Skein", BlockReward: 10.19, BlockTime: 60, BlockExplorer: "http://lizus.lchain.cc/ext/summary"}
{CoinFullName: "LuckyBit", CoinShortName: "LUCKY", Algo: "NeoScrypt", BlockReward: 1, BlockTime: 180, BlockExplorer: "http://178.62.73.188:3001/ext/summary"}
{CoinFullName: "Onex Network", CoinShortName: "ONEX", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 90, BlockExplorer: "http://explorer.onex.network:3001/ext/summary"}
{CoinFullName: "Xhimera", CoinShortName: "XHM", Algo: "Xevan", BlockReward: 1.98, BlockTime: 360, BlockExplorer: "https://xhimera.info/ext/summary"}
{CoinFullName: "Urals Coin", CoinShortName: "URALS", Algo: "Xevan", BlockReward: 40, BlockTime: 180, BlockExplorer: "http://exp.uralscoin.info:3001/ext/summary"}
{CoinFullName: "CriptoReal", CoinShortName: "CRS", Algo: "Lyra2z", BlockReward: 60, BlockTime: 120, BlockExplorer: "https://criptoreal.info/ext/summary"}
{CoinFullName: "SkeinCoin", CoinShortName: "SKC", Algo: "Skein", BlockReward: 2, BlockTime: 60, BlockExplorer: "http://xplorer.skeincoin.co/ext/summary"}
{CoinFullName: "Bithold", CoinShortName: "BHD", Algo: "C11", BlockReward: 37, BlockTime: 90, BlockExplorer: "http://bithold.lchain.cc/ext/summary"}
{CoinFullName: "IntenseCoin", CoinShortName: "ITNS", Algo: "CryptoNight", BlockReward: 1538.36024346, BlockTime: 120, BlockExplorer: "http://192.124.18.154:8117/stats"}
{CoinFullName: "GarlicCoin", CoinShortName: "GRLC", Algo: "Scrypt", BlockReward: 50, BlockTime: 40, BlockExplorer: "https://explorer.grlc-bakery.fun/ext/summary"}
{CoinFullName: "Sumokin", CoinShortName: "SUMO", Algo: "CryptoNight", BlockReward: 36.45, BlockTime: 244, BlockExplorer: "https://pool.sumokoin.com:9118/stats"}
{CoinFullName: "Electroneum", CoinShortName: "ETN", Algo: "CryptoNight", BlockReward: 7028.66, BlockTime: 59, BlockExplorer:  "http://us-api.hashparty.io/stats"}
{CoinFullName: "Innova", CoinShortName: "INN", Algo: "NeoScrypt", BlockReward: 10, BlockTime: 120, BlockExplorer: "http://explorer.innovacoin.info/ext/summary"}
{CoinFullName: "Salencoin", CoinShortName: "SLN", Algo: "NeoScrypt", BlockReward: 7.5, BlockTime: 150, BlockExplorer: "http://explorer.salencoin.com/ext/summary"}
{CoinFullName: "Raven", CoinShortName: "RVN", Algo: "X16r", BlockReward: 5000, BlockTime: 60, BlockExplorer: "https://rvn.hash4.life/ext/summary"}
{CoinFullName: "Infinex", CoinShortName: "IFX", Algo: "Lyra2z", BlockReward: 6, BlockTime: 90, BlockExplorer: "http://explorer.infinex.info/ext/summary"}
{CoinFullName: "Stipend", CoinShortName: "SPD", Algo: "C11", BlockReward: 15, BlockTime: 90, BlockExplorer: "http://explorer.stipend.me/ext/summary"}
{CoinFullName: "BitCore", CoinShortName: "BTX", Algo: "Timetravel10", BlockReward: 3.13, BlockTime: 161, BlockExplorerType: "cryptoid"}
{CoinFullName: "Zacacoin", CoinShortName: "ZACA", Algo: "Scrypt", BlockReward: 4, BlockTime: 60, BlockExplorer: "http://explorer.zacacoin.com/ext/summary"}
{CoinFullName: "HTKcoin", CoinShortName: "HTK", Algo: "X11", BlockReward: 3, BlockTime: 60, BlockExplorer: "http://explorer.hiddentalk.io/ext/summary"}
{CoinFullName: "EthereumFuture", CoinShortName: "ETHF", Algo: "Nist5", BlockReward: 8, BlockTime: 90, BlockExplorer: "http://explorer.ethereumfuture.net/ext/summary"}
{CoinFullName: "QbicCoin", CoinShortName: "QBIC", Algo: "NeoScrypt", BlockReward: 10, BlockTime: 120, BlockExplorer: "http://explorer.qbic.io:3001/ext/summary"}
{CoinFullName: "Vivo2", CoinShortName: "VIVO", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 120, BlockExplorer: "http://vivo.explorerz.top:3003/ext/summary"}
{CoinFullName: "ZexCoin", CoinShortName: "ZEX", Algo: "X11", BlockReward: 4, BlockTime: 120, BlockExplorer: "http://explorer.zexcoin.org/ext/summary"}
{CoinFullName: "MagnetCoin", CoinShortName: "MAG", Algo: "X11", BlockReward: 100, BlockTime: 90, BlockExplorer: "http://35.202.4.153:3001/ext/summary"}
{CoinFullName: "FolmCoin", CoinShortName: "FLM", Algo: "PHI", BlockReward: 30, BlockTime: 120, BlockExplorer: "http://explorer.folm.io/api/chart/stat"}
{coinFullName: "LuxCoin", CoinShortName: "LUX", Algo: "PHI", BlockReward: 10, BlockTime: 60, BlockExplorer: "https://explorer.luxcore.io/ext/summary"}
{coinFullName: "JoltGas", CoinShortName: "JLG", Algo: "C11", BlockReward: 25, BlockTime: 210, BlockExplorer: "http://joltgas.lchain.cc/ext/summary"}
{coinFullName: "Enixt", CoinShortName: "ENIX", Algo: "Skein", BlockReward: 8, BlockTime: 60, BlockExplorer: "http://enixt.lchain.cc/ext/summary"}
{coinFullName: "01Coin", CoinShortName: "ZOC", Algo: "NeoScrypt", BlockReward: 13, BlockTime: 150, BlockExplorer: "http://01coin.lchain.cc/ext/summary"}
{coinFullName: "Bitspace", CoinShortName: "BSX", Algo: "Nist5", BlockReward: 100, BlockTime: 60, BlockExplorer: "http://bitspace.lchain.cc/ext/summary"}
{coinFullName: "Brofist", CoinShortName: "PEW", Algo: "NeoScrypt", BlockReward: 6, BlockTime: 120, BlockExplorer: "http://brofistcoin.lchain.cc/ext/summary"}
{coinFullName: "GinCoin", CoinShortName: "GIN", Algo: "NeoScrypt", BlockReward: 10, BlockTime: 120, BlockExplorer: "https://explorer.gincoin.io/ext/summary"}
{coinFullName: "ScrivCoin", CoinShortName: "SCRIV", Algo: "Tribus", BlockReward: 4.8, BlockTime: 30, BlockExplorer: "http://explorer.scriv.network/ext/summary"}
{coinFullName: "PesoCoin", CoinShortName: "PSO", Algo: "X11", BlockReward: 12.5, BlockTime: 120, BlockExplorer: "http://peso.network/ext/summary"}
{ CoinFullName: "Tune Coin", CoinShortName: "TUN", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 90, BlockExplorer: "http://173.249.24.88:3001/ext/summary"}
{coinFullName: "TransendCoin", CoinShortName: "TSC", Algo: "Xevan", BlockReward: 23, BlockTime: 180, BlockExplorer: "https://explorer.transendcoin.com/ext/summary"}
{coinFullName: "DixiCoin", CoinShortName: "DXC", Algo: "C11", BlockReward: 2, BlockTime: 60, BlockExplorer: "http://www.dixi.live/ext/summary"}
{coinFullName: "UltimaCoin", CoinShortName: "ULT", Algo: "Skein", BlockReward: 0.6, BlockTime: 30, BlockExplorer: "https://ult.blockrex.info/ext/summary"}
{coinFullName: "ArchimedCoin", CoinShortName: "ARHM", Algo: "NeoScrypt", BlockReward: 3, BlockTime: 300, BlockExplorer: "http://explorer.archimedcoin.com/ext/summary"}
{coinFullName: "Agena", CoinShortName: "AGN", Algo: "NeoScrypt", BlockReward: 6, BlockTime: 90, BlockExplorer: "http://explorer.agenaproject.com/ext/summary"}
{coinFullName: "CoreZ", CoinShortName: "CRZ", Algo: "NeoScrypt", BlockReward: 8, BlockTime: 90, BlockExplorer: "http://explorer.corez.site:3001/ext/summary"}
{coinFullName: "PyroCoin", CoinShortName: "PYRO", Algo: "Lyra2z", BlockReward: 4, BlockTime: 120, BlockExplorer: "http://138.68.246.198:3001/ext/summary"}
{coinFullName: "PulsarCoin", CoinShortName: "PLSR", Algo: "hmq1725", BlockReward: 10, BlockTime: 60, BlockExplorer: "http://pulsar.lchain.cc/ext/summary"}
{coinFullName: "IntermodalCoin", CoinShortName: "IMC", Algo: "C11", BlockReward: 10, BlockTime: 90, BlockExplorer: "http://explorer.intermodalcoin.online/ext/summary"}
{coinFullName: "Denarius", CoinShortName: "DNR", Algo: "Tribus", BlockReward: 2, BlockTime: 30, BlockExplorer: "https://denariusexplorer.org/ext/summary"}
{coinFullName: "Ferrum", CoinShortName: "FRM", Algo: "Skein", BlockReward: 7, BlockTime: 60}
{coinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}
{coinFullName: "Bulwark", CoinShortName: "BWK", Algo: "Nist5", BlockReward: 21.875, BlockTime: 90, BlockExplorer: "http://jabe.network:3001/ext/summary"}
{coinFullName: "Sparks", CoinShortName: "SPK", Algo: "NeoScrypt", BlockReward: 9, BlockTime: 120, BlockExplorer: "http://explorer.sparks.gold/ext/summary"}
{ CoinFullName: "STRAKS", CoinShortName: "STAK", Algo: "Lyra2REv2", BlockReward: 3.8, BlockTime: 60, BlockExplorer: "https://api.straks.info/v2/statistics/latest"}
{ CoinFullName: "RaceCoin", CoinShortName: "RACE", Algo: "Lyra2REv2", BlockReward: 4.8, BlockTime: 90, BlockExplorer: "http://45.32.147.232:3001/ext/summary"}
{ CoinFullName: "Shield B2S", CoinShortName: "XSH", Algo: "Blake 2s", BlockReward: 125, BlockTime: 60, BlockExplorer: "https://blockstats.pw/shield/api/"}
{ CoinFullName: "Shield X17", CoinShortName: "XSH", Algo: "x17", BlockReward: 125, BlockTime: 60, BlockExplorer: "https://blockstats.pw/shield/api/"}
{ CoinFullName: "Shield B2S", CoinShortName: "XSH", Algo: "Lyra2REv2", BlockReward: 125, BlockTime: 60, BlockExplorer: "https://blockstats.pw/shield/api/"}
{ CoinFullName: "LeviarCoin", CoinShortName: "XLC", Algo: "CryptoNight", BlockReward: 8.29527724, BlockTime: 60, BlockExplorer: "https://leviarcoin.hashvault.pro/api/network/stats"}
{ CoinFullName: "Ultranote", CoinShortName: "XUN", Algo: "Skein", BlockReward: 150, BlockTime: 120, BlockExplorer: "http://alpha.ultranote.org:8117/stats"}
{ CoinFullName: "BitcoinZ", CoinShortName: "BTCZ", Algo: "Equihash", BlockReward: 12500, BlockTime: 154, BlockExplorer: "https://explorer.bitcoinz.site/ext/summary"}
{ CoinFullName: "Fonero", CoinShortName: "FNO", Algo: "CryptoNight", BlockReward: 26.076235740577, BlockTime: 120, BlockExplorer: "https://api-fno.easyhash.io/stats"}
{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3 (Keccak)", BlockReward: 21, BlockTime: 120, BlockExplorer: "https://chainz.cryptoid.info/crea/api.dws?q=getdifficulty"}
{ CoinFullName: "CelerCoin", CoinShortName: "CELER", Algo: "NeoScrypt", BlockReward: 2, BlockTime: 120, BlockExplorer: "http://explorer.celercoin.com/ext/summary"}
{ CoinFullName: "Banq", CoinShortName: "BANQ", Algo: "NeoScrypt", BlockReward: 3, BlockTime: 180, BlockExplorer: "http://128.199.42.147:3001/ext/summary"}
{ CoinFullName: "NativeAmerican", CoinShortName: "NAC", Algo: "Scrypt", BlockReward: 4, BlockTime: 240, BlockExplorer: "http://128.199.42.147:3001/ext/summary"}
{ CoinFullName: "Xuma", CoinShortName: "XMX", Algo: "Quark", BlockReward: 50, BlockTime: 60, BlockExplorer: "http://explorer.xumacoin.org/ext/summary"}
{ CoinFullName: "Zcoin", CoinShortName: "XZC", Algo: "Lyra2z", BlockReward: 28, BlockTime: 557, BlockExplorer: "https://explorer.zcoin.io/ext/summary"}
{ CoinFullName: "Lunex", CoinShortName: "LUNEX", Algo: "Lyra2REv2", BlockReward: 3, BlockTime: 120, BlockExplorer: "http://explorer.lunexcrypto.com/ext/summary"}
Pages:
Jump to: