Bitcoin Forum
June 19, 2024, 03:57:43 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 ... 538 »
  Print  
Author Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com  (Read 829874 times)
Shaban
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 21, 2013, 08:50:27 PM
 #2841

So some says this is a good backup and other says its good.
No one that says otherwise? Smiley

It's good. I was mining on hashco.ws for a couple weeks and the most I got paid there was .06btc in one day. Here, my first day I got .083 and my second day I got .117. Today, I already have .067.

I get an hourly average of 2.8 mhs
krytp0
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile WWW
December 21, 2013, 08:53:13 PM
 #2842

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
SimonG
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 21, 2013, 08:53:54 PM
 #2843

Dogecoin only has a profibility of $13.37 per day as now. (1000 kh/s) A bit disappointing.
ballot
Hero Member
*****
Offline Offline

Activity: 969
Merit: 1000



View Profile
December 21, 2013, 09:06:03 PM
 #2844

may anyone calculate it for me  Huh how many btc i can make daily if i had 3 mhs ?
IZON
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 09:39:53 PM
 #2845

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?

If you like me , give some Dimecoins to me @ 7FMpsYwWy9LgBfQP3iqstbAvx4wp2AFAon
Firebug24k
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
December 21, 2013, 09:55:00 PM
 #2846

Mardilv - nice, works great!  Love this pool.
kdlblueice
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 21, 2013, 09:55:29 PM
 #2847

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.
farkedup
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
December 21, 2013, 09:57:19 PM
 #2848

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
IZON
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 10:00:10 PM
 #2849

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

If you like me , give some Dimecoins to me @ 7FMpsYwWy9LgBfQP3iqstbAvx4wp2AFAon
IZON
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 10:10:23 PM
 #2850

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 <module>
    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.

If you like me , give some Dimecoins to me @ 7FMpsYwWy9LgBfQP3iqstbAvx4wp2AFAon
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 21, 2013, 10:37:09 PM
 #2851

I get this error message:
Code:
Traceback (most recent call last):
  File "C:\mdc2.py", line 115, in <module>
    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)
IZON
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 10:46:31 PM
 #2852

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?

If you like me , give some Dimecoins to me @ 7FMpsYwWy9LgBfQP3iqstbAvx4wp2AFAon
soilworker
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
December 21, 2013, 11:27:46 PM
 #2853

Great script, thank you! Working like a charm.

EMC2: EbAE8cvkmQGawUxsVcquRS94dLVSxvj7UW 
http://einsteinium.org/
lorix
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
December 21, 2013, 11:30:00 PM
 #2854

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?

Proud family man, futurist and all-round Bitcoin fanatic! Smiley
1KBN5gTzX3ECSu9XHrsZJPsMn7vjT67ciF
mardilv
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 21, 2013, 11:48:54 PM
 #2855

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.
IZON
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
December 21, 2013, 11:56:01 PM
 #2856

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.

If you like me , give some Dimecoins to me @ 7FMpsYwWy9LgBfQP3iqstbAvx4wp2AFAon
mardilv
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 21, 2013, 11:58:47 PM
 #2857

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.
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 22, 2013, 12:22:35 AM
 #2858

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?
falsealarm_bf
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
December 22, 2013, 12:27:08 AM
 #2859

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
SimonG
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 22, 2013, 12:41:49 AM
 #2860

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.
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 ... 538 »
  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!