Bitcoin Forum
April 24, 2024, 03:56:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 [807] 808 809 810 811 812 813 814 »
  Print  
Author Topic: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool  (Read 2591623 times)
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
January 19, 2018, 08:05:54 PM
Last edit: January 19, 2018, 08:18:53 PM by jtoomim
 #16121

"pypy run_p2pool.py" is sufficient, but you may want to consider adding "--fee 0 --address (your address here) --give-author 0" or some variant thereof.

Why displays the same thing several times? This is LTC, you source
You probably have several different miners on your node. The section of code that prints that line gets run once per share per user. It's supposed to squelch the output from users after the first, but for some reason it isn't. I'm not sure why it's printing that line multiple times, but I wouldn't worry about it too much. If you want me to take a look at your node to make sure it's running well, let me know your IP.

Edit: Just checked the source, and it doesn't squelch at all. Oops. I should probably fix that. Don't worry about it though, it's just harmless debugging output. If it bothers you, you can replace line 215 of p2pool/data.py with "if 0:" to get rid of the text.

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
1713930969
Hero Member
*
Offline Offline

Posts: 1713930969

View Profile Personal Message (Offline)

Ignore
1713930969
Reply with quote  #2

1713930969
Report to moderator
smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
January 19, 2018, 08:51:22 PM
 #16122

Using a SHA ASIC miner with my pool. I take it I just have to put the sername:9332  and my bitcoin wallet id in for the user name right?

smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
January 19, 2018, 08:54:31 PM
Last edit: January 19, 2018, 10:09:08 PM by smoothrunnings
 #16123

Is there a stat page on your p2pool addition?

How to I access it?

Thanks,


- Update - Found it.
smoothrunnings
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


View Profile
January 19, 2018, 10:08:22 PM
 #16124

Are there any good BTC front-ends for P2Pool?

Thanks
uspeh6325
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 20, 2018, 02:57:39 PM
 #16125

Hi. Tell me, please. I set my antminer s9 on p2pool (stratum+tcp://p2pool.org:9332). the connection to the pool was good. in the Miner Dashboard I could see their statistics. But after 12 hours of work the pool in antminer died. and when in the opening of the Miner Dashboard appeared an error "Invalid Address! The bitcoin address you submitted (1DQrUQ2S9pbA58KxjtGEZ54RfXC49saZ6m) is not valid." . I tried again to reconfigure antminer s9, but the status of the pool "dead". change of address of the wallet did not help. why? what to do?
crypto_curious
Full Member
***
Offline Offline

Activity: 924
Merit: 175


View Profile
January 20, 2018, 10:00:55 PM
 #16126

Hi. Tell me, please. I set my antminer s9 on p2pool (stratum+tcp://p2pool.org:9332). the connection to the pool was good. in the Miner Dashboard I could see their statistics. But after 12 hours of work the pool in antminer died. and when in the opening of the Miner Dashboard appeared an error "Invalid Address! The bitcoin address you submitted (1DQrUQ2S9pbA58KxjtGEZ54RfXC49saZ6m) is not valid." . I tried again to reconfigure antminer s9, but the status of the pool "dead". change of address of the wallet did not help. why? what to do?

Don't mine on that server. Find yourself a jtoomim p2pool fork node and mine there.
uspeh6325
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 21, 2018, 01:18:41 PM
 #16127

how are payouts from the p2pool? in what period of time payments?
crypto_curious
Full Member
***
Offline Offline

Activity: 924
Merit: 175


View Profile
January 21, 2018, 02:23:00 PM
 #16128

how are payouts from the p2pool? in what period of time payments?

Everytime there is a block found by p2pool, you get payment. Providing that you have shares found and accounted for in p2pool sharechain.
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
January 22, 2018, 01:49:13 AM
Last edit: January 22, 2018, 05:05:04 AM by jtoomim
 #16129

I pushed two changes to 1mb_segwit that change how pseudoshare difficulty is calculated for miners.

First, I fixed a bug for Litecoin that was limiting difficulty to about 15k. This resulted in excessive CPU and bandwidth usage on p2pool nodes that have more than about 10 GH/s. I fixed that bug, which means that Litecoin difficulties will be more reasonable (e.g. 226k on my node with 100 GH/s.

Second, I increased the target pseudoshare rate on all networks to 10 per second (from 1 per second, except for Litecoin's bug).

This should result in smoother hashrate graphs for all nets except Litecoin, at the expense of slightly higher CPU and bandwidth usage. For Litecoin, expect rougher hashrate graphs but substantially lower CPU and bandwidth usage.

If you're running my code, a git pull should grab the changes. Unless you're running a large Litecoin node, these changes are not likely to make a big difference for you, so feel free to skip this update.

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
Tornado_of_Coins
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
January 22, 2018, 01:41:52 PM
 #16130

I have an S9 and tried to connect to several JT pools and it's not showing work at all, does it take a while to show connection?

This is the current one I tried : ml.toom.im:9332

EDIT: Ok, its connected took about 3-5minutes
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
January 22, 2018, 09:24:30 PM
 #16131

I'm moving the rest of our L3+s onto p2pool. P2pool's LTC hashrate should now be around 500 GH/s, enough for 2-3 blocks per day on average.

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 23, 2018, 04:22:10 AM
 #16132

Awesome work Jtoomim. I'm currently running your fork and enabled the 1% dev fee. Will the hash you put on the pool be staying with us?As in not rentals?
jtoomim
Hero Member
*****
Offline Offline

Activity: 818
Merit: 1006


View Profile WWW
January 23, 2018, 06:02:01 AM
 #16133

FYI, the dev fee does not go to me. It goes to forrestv.

Our LTC hashrate will probably be staying on p2pool as long as merged mining and multipool mining has a small or zero advantage over straight LTC mining.

Hosting bitcoin miners for $65 to $80/kW/month on clean, cheap hydro power.
http://Toom.im
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 23, 2018, 06:14:15 AM
Last edit: January 23, 2018, 06:40:18 AM by Kiefff
 #16134

Awesome. So I'm running your fork and seem to have some issues. Only 2 submitted shares this whole time with 8GH on my node. It seems that the diff for each is going everywhere? http://cyberdyne-mining.io:9327/static/

*edit* no longer using 1mb_segwit fork. Will test some more later
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 23, 2018, 05:23:20 PM
Last edit: January 24, 2018, 05:45:03 AM by Kiefff
 #16135

so back at it again this morning running 1mb_segwit fork. My miner are showing a diff of 4.07k and still no shares from any miners on my node. If you goto http://cyberdyne-mining.io:9327/static/UI/ you see can the differences in the share diff for each miner. Miners of same hashrate sometimes have crazy diff. Not getting any errors on my back end. Seemed yesterday I got 2 valid shares then after that nothing.

**edit**
seems I may have freaked out a bit  Cheesy I guess the network is that much more difficulty with the added hash now? My node seems to be getting shares, staying in the 95-100% efficiency range so far running PYPY. I've also gathered a growing group of miners already on my node, they smelt the blocks with the newly added hashrate?  Cool . My node is currently pushing ~13.9GH

http://cyberdyne-mining.io:9327/static/
http://cyberdyne-mining.io:9327/static/UI/ for those that like it fancy
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 23, 2018, 05:29:33 PM
 #16136

I lied about no errors....also, adding ANY +diff number and my miner always shows Diff of 8.04M
Running on ubuntu server

Code:
Traceback (most recent call last):
  File "/usr/local/lib/pypy2.7/dist-packages/Twisted-15.4.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 501, in _startRunCallbacks
    self._runCallbacks()
  File "/usr/local/lib/pypy2.7/dist-packages/Twisted-15.4.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 588, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 256, in gotResult
    it(res2)
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 233, in it
    res = gen.send(cur) # external code is run here
--- <exception caught here> ---
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 284, in _worker
    self.func(*self.args, **self.kwargs)
  File "/home/skynet/p2pool/p2pool/util/expiring_dict.py", line 109, in <lambda>
    self._expire_loop = expire_loop = deferral.RobustLoopingCall(lambda: self_ref().expire())
exceptions.AttributeError: 'NoneType' object has no attribute 'expire'

Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/pypy2.7/dist-packages/Twisted-15.4.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 501, in _startRunCallbacks
    self._runCallbacks()
  File "/usr/local/lib/pypy2.7/dist-packages/Twisted-15.4.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 588, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 256, in gotResult
    it(res2)
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 233, in it
    res = gen.send(cur) # external code is run here
--- <exception caught here> ---
  File "/home/skynet/p2pool/p2pool/util/deferral.py", line 284, in _worker
    self.func(*self.args, **self.kwargs)
  File "/home/skynet/p2pool/p2pool/util/expiring_dict.py", line 109, in <lambda>
    self._expire_loop = expire_loop = deferral.RobustLoopingCall(lambda: self_ref().expire())
exceptions.AttributeError: 'NoneType' object has no attribute 'expire'
GabitKZ
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
January 24, 2018, 03:22:33 AM
 #16137

Hi !

I have S9

Is this correct for him ?

Pool 1: crypto.mine.nu:9334

Pool 2: low-doa.mine.nu:9332

Pool 3: 31.41.40.25:9332

Worker: BTC address from your wallet
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 24, 2018, 04:43:18 AM
 #16138

Hi !

I have S9

Is this correct for him ?

Pool 1: crypto.mine.nu:9334

Pool 2: low-doa.mine.nu:9332

Pool 3: 31.41.40.25:9332

Worker: BTC address from your wallet

If those are the closest nodes to you, it all looks good.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
January 24, 2018, 06:14:20 AM
 #16139

Hi !

I have S9

Is this correct for him ?

Pool 1: crypto.mine.nu:9334

Pool 2: low-doa.mine.nu:9332

Pool 3: 31.41.40.25:9332

Worker: BTC address from your wallet
You should point it at your own p2pool first - remember p2pool is supposed to be decentralised ... according to the thread title Tongue

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
Kiefff
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
January 24, 2018, 07:53:46 PM
 #16140

http://cyberdyne-mining.io:9327/static/ <--rock solid, 1mb_Segwit fork running PYPY

Besides the invalid block this morning(im guessing invalid?), I just had someone dump 15GH+ alone on my LTC p2pool node. That puts me at ~29GH with everything looking smooth so far. Current efficiency at time of post = 101% with 83 total shares as of now. Now we just need the block train to come thru =] Again, well done Jtoomim.
Pages: « 1 ... 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 [807] 808 809 810 811 812 813 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!