Bitcoin Forum
March 19, 2024, 09:48:05 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 [575] 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 ... 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591571 times)
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
January 08, 2015, 07:23:04 AM
 #11481

Whomever is mining on my node (see sig) with the address: 1PjuHEWbHvwhAwRzDTF8xMb5CZGNC4uhSi  or 1PjuHEWbHvwhAwRzDTF8xMB5CZGNC4uhSi, one of your worker addresses set on one of your miners has a typo ("B" is capital in one and "b" lowercase in the other).

Even worse, the miner with the capital "B" is returning 100% DOA.  You may want to fix that miner or remove it from service altogether.

1710841685
Hero Member
*
Offline Offline

Posts: 1710841685

View Profile Personal Message (Offline)

Ignore
1710841685
Reply with quote  #2

1710841685
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710841685
Hero Member
*
Offline Offline

Posts: 1710841685

View Profile Personal Message (Offline)

Ignore
1710841685
Reply with quote  #2

1710841685
Report to moderator
nreal
Full Member
***
Offline Offline

Activity: 932
Merit: 100


arcs-chain.com


View Profile
January 08, 2015, 10:54:00 AM
 #11482

So those antpool p2pool nodes are listed at http://p2pool-nodes.info/ too?

Stealing miners from p2pool?

► ARCS ◄ ♦ ARCS - The New World Token (*Listed on KuCoin) ♦ ► ARCS ◄
───●●───●●───●●───●●───●●─[   Bounty Detective   ]─●●───●●───●●───●●───●●───
Website|Twitter|Medium|Telegram|Whitepaper
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 11:22:03 AM
 #11483

So those antpool p2pool nodes are listed at http://p2pool-nodes.info/ too?

Stealing miners from p2pool?

it is possible, because You cannot recognize it since the port is the same 9332 and also web-stat page is very probably the same (as they (AntPool) use the same open source project as a base for their changes). admins should find the way how to filter it
miner should be very carreful where he connects his machine, because is well known, that AntPool p2pool clone does not pay transaction fees to miners
the best possible and the safiest is to run own node with original sources from here https://github.com/forrestv/p2pool
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
January 08, 2015, 11:52:42 AM
 #11484

just add this line at the end of /config/cgminer.conf: "queue" : "1"
and if You want to set queue from shell use: /usr/bin/cgminer-api "setconfig|queue,1" (You can also let ssh do it remotely)
I did not find any difference between queue 0 and 1 in results and I do not use --lowmem

I'm guessing adding it to cgminer.conf would make the setting persistent across reboots? Definitely going to do that if so.
Files changed in /config are permanent across reboots. In the S5 there is a file /config/user_setting which has just
Code:
queue 8192
I'm not sure if the S4 is the same but if it is, that's all you need to modify, to say queue 1

user_settings doesn't exist on the S4.  There is a cgminer.conf there, but the queue setting is not there.  I may try adding it.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 12:34:33 PM
 #11485

just add this line at the end of /config/cgminer.conf: "queue" : "1"
and if You want to set queue from shell use: /usr/bin/cgminer-api "setconfig|queue,1" (You can also let ssh do it remotely)
I did not find any difference between queue 0 and 1 in results and I do not use --lowmem

I'm guessing adding it to cgminer.conf would make the setting persistent across reboots? Definitely going to do that if so.
Files changed in /config are permanent across reboots. In the S5 there is a file /config/user_setting which has just
Code:
queue 8192
I'm not sure if the S4 is the same but if it is, that's all you need to modify, to say queue 1

user_settings doesn't exist on the S4.  There is a cgminer.conf there, but the queue setting is not there.  I may try adding it.

M

root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
...
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725",
"queue" : "1",
"scan-time" : "1"
}
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
January 08, 2015, 01:31:57 PM
 #11486

root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
...
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725",
"queue" : "1",
"scan-time" : "1"
}


After the pools I have this:

Code:
,
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725"
}


I'll probably try adding the queue setting and see what happens.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
nreal
Full Member
***
Offline Offline

Activity: 932
Merit: 100


arcs-chain.com


View Profile
January 08, 2015, 01:34:22 PM
 #11487

So those antpool p2pool nodes are listed at http://p2pool-nodes.info/ too?

Stealing miners from p2pool?

it is possible, because You cannot recognize it since the port is the same 9332 and also web-stat page is very probably the same (as they (AntPool) use the same open source project as a base for their changes). admins should find the way how to filter it
miner should be very carreful where he connects his machine, because is well known, that AntPool p2pool clone does not pay transaction fees to miners
the best possible and the safiest is to run own node with original sources from here https://github.com/forrestv/p2pool

Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.

► ARCS ◄ ♦ ARCS - The New World Token (*Listed on KuCoin) ♦ ► ARCS ◄
───●●───●●───●●───●●───●●─[   Bounty Detective   ]─●●───●●───●●───●●───●●───
Website|Twitter|Medium|Telegram|Whitepaper
PatMan
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Watch out for the "Neg-Rep-Dogie-Police".....


View Profile WWW
January 08, 2015, 01:48:48 PM
 #11488


Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.

No, as IYF mentioned, they don't use the standard p2pool share chain.

So do I. Sooner the better.

The way I see it, and please correct me someone if I'm wrong, but they are simply piggy backing off p2pool decentralization marketing, and by using the same ports as p2pool they are stealing/fooling miners into thinking that they are actually helping p2pool decentralization/network - when the opposite is in fact the case. As things are, they are harming the p2pool network.

What can be done? Well, short of every p2pool node banning the IP of antp2pool & pestering them to change their ports - not a lot  Angry

Again, someone please correct me if I'm wrong.

"When one person is deluded it is called insanity - when many people are deluded it is called religion" - Robert M. Pirsig.  I don't want your coins, I want change.
Amazon UK BTC payment service - https://bitcointalk.org/index.php?topic=301229.0 - with FREE delivery!
http://www.ae911truth.org/ - http://rethink911.org/ - http://rememberbuilding7.org/
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 02:02:35 PM
 #11489

root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
...
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725",
"queue" : "1",
"scan-time" : "1"
}


After the pools I have this:

Code:
,
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725"
}


I'll probably try adding the queue setting and see what happens.

M

You have to add it there manually Smiley use vi editor
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 02:11:39 PM
 #11490


Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.

No, as IYF mentioned, they don't use the standard p2pool share chain.

So do I. Sooner the better.

The way I see it, and please correct me someone if I'm wrong, but they are simply piggy backing off p2pool decentralization marketing, and by using the same ports as p2pool they are stealing/fooling miners into thinking that they are actually helping p2pool decentralization/network - when the opposite is in fact the case. As things are, they are harming the p2pool network.

What can be done? Well, short of every p2pool node banning the IP of antp2pool & pestering them to change their ports - not a lot  Angry

Again, someone please correct me if I'm wrong.

Y, it is big robbery.
What we can do?
We should be better, we should more popularize original p2pool, explain things, help newbies...
jonnybravo0311
Legendary
*
Offline Offline

Activity: 1344
Merit: 1023


Mine at Jonny's Pool


View Profile WWW
January 08, 2015, 02:45:49 PM
 #11491


Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.

No, as IYF mentioned, they don't use the standard p2pool share chain.

So do I. Sooner the better.

The way I see it, and please correct me someone if I'm wrong, but they are simply piggy backing off p2pool decentralization marketing, and by using the same ports as p2pool they are stealing/fooling miners into thinking that they are actually helping p2pool decentralization/network - when the opposite is in fact the case. As things are, they are harming the p2pool network.

What can be done? Well, short of every p2pool node banning the IP of antp2pool & pestering them to change their ports - not a lot  Angry

Again, someone please correct me if I'm wrong.
You're not wrong.  I spent some time going through their p2pool code when they released it.  All they did was add some reliance upon a database to capture/store worker/share info.  It wasn't complete and I don't know that they ever pursued it any further.  They certainly jumped on the decentralized bandwagon, but have done nothing except for talk about how they support it, while behind the scenes they aren't doing squat.  The last update to the code was on November, 13, 2014.

Jonny's Pool - Mine with us and help us grow!  Support a pool that supports Bitcoin, not a hardware manufacturer's pockets!  No SPV cheats.  No empty blocks.
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
January 08, 2015, 02:58:07 PM
 #11492

root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
...
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725",
"queue" : "1",
"scan-time" : "1"
}


After the pools I have this:

Code:
,
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725"
}


I'll probably try adding the queue setting and see what happens.

M

You have to add it there manually Smiley use vi editor

I added it.  Didn't do a thing.  Next time I changed the pools, it got lost.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
January 08, 2015, 03:14:40 PM
 #11493

i'm ALL IN to help STOP dishonest pool.

Maybe someone with a good knowledge & higher stats/rep can start a thread so that we can create more awareness on the pool thread & also ask antpool to provide evidence to the public that they (which we all doubt) are legitimately proving as what they are saying/doing ?

I say NO to Cheats & Scams what about you guys ?
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 04:07:22 PM
 #11494

root@antMiner:~# cat /config/cgminer.conf
{
"pools" : [
...
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725",
"queue" : "1",
"scan-time" : "1"
}


After the pools I have this:

Code:
,
"api-listen" : true,
"api-network" : true,
"api-allow" : "W:0/0",
"bitmain-freq" : "7:200:0782",
"bitmain-voltage" : "0725"
}


I'll probably try adding the queue setting and see what happens.

M

You have to add it there manually Smiley use vi editor

I added it.  Didn't do a thing.  Next time I changed the pools, it got lost.

M

I did not try if it is lost if I push "save & apply", I do not use UI. I have just added it into cgminer.conf file, then I did "/etc/init.d/cgminer restart" and it works. And it is persistent accross reboots...

edit: as was mentioned above, I suppose this also could solve the thing: echo "queue 1" > /config/user_setting
but personaly I did not try it because of no need
mdude77
Legendary
*
Offline Offline

Activity: 1540
Merit: 1001



View Profile
January 08, 2015, 04:10:00 PM
 #11495

I did not try if it is lost if I push "save & apply", I do not use UI. I have just added it into cgminer.conf file, then I did "/etc/init.d/cgminer restart" and it works. And it is persistent accross reboots...

This is on your S4?

Sounds like we're doing about the same thing except I tweak my pool settings, causing settings to get lost.  So I use cgminer-api to set the queue setting.

M

I mine at Kano's Pool because it pays the best and is completely transparent!  Come join me!
idonothave
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 08, 2015, 04:14:09 PM
 #11496

I did not try if it is lost if I push "save & apply", I do not use UI. I have just added it into cgminer.conf file, then I did "/etc/init.d/cgminer restart" and it works. And it is persistent accross reboots...

This is on your S4?

Sounds like we're doing about the same thing except I tweak my pool settings, causing settings to get lost.  So I use cgminer-api to set the queue setting.

M

Yes, my S4 unit. It seems any change of pool settings is changing file to defaults.
Prelude
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000



View Profile
January 08, 2015, 05:06:49 PM
 #11497

just add this line at the end of /config/cgminer.conf: "queue" : "1"
and if You want to set queue from shell use: /usr/bin/cgminer-api "setconfig|queue,1" (You can also let ssh do it remotely)
I did not find any difference between queue 0 and 1 in results and I do not use --lowmem

I'm guessing adding it to cgminer.conf would make the setting persistent across reboots? Definitely going to do that if so.
Files changed in /config are permanent across reboots. In the S5 there is a file /config/user_setting which has just
Code:
queue 8192
I'm not sure if the S4 is the same but if it is, that's all you need to modify, to say queue 1

Ok thanks, good to know. You suggest setting queue to 1 instead of 0? I keep seeing people say queue 0 for p2pool, but if you say 1 is best that's what I'll set.

I don't mean to turn this thread into an S4 thread, but while you're here.. I noticed you compiled cgminer 4.9 for S5, any chance you'll do the same for the S4?

Quote from: idonothave
Yes. As far as I know it is persistent accross reboots. Smiley

Thanks again for bringing that up, you've just saved me a lot of annoyance.  Cheesy
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
January 08, 2015, 05:14:40 PM
 #11498

Thought you would all appreciate this:

Bitcoin: The magic of mining

http://www.economist.com/news/business/21638124-minting-digital-currency-has-become-big-ruthlessly-competitive-business-magic

Smiley
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
January 08, 2015, 07:13:09 PM
 #11499

thx windpath for leading the post here https://bitcointalk.org/index.php?topic=855548.180

c'mon guys lets support the REAL p2pool & not the FAKE !
IYFTech
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


WANTED: Active dev to fix & re-write p2pool in C


View Profile
January 08, 2015, 07:13:53 PM
 #11500


Do they antpool p2pool nodes get payments from p2pool blocks??

Hope they close down their nodes soon enough.

No, as IYF mentioned, they don't use the standard p2pool share chain.

So do I. Sooner the better.

The way I see it, and please correct me someone if I'm wrong, but they are simply piggy backing off p2pool decentralization marketing, and by using the same ports as p2pool they are stealing/fooling miners into thinking that they are actually helping p2pool decentralization/network - when the opposite is in fact the case. As things are, they are harming the p2pool network.

What can be done? Well, short of every p2pool node banning the IP of antp2pool & pestering them to change their ports - not a lot  Angry

Again, someone please correct me if I'm wrong.
You're not wrong.  I spent some time going through their p2pool code when they released it.  All they did was add some reliance upon a database to capture/store worker/share info.  It wasn't complete and I don't know that they ever pursued it any further.  They certainly jumped on the decentralized bandwagon, but have done nothing except for talk about how they support it, while behind the scenes they aren't doing squat.  The last update to the code was on November, 13, 2014.

+1000 to this!

I think it's about time the p2pool community put a little pressure on Bitmain "p2p" in an effort to sort this little misconception out once & for all. I see a few comments have been posted already........

I'm in   Wink

-- Smiley  Thank you for smoking  Smiley --  If you paid VAT to dogie for items you should read this thread:  https://bitcointalk.org/index.php?topic=1018906.0
Pages: « 1 ... 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 [575] 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 ... 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!