Bitcoin Forum
April 28, 2024, 06:25:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 194 195 196 197 198 199 200 201 202 203 204 205 »
  Print  
Author Topic: bitHopper: Python Pool Hopper Proxy  (Read 355551 times)
Rino
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 13, 2011, 01:47:04 PM
 #3501

stats page(and other pages) are broken in last version for me
1714285537
Hero Member
*
Offline Offline

Posts: 1714285537

View Profile Personal Message (Offline)

Ignore
1714285537
Reply with quote  #2

1714285537
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714285537
Hero Member
*
Offline Offline

Posts: 1714285537

View Profile Personal Message (Offline)

Ignore
1714285537
Reply with quote  #2

1714285537
Report to moderator
Endeavour79
Full Member
***
Offline Offline

Activity: 174
Merit: 100



View Profile WWW
August 13, 2011, 01:48:48 PM
 #3502

stats page(and other pages) are broken in last version for me

use --auth username,password

NSW, Australia - Rigs, Mining, Pools - Local help needed? Send me a message!
r2edu
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
August 13, 2011, 01:49:47 PM
 #3503

I tested version 0.1.7.1-6, stats page don´t work (blank page), went back to 0.1.6.2-16*

*Having some problems with bcpool, It keeps reseting to 0% after some time, but when I look into the webpage the round still counting
*Same problems with db and bclc as I mention in previous posts (shares keep counting and counting, never find a new round)

Edit:@Endeavour79: which user or pass?
Endeavour79
Full Member
***
Offline Offline

Activity: 174
Merit: 100



View Profile WWW
August 13, 2011, 01:52:05 PM
 #3504

I tested version 0.1.7.1-6, stats page don´t work (blank page), went back to 0.1.6.2-16*

*Having some problems with bcpool, It keeps reseting to 0% after some time, but when I look into the webpage the round still counting
*Same problems with db and bclc as I mention in previous posts (shares keep counting and counting, never find a new round)

stats page - see one post before..

bcp is faking json stats..

NSW, Australia - Rigs, Mining, Pools - Local help needed? Send me a message!
Rino
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 13, 2011, 01:58:59 PM
Last edit: August 13, 2011, 02:14:00 PM by Rino
 #3505

I tested version 0.1.7.1-6, stats page don´t work (blank page), went back to 0.1.6.2-16*

*Having some problems with bcpool, It keeps reseting to 0% after some time, but when I look into the webpage the round still counting
*Same problems with db and bclc as I mention in previous posts (shares keep counting and counting, never find a new round)

Edit:@Endeavour79: which user or pass?
set with
bithopper.py --auth user,pass
login to stats with those.

Is non-slicing scheduler still available ? it isnt listed in readme anymore
Endeavour79
Full Member
***
Offline Offline

Activity: 174
Merit: 100



View Profile WWW
August 13, 2011, 02:01:59 PM
 #3506


Is non-slicing scheduler still available ? it isnt listed in readme anymore

use
--scheduler=OldDefaultScheduler

NSW, Australia - Rigs, Mining, Pools - Local help needed? Send me a message!
r2edu
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
August 13, 2011, 02:28:17 PM
 #3507

I tested version 0.1.7.1-6, stats page don´t work (blank page), went back to 0.1.6.2-16*

*Having some problems with bcpool, It keeps reseting to 0% after some time, but when I look into the webpage the round still counting
*Same problems with db and bclc as I mention in previous posts (shares keep counting and counting, never find a new round)

Edit:@Endeavour79: which user or pass?
set with
bithopper.py --auth user,pass
login to stats with those.

Is non-slicing scheduler still available ? it isnt listed in readme anymore

Sorry but i don´t get it... i don´t have any user or pass related to bh, only for the workers and i have 3 differents

About bcpool, I think they´re starting to fake their stats when a block gets X size (>diff or diff*1.X-2), so "we" hop there and help it finish. I think this because i hop there in previous short rounds (~2-3hs) and got no problems and get payed very well Smiley
floeti
Newbie
*
Offline Offline

Activity: 30
Merit: 0



View Profile
August 13, 2011, 02:37:25 PM
 #3508

Quote
Indeed, you also shouldn't be 'slicing', shares should be submitted to the highest instantaneous reward pool only.

In my opinion, slicing has two advantages:
  • You distribute your risk a bit more across pools, especially the small ones, that have long round times and are more likely to disappear all of a sudden
  • You compensate a bit for unreliable hopping-methods (LP-based and so on)

Quote
Sorry but i don´t get it... i don´t have any user or pass related to bh, only for the workers and i have 3 differents
You have to define your own user and password and give that in command line. It protects the stats-website.

@c00w
Wouldn't it be better to just show the stats-page (insted of nothin), if no --auth was given?
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
August 13, 2011, 02:59:55 PM
 #3509

are the stats from bclc correct?
it shows on HP:
Friday 12 Aug 23:48:02 CEST
round    17 hours, 6 minutes
7 249 657 shares
and in bh
27700 1,47%
*confused*
Endeavour79
Full Member
***
Offline Offline

Activity: 174
Merit: 100



View Profile WWW
August 13, 2011, 03:15:40 PM
 #3510


@c00w
Wouldn't it be better to just show the stats-page (insted of nothin), if no --auth was given?

No, if you don't have a login you most likely are not allowed to see and should not see anything. Noone has to see your stats beside you. And you should know your login credentials.
Smiley

NSW, Australia - Rigs, Mining, Pools - Local help needed? Send me a message!
muyoso
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 13, 2011, 04:01:15 PM
 #3511

If bitcoinpool is faking stats then they are also faking my estimated reward as well. 

I drink it up!
dadittox
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
August 13, 2011, 04:07:11 PM
 #3512

We need to be able to mark the pool as faker and then bh to vote as fake on p2plp. Because in disabled state it just won't vote at all.
muyoso
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 13, 2011, 04:29:56 PM
 #3513

So wait, are you guys saying that bitcoinpool didn't just solve like 5 blocks today?  Because its showing up on my unconfirmed rewards . . . .

I drink it up!
Rino
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 13, 2011, 04:43:22 PM
 #3514

So wait, are you guys saying that bitcoinpool didn't just solve like 5 blocks today?  Because its showing up on my unconfirmed rewards . . . .
it did but it reset json round shares counter several times during current block, it should be ~15% right now according to time*speed
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
August 13, 2011, 05:02:32 PM
 #3515


@c00w
Wouldn't it be better to just show the stats-page (insted of nothin), if no --auth was given?

No, if you don't have a login you most likely are not allowed to see and should not see anything. Noone has to see your stats beside you. And you should know your login credentials.
Smiley
If you don't require a login via a commandline switch, most likely you're on a LAN or on localhost and don't care about credentials, as you are the only one having access.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
August 13, 2011, 05:10:55 PM
Last edit: August 13, 2011, 05:27:34 PM by joulesbeef
 #3516

Quote
The fallacy of reducing variation is why people are paying 7% for PPS (and 20% for credit cards), they can't see or comprehend the long-term.

the problem is you left human behavior out of the equation. How many here lost coin when bitminers union reset? how many are missing coin on rfc? a few of the small pools have also changed payouts mid block. How many pools have we dropped in a month? and then their is crossing difficulty lines which non of yall put into the equations.

it's not just variation, it is how many eggs i want in a weak basket.


Quote
Wouldn't it be better to just show the stats-page (insted of nothin), if no --auth was given?

Not but a note to reconfigure bithopper would be nice.. every single person who hops and will come here and ask what happened to the stats page.

90% of them wont understand that they make up their own user name and pass either.. when you tell them to use --auth user,pass

or has been my exp so far

mooo for rent
Rino
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
August 13, 2011, 06:06:37 PM
 #3517

How exactly can you accidentally open bithopper page to internet ? Option for authentication  is nice if you do but i doubt its necessary unless bithopper automatically opens port in firewalls and uses upnp.
muyoso
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
August 13, 2011, 06:10:10 PM
Last edit: August 13, 2011, 06:27:36 PM by muyoso
 #3518

Couldn't we just add up the user stats for bitcoinpool?  They list them all here:

http://bitcoinpool.com/index.php?page=1&ipp=All&do=currentround

for the current round.

Edit:  Bitclockers may be doing the same thing.

I drink it up!
cirz8
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
August 13, 2011, 06:46:13 PM
 #3519

Couldn't we just add up the user stats for bitcoinpool?  They list them all here:

http://bitcoinpool.com/index.php?page=1&ipp=All&do=currentround

for the current round.

Edit:  Bitclockers may be doing the same thing.
Stats on their webpages gives a much higher round shares, yes.
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
August 13, 2011, 06:54:23 PM
 #3520

How exactly can you accidentally open bithopper page to internet ? Option for authentication  is nice if you do but i doubt its necessary unless bithopper automatically opens port in firewalls and uses upnp.

it cant... however.. a large portion of us, have the port forwarded, so we can check the stats page from anywhere.
second, the newest hopper connects to IRC, and right now they can get your ip from irc.
third the stats page has some sql injection vulnerabilities.
fourth dont worry about it.. it isnt that much of a  pain and helps some of our users.

mooo for rent
Pages: « 1 ... 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 194 195 196 197 198 199 200 201 202 203 204 205 »
  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!