Bitcoin Forum
May 10, 2024, 05:33:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 85 86 87 88 89 90 91 92 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 ... 538 »
  Print  
Author Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com  (Read 829874 times)
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
December 20, 2013, 01:06:27 PM
 #2681

Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

1715362409
Hero Member
*
Offline Offline

Posts: 1715362409

View Profile Personal Message (Offline)

Ignore
1715362409
Reply with quote  #2

1715362409
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715362409
Hero Member
*
Offline Offline

Posts: 1715362409

View Profile Personal Message (Offline)

Ignore
1715362409
Reply with quote  #2

1715362409
Report to moderator
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 20, 2013, 01:13:43 PM
 #2682

Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Obviously, if you install python 2.7. Ah well, and urllib2
mishax1
Legendary
*
Offline Offline

Activity: 2898
Merit: 1017


View Profile
December 20, 2013, 01:15:25 PM
 #2683

Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?
vosovich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 20, 2013, 01:16:52 PM
 #2684

Just made a tiny script to show the latest info instead of going to the website each time. Am I too inpatient?

https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc
https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc-screenshot.png

Excellent. Now I don't have to feel bad for taxing the server Cheesy
SimonG
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 20, 2013, 01:17:10 PM
 #2685

Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?


Just search for python onine script executor and you dont have to download anything.
Xer
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
December 20, 2013, 01:19:06 PM
 #2686

Its not just cryptsy withdrawals that's having issues, iv been waiting for a 14000 doge deposit for 5h now. Lets just say it has slightly more then the 6 confirmations needed.
revvv
Member
**
Offline Offline

Activity: 146
Merit: 10


View Profile
December 20, 2013, 01:20:33 PM
 #2687

Just made a tiny script to show the latest info instead of going to the website each time. Am I too inpatient?

https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc


How do I run it? lol
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 20, 2013, 01:21:46 PM
 #2688

Cool. Anyway to make it work on windows?

it's made in python, so it should work on windows as well.

Do I need python for this ?


You can get it here: http://www.python.org/download/releases/2.7/. Apparently, it has urllib2 already. Run it like "python mdc" in command line
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 20, 2013, 01:28:08 PM
 #2689

How do I run it? lol

python mdc :-)

On linux and mac - chmod +x mdc, and copy it to /usr/local/bin, than you can run just mdc.
On windows - only python mdc, I guess.
I tested only on linux
corsaro
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
December 20, 2013, 01:35:16 PM
 #2690

Just made a tiny script to show the latest info instead of going to the website each time. Am I too inpatient?

https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc



nice script Wink  works great
vosovich
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 20, 2013, 01:36:32 PM
Last edit: December 20, 2013, 01:49:28 PM by vosovich
 #2691

For everyone who wants to get all the information available using the python script, remove the write calls and add the following:

write("Total paid", my["paidOut"])
write("Total unpaid ", my["immatureBalance"] + my["unexchangedBalance"] + my["bitcoinBalance"])
write("Exchanged    ", my["bitcoinBalance"])
write("Unexchanged  ", my["unexchangedBalance"])
write("Immature     ", my["immatureBalance"])
print "    Khash/s      :\t%.2f" % (my["megahashesPerSecond"])
print "    Shares last h:\t%.0f" % (my["lastHourShares"]/1000)

edit: oops. Last two lines were formatted wrong. Hacked it to be right.
corsaro
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
December 20, 2013, 01:39:23 PM
 #2692

How do I run it? lol

python mdc :-)

On linux and mac - chmod +x mdc, and copy it to /usr/local/bin, than you can run just mdc.
On windows - only python mdc, I guess.
I tested only on linux

great Python.
farkedup
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
December 20, 2013, 01:40:51 PM
 #2693

About the graphs:

A lot of you may have noticed that your personal graph isn't updating very often. Others may not have seen much change at all, up to today.

It all comes down to rapid growth. There's about four times more active users than a few months ago and maybe an extra thousand in the last week. I may be way off with the exact numbers. I didn't keep track, but the message is the same. Getting lot's more users is great, but it can lead to growing pains.

One thing that's happening is that the auto updates to the graphs (run from cron) stop after about 2300 data files. These are run in the order they originally came from the JSON file which is sorted by hash rate. So, if you're are in the top 2000+ hash rates on the site you have been getting regular updates. I'm not doing this by design. I've just discovered this is the way it's been working.

In the good old days, a week or so ago, there were fewer active users than that, and everyone got an update every 10 to 15 minutes. Right now we have over 4000 active users. (Active user means "Has a hash rate at the time the graph is run".) There are over 9000 total users who have stats and data files.

It can take, on average, a second to render a graph on my little server when it's under load. So, it can take over an hour to run graphs for all active users. Inactive users, who have no hash rate at the time the graphs run, are ignored for now.

If an auto update starts before the last one ends it can lead to a server lock up, so for now I've backed off auto updates to once an hour. That's for the lucky top half of the hash rates. I've also been running updates that will get the rest of the active users, but less often and only when I'm awake and at my desk in California.

This is temporary, and I'm working to lessen the pain, but I wanted to let everyone know what's going on.


Don't worry about doing more than like twice a day updates on the peasants not in the top 100 even. The NUMBERS are all that matter, graphs really don't need to be updated very often. Just keep my near 7Mhash fed with plenty of hashing and keep the frontpage numbers updated
mr.pj
Sr. Member
****
Offline Offline

Activity: 258
Merit: 250


View Profile
December 20, 2013, 01:42:49 PM
 #2694

Just made a tiny script to show the latest info instead of going to the website each time. Am I too inpatient?

https://dl.dropboxusercontent.com/u/8278261/middlecoin_script/mdc


thank you very much, what is your current hashrate if I might ask?
michwill
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
December 20, 2013, 01:51:48 PM
 #2695

thank you very much, what is your current hashrate if I might ask?

Around 750 kH/s in average. It fluctuates!
viles
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 20, 2013, 01:56:24 PM
 #2696


Don't worry about doing more than like twice a day updates on the peasants not in the top 100 even. The NUMBERS are all that matter, graphs really don't need to be updated very often. Just keep my near 7Mhash fed with plenty of hashing and keep the frontpage numbers updated

You do understand that coinGeek is only doing the graphs, and has nothing do with the numbers..
bronxbob
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 20, 2013, 02:04:50 PM
 #2697

So wait. Who do I have to beat up at Cryptsy???
rallasnackbar
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 20, 2013, 02:10:19 PM
 #2698

So wait. Who do I have to beat up at Cryptsy???

No one, he already got the BTC, he just aint paying it out.

http://blockchain.info/da/address/1278USLSVEgbm9NKjjD3ukt9him5pjnbHi

376 BTC
Kurshu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 20, 2013, 02:15:41 PM
 #2699

So wait. Who do I have to beat up at Cryptsy???

No one, he already got the BTC, he just aint paying it out.

http://blockchain.info/da/address/1278USLSVEgbm9NKjjD3ukt9him5pjnbHi

376 BTC

Money just went out
_Crash_
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
December 20, 2013, 02:18:34 PM
 #2700

Yep, just received my BTC 2 minutes ago, thanks! Smiley

PS: Thanks Michwill for that script! Works like a charm Smiley

MiningSpace.net - MULTI-COIN / MULTI-POOL :: Miners Paid TX Fees! :: Europe :: Most Profitable Pool! :: Gigabit Connectivity :: 0% Fee!
Pages: « 1 ... 85 86 87 88 89 90 91 92 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 ... 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!