Bitcoin Forum
April 25, 2024, 08:08:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 [301] 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591624 times)
maqifrnswa
Sr. Member
****
Offline Offline

Activity: 454
Merit: 250


View Profile
July 08, 2013, 05:19:21 PM
Last edit: July 09, 2013, 05:58:43 AM by maqifrnswa
 #6001

Hey Kano,

Check this out:
https://github.com/luke-jr/BitForce_SC/blob/e9e6a41fd76050a3aea2ab973c808f4cede174eb/BitForce_SC/HostInteractionProtocols.h#L42

ZPX (custom nonce range) and p2pool is programed into the firmware, it's just not hooked up (missing below):
https://github.com/luke-jr/BitForce_SC/blob/master/BitForce_SC/Main_BitforceSC.c#L424

and here's the callback:
https://github.com/luke-jr/BitForce_SC/blob/e9e6a41fd76050a3aea2ab973c808f4cede174eb/BitForce_SC/HostInteractionProtocols.c#L2320

notice:
Code:
	ASIC_job_issue(p_job,
p_job->nonce_begin,
p_job->nonce_end,
FALSE, 0, FALSE);

also the comment in Main-BitforceSC.c
Code:
/* BUG FIX LOG
* ------------------------------------------------------------------------------------------------
* July 3rd 2012 - Fixed the P2P JOB problem (range_end - range_begin, which was inverse)
* June 2nd 2012 - Realized the system must run a 16MHz to ensure compatibility with flash SPI
*
*/

it looks like it was in and working but removed...
initial code had lots of p2pool support
https://github.com/luke-jr/BitForce_SC/blob/f569b10e05ff468e823b2e44573cd9cdda6b6850/BitForce_SC/Main_BitforceSC.c

EDIT:
And here is the commit p2pool was removed from the firmware
https://github.com/luke-jr/BitForce_SC/commit/73590d015c614c8b40bf8a8fe25de7169c347c53

EDIT2:
ZPX doesn't seem to help too much either since it's independent of queue
https://forums.butterflylabs.com/announcements/913-bitforce-sc-communication-protocol-draft-revision-2-a-10.html#post37469
looks like i'm going back to finding a way to hardcode in a reduced nonce range to the SCs...
1714032503
Hero Member
*
Offline Offline

Posts: 1714032503

View Profile Personal Message (Offline)

Ignore
1714032503
Reply with quote  #2

1714032503
Report to moderator
1714032503
Hero Member
*
Offline Offline

Posts: 1714032503

View Profile Personal Message (Offline)

Ignore
1714032503
Reply with quote  #2

1714032503
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714032503
Hero Member
*
Offline Offline

Posts: 1714032503

View Profile Personal Message (Offline)

Ignore
1714032503
Reply with quote  #2

1714032503
Report to moderator
yxxyun
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 09, 2013, 05:58:46 AM
 #6002

how many percent was updated?  where can we see? can wait for the switch.
daemondazz
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
July 09, 2013, 06:35:30 AM
 #6003

how many percent was updated?  where can we see? can wait for the switch.

I'd also like to know what percentage of the network has upgraded. Based on http://p2pool-nodes.info/, its 96 nodes are still at < v13.0 and 32 at > v13.0, so around 25%.

Computers, Amateur Radio, Electronics, Aviation - 1dazzrAbMqNu6cUwh2dtYckNygG7jKs8S
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
July 09, 2013, 06:43:58 AM
 #6004

You can see in graphs

kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
July 09, 2013, 10:46:19 AM
 #6005

ZPX has always been there, but as I said in my post on the BFL forum:
https://forums.butterflylabs.com/announcements/913-bitforce-sc-communication-protocol-draft-revision-2-a-8.html#post31853
there needs to be a que job version like ZNX with a nonce range but more importantly a que job pack version like ZWX with a nonce range

My comment about ZPX is here:
https://forums.butterflylabs.com/announcements/913-bitforce-sc-communication-protocol-draft-revision-2-a-10.html#post37469

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Raulnsh
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 09, 2013, 11:04:39 AM
Last edit: July 09, 2013, 12:19:56 PM by Raulnsh
 #6006

Hi,
Do you have compatible stratum mining proxy as Windows binary? I need it for litecoin mining, but mining_proxy 1.3.0 from guiminer-scrypt is not compatible with p2pool.
Thank you in advance!
forrestv (OP)
Hero Member
*****
Offline Offline

Activity: 516
Merit: 643


View Profile
July 09, 2013, 01:35:34 PM
 #6007

how many percent was updated?  where can we see? can wait for the switch.

The "desired versions" graph shows this.

1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
centove
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
July 09, 2013, 02:52:26 PM
 #6008

It may not be fast but boy I like this stat:

308MH/s (0.0% DOA)

Efficiency    123.3%

Give me Btc: 1BRkf5bwSVdGCyvu4SyYBiJjEjbNiAQoYd Mine on my node: http://ask.gxsnmp.org:9332/
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
July 09, 2013, 03:03:25 PM
 #6009

On 1 good share it is normal.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
dc81
Member
**
Offline Offline

Activity: 108
Merit: 100


View Profile
July 09, 2013, 03:41:41 PM
 #6010

how many percent was updated?  where can we see? can wait for the switch.

The "desired versions" graph shows this.

almost 33% on bitcoin and 20% litecoin so far.

Krellan
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
July 09, 2013, 05:48:17 PM
 #6011

I upgraded to p2pool 13.1 and it works great!

Question though, when I run it, version is reported as this:

Version: unknown 666f7272657374762d7032706f6f6c2d38333235366538

Is this the correct version?  I installed the p2pool 13.1 snapshot from Github (downloaded the snapshot tarball itself, did not use Git to pull the source).

Thanks!
Josh

1JUZr4TZ5zuB4WdEv4mrhZMaM7yttpJvLG Smiley
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
July 09, 2013, 06:37:08 PM
 #6012

Pool rate and the version 11 rate have been dropping with a fairly constant slope, without returning as version 13 rate.  Curious.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
devthedev
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
July 09, 2013, 09:54:19 PM
 #6013

Hey everyone, I'm having an error with my P2Pool node. It says. Warning: A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v13 with 52% support) An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.

Any ideas what the problem is?

Thanks in advance.

The pool info is located here.

https://bitcointalk.org/index.php?topic=252455

fsb4000
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000



View Profile
July 09, 2013, 10:04:10 PM
 #6014

Hey everyone, I'm having an error with my P2Pool node. It says. Warning: A MAJORITY OF SHARES CONTAIN A VOTE FOR AN UNSUPPORTED SHARE IMPLEMENTATION! (v13 with 52% support) An upgrade is likely necessary. Check http://p2pool.forre.st/ for more information.

Any ideas what the problem is?

Thanks in advance.

The pool info is located here.

https://bitcointalk.org/index.php?topic=252455
upgrade your node to 13.1 https://bitcointalk.org/index.php?topic=18313.msg2682976#msg2682976
daemondazz
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
July 09, 2013, 11:31:49 PM
 #6015

how many percent was updated?  where can we see? can wait for the switch.

The "desired versions" graph shows this.

Ahh, that's cool, that graph makes more sense now Smiley Thanks!

Computers, Amateur Radio, Electronics, Aviation - 1dazzrAbMqNu6cUwh2dtYckNygG7jKs8S
centove
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
July 10, 2013, 12:43:52 AM
 #6016

I upgraded to p2pool 13.1 and it works great!

Question though, when I run it, version is reported as this:

Version: unknown 666f7272657374762d7032706f6f6c2d38333235366538

Is this the correct version?  I installed the p2pool 13.1 snapshot from Github (downloaded the snapshot tarball itself, did not use Git to pull the source).

Thanks!
Josh

The code pulls the version from the directory name that it is in.. ?
https://github.com/forrestv/p2pool/blob/master/p2pool/__init__.py  -- _get_version()


Try renaming the directory it's in as p2pool-13.1 and restart it then see what it tells ya.

Give me Btc: 1BRkf5bwSVdGCyvu4SyYBiJjEjbNiAQoYd Mine on my node: http://ask.gxsnmp.org:9332/
Raulnsh
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 10, 2013, 04:49:58 AM
 #6017

I'm doing test mining with versions 13.0-13.1 for two days

Code:
2013-07-10 10:47:12.841000  Local: 348kH/s in last 10.0 minutes Local dead on arrival: ~3.8% (2-6%) Expected time to share: 21.4 hours
2013-07-10 10:47:12.841000  Shares: 0 (0 orphan, 0 dead) Stale rate: ??? Efficiency: ??? Current payout: 0.0000 LTC
2013-07-10 10:47:12.872000  Pool: 741MH/s Stale rate: 20.0% Expected time to block: 1.4 hours
2013-07-10 10:47:18.778000
2013-07-10 10:47:18.809000 New work for worker! Difficulty: 0.000109 Share difficulty: 6.293200 Total block value: 50.001000 LTC including 10 transact
ions
No shares. Expected time may be 1.6 hours then again 1 day.
Is it normal? Will I get any shares with p2pool?
Raulnsh
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 10, 2013, 04:52:52 AM
 #6018

Quote from: Raulnsh
Do you have compatible stratum mining proxy as Windows binary? I need it for litecoin mining, but mining_proxy 1.3.0 from guiminer-scrypt is not compatible with p2pool.
Again, yes or no?
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
July 10, 2013, 05:14:24 AM
 #6019

Try the proxy listed on slush pool

Raulnsh
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 10, 2013, 05:17:10 AM
 #6020

Try the proxy listed on slush pool
It does not work. This proxy is for bicoins only, it has no option -pa scrypt
Pages: « 1 ... 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 [301] 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 ... 814 »
  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!