Bitcoin Forum
June 21, 2024, 09:47:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: AwesomeMiner Coin Updater *Version 1.0.0* (Plugin)  (Read 16434 times)
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 12:06:51 PM
 #201

Lastly, in appears you do not support the Insight api?

I second the possibility for insight api support.
It's on my list.. I just have never run across the need for it. Might take another look at it today.

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 03:07:08 PM
Last edit: March 21, 2018, 04:02:07 PM by Seanklei10
 #202

I having an issue with:
{CoinFullName: "Tune Coin", CoinShortName: "TUN", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 90, BlockExplorer: "http://explorer.tunecrypto.io/ext/summary"}
{CoinFullName: "LitecoinCash", CoinShortName: "LCC", Algo: "sha256", BlockReward: 25, BlockTime: 150}

It is saying that it looks like something is wrong with the block explorer but from what I can tell its identical to all other explorers of that type. Any ideas?

Also would you consider supporting any of the following explorers?
{CoinFullName: "MachineCoin", CoinShortName: "MAC", Algo: "Timetravel10", BlockReward: 50, BlockTime: 150, BlockExplorer: "https://explorer.machinecoin.org/api/status?q=getInfo"}
{CoinFullName: "Ravencoin", CoinShortName: "RVN", Algo: "x16r", BlockReward: 5000, BlockTime: 60, BlockExplorer: "http://threeeyed.info/stats"}


soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 03:15:27 PM
 #203

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 04:33:26 PM
 #204

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Realize I posted this on the AM thread and not the plug in thread so figured I'd put it where it makes more sense...

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 04:36:50 PM
 #205

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Realize I posted this on the AM thread and not the plug in thread so figured I'd put it where it makes more sense...

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).
Strange, I didn't change anything there - I'll take a look

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 06:18:00 PM
 #206

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Realize I posted this on the AM thread and not the plug in thread so figured I'd put it where it makes more sense...

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).

AwesomeMiner Coin Updater 0.7.1
  • Fixed a logic bug introduced due to the minerpool addition
  • Learned how to create unit tests and have begun implementing them so this kind of thing doesn't happen again!

You can find the latest update in the Mega link.

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 07:17:47 PM
 #207

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Realize I posted this on the AM thread and not the plug in thread so figured I'd put it where it makes more sense...

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).


AwesomeMiner Coin Updater 0.7.1
  • Fixed a logic bug introduced due to the minerpool addition
  • Learned how to create unit tests and have begun implementing them so this kind of thing doesn't happen again!

You can find the latest update in the Mega link.


That appears to have resolved it, thanks! Any thoughts on the couple of block explorer issues I was having above? LCC was using cryptoid but cant seem to find it.
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 08:08:36 PM
 #208

That appears to have resolved it, thanks! Any thoughts on the couple of block explorer issues I was having above? LCC was using cryptoid but cant seem to find it.
LCC is not listed in https://chainz.cryptoid.info/explorer/api.dws?q=summary

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 21, 2018, 08:20:36 PM
 #209

That appears to have resolved it, thanks! Any thoughts on the couple of block explorer issues I was having above? LCC was using cryptoid but cant seem to find it.
LCC is not listed in https://chainz.cryptoid.info/explorer/api.dws?q=summary

https://chainz.cryptoid.info/lcc/

Thats very odd that its not in their API but the above link works.
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 21, 2018, 08:23:53 PM
 #210

That appears to have resolved it, thanks! Any thoughts on the couple of block explorer issues I was having above? LCC was using cryptoid but cant seem to find it.
LCC is not listed in https://chainz.cryptoid.info/explorer/api.dws?q=summary

https://chainz.cryptoid.info/lcc/

Thats very odd that its not in their API but the above link works.
¯\_(ツ)_/¯

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
March 21, 2018, 10:23:21 PM
 #211

I am trying to add ferrum. is this block explorer supported? https://altmix.org/coins/65-FerrumCoin  or this? https://frm.overemo.com/

if so, how should I add them?

Also I have added Bulwark with this block explorer 
{coinFullName: "Bulwark", CoinShortName: "BWK", Algo: "Nist5", BlockReward: 21.875, BlockTime: 90, BlockExplorer: "http://jabe.network:3001/ext/summary"}

but I keep getting error: Looks like something is wrong with the provided DNR BlockExplorer. It may be down, your URL is wrong, or the BlockExplorer is not supported.

thanks!
CreamyG31337
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
March 22, 2018, 12:47:06 AM
 #212

I am trying to add ferrum. is this block explorer supported? https://altmix.org/coins/65-FerrumCoin  or this? https://frm.overemo.com/

if so, how should I add them?

Also I have added Bulwark with this block explorer 
{coinFullName: "Bulwark", CoinShortName: "BWK", Algo: "Nist5", BlockReward: 21.875, BlockTime: 90, BlockExplorer: "http://jabe.network:3001/ext/summary"}

but I keep getting error: Looks like something is wrong with the provided DNR BlockExplorer. It may be down, your URL is wrong, or the BlockExplorer is not supported.

thanks!

does altmix have an api? did you go to the site and look for one? I did. It doesn't appear to have one, so of course, it cannot be supported.

why are you adding bulwark? are the whattomine stats already supported by awesome miner not working for you?

why do you think an error about DNR has anything to do with BWK?

BTC tip jar: bc1qtepyll2c9fkn67wpnhunclw4mf39nc2jx79zdh
CreamyG31337
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
March 22, 2018, 02:30:50 AM
 #213

Do you think we can get shield coin to work with your app? It's kind of a pain because it supports 5 algos, but I did find an API that has the necessary data.

https://blockstats.pw/shield/api/

I have it set up like this right now since I ignore the ASIC algos:

{ 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/"}

If you don't have time to deal with this, one simple thing you could do is allow your app to update the price even when the block explorer is not working. Currently, it just skips those coins.
I tried leaving out the explorer but it still chokes. I don't really understand that as the generated config has a bunch of coins with no explorer. Maybe I should read this whole thread...

Thanks!

I checked this other explorer but it just pulls the scrypt difficulty as far as I can tell: http://188.226.178.216:3001/ext/summary

BTC tip jar: bc1qtepyll2c9fkn67wpnhunclw4mf39nc2jx79zdh
CreamyG31337
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
March 22, 2018, 04:24:13 AM
 #214

Code:
{ 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: "MUNcoin", CoinShortName: "MUN", Algo: "Skunkhash", BlockReward: 5, BlockTime: 150, BlockExplorer: "http://explorer.muncoin.info/ext/summary"}
{ CoinFullName: "Absolute Coin", CoinShortName: "ABS", Algo: "Lyra2REv2", BlockReward: 18, BlockTime: 150, BlockExplorer: "http://www.explorer.absolute-coin.com/ext/summary"}
{ CoinFullName: "Virtus", CoinShortName: "VRT", Algo: "Tribus", BlockReward: 12, BlockTime: 60, BlockExplorer: "https://virtus.blockxplorer.info/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: "Tune Coin", CoinShortName: "TUN", Algo: "NeoScrypt", BlockReward: 5, BlockTime: 90, BlockExplorer: "http://173.249.24.88:3001/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: 21, 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: "Lyra2REv2", BlockReward: 5, BlockTime: 120, BlockExplorer: "http://ore.explorerz.top:3017/ext/summary"}
{ CoinFullName: "Nihilo", CoinShortName: "NIHL", Algo: "NeoScrypt", BlockReward: 10, BlockTime: 120, BlockExplorer: "http://139.162.184.246/ext/summary"}
{ CoinFullName: "Coin2fly", CoinShortName: "CTF", Algo: "NeoScrypt", BlockReward: 15, BlockTime: 150, BlockExplorer: "http://explorer.coin2fly.com/ext/summary"}
{ CoinFullName: "Cerberus", CoinShortName: "CBS", Algo: "NeoScrypt", BlockReward: 6, 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.2, 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 Cash", CoinShortName: "ONEX", Algo: "NeoScrypt", BlockReward: 10, 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: 0.5, 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: "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: "IntenseCoin", CoinShortName: "ITNS", Algo: "CryptoNight", BlockReward: 1432.167, BlockTime: 120, BlockExplorer: "http://192.124.18.154:8117/stats"}
{ CoinFullName: "CurveCoin", CoinShortName: "CURV", Algo: "Skein", BlockReward: 22.057, BlockTime: 90, BlockExplorer: "https://curve.uexplorer.me/api/chart/stat"}
{ CoinFullName: "Argo", CoinShortName: "ARGO", Algo: "Skein", BlockReward: 46.927, BlockTime: 60, BlockExplorer: "http://explorer.argocash.com/ext/summary"}
{ CoinFullName: "Infinex", CoinShortName: "IFX", Algo: "Lyra2z", BlockReward: 5, BlockTime: 90, BlockExplorer: "http://explorer.infinex.info/ext/summary"}
{ CoinFullName: "LeviarCoin", CoinShortName: "XLC", Algo: "CryptoNight", BlockReward: 8.29527724, BlockTime: 60, BlockExplorer: "https://leviarcoin.hashvault.pro/api/network/stats"}
{ CoinFullName: "Qbic", CoinShortName: "QBIC", Algo: "NeoScrypt", BlockReward: 10, BlockTime: 120, BlockExplorer: "http://explorer.qbic.io:3001/ext/summary"}
{ 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: "Sparks", CoinShortName: "SPK", Algo: "NeoScrypt", BlockReward: 9, BlockTime: 120, BlockExplorer: "http://sparks.lchain.cc/ext/summary"}
{ CoinFullName: "STRAKS", CoinShortName: "STAK", Algo: "Lyra2REv2", BlockReward: 3.8, BlockTime: 60, BlockExplorer: "https://api.straks.info/v2/statistics/latest"}

I removed 1-2 coins that were ASIC and another already supported by whattomine and in awesome miner by default, otherwise just fixed a few broken explorers and updated some rewards, added a few more coins to the bottom. Shield doesn't work but I'm hoping for an update Cheesy

BTC tip jar: bc1qtepyll2c9fkn67wpnhunclw4mf39nc2jx79zdh
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
March 22, 2018, 11:57:21 AM
 #215

Here is my updated list that also includes all the previous ones posted here with some addings.

Some of the coins are not working even using the correct and supported block explorer. Can someone check why?


Code:
{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: 21, 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: 0.5, 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: "Ultranote", CoinShortName: "XUN", Algo: "Skein", BlockReward: 150, BlockTime: 120, BlockExplorer: "http://alpha.ultranote.org:8117/stats"}
{CoinFullName: "Salencoin", CoinShortName: "SLN", Algo: "NeoScrypt", BlockReward: 7.5, BlockTime: 150, BlockExplorer: "http://explorer.salencoin.com/ext/summary"}
{CoinFullName: "Ravencoin", CoinShortName: "RVN", Algo: "x16r", BlockReward: 5000, BlockTime: 60, BlockExplorer: "http://explorer.threeeyed.info/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"}
iceman2k2
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
March 22, 2018, 01:02:49 PM
 #216

AwesomeMiner Coin Updater 0.7
  • Added support for Insight Explorer API
  • Added support for any coin at minerpool, see example below or in OP
  • Added support for using /api/getdifficulty on Iquidus explorers
  • Fixed WebAPI not returning the latest released version

You can find the latest update in the Mega link.

Example minerpool
Code:
{ CoinFullName: "Victorium", CoinShortName: "VIC", Algo: "Ethereum", BlockReward: 6.25, BlockTime: 30, BlockExplorer: "minerpool"}

Realize I posted this on the AM thread and not the plug in thread so figured I'd put it where it makes more sense...

This latest release appears to have issues with all of cryptoid's coins. Any ideas? Says blockexplorer is not supposed for all the coins I have using that. (was working on the previous 0.6 version).

AwesomeMiner Coin Updater 0.7.1
  • Fixed a logic bug introduced due to the minerpool addition
  • Learned how to create unit tests and have begun implementing them so this kind of thing doesn't happen again!

You can find the latest update in the Mega link.



FYI i'm using 0.7.1 and still saying there is a newer version available.
Wink
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 22, 2018, 02:00:27 PM
 #217

FYI i'm using 0.7.1 and still saying there is a newer version available.
Wink
Ugh I forgot to bump up the build number in the code.

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Seanklei10
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
March 22, 2018, 03:06:55 PM
 #218

Here is my updated list that also includes all the previous ones posted here with some addings.

Some of the coins are not working even using the correct and supported block explorer. Can someone check why?


Code:
{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: 21, 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: 0.5, 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: "Ultranote", CoinShortName: "XUN", Algo: "Skein", BlockReward: 150, BlockTime: 120, BlockExplorer: "http://alpha.ultranote.org:8117/stats"}
{CoinFullName: "Salencoin", CoinShortName: "SLN", Algo: "NeoScrypt", BlockReward: 7.5, BlockTime: 150, BlockExplorer: "http://explorer.salencoin.com/ext/summary"}
{CoinFullName: "Ravencoin", CoinShortName: "RVN", Algo: "x16r", BlockReward: 5000, BlockTime: 60, BlockExplorer: "http://explorer.threeeyed.info/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"}

For raven coin use:
{CoinFullName: "Raven", CoinShortName: "RVN", Algo: "X16r", BlockReward: 5000, BlockTime: 60, BlockExplorer: "https://rvn.hash4.life/ext/summary"}

Also you have ultranote in their twice, I'd definitely recommend bringing your json into notepad++ and sorting alphabetically.

Also you have an extra space between the "{" and "CoinFullName:" don't think it matters, will just affect your alphabetic sorting.

Which other coins are you having issues with?
BCCrypto68
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
March 22, 2018, 05:46:37 PM
 #219

First, thanks for the work!

I have been playing with this and haven't been able to get it to work, however I do believe I've discovered the issue which I'm presuming you haven't run into or possibly haven't even considered (most people aren't security psyco like myself...but it's how I make a living).

So I'm running the enterprise edition and have SSL enabled using a wildcard cert. Apparently the program is either reading directly from AM's API settings (which shows HTTP, not HTTPS) or it's presuming http. Either way that's causing issues as it's required to try to connect via HTTPS in order to work, and for the SSL cert to be valid it needs to connect via the public name or simply ignore that info (probably easiest) and just accept and move on.

P.S. going to bring up the API https thing to AM as well.
soothaa (OP)
Hero Member
*****
Offline Offline

Activity: 1151
Merit: 528



View Profile
March 22, 2018, 05:54:09 PM
 #220

First, thanks for the work!

I have been playing with this and haven't been able to get it to work, however I do believe I've discovered the issue which I'm presuming you haven't run into or possibly haven't even considered (most people aren't security psyco like myself...but it's how I make a living).

So I'm running the enterprise edition and have SSL enabled using a wildcard cert. Apparently the program is either reading directly from AM's API settings (which shows HTTP, not HTTPS) or it's presuming http. Either way that's causing issues as it's required to try to connect via HTTPS in order to work, and for the SSL cert to be valid it needs to connect via the public name or simply ignore that info (probably easiest) and just accept and move on.

P.S. going to bring up the API https thing to AM as well.
Yeah http://localhost is just hardcoded currently - so you're saying you need the plugin to post via https? Hmm I don't know the implications of that..

EDIT: https isn't available in premium so I have no way to test  Undecided

Want increased coin support within AwesomeMiner? Try my free plugin to add support for nearly any coin! https://bitcointalk.org/index.php?topic=2979494
Want Masternode income stats within AwesomeMiner? Try my free plugin to add support for them! https://bitcointalk.org/index.php?topic=3047367
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!