Pages:
Author

Topic: Coin Profitability Calculator (Read 2731 times)

hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 06, 2014, 04:22:58 PM
#23
Since scraping coin explorers is getting somewhat iffy, you can now use CoinChoose to get difficulty and reward information for the coins that are listed there.  Also, the library buffers data received from CoinChoose and Cryptsy for reuse, which speeds things up when you're (for instance) using the CLI to list all coins.  See the OP for links.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
April 01, 2014, 01:03:18 PM
#22
A new option has been added to the CLI version to dump information on all coins...see OP for details.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
March 28, 2014, 01:41:05 PM
#21
Updates for changes at Cryptsy and the Litecoin block explorer are up...check the OP for links to the latest code.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
June 12, 2013, 03:56:01 PM
#20
Fixed a bug in which non-integer rewards caused an incorrect calculation, and added a Bitbar config. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links. 
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
June 11, 2013, 02:10:21 PM
#19
Updated default config for more reliable operation, and added a Feathercoin config. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links. 
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
June 04, 2013, 02:44:14 PM
#18
The latest version now uses Cryptsy's new API to retrieve exchange data. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  
hero member
Activity: 490
Merit: 500
June 04, 2013, 01:51:53 PM
#17
Yep - so does MCXNow  (if you want to add that exchange), that isn't too hard to use.  I can send you details.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
June 04, 2013, 01:41:24 PM
#16
Cryptsy decided to start polluting its JSON with HTML...workaround applied. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  


You might want to look at the new Cryptsy API which has the ability to get the orderbook.   I switched to it.

Cryptsy finally has an API?  I'll need to look into that.
hero member
Activity: 490
Merit: 500
June 04, 2013, 01:32:28 PM
#15
Cryptsy decided to start polluting its JSON with HTML...workaround applied. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  


You might want to look at the new Cryptsy API which has the ability to get the orderbook.   I switched to it.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
June 04, 2013, 01:13:23 PM
#14
Cryptsy decided to start polluting its JSON with HTML...workaround applied. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  
hero member
Activity: 798
Merit: 531
Crypto is King.
May 31, 2013, 01:54:26 PM
#13
sub'd
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 31, 2013, 01:49:39 PM
#12
I might do a command-line version next; that would be useful for a coin-hopping script (for instance).  

...and it's done. A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.  

One way you can use the CLI is to get a list of coin profitability percentages (needs bash and bc; Cygwin provides these on Windows):

Code:
btc_profit=$(profit.exe); for i in $(profit.exe -l); do echo -n $i": "; echo scale=2\; 100 \* $(profit.exe -bc $i) / $btc_profit | bc | tr -d "\n"; echo "%"; done

It'll produce output something like this:

Code:
bitcoin: 100.00%
litecoin: 96.80%
worldcoin: 118.01%
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 30, 2013, 04:14:46 PM
#11
JSON.NET is no longer used. As a result, CoinProfitability runs like a champ under Linux.  I might do a command-line version next; that would be useful for a coin-hopping script (for instance).  A new binary zipball is up on Dropbox; updated source is on GitHub.  See the OP for links.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 30, 2013, 01:57:13 PM
#10
...and a new release is available, now with support for Cryptsy as well as Bter for exchange-rate lookup.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 29, 2013, 02:51:21 PM
#9
Any plans for API support?

Try the current release that I just uploaded.  I should probably come up with a configuration editor instead of having to use regedit, but it's still fairly straightforward.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 29, 2013, 12:51:38 PM
#8
YAC should only be there if it has a separate expected hashrate. I remember seeing it briefly on CoinChoose and it sure looked profitable!

When I checked yesterday, it was about 3x more profitable than Bitcoin for my VPS.
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
May 22, 2013, 07:39:02 PM
#7
Any plans for API support?

If you mean automated retrieval of some of the needed stats, it isn't something I had planned on...but it would be nice.

Edit: Recent releases have this capability.  Configurations for some of the coins I've mined lately are included.  Adding others is fairly straightforward.
full member
Activity: 122
Merit: 100
May 22, 2013, 06:34:17 PM
#6
YAC should only be there if it has a separate expected hashrate. I remember seeing it briefly on CoinChoose and it sure looked profitable!
full member
Activity: 182
Merit: 100
fml
May 22, 2013, 06:30:50 PM
#5
Any plans for API support?
hero member
Activity: 490
Merit: 500
May 22, 2013, 06:29:33 PM
#4

I'm pretty sure that was the whole point behind Yacoin. Smiley

True - so I think it matters in comparison geared towards CPU miners Smiley
Pages:
Jump to: