Bitcoin Forum
April 16, 2024, 09:11:20 PM *
News: Latest Bitcoin Core release: 26.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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  Print  
Author Topic: Whattomine - profitability website with basic json.  (Read 94722 times)
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 04, 2018, 03:50:46 PM
 #821

Why? What surprises you?

I dont understand what you need or what `one additional method of parameters coding` might be.

https://whattomine.com - Check what to mine Smiley
1713301880
Hero Member
*
Offline Offline

Posts: 1713301880

View Profile Personal Message (Offline)

Ignore
1713301880
Reply with quote  #2

1713301880
Report to moderator
The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713301880
Hero Member
*
Offline Offline

Posts: 1713301880

View Profile Personal Message (Offline)

Ignore
1713301880
Reply with quote  #2

1713301880
Report to moderator
1713301880
Hero Member
*
Offline Offline

Posts: 1713301880

View Profile Personal Message (Offline)

Ignore
1713301880
Reply with quote  #2

1713301880
Report to moderator
BashOrgRu
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 04, 2018, 07:21:42 PM
 #822

I dont understand what you need or what `one additional method of parameters coding` might be.
Ok. Now I need request details of certain money as follows: www.whattomine.com/coins/151.json?hr=<my_hashrate_for_ethash>&p=<power_in_mode_of_mining_ethash>&....
But common info, which I can request from your site like www.whattomine.com/coins.json?utf8=...&factor[eth_hr]=<my_hashrate_for_ethash>&factor[eth_p]=<power_in_mode_of_mining_ethash>..... contains whole necessary parameters for all algo!
Please, parse parameters string for coins.json request and filter only needed for certain coin (algo) (You can get hashrate not from hr=, but from factor[eth_hr]).

Sorry for my English.
sureyea
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 05, 2018, 12:54:21 PM
 #823

For anyone who is new and don't know how to use Whattomine profitability calculator use this guide which is helpful.
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 05, 2018, 06:03:52 PM
 #824

This is not a complaint...rather general curiosity and a desire to better understand:

I have an Innosilicon A4+and am mining Verge at MiningPoolHub.  My nominal hashrate (from the miner's UI) is 695 MH/s.  The pool indicates my calculated hashrate as variable between ~500-900 MH/s.

whattomine.com's calculation indicates I should be earning ~217 coins per day, but my actual earnings per day averages ~130 coins.  Why is there a difference?  Is the calculation based on something that's variable from pool to pool (indicating I should maybe change pools)?  Is there something you are unaware of that should be changed in your calculation to better reflect potential earnings?

I LOVE whattomine.com and use it almost every day to help me make decisions about GPU purchases, coins to mine, etc.  I just want to better understand how it calculates likely earnings, so I can use the information even more confidently than I do now.

JC
Eneen
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
February 05, 2018, 09:16:41 PM
 #825

I think LUX has wrong diff listed.
cptcherry
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 06, 2018, 01:54:24 AM
 #826

@cptcherry
You need to pass your values to json url, the same as you provide them to the UI.
You can use the same url, just add `coins.json?`

HI Smiley
got this working.
for 12x gtx1070: {"coins":{"Zcash":{"id":166,"tag":"ZEC","algorithm":"Equihash","block_time":"147.0","block_reward":10.0,"block_reward24":10.0,"last_block":267299,"difficulty":8569198.1546495,"difficulty24":7099938.66248758,"nethash":477543342,"exchange_rate":0.044693,"exchange_rate24":0.0420029894957983,"exchange_rate_vol":1153.463661852,"exchange_rate_curr":"BTC","market_cap":"$941,994,815.39","estimated_rewards":"0.06351","estimated_rewards24":"0.07665","btc_revenue":"0.00283836","btc_revenue24":"0.00342573","profitability":87,"profitability24":106,"lagging":false,"timestamp":1517880992}


A few questions
1) is importing this into excel the best way via a power query?
2) how do I get it to extract the top first three most profitable - and is this locked to the coin ID on the original import, or is it dynamic?
3) I don't see "rev$ / Profit" in the json results, can i find it else where, or is there another query that is connected to power usage?

Thanks

fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 06, 2018, 03:15:22 PM
 #827

Ok. Now I need request details of certain money as follows: www.whattomine.com/coins/151.json?hr=<my_hashrate_for_ethash>&p=<power_in_mode_of_mining_ethash>&....
But common info, which I can request from your site like www.whattomine.com/coins.json?utf8=...&factor[eth_hr]=<my_hashrate_for_ethash>&factor[eth_p]=<power_in_mode_of_mining_ethash>..... contains whole necessary parameters for all algo!
Please, parse parameters string for coins.json request and filter only needed for certain coin (algo) (You can get hashrate not from hr=, but from factor[eth_hr]).

Sorry for my English.

This cannot be easily done. Current json simplistic nature operates only because the interface is unified with UI.

@sureyea
Thanks!

@johncroc1
Multi-algo coins are tricky to estimate rewards for.
Its possible that pool had bad luck / orphans. In general sha and scrypt parts should be fine though.
I think there was a network issue on verge few days ago, any chance it got better recently?
Still waiting for my asic, can test the rewards after I have it.

@Eneen
Thanks for the heads up, indeed the explorer forked, switched for a backup for now.

@cptcherry
1) and 2) Honestly never played with excel and json
3) Those attributes are not relevant from comparison-list point of view.
You can still calculate them from btc_revenue or call a single-coin endpoint to calculate it for you.

https://whattomine.com - Check what to mine Smiley
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 09, 2018, 07:55:33 AM
 #828

I was curious to know what does the WhatToMine calculator status "Active (Not Listed)" mean exactly. If a coin is not listed, does this mean that the information in the calculator is not up to date? How is "Active (Not Listed)" differ from "Active" or "No available stats(lagging)"?

Thanks.

Basically it means that its not included on the gpu / asic lists, but reasons can be different.
Its algo may not be supported by the list, for example Xevan.
Sometimes there are temp network / exchange issues.

Lagging means that stats havent been updated for more than one hour.
No available stats is coming in red and is the reason for coin being inactive.

https://whattomine.com - Check what to mine Smiley
tamerlanST
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 09, 2018, 05:26:30 PM
 #829

Hello, is it possible to response GPU profitability in JSON format?
It would be very cool, to make local calculator - what gpu is better to by in my city.
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 12, 2018, 02:11:12 PM
Last edit: February 12, 2018, 02:22:56 PM by johncroc1
 #830

@johncroc1
Multi-algo coins are tricky to estimate rewards for.
Its possible that pool had bad luck / orphans. In general sha and scrypt parts should be fine though.
I think there was a network issue on verge few days ago, any chance it got better recently?
Still waiting for my asic, can test the rewards after I have it.

WTM's rewards estimate is still running about double what the actual reward is (at least for me) re: XVG-Scrypt.

I average 121 coins/day with a low of 108 and a high of 168.  The vast majority of days are between 110 and 132.
MiningPoolHub's calculated hashrate for me is consistent with my miner's nominal rate (695 mh/s).
WTM's rewards estimate for my hashrate is 227.

MiningPoolHub reports a network difficulty of ~78K and so does WTM, at the moment.

Again, I'm not complaining; only trying to understand and perhaps supply you with information that might help you.  I should add that I also mine ETH using GPU rigs and WTM's rewards estimate is very close (~+10%).  I've had similar luck (estimate close to reality) with Musicoin.

JC
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 12, 2018, 02:21:53 PM
 #831

WTM's rewards estimate is still running about double what the actual reward is (at least for me) re: XVG-Scrypt.

I average 121 coins/day with a low of 108 and a high of 168.  The vast majority of days are between 110 and 132.
MiningPoolHub's calculated hashrate for me is consistent with my miner's nominal rate (695 mh/s).
WTM's rewards estimate for my hashrate is 227.

MiningPoolHub reports a network difficulty of ~78K and so does WTM, at the moment.

Again, I'm not complaining; only trying to understand and perhaps supply you with information that might help you.

JC

Indeed mph has really negative luck on xvg-scrypt.
https://verge-scrypt.miningpoolhub.com/index.php?page=statistics&action=blocks

Need to check if this is something wrong chain-wide or only happens on this pool.

EDIT:
Havent used this pool, but displayed luck seems much better
https://xvg.mastermining.net/index.php?page=statistics&action=blocks

@tamerlanST
Not possible

https://whattomine.com - Check what to mine Smiley
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 12, 2018, 04:34:52 PM
 #832


Indeed mph has really negative luck on xvg-scrypt.
https://verge-scrypt.miningpoolhub.com/index.php?page=statistics&action=blocks

Need to check if this is something wrong chain-wide or only happens on this pool.

EDIT:
Havent used this pool, but displayed luck seems much better
https://xvg.mastermining.net/index.php?page=statistics&action=blocks


I'm going to switch over to that pool and see if I get better results.  Will report back in a few days.
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 13, 2018, 03:39:17 AM
 #833


Indeed mph has really negative luck on xvg-scrypt.
https://verge-scrypt.miningpoolhub.com/index.php?page=statistics&action=blocks

Need to check if this is something wrong chain-wide or only happens on this pool.

EDIT:
Havent used this pool, but displayed luck seems much better
https://xvg.mastermining.net/index.php?page=statistics&action=blocks


I'm going to switch over to that pool and see if I get better results.  Will report back in a few days.

After 9 hours on MasterMining, I'm on track to be at 206/day.  Almost exactly as WhatToMine predicts.  Thank you for helping me to find the problem!
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 13, 2018, 07:42:31 AM
 #834

After 9 hours on MasterMining, I'm on track to be at 206/day.  Almost exactly as WhatToMine predicts.  Thank you for helping me to find the problem!

Cheers, thats really strange though, never had this kind of problem on mph.
Maybe drop the admin an email explaining the problem.

https://whattomine.com - Check what to mine Smiley
rocketrunner442
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 13, 2018, 08:31:38 PM
 #835

Is there no information for Verge (blake algo) in the http://whattomine.com/coins.json file content?
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 17, 2018, 03:32:23 PM
 #836

Is there no information for Verge (blake algo) in the http://whattomine.com/coins.json file content?

As of this moment blake2s is not added to coins list, you can only calculate solo or dual.

https://whattomine.com - Check what to mine Smiley
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 17, 2018, 03:59:19 PM
 #837

After 9 hours on MasterMining, I'm on track to be at 206/day.  Almost exactly as WhatToMine predicts.  Thank you for helping me to find the problem!

Cheers, thats really strange though, never had this kind of problem on mph.
Maybe drop the admin an email explaining the problem.

Apparently, I spoke too soon.  After 122 hrs of mining, my average gross yield is 138 XVG-scrypt per day on mastermining.  Better than the 121 I was getting on MPH, but still nowhere near the 220 predicted by your algo on WTM.

JC
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1005


View Profile WWW
February 17, 2018, 04:35:48 PM
 #838

Apparently, I spoke too soon.  After 122 hrs of mining, my average gross yield is 138 XVG-scrypt per day on mastermining.  Better than the 121 I was getting on MPH, but still nowhere near the 220 predicted by your algo on WTM.

JC

Getting all shares rejected now on mastermining.
Testing nlpool.

https://whattomine.com - Check what to mine Smiley
johncroc1
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 18, 2018, 03:13:17 PM
 #839

Apparently, I spoke too soon.  After 122 hrs of mining, my average gross yield is 138 XVG-scrypt per day on mastermining.  Better than the 121 I was getting on MPH, but still nowhere near the 220 predicted by your algo on WTM.

JC

Getting all shares rejected now on mastermining.
Testing nlpool.

I'm only seeing 3.3% rejection, but that's over time.  It's possible that there have been periods of 100% rejection but I wasn't monitoring.
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
February 20, 2018, 06:52:00 PM
 #840

@Fredeq

What do you think about this alert i read and quote on CRC, INN, VIVO and some other like GBX and TZC ?

https://bitcointalk.org/index.php?topic=1854250.msg30706443#msg30706443
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 »
  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!