Pages:
Author

Topic: Cryptocoin Mining Information -- find the most profitable coin to mine! - page 11. (Read 61304 times)

hero member
Activity: 490
Merit: 500
Oops - I'll take a look.  I bet it isn't calculating the conversion right....
full member
Activity: 177
Merit: 100

Yup, many thanks. I received a second donation shortly afterwards, too.

I added support for BTC-e yesterday, and so there's now the ability to sell any alt-coins as they come in. It uses a Python API for BTC-E that someone else wrote, so if you get around to a fork you should just be able to replace the sellCoin function in the main script with one that uses the Cavirtex API. There doesn't seem to be a pre-made python API, sadly, so I think it's a case of rolling your own...

You might want to start a new thread for your software as it is interesting.  Which API was it (perhaps I can port the API over as well)?

FYI - I have Freicoin (which looks somewhat profitable even though there are two steps to convert to BTC) and Bytecoin added to coinchoose now.  Shaky exchanges on both, but thought it would be interesting to see where these two are at.

I'll make a thread in the next day or two when I feel like it's ready for that additional exposure Smiley. I'm currently working on introducing your JSON feed, as you have additional coins, as you point out. The JSON feed is reporting an absurdly high ratio for LTC mining though, and I don't know why; it's correctly displayed on the main site. I'm also massaging the code so that it's easier to add additional coins in the future.

The API I used was the one you can find at https://github.com/alanmcintyre/btce-api/ . I wrote a python API for bitcoinica many moons ago though, so maybe I can take a crack at it if I find the time.
hero member
Activity: 490
Merit: 500

Yup, many thanks. I received a second donation shortly afterwards, too.

I added support for BTC-e yesterday, and so there's now the ability to sell any alt-coins as they come in. It uses a Python API for BTC-E that someone else wrote, so if you get around to a fork you should just be able to replace the sellCoin function in the main script with one that uses the Cavirtex API. There doesn't seem to be a pre-made python API, sadly, so I think it's a case of rolling your own...

You might want to start a new thread for your software as it is interesting.  Which API was it (perhaps I can port the API over as well)?

FYI - I have Freicoin (which looks somewhat profitable even though there are two steps to convert to BTC) and Bytecoin added to coinchoose now.  Shaky exchanges on both, but thought it would be interesting to see where these two are at.
full member
Activity: 177
Merit: 100
this is great!  Upset you didn't use my JSON site at coinchoose, but Dustcoin is good enough Smiley  BTC on its way to you!

I totally missed your reply to my earlier question looking for JSON data. Sorry!


No worries - I may fork to use my JSON feed, plus add in the VCX trading pieces to automatically convert back to Bitcoin once mined and confirmed....but hope you got my donation!

Yup, many thanks. I received a second donation shortly afterwards, too.

I added support for BTC-e yesterday, and so there's now the ability to sell any alt-coins as they come in. It uses a Python API for BTC-E that someone else wrote, so if you get around to a fork you should just be able to replace the sellCoin function in the main script with one that uses the Cavirtex API. There doesn't seem to be a pre-made python API, sadly, so I think it's a case of rolling your own...
hero member
Activity: 490
Merit: 500
this is great!  Upset you didn't use my JSON site at coinchoose, but Dustcoin is good enough Smiley  BTC on its way to you!

I totally missed your reply to my earlier question looking for JSON data. Sorry!


No worries - I may fork to use my JSON feed, plus add in the VCX trading pieces to automatically convert back to Bitcoin once mined and confirmed....but hope you got my donation!
hero member
Activity: 840
Merit: 1000
IXC and DVC prices, as well as the rest of Vircurex data, are back.  Vircurex decided to keep IXC and their API is re-enabled.
full member
Activity: 177
Merit: 100
this is great!  Upset you didn't use my JSON site at coinchoose, but Dustcoin is good enough Smiley  BTC on its way to you!

I totally missed your reply to my earlier question looking for JSON data. Sorry!

simple crypto-dependent version of bithopper?

Yeah, I guess that's a pretty accurate description. Man, it's been a while since I've heard Bithopper discussed.

What I want to implement, but haven't managed to get to yet, is an option to use the btc-e API to sell all the altcoins for BTC as they come in from autopayouts from your pools, rather than having loads of altcoin sitting around that you mined in 'good faith' before someone decides to crash the altcoin.
legendary
Activity: 1764
Merit: 1006
its sorted by market cap (measured in BTC)

Yup, that was super-obvious and I'm an idiot. Duly noted.

I've been working on something that switches between mining different crypto coins automatically based on what is profitable to mine at the moment, that uses this site for its information. I assume lots of other people have been doing the same, but not publicising it. I'm honestly not sure about the consequences of coin-hopping being done en-mass, especially after seeing what happened with Terracoin in the last few days.

I've already had it available for a little while, but I thought I'd publicise it a bit more now. It does require a lot of configuration on the user's part, but that's inevitable with something this complicated. Only tested on Linux - Windows users, you're on your own.

https://github.com/area/CryptoSwitcher

Input appreciated. And if anyone goes so far as to look at the code... I apologise!
simple crypto-dependent version of bithopper?
hero member
Activity: 490
Merit: 500
its sorted by market cap (measured in BTC)

Yup, that was super-obvious and I'm an idiot. Duly noted.

I've been working on something that switches between mining different crypto coins automatically based on what is profitable to mine at the moment, that uses this site for its information. I assume lots of other people have been doing the same, but not publicising it. I'm honestly not sure about the consequences of coin-hopping being done en-mass, especially after seeing what happened with Terracoin in the last few days.

I've already had it available for a little while, but I thought I'd publicise it a bit more now. It does require a lot of configuration on the user's part, but that's inevitable with something this complicated. Only tested on Linux - Windows users, you're on your own.

https://github.com/area/CryptoSwitcher

Input appreciated. And if anyone goes so far as to look at the code... I apologise!

this is great!  Upset you didn't use my JSON site at coinchoose, but Dustcoin is good enough Smiley  BTC on its way to you!
full member
Activity: 177
Merit: 100
its sorted by market cap (measured in BTC)

Yup, that was super-obvious and I'm an idiot. Duly noted.

I've been working on something that switches between mining different crypto coins automatically based on what is profitable to mine at the moment, that uses this site for its information. I assume lots of other people have been doing the same, but not publicising it. I'm honestly not sure about the consequences of coin-hopping being done en-mass, especially after seeing what happened with Terracoin in the last few days.

I've already had it available for a little while, but I thought I'd publicise it a bit more now. It does require a lot of configuration on the user's part, but that's inevitable with something this complicated. Only tested on Linux - Windows users, you're on your own.

https://github.com/area/CryptoSwitcher

Input appreciated. And if anyone goes so far as to look at the code... I apologise!
hero member
Activity: 490
Merit: 500
Is there an exchange for Bytecoin?
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Hi, this is very nice work !
Will you also add new BYTEcoin - BTE to the stats ? Smiley
meaby it will beace more popular
hero member
Activity: 756
Merit: 500
Thanks Dust. It's really an awesome and easy site to use.

Please don't make it too complicated if you do add more stats in the future. Smiley
sr. member
Activity: 267
Merit: 250
Thanks for this Aswsome site. I sent send you a little donation.
Is it possible to save the Hash settins in to a Cookie or URL and collumn for Coin/BTC or Coin/USD? 
member
Activity: 68
Merit: 10
Can you let us input our own rates for COIN/USD?
hero member
Activity: 812
Merit: 1000
I <3 VW Beetles
Ok, so first of all: mind blown.

Second, I have never found anything THIS usefull, really, I was asking myself what the coin to go was after LTC, and this site/ub3r handy tool gives me a estimated profit, all needed info over the currencies, prices, and a ratio.

Thirdly: Mind blown again....
newbie
Activity: 30
Merit: 0
its sorted by market cap (measured in BTC)
full member
Activity: 177
Merit: 100
Am I imagining things, or does the order of the coins change in the table?
newbie
Activity: 15
Merit: 0
BTC-e TRC and PPC markets will be factored in soon.

I was just about to suggest this.  Thank you!
hero member
Activity: 840
Merit: 1000
Balthazar notified me that I missed a mandatory NVC upgrade.  The current version of novacoind is now runnning.

The current PPC/TRC exchange rates will fluctuate wildly as Vircurex data is unavailable. BTC-e TRC and PPC markets will be factored in soon.

EDIT: BTC-e TRC and PPC data is in use now.
Pages:
Jump to: