Pages:
Author

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

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.
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.
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!
That's... really odd..
The workaround is simple for me: a "alias" WHL for exchange into the AM Coin Updater. Minerpool keeps recognising as WHALE, and StocksExchange as WHL. Or convincing the minerpool devs to change WHALE to WHL.
sr. member
Activity: 700
Merit: 294
Shoota I still don't understand how to add correctly coins that are on crypto id.

I get error either if I use this:

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120, BlockExplorerType: "cryptoid"}

or this

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120}

May you help me?

I think I figured out how to make Cryptoid based coins work...  Try this for your CreativeCoin example:

Code:
{CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3 (Keccak)", BlockReward: 21, BlockTime: 120, BlockExplorer: "https://chainz.cryptoid.info/crea/api.dws?q=getdifficulty"}

I'm going to work on my master json file and post it here again.

Thanks Patrik it works now using the way you suggested to use it!

Patrik?  I'm puwaha... lol.   Grin
newbie
Activity: 74
Merit: 0
The Denarius explorer appears to now split up PoS vs PoW difficulty and as a result the plugin errors on the explorer. Any ideas?

https://denariusexplorer.org/ext/summary
jr. member
Activity: 504
Merit: 3
Shoota I still don't understand how to add correctly coins that are on crypto id.

I get error either if I use this:

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120, BlockExplorerType: "cryptoid"}

or this

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120}

May you help me?

I think I figured out how to make Cryptoid based coins work...  Try this for your CreativeCoin example:

Code:
{CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3 (Keccak)", BlockReward: 21, BlockTime: 120, BlockExplorer: "https://chainz.cryptoid.info/crea/api.dws?q=getdifficulty"}

I'm going to work on my master json file and post it here again.

Thanks Patrik it works now using the way you suggested to use it!
sr. member
Activity: 700
Merit: 294
Shoota I still don't understand how to add correctly coins that are on crypto id.

I get error either if I use this:

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120, BlockExplorerType: "cryptoid"}

or this

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120}

May you help me?

I think I figured out how to make Cryptoid based coins work...  Try this for your CreativeCoin example:

Code:
{CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3 (Keccak)", BlockReward: 21, BlockTime: 120, BlockExplorer: "https://chainz.cryptoid.info/crea/api.dws?q=getdifficulty"}

I'm going to work on my master json file and post it here again.
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!
That's... really odd..
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!
newbie
Activity: 74
Merit: 0
AwesomeMiner Coin Updater 0.7.2
  • Perhaps an update to the plugin could compare the coin at all exchanges and display the value back of the highest price given any exchange the coin is listed on.
  • ^ yeah, I'm feeling lazy today and just quoted this

You can find the latest update in the Mega link.

Works perfect, thanks!
jr. member
Activity: 504
Merit: 3
Shoota I still don't understand how to add correctly coins that are on crypto id.

I get error either if I use this:

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120, BlockExplorerType: "cryptoid"}

or this

{ CoinFullName: "CreativeCoin", CoinShortName: "CREA", Algo: "SHA-3", BlockReward: 21, BlockTime: 120}

May you help me?
hero member
Activity: 1151
Merit: 528
AwesomeMiner Coin Updater 0.7.2
  • Perhaps an update to the plugin could compare the coin at all exchanges and display the value back of the highest price given any exchange the coin is listed on.
  • ^ yeah, I'm feeling lazy today and just quoted this

You can find the latest update in the Mega link.
jr. member
Activity: 196
Merit: 1
soothaaa, I'm having trouble adding Verge with Blake2s algo (there is many Verge algos). The diff is even -1 (maybe 'cause the API isn't giving the correct data). Did you tried to add Xerge-Blake2s to your coins?

Thanks in advance. Your plugin is awesome!
hero member
Activity: 1151
Merit: 528
Perhaps an update to the plugin could compare the coin at all exchanges and display the value back of the highest price given any exchange the coin is listed on.
Hmmmmmmmmmmmm this is a decent idea.
newbie
Activity: 74
Merit: 0
I was looking at adding BTCP and it uses insight block explorer https://explorer.btcprivate.org/ do you have an example of how I would set that up for the plugin config?
Code:
https://explorer.btcprivate.org/api/status?q=getDifficulty

Thanks, however it appears to be pulling in very low numbers for BTCP. On trade satoshi its around .0033BTC however its putting in 5.3E-07BTC for Value.  Is this an issue with TS API?
https://tradesatoshi.com/Exchange/?market=BTCP_BTC

The program goes down the list of exchanges it supports in added order. Looks like it is picking up this here: https://stocks.exchange/trade/BTCP/BTC - same ticker, wrong coin. Not sure how to fix this..

Perhaps an update to the plugin could compare the coin at all exchanges and display the value back of the highest price given any exchange the coin is listed on.
hero member
Activity: 1151
Merit: 528
I was looking at adding BTCP and it uses insight block explorer https://explorer.btcprivate.org/ do you have an example of how I would set that up for the plugin config?
Code:
https://explorer.btcprivate.org/api/status?q=getDifficulty

Thanks, however it appears to be pulling in very low numbers for BTCP. On trade satoshi its around .0033BTC however its putting in 5.3E-07BTC for Value.  Is this an issue with TS API?
https://tradesatoshi.com/Exchange/?market=BTCP_BTC

The program goes down the list of exchanges it supports in added order. Looks like it is picking up this here: https://stocks.exchange/trade/BTCP/BTC - same ticker, wrong coin. Not sure how to fix this..
newbie
Activity: 74
Merit: 0
I was looking at adding BTCP and it uses insight block explorer https://explorer.btcprivate.org/ do you have an example of how I would set that up for the plugin config?
Code:
https://explorer.btcprivate.org/api/status?q=getDifficulty

Thanks, however it appears to be pulling in very low numbers for BTCP. On trade satoshi its around .0033BTC however its putting in 5.3E-07BTC for Value.  Is this an issue with TS API?
https://tradesatoshi.com/Exchange/?market=BTCP_BTC
hero member
Activity: 1151
Merit: 528
I was looking at adding BTCP and it uses insight block explorer https://explorer.btcprivate.org/ do you have an example of how I would set that up for the plugin config?
Code:
https://explorer.btcprivate.org/api/status?q=getDifficulty
newbie
Activity: 74
Merit: 0
I was looking at adding BTCP and it uses insight block explorer https://explorer.btcprivate.org/ do you have an example of how I would set that up for the plugin config?
newbie
Activity: 27
Merit: 0
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

Correct, I need it to post via https. I can work with you if you'd like to test it - like I said, I'm sure most aren't the same kind of nut bag I am, so it's not as of yet super common.
Pages:
Jump to: