Bitcoin Forum
April 19, 2024, 09:54:11 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 94745 times)
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
June 27, 2017, 11:37:12 AM
 #461

I just wanted to let you know that Bela and NVC are not on the site anymore (in case you did not notice)

Bela implemented DGW and had a fork i guess. Maybe thats the reason Smiley

Yes, I have removed them for now.
Bela has `No available stats` status, meaning I was unable to find working stats.
Nvc is problematic due to the mix of pow and pos, which makes pow blocks to happen in weird timespans and difficulty jumps.

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

Posts: 1713563651

View Profile Personal Message (Offline)

Ignore
1713563651
Reply with quote  #2

1713563651
Report to moderator
1713563651
Hero Member
*
Offline Offline

Posts: 1713563651

View Profile Personal Message (Offline)

Ignore
1713563651
Reply with quote  #2

1713563651
Report to moderator
1713563651
Hero Member
*
Offline Offline

Posts: 1713563651

View Profile Personal Message (Offline)

Ignore
1713563651
Reply with quote  #2

1713563651
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713563651
Hero Member
*
Offline Offline

Posts: 1713563651

View Profile Personal Message (Offline)

Ignore
1713563651
Reply with quote  #2

1713563651
Report to moderator
1713563651
Hero Member
*
Offline Offline

Posts: 1713563651

View Profile Personal Message (Offline)

Ignore
1713563651
Reply with quote  #2

1713563651
Report to moderator
Tuner77
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
June 28, 2017, 03:52:27 AM
 #462

New data is fetched every 3 minutes - both for exchanges and stats. Glad you like the looks Wink

Is this still true today?
Tuner77
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
June 28, 2017, 03:53:32 AM
 #463

Also, can we please get a Skein hash field on the homepage. Everyone's mining it.
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
June 28, 2017, 05:28:22 AM
 #464

Also, can we please get a Skein hash field on the homepage. Everyone's mining it.

I believe more people are mining ETC than all skein coins combined Wink
Anyway I am working on an update to bring skein / lyra2z to json response, but UI will have to wait a bit longer
(you will be able to hack around and inject param into url to include the coins)

And yes most data is fetched every 3 minutes. (I am thinking about a switch to 2 min lately)
Nicehash and myr/dgb/dgc stats are pulled every minute.

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

Activity: 1537
Merit: 1005


View Profile WWW
June 29, 2017, 08:33:31 AM
 #465

I have added the ability to include skein and lyra2z coins into json response.

Just need to include those extra params:
&factor[sk_hr]=xxx&sk=true&factor[sk_p]=xxx
&factor[l2z_hr]=xxx&l2z=true&factor[l2z_p]=xxx

You can also hack those coins into UI response using the same params. Add "&dataset=xxx" to save into tab for easy click access.
Please note that pressing calculate will remove those coins from response, as forms are not yet present.

https://whattomine.com - Check what to mine Smiley
emmettoc
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
June 30, 2017, 02:19:41 PM
 #466

Please add recent devices like RX570/580 and 1080Ti to the calculator. Thanks.
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
June 30, 2017, 02:21:27 PM
 #467

Please add recent devices like RX570/580 and 1080Ti to the calculator. Thanks.

1080ti is coming soon.
No place for me to order 5xx cards for now, need to wait.

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

Activity: 5
Merit: 0


View Profile
June 30, 2017, 06:10:57 PM
 #468

Hello, is it possible to get reward equation for specific coin/algorithm?
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
June 30, 2017, 11:36:38 PM
 #469

Hello, is it possible to get reward equation for specific coin/algorithm?

Hey, what exactly do you need?

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

Activity: 5
Merit: 0


View Profile
July 01, 2017, 09:02:50 AM
 #470

1. Cryptonight:  im using this formula to calculate 24h reward

( (hashrate) * (current block reward) * 720 ) / (network hashrate)

It works with Monero, Bytecoin but for Karbowanec,DigitalNote result is ~2x bigger than on whattomine.com

2. I have reward equation which works perfectly with etherum, but its not correct with other ethash based coins (expanse,musicoin,ubiq)
 How to calculate reward for these coins ?

3. How to calculate reward for equihash based coins?(zcash,hush...) and blake(2b) based coins

Thanks for any help,
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
July 01, 2017, 10:40:35 AM
 #471

1. Cryptonight:  im using this formula to calculate 24h reward

( (hashrate) * (current block reward) * 720 ) / (network hashrate)

It works with Monero, Bytecoin but for Karbowanec,DigitalNote result is ~2x bigger than on whattomine.com

2. I have reward equation which works perfectly with etherum, but its not correct with other ethash based coins (expanse,musicoin,ubiq)
 How to calculate reward for these coins ?

3. How to calculate reward for equihash based coins?(zcash,hush...) and blake(2b) based coins

Thanks for any help,

Use proper formula with difficulty listed here https://minergate.com/calculator/bitcoin

Coins vary only by the `2**32` multiplier.
Zcash has 13, kmd 4 and hush 1. Sia uses the same as eth and cryptonight which is `2**0`

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

Activity: 5
Merit: 0


View Profile
July 01, 2017, 01:43:03 PM
 #472

Wow thanks, everything is working now, that was really helpful, i have only problem with Halcyon coin, is 2**32 multiplier correct for this coin? Because im getting ~50% higher reward than on whattomine
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
July 01, 2017, 02:47:46 PM
 #473

Wow thanks, everything is working now, that was really helpful, i have only problem with Halcyon coin, is 2**32 multiplier correct for this coin? Because im getting ~50% higher reward than on whattomine

Yep its 2**32. If you want to compare then best do it here at exact coin calc
https://whattomine.com/coins/122-hal-neoscrypt

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

Activity: 5
Merit: 0


View Profile
July 01, 2017, 04:07:37 PM
 #474

ok but i still got different result, even in wolframalpha with 1050 Kh/s hashrate i got 258 HAL https://www.wolframalpha.com/input/?i=1050*1000*5%2F(0.409*2%5E32)*3600*24 ,using whattomine calculator 190 HAL

https://whattomine.com/coins/122-hal-neoscrypt?utf8=%E2%9C%93&hr=1050.0&br_enabled=true&br=5.0&d_enabled=true&d=0.409&p=250.0&fee=0.0&er_enabled=true&er=0.00000379&cost=0.0&hcost=0.0&btc_enabled=true&btc=2415.66&commit=Calculate
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
July 01, 2017, 05:45:08 PM
 #475


HAL has very small hashrate.
In the calculation you have added about 1/3 of current nethash to this coin, which will significantly raise the coin difficulty.
wtm takes this into account, thats why rewards are lower.

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

Activity: 5
Merit: 0


View Profile
July 01, 2017, 06:39:46 PM
 #476

ok, I understand, thanks or your help, o/
btcro2
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 05, 2017, 01:45:02 PM
 #477

I'm mining LBRY and I am using suprnova pool, and I'm getting less than what the calculator is predicting.
Isn't the pool's hash rate needed to be taken into account?
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
July 05, 2017, 07:14:09 PM
 #478

I'm mining LBRY and I am using suprnova pool, and I'm getting less than what the calculator is predicting.
Isn't the pool's hash rate needed to be taken into account?

Only coin difficulty and pool luck matters for your rewards.
I am getting today less than calc as well (mining some lbry on suprnova), but for example 2 days ago I was getting more.
In the end it evens out.

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

Activity: 8
Merit: 0


View Profile
July 05, 2017, 07:20:09 PM
 #479

I'm mining LBRY and I am using suprnova pool, and I'm getting less than what the calculator is predicting.
Isn't the pool's hash rate needed to be taken into account?

Only coin difficulty and pool luck matters for your rewards.
I am getting today less than calc as well (mining some lbry on suprnova), but for example 2 days ago I was getting more.
In the end it evens out.

Well, I am mining lbry for a couple of days now and I think it was constantly below the calc...
Anyway, but why the difference? I am not talking about the difference in BTC revenue, which involves the Poloniex exchange rate as well. But the revenue in the coin itself, in this case LBRY.
fredeq (OP)
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
July 05, 2017, 07:30:34 PM
 #480

Well, I am mining lbry for a couple of days now and I think it was constantly below the calc...
Anyway, but why the difference? I am not talking about the difference in BTC revenue, which involves the Poloniex exchange rate as well. But the revenue in the coin itself, in this case LBRY.

For starters pool luck is 103.5% for last 7 days + mining at 1% fee.
Thats already 4.5% lower than average estimate.

After that you can for example have:
- lower than 100% uptime
- rejects, or lower effective hashrate than reported by miner
- coin difficulty is rising due to rising price - this will lower reward every day as long as its rising

Whats your difference btw, what kind of percentage are we talking about?

https://whattomine.com - Check what to mine Smiley
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!