Bitcoin Forum
April 20, 2024, 03:45:44 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 [397] 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591613 times)
BTCNU
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 06, 2014, 07:08:00 PM
 #7921

Thanks. Based on that, it sounds like maybe I don't need to be running a P2Pool. Doesn't benefit anybody much and it's just causing me heart-ache. :-)

I will continue running the bitcoind node, however.
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
1713584744
Hero Member
*
Offline Offline

Posts: 1713584744

View Profile Personal Message (Offline)

Ignore
1713584744
Reply with quote  #2

1713584744
Report to moderator
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
March 06, 2014, 08:42:34 PM
 #7922

Regarding http://bitcoin.advmapper.com:9332/static/

1: How can I tell if people are using my P2Pool node?
2: If I don't mine, is there any reason to host a P2Pool node?
3: My GetBlockTemplate latency is rarely/barely under 1 sec, even with just P2Pool and Bitcoind running. Why? CPU usage is almost nothing, disks are SSDs and there appears to be no swapping happening.
4: How do people find a P2Pool node to use, and what kinds of things helps them make the decision about which is best for them?
5: Is the P2Pool network hurting for nodes, or is there a surplus of nodes and it's just miners that are missing?

4) orphan rate and whether DOA is excessive vis-a-vis probable latencies.  i used to mine at 200ms pool.  with 15s share times, i'd get around 2.5-3% DOA

example: p2pool.org latency isn't that bad, yet DOA far exceeds mathematical probability
smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
March 06, 2014, 08:50:36 PM
 #7923

Regarding http://bitcoin.advmapper.com:9332/static/

1: How can I tell if people are using my P2Pool node?
2: If I don't mine, is there any reason to host a P2Pool node?
3: My GetBlockTemplate latency is rarely/barely under 1 sec, even with just P2Pool and Bitcoind running. Why? CPU usage is almost nothing, disks are SSDs and there appears to be no swapping happening.
4: How do people find a P2Pool node to use, and what kinds of things helps them make the decision about which is best for them?
5: Is the P2Pool network hurting for nodes, or is there a surplus of nodes and it's just miners that are missing?

4) orphan rate and whether DOA is excessive vis-a-vis probable latencies.  i used to mine at 200ms pool.  with 15s share times, i'd get around 2.5-3% DOA

example: p2pool.org latency isn't that bad, yet DOA far exceeds mathematical probability

Mine are much lower now too out of 60 shares I have 4 orphan and 4 dead. It use to be a higher.
Peter Todd
Legendary
*
Offline Offline

Activity: 1120
Merit: 1149


View Profile
March 07, 2014, 04:20:33 PM
 #7924

Both of these make P2Pool easier to use; the eventual goal is being able to run P2Pool on the same hardware miners use, such as a Raspberry Pi, though that would likely require a laborious rewrite in C++ or another compiled language.

My current progress on this: I have a piece of software talking to bitcoind and augmenting blocks with UTXO merkle branches, feeding that to another piece of lightweight software that can trustlessly verify the blockchain, while holding O(1) state. I have a good idea about how the non-linear sharechain will work, but implementing that hasn't started yet.

  • Why a UTXO proof vs. a TXO proof?
  • How do you see these p2pool nodes starting up? Will they get the UTXO set from another node, or verify some or all of the blockchain themselves?
  • Have you thought about what happens during a 51% attack? What if p2pool has a larger share of hashing power than it does now?

smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
March 09, 2014, 04:31:55 AM
 #7925

How do I configure this stupid bitcoin-qt app on my P2Pool?

I am trying to transfer out 0.26017615 BTC and I told "the total exceeds your balance when the 0.001 BTC transaction fee is included". So subtract the 0.001 fee and put in 0.25917615 and it now tells me "the total exceeds your balance when the 0.002 BTC transaction fee is included". WTF really? Why can't this f'n application work?

Plz help, thanks!
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
March 09, 2014, 05:13:41 AM
 #7926

How do I configure this stupid bitcoin-qt app on my P2Pool?

I am trying to transfer out 0.26017615 BTC and I told "the total exceeds your balance when the 0.001 BTC transaction fee is included". So subtract the 0.001 fee and put in 0.25917615 and it now tells me "the total exceeds your balance when the 0.002 BTC transaction fee is included". WTF really? Why can't this f'n application work?

Plz help, thanks!

A little off-topic isn't it?  Bitcoin-Qt may be used by P2Pool (or bitcoind instead of Bitcoin-Qt) but this isn't a P2pool question.  Sort of like asking why Python didn't install in this thread.  Nothing to do with P2Pool.

That said, try checking your Preferences in Bitcoin-Qt. The Main tab has the default transaction fee setting.

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 09, 2014, 05:16:46 AM
 #7927

Looks like we lost multipool to eligius recently, which is a big chunk of TH (currently 12 TH, but I think sometimes 20 TH or more).

However, I'm not seeing a drop off in total hash rate, so I guess there is enough coming online to take its place. Nasty just added 1.6 TH and I added almost 1 TH.

I hope we can keep p2pool viable.


spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
March 09, 2014, 09:52:09 AM
 #7928

Looks like we lost multipool to eligius recently, which is a big chunk of TH (currently 12 TH, but I think sometimes 20 TH or more).

However, I'm not seeing a drop off in total hash rate, so I guess there is enough coming online to take its place. Nasty just added 1.6 TH and I added almost 1 TH.

I hope we can keep p2pool viable.


reported speed is 98 TH right now, speed on p2pool.info still shows 150 TH but is clearly wrong.

BTW, those 1TH units popping up like mushrooms after a rainfall seem to behave fairly well on p2pool, I'm testing one since yesterday.

spiccioli
smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
March 09, 2014, 01:12:40 PM
 #7929

How do I configure this stupid bitcoin-qt app on my P2Pool?

I am trying to transfer out 0.26017615 BTC and I told "the total exceeds your balance when the 0.001 BTC transaction fee is included". So subtract the 0.001 fee and put in 0.25917615 and it now tells me "the total exceeds your balance when the 0.002 BTC transaction fee is included". WTF really? Why can't this f'n application work?

Plz help, thanks!

A little off-topic isn't it?  Bitcoin-Qt may be used by P2Pool (or bitcoind instead of Bitcoin-Qt) but this isn't a P2pool question.  Sort of like asking why Python didn't install in this thread.  Nothing to do with P2Pool.

That said, try checking your Preferences in Bitcoin-Qt. The Main tab has the default transaction fee setting.

What is the default transaction fee supposed to be set at?

roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
March 09, 2014, 02:59:07 PM
 #7930

reported speed is 98 TH right now, speed on p2pool.info still shows 150 TH but is clearly wrong.

BTW, those 1TH units popping up like mushrooms after a rainfall seem to behave fairly well on p2pool, I'm testing one since yesterday.

spiccioli


I remember gmaxwell reporting the Cointerra machines work wonderfully with p2pool. Wish more CT owners would install some nodes and get with the p2pool program. Smiley
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 09, 2014, 03:25:50 PM
 #7931

reported speed is 98 TH right now, speed on p2pool.info still shows 150 TH but is clearly wrong.

BTW, those 1TH units popping up like mushrooms after a rainfall seem to behave fairly well on p2pool, I'm testing one since yesterday.

spiccioli


I remember gmaxwell reporting the Cointerra machines work wonderfully with p2pool. Wish more CT owners would install some nodes and get with the p2pool program. Smiley

I've heard they work very well even with a remote node. Obviously separate nodes are better for decentralization but for p2pool to survive it needs to grow hash rate here, so even getting people on remote nodes can be a means to an end.


cr1776
Legendary
*
Offline Offline

Activity: 4018
Merit: 1299


View Profile
March 09, 2014, 03:43:23 PM
 #7932

reported speed is 98 TH right now, speed on p2pool.info still shows 150 TH but is clearly wrong.

BTW, those 1TH units popping up like mushrooms after a rainfall seem to behave fairly well on p2pool, I'm testing one since yesterday.

spiccioli


I remember gmaxwell reporting the Cointerra machines work wonderfully with p2pool. Wish more CT owners would install some nodes and get with the p2pool program. Smiley

They do work quite nicely with p2pool.com  ;-)
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
March 09, 2014, 08:19:21 PM
 #7933

I've been making some scrypt-based altcoin p2pools and I've noticed that for the first 30 seconds or so of mining in a new p2pool instance, the vast majority of work results in hardware errors. I've tried letting the p2pool run for a while first to make sure everything is fully "loaded", but this doesn't seem to make a difference. Several users, including myself have verified this, and it's not a mining hardware problem. I never, ever get a HW error in any other circumstance.
Has anyone else experienced this and/or know of a possible solution?
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
March 10, 2014, 03:16:15 AM
 #7934

I've been making some scrypt-based altcoin p2pools and I've noticed that for the first 30 seconds or so of mining in a new p2pool instance, the vast majority of work results in hardware errors. I've tried letting the p2pool run for a while first to make sure everything is fully "loaded", but this doesn't seem to make a difference. Several users, including myself have verified this, and it's not a mining hardware problem. I never, ever get a HW error in any other circumstance.
Has anyone else experienced this and/or know of a possible solution?

Yes I submitted a patch to fix that.

https://github.com/forrestv/p2pool/pull/185
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
March 10, 2014, 04:04:31 AM
 #7935

Ok, thanks
bkminer
Full Member
***
Offline Offline

Activity: 216
Merit: 100

Don't let the nam-shub in your operating system.


View Profile
March 10, 2014, 11:42:46 PM
 #7936

Does anyone know of HashFast works well on p2pool (doubtful I'll ever get it but just in-case)....

Also I've noticed that we've dropped from 1% to 0.35% in a little over a month... network is really growing now...

bitcoin_miner
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
March 11, 2014, 02:46:36 AM
 #7937

how to use p2pool for antminer S1 ?

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 11, 2014, 04:37:36 AM
 #7938

how to use p2pool for antminer S1 ?

Easy. Set miner url to the IP of the p2pool node followed by 9332 (example: 1.2.3.4:9332) and set your username to your bitcoin address.
bitcoin_miner
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
March 11, 2014, 04:41:41 AM
 #7939

how to use p2pool for antminer S1 ?

Easy. Set miner url to the IP of the p2pool node followed by 9332 (example: 1.2.3.4:9332) and set your username to your bitcoin address.

can you suggest which url or the IP of the p2pool node? 

OgNasty
Donator
Legendary
*
Offline Offline

Activity: 4718
Merit: 4223


Leading Crypto Sports Betting & Casino Platform


View Profile WWW
March 11, 2014, 04:43:44 AM
 #7940

how to use p2pool for antminer S1 ?

Easy. Set miner url to the IP of the p2pool node followed by 9332 (example: 1.2.3.4:9332) and set your username to your bitcoin address.

can you suggest which url or the IP of the p2pool node? 

nastyfans.org:9332

It has 0% fees.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Pages: « 1 ... 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 [397] 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 ... 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!