Author

Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com - page 395. (Read 829908 times)

newbie
Activity: 22
Merit: 0
Added EUR support.
Links's the same: https://www.dropbox.com/s/89lmek87a9a3oo2/mdc2.py
EDIT:
moved to github: https://github.com/michwill/mdc
https://i.imgur.com/3TUnR0u.png
DOS quirks makes EUR symbol to not display correctly, it does work properly in IDLE and should also work on linux terminal I think.

Hi, guys I modified Michwill's python script for myself but maybe it'll be useful for others.

Should we version control it? Bitbucket/github?
We should. I prefer github.

Dogecoin has felt down 150% in only a few days. Profit for the coming days will be much lower.

Interesting to read, http://cryptolife.net/who-the-hell-is-buying-dogecoin/
Seems it was just another pump and dump scam.
Nothing suprising really.
member
Activity: 84
Merit: 10
Dogecoin has felt down 150% in only a few days. Profit for the coming days will be much lower.

Interesting to read, http://cryptolife.net/who-the-hell-is-buying-dogecoin/
Seems it was just another pump and dump scam.
full member
Activity: 189
Merit: 100
Hi, guys I modified Michwill's python script for myself but maybe it'll be useful for others.

Should we version control it? Bitbucket/github?

For the benefit of those who are unable to read every message ever posted for a poor man's labor intensive version control, please do Smiley
newbie
Activity: 54
Merit: 0
Hi, guys I modified Michwill's python script for myself but maybe it'll be useful for others.

Should we version control it? Bitbucket/github?
newbie
Activity: 22
Merit: 0
Thanks for your contributions, I've already updated the script with these fixes. Link is still the same.
Also I added Bitstomp api and option to toggle exchanges display.

Feel a lill bit noobish but wth is Bitstomp?


Love this pool. Already made a free cheeseburger lol Cheesy
Probably switch over the rest off my rigs.
Bitstomp is a typo but Bitstamp is another exchange BTC/USD only though.
member
Activity: 70
Merit: 10
Thanks for your contributions, I've already updated the script with these fixes. Link is still the same.
Also I added Bitstomp api and option to toggle exchanges display.

Feel a lill bit noobish but wth is Bitstomp?


Love this pool. Already made a free cheeseburger lol Cheesy
Probably switch over the rest off my rigs.
newbie
Activity: 22
Merit: 0
Thanks for your contributions, I've already updated the script with these fixes. Link is still the same.
Also I added Bitstamp api and option to toggle exchanges display.

If I want it to say EURO (€) Can I just change all values that says USD to EUR and the script automatically takes the euro values from btce?

Only need to change this
https://btc-e.com/api/2/btc_usd/ticker
to
https://btc-e.com/api/2/btc_eur/ticker

It'll still print $ but the value will be in EUR, I'll add proper option for displaying rates in EUR later.
full member
Activity: 148
Merit: 100
Perhaps if H2o is feeling generous it might be possible to implement worker tracking using the redundant password value we connect with as a way for people to separate the workers from each other under the same payment address?

I'd still say keep the same main total summary page we have now as-is to avoid blowouts in size and what we are used to already, but it might be possible to show it on a secondary page per address with an hourly update or whatever interval best suits the load.

Thoughts?
member
Activity: 94
Merit: 10
Great script, thank you! Working like a charm.
member
Activity: 70
Merit: 10
True. Replace my["paidOut"] with my.get("paidOut", 0)
[/quote]

Ty.

And for everyone else that uses this script.
Change row 115-119 into this:

Code:
    write("Total paid", my.get("paidOut", 0),mbtc)
    write("Total unpaid ", my.get("immatureBalance", 0) + my.get("unexchangedBalance", 0) + my.get("bitcoinBalance", 0), mbtc)
    write("Exchanged    ", my.get("bitcoinBalance", 0),mbtc)
    write("Unexchanged  ", my.get("unexchangedBalance", 0),mbtc)
    write("Immature     ", my.get("immatureBalance", 0),mbtc)

Should be about right ^^
Seems to be working for me atleast.


If I want it to say EURO (€) Can I just change all values that says USD to EUR and the script automatically takes the euro values from btce?
newbie
Activity: 54
Merit: 0
I get this error message:
Code:
Traceback (most recent call last):
  File "C:\mdc2.py", line 115, in
    write("Total paid", my["paidOut"],mbtc)
KeyError: 'paidOut'
Maybe it because I dont have any payouts yet? Since I just started mining ^^

True. Replace my["paidOut"] with my.get("paidOut", 0)
member
Activity: 70
Merit: 10
Hi, guys I modified Michwill's python script for myself but maybe it'll be useful for others.

- shows all available info,
- refreshes itself on configurable intervals,
- displays balances in full BTC or microBTC,
- can use average and last exchange rates from BTC-E and Mt.Gox for estimating your Middlecoin balances in USD,
- shows exchange rates for BTC-E and Mt.Gox,

screenshot:


script dl:
https://www.dropbox.com/s/89lmek87a9a3oo2/mdc2.py

To use this you need Python 2.7 ( http://www.python.org/download/releases/2.7/ )
To config edit values at the start of the script.
Run through terminal or just double click the script.

On the subject of the pool itself, I find it astounding. There are minor stability issues but considering the massive influx of new users it works suprisingly well while h2o manages to bring us high profit. Much respect to him. However the site could be updated with the missing info on the payment treshold change and EU server adress.
I get this error message:
Code:
Traceback (most recent call last):
  File "C:\mdc2.py", line 115, in
    write("Total paid", my["paidOut"],mbtc)
KeyError: 'paidOut'
Maybe it because I dont have any payouts yet? Since I just started mining ^^


And another question; Is there any difference between mining on EU and US server? and could/should I use both, one for backup? I started out on US before I read trough the posts and had on my first test miner 869 khash according to both cgminer and according to script and now with EU wich corresponds to my location I only got around 500khash according to script even tough cgminer says avg on 869 still as usual.
member
Activity: 70
Merit: 10
How do I do if I want to put several "workers" ?
Is it possible to deposit to the same adress or do I need to create one adress for each worker?

You can use one address for all of your workers.
And there will be no stale shit like on other pools? never used a pool with no login before Smiley
newbie
Activity: 53
Merit: 0
Im mining the whole day, the eu server is stable, my hashrate is updating, but my balance didn't move at all...
I have the US pool as my main with a rollover to EU when the US is down so if everybody sets them both we should be in good shape
newbie
Activity: 4
Merit: 0
How do I do if I want to put several "workers" ?
Is it possible to deposit to the same adress or do I need to create one adress for each worker?

You can use one address for all of your workers.
member
Activity: 66
Merit: 10
Mardilv - nice, works great!  Love this pool.
member
Activity: 70
Merit: 10
How do I do if I want to put several "workers" ?
Is it possible to deposit to the same adress or do I need to create one adress for each worker?
hero member
Activity: 969
Merit: 1000
may anyone calculate it for me  Huh how many btc i can make daily if i had 3 mhs ?
member
Activity: 84
Merit: 10
Dogecoin only has a profibility of $13.37 per day as now. (1000 kh/s) A bit disappointing.
newbie
Activity: 33
Merit: 0
I started mining several days ago...haven't received a payment at all. my balance shows 0.20277095

1AqeeY2ekyu12B14ozeBMsmnR8t9vnPL11

Can you please look into this?

How many days? and what hashing rate?

4 or 5 days ago i believe. ~2.5 mh/s
Jump to: