Pages:
Author

Topic: Whattomine - profitability website with basic json. - page 35. (Read 94803 times)

newbie
Activity: 5
Merit: 0
Good morning, dear forumchane)
Tell me please, in what legal field is WHATTOMINE? what legal status of this site?
Recently just found out about you, very interesting.

Hello from TatarstanBTC Smiley Smiley
member
Activity: 74
Merit: 10
crestonium.io - 0% fees cryptobank
Hi

First off great site good work!

Are there any plans to make your site mobile friendly or produce an iOS app?
Can you please please ad Skunkhash to the main GPU page.

Cheers from Australia!

legendary
Activity: 1536
Merit: 1005
Yeah, they will be added as custom params.
newbie
Activity: 4
Merit: 0
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.

Would it be possible to also add the parameter for the Tribus and the NIST5 Algo?
full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
I love the site and I think it's the most easy to use calculator out there!

I just have one noobish question about the json output in http://whattomine.com/coins.json

The 'btc_revenue' and 'btc_revenue24' values, where is it getting the info to calculate it? I mean this would depend on your hashrate obviously, but it doesn't seem to be included in one of the fields. This goes the same for the estimated rewards. What hashrate is it assuming?

Also, is there some kind of an API documentation?

Glad you like it Smiley

If no params are sent then it takes site defaults, which atm are 3x480.
To calculate via json with your own hashrate you need to use the same param names, as appear in the url after you press "calculate". Simple trick is to just add `.json` after pressing the button.
Also the difference is that `btc_revenue` takes current difficulty and `btc_revenue24` takes average from last 24h. Same goes for block_reward.

Unfortunately there is no api documentation. I wanted to work on new more robust api, but thats on hold for now.
I will probably add param names somehow to `calculators.json` response

Awesome, you rock man!!!  Cool
legendary
Activity: 1536
Merit: 1005
I love the site and I think it's the most easy to use calculator out there!

I just have one noobish question about the json output in http://whattomine.com/coins.json

The 'btc_revenue' and 'btc_revenue24' values, where is it getting the info to calculate it? I mean this would depend on your hashrate obviously, but it doesn't seem to be included in one of the fields. This goes the same for the estimated rewards. What hashrate is it assuming?

Also, is there some kind of an API documentation?

Glad you like it Smiley

If no params are sent then it takes site defaults, which atm are 3x480.
To calculate via json with your own hashrate you need to use the same param names, as appear in the url after you press "calculate". Simple trick is to just add `.json` after pressing the button.
Also the difference is that `btc_revenue` takes current difficulty and `btc_revenue24` takes average from last 24h. Same goes for block_reward.

Unfortunately there is no api documentation. I wanted to work on new more robust api, but thats on hold for now.
I will probably add param names somehow to `calculators.json` response
full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
I love the site and I think it's the most easy to use calculator out there!

I just have one noobish question about the json output in http://whattomine.com/coins.json

The 'btc_revenue' and 'btc_revenue24' values, where is it getting the info to calculate it? I mean this would depend on your hashrate obviously, but it doesn't seem to be included in one of the fields. This goes the same for the estimated rewards. What hashrate is it assuming?

Also, is there some kind of an API documentation?
legendary
Activity: 3346
Merit: 1094
No reason to double data from coins to calculators.
This is just to list all coins https://whattomine.com/calculators.json

As stated in previous post I will try to add the rest of popular algos to `coins.json` soon.
Perfect - thanks!
legendary
Activity: 1536
Merit: 1005
No reason to double data from coins to calculators.
This is just to list all coins https://whattomine.com/calculators.json

As stated in previous post I will try to add the rest of popular algos to `coins.json` soon.
legendary
Activity: 3346
Merit: 1094
Hi,

Is there a way to get all coins in a one or two API request?
This one gives many, be doesn't includes coins with skein or skunkhash algorithms for example:
http://whattomine.com/coins.json

If I know the short name for all algorithms, I could add all of them in a request like this:
http://whattomine.com/coins.json?&factor[sk_hr]=xxx&sk=true&factor[sk_p]=xxx
If Skein is "sk", how to specify other algorithms, for example skunkhash?

Many thanks for a great site!


Hi patrike, I have tried to reach you via PM few weeks ago, but I guess my message got lost between others.
Wanted to know what you may need for AwesomeMiner Wink

I will add a list of coins with basic statuses under `/calculators.json` - this should at least inform users about all coins already on site.
Later will try to add missing and popular algos to `/coins.json`.

Recently added some coins:
https://whattomine.com/coins/187-dnr-tribus
https://whattomine.com/coins/188-cann-x11
https://whattomine.com/coins/189-soil-ethash
https://whattomine.com/coins/190-pxi-x11
https://whattomine.com/coins/191-sigt-skunkhash
https://whattomine.com/coins/192-aeon-cryptonight-lite
https://whattomine.com/coins/193-bcc-sha-256
Many thanks! I did find your PM now as well.

Will the calculations.json include the same information as coins.json or the individual json files, like block time, difficulty, reward and exchange rate? I would prefer not to make calls to each individual json file for the coins, because that will just put load on your server.
legendary
Activity: 1536
Merit: 1005
Hi,

Is there a way to get all coins in a one or two API request?
This one gives many, be doesn't includes coins with skein or skunkhash algorithms for example:
http://whattomine.com/coins.json

If I know the short name for all algorithms, I could add all of them in a request like this:
http://whattomine.com/coins.json?&factor[sk_hr]=xxx&sk=true&factor[sk_p]=xxx
If Skein is "sk", how to specify other algorithms, for example skunkhash?

Many thanks for a great site!


Hi patrike, I have tried to reach you via PM few weeks ago, but I guess my message got lost between others.
Wanted to know what you may need for AwesomeMiner Wink

I will add a list of coins with basic statuses under `/calculators.json` - this should at least inform users about all coins already on site.
Later will try to add missing and popular algos to `/coins.json`.

Recently added some coins:
https://whattomine.com/coins/187-dnr-tribus
https://whattomine.com/coins/188-cann-x11
https://whattomine.com/coins/189-soil-ethash
https://whattomine.com/coins/190-pxi-x11
https://whattomine.com/coins/191-sigt-skunkhash
https://whattomine.com/coins/192-aeon-cryptonight-lite
https://whattomine.com/coins/193-bcc-sha-256
legendary
Activity: 3346
Merit: 1094
Hi,

Is there a way to get all coins in a one or two API request?
This one gives many, be doesn't includes coins with skein or skunkhash algorithms for example:
http://whattomine.com/coins.json

If I know the short name for all algorithms, I could add all of them in a request like this:
http://whattomine.com/coins.json?&factor[sk_hr]=xxx&sk=true&factor[sk_p]=xxx
If Skein is "sk", how to specify other algorithms, for example skunkhash?

Many thanks for a great site!
jr. member
Activity: 66
Merit: 2
They should add the algo Skunkhash on the GPU Section

You probably know it, but solo calc is available here
https://whattomine.com/coins/191-sigt-skunkhash

As for the GPU section I am researching a possibility to customize algos on it.

yes, im using this option! =D

but the gpu section u can config better all your algo and see the most profiable =D
legendary
Activity: 1536
Merit: 1005
They should add the algo Skunkhash on the GPU Section

You probably know it, but solo calc is available here
https://whattomine.com/coins/191-sigt-skunkhash

As for the GPU section I am researching a possibility to customize algos on it.
jr. member
Activity: 66
Merit: 2
They should add the algo Skunkhash on the GPU Section
sr. member
Activity: 661
Merit: 250
Just tested DNR with 100MHs.
In 1h, pool gives me 0.3153DNR.
For 24h, it's ~7.5DNR
Your formula gives me ~6.5DNR ( with 1 diff value of course )
So, your formula is not so bad Smiley
legendary
Activity: 1536
Merit: 1005
Yeah, all coins in one request that would be great. As of now I have to request one coin at a time with custom hashrate and this hits "429 Too many requests" error sometimes. What's the server policy btw?

Also, is it possible to include the default calculator's hashrate into each coin's JSON? This way we could download the whole bunch in one setting and recalculate custom hashrates locally by simple multiplier. This could alleviate server stress as well.

Currently rate limit stands at 120prm. I might set a new limit and start selling unlimited access, no final thoughts yet.

What you are proposing with default hashrate would work for coins with very big nethash, but not for small ones.
If you are adding lets say 20% of current nethash then the rewards will not increase linearly, as your addition would significantly raise difficulty.
newbie
Activity: 16
Merit: 0
Yeah, all coins in one request that would be great. As of now I have to request one coin at a time with custom hashrate and this hits "429 Too many requests" error sometimes. What's the server policy btw?

Also, is it possible to include the default calculator's hashrate into each coin's JSON? This way we could download the whole bunch in one setting and recalculate custom hashrates locally by simple multiplier. This could alleviate server stress as well.
legendary
Activity: 1536
Merit: 1005
First, many thanks for your job !

I'm using your data to make my own profitability tool for my rigs Smiley

How can we obtain full json coin list, including those in "testing" ( like SIGT ) ?
( to automatically know last coins added )

Thanks !!!

EDIT : why DNR has exchange rate 0 ? it's active and has real value on Cryptopia

Happy you find it useful Smiley
Thats a good idea to provide endpoint with list of all coins with statuses, I will try to add it this / next week. Feel free to chase me about this.

I have not yet finalized DNR addition, I think the formula is still wrong, so I havent added the price api.
sr. member
Activity: 661
Merit: 250
First, many thanks for your job !

I'm using your data to make my own profitability tool for my rigs Smiley

How can we obtain full json coin list, including those in "testing" ( like SIGT ) ?
( to automatically know last coins added )

Thanks !!!

EDIT : why DNR has exchange rate 0 ? it's active and has real value on Cryptopia
Pages:
Jump to: