Bitcoin Forum
September 16, 2026, 02:40:15 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 537 »
  Print  
Author Topic: [ANN] profit switching auto-exchanging pool - www.middlecoin.com  (Read 830064 times)
coinGeek
Full Member
***
Offline

Activity: 221
Merit: 100


View Profile
December 29, 2013, 05:24:07 PM
 #3541

I have found the Json url for the main page but is there other json for user stats ?
I'm making a Iphone app (don't know if apple will aprove it).
Nobody know where i can find API information ?

The JSON you found is all there is, and AFAIK that's the API. It's a snapshot and self documenting. It's the same data as in the table on the home page. To make the graphs I collect that data every ten minutes and save about a weeks worth.

Apple hasn't been approving wallet apps or anything that risks funds, unless maybe if you're a bank of something. You might be able to do a mining data app. I haven't looked lately at what there is in the iOS store. There are a lot of coin apps on Android.


Software Developer and Coin Geek
jackmackg
Newbie
*
Offline

Activity: 15
Merit: 0


View Profile
December 29, 2013, 05:42:09 PM
 #3542

This is a stupid question but I did not see it in the FAQ on the site. Does having more than 1 mining pc using the same address effect anything negativity? Should I have a different address for each worker?
Gamer67
Sr. Member
****
Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
December 29, 2013, 05:47:47 PM
 #3543

This is a stupid question but I did not see it in the FAQ on the site. Does having more than 1 mining pc using the same address effect anything negativity? Should I have a different address for each worker?

No, one address is fine.

"I am not Dorian Nakamoto."
linked67
Sr. Member
****
Offline

Activity: 336
Merit: 250


View Profile
December 29, 2013, 05:49:07 PM
 #3544

The JSON you found is all there is, and AFAIK that's the API. It's a snapshot and self documenting. It's the same data as in the table on the home page. To make the graphs I collect that data every ten minutes and save about a weeks worth.

Apple hasn't been approving wallet apps or anything that risks funds, unless maybe if you're a bank of something. You might be able to do a mining data app. I haven't looked lately at what there is in the iOS store. There are a lot of coin apps on Android.

Thanks for reply. I already have a working app for my personal use. I just need to make it more "eye candy", it's a little ugly now  Grin

I was hoping there is a JSON data for payout details, not the one on the main page but when i click on the payout link(url with report).
But it's not a big deal, i can parse the HTML source code.

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
h2odysee (OP)
Full Member
***
Offline

Activity: 238
Merit: 119


View Profile WWW
December 29, 2013, 06:09:46 PM
 #3545

I was hoping there is a JSON data for payout details, not the one on the main page but when i click on the payout link(url with report).
But it's not a big deal, i can parse the HTML source code.

Here you go: middlecoin.com/reports/1PqM7xBPA6Q2DohamzncBGY48U17jC9tVA.json

http://middlecoin.com - profit-switching, auto-exchanging scrypt pool that pays out in BTC
ndndr
Jr. Member
*
Offline

Activity: 52
Merit: 10


View Profile
December 29, 2013, 06:23:00 PM
 #3546

I started mining since yesterday on middlecoin , where do I  check my balance to know when I am going to get my payout ?

DeepOnion - Tor integrated - 100% anonymous
======> Get Your FREE Coins NOW! <======​  (https://deeponion.org/apply.php?ref=ndndr)
hardergamer
Member
**
Offline

Activity: 70
Merit: 10


View Profile WWW
December 29, 2013, 06:25:59 PM
 #3547

ndndr You can use this but with your own addres

http://bitcoinideal.eu/middlecoin/index.php?username=1Ki4PCsY6S6NGbh2fxHGvPfJ7XTj5kQBZi

phzi
Hero Member
*****
Offline

Activity: 700
Merit: 500


View Profile
December 29, 2013, 06:29:26 PM
 #3548

Here you go: middlecoin.com/reports/1PqM7xBPA6Q2DohamzncBGY48U17jC9tVA.json
Cool, thanks h2o.  Can you please add individual balance data to this page?  Would be nice to save both ends a chunk of bandwidth when checking the json for balance stats on a single account.
mardilv
Newbie
*
Offline

Activity: 22
Merit: 0


View Profile
December 29, 2013, 06:30:17 PM
 #3549

The JSON you found is all there is, and AFAIK that's the API. It's a snapshot and self documenting. It's the same data as in the table on the home page. To make the graphs I collect that data every ten minutes and save about a weeks worth.

Apple hasn't been approving wallet apps or anything that risks funds, unless maybe if you're a bank of something. You might be able to do a mining data app. I haven't looked lately at what there is in the iOS store. There are a lot of coin apps on Android.

Thanks for reply. I already have a working app for my personal use. I just need to make it more "eye candy", it's a little ugly now  Grin

I was hoping there is a JSON data for payout details, not the one on the main page but when i click on the payout link(url with report).
But it's not a big deal, i can parse the HTML source code.
This is quite handy.

Here you go: middlecoin.com/reports/1PqM7xBPA6Q2DohamzncBGY48U17jC9tVA.json
Cool, thanks h2o.  Can you please add individual balance data to this page?  Would be nice to save both ends a chunk of bandwidth when checking the json for balance stats on a single account.
+1


h2o, have you thought  about putting the table with stats to subpage or moving the bottom (faq, contact etc) bar to the top. It's quite not comfortable to get to these as it is now(have to wait to load and scroll through all of that). I think the basic info along with coingeek graph would be sufficient for mainpage.
h2odysee (OP)
Full Member
***
Offline

Activity: 238
Merit: 119


View Profile WWW
December 29, 2013, 06:31:12 PM
 #3550

Cool, thanks h2o.  Can you please add individual balance data to this page?  Would be nice to save both ends a chunk of bandwidth when checking the json for balance stats on a single account.

I can't do that just yet. Those pages are only updated once a day. Not every 5-10 mins like the main page.

http://middlecoin.com - profit-switching, auto-exchanging scrypt pool that pays out in BTC
phzi
Hero Member
*****
Offline

Activity: 700
Merit: 500


View Profile
December 29, 2013, 06:49:46 PM
 #3551

Cool, thanks h2o.  Can you please add individual balance data to this page?  Would be nice to save both ends a chunk of bandwidth when checking the json for balance stats on a single account.

I can't do that just yet. Those pages are only updated once a day. Not every 5-10 mins like the main page.
Makes sense. These are actually generated and not database driven hm. Gotcha.
MrJay
Member
**
Offline

Activity: 115
Merit: 10


View Profile
December 29, 2013, 08:28:24 PM
 #3552

Did a EU server ever get sorted out here at all?

Yup,
Just stick EU in front of the stratum address...
eu.middlecoin.com:3333

Thanks.
linked67
Sr. Member
****
Offline

Activity: 336
Merit: 250


View Profile
December 29, 2013, 08:30:51 PM
 #3553

Here you go: middlecoin.com/reports/1PqM7xBPA6Q2DohamzncBGY48U17jC9tVA.json
Exactly what i was looking for, thanks a lot. I'll try to release my app in a couple of days.

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
Randallphoto
Newbie
*
Offline

Activity: 19
Merit: 0


View Profile
December 29, 2013, 08:45:35 PM
 #3554

I'm seeing very frequent disconnects at the moment.

The proxy is able to reconnect instantly and workers resume (coin switch) - the shares that were mid-processing during the switch all seem to get trashed, typically with "share is above target." (wrong difficulty?)

My rejected rate is up to 19%.

2013-12-29 08:55:03,487 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at middlecoin.com:3333
...
2013-12-29 08:59:14,937 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at middlecoin.com:3333
...
2013-12-29 09:07:03,900 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at middlecoin.com:3333
...
2013-12-29 09:09:14,483 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at middlecoin.com:3333

Been going on for hours in my logs.  



I've been seeing this a lot today too. With a lot of "New block detected on network before longpoll"
pindis
Full Member
***
Offline

Activity: 187
Merit: 100


View Profile
December 29, 2013, 09:46:56 PM
 #3555

h2o? how come it's 2 different difficulties we're mining on eu and non eu server. just switched from non eu to eu and see that non eu = 310 and eu is 400?
CaptainBeck
Full Member
***
Offline

Activity: 168
Merit: 100


View Profile
December 29, 2013, 10:01:25 PM
 #3556

Well 407 is doge which we have been mining for a while.

310 could be the 309 of nova coin, so maybe the pools are mining different coins or they are broken!!
tadakaluri
Hero Member
*****
Offline

Activity: 616
Merit: 500



View Profile WWW
December 30, 2013, 12:13:50 AM
 #3557

I can't got payout for my mining (more than 24 hours with 400+KH/s)

Is your balance total over 0.01?

Yes, This is my UserID/BTC: 1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m
duz
Newbie
*
Offline

Activity: 35
Merit: 0


View Profile
December 30, 2013, 12:22:00 AM
 #3558

I can't got payout for my mining (more than 24 hours with 400+KH/s)

Is your balance total over 0.01?

Yes, This is my UserID/BTC: 1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m

your user graph: http://middlecoin2.s3-website-us-west-2.amazonaws.com/reports/1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m.html

shows that you have not submitted any shares since the 25th of December.
mardilv
Newbie
*
Offline

Activity: 22
Merit: 0


View Profile
December 30, 2013, 12:24:12 AM
 #3559

I can't got payout for my mining (more than 24 hours with 400+KH/s)

Is your balance total over 0.01?

Yes, This is my UserID/BTC: 1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m

http://middlecoin2.s3-website-us-west-2.amazonaws.com/reports/1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m.html
According to that your current balance is 0. 0.0027811 BTC was paid, transaction is on blockchain.info on your adress ( https://blockchain.info/pl/address/1Lxb2kLFBQSKqHYzrf2D9dQ7ujhrFmR91m ). If it doesn't show in your wallet, try to resynchronise it.
h2odysee (OP)
Full Member
***
Offline

Activity: 238
Merit: 119


View Profile WWW
December 30, 2013, 12:33:43 AM
 #3560

There are currently some network issues with coin switching. It occasionally doesn't switch, and hangs for 20 seconds or so. This seems to happen once in every 5 switches or so.

I'm working on a fix, but in the mean time if you want a workaround, and you can are ok with recompiling cgminer, you can:

in https://github.com/ckolivas/cgminer/blob/master/util.c

change:

Code:
const int tcp_keepidle = 45;
const int tcp_keepintvl = 30;
to:

Code:
const int tcp_keepidle = 5;
const int tcp_keepintvl = 4;

These occur twice in the file.

Thanks to `Kevin on IRC for this.

http://middlecoin.com - profit-switching, auto-exchanging scrypt pool that pays out in BTC
Pages: « 1 ... 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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 ... 537 »
  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!