semaster
|
|
March 11, 2014, 09:39:45 AM |
|
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? http://elizium.name
|
|
|
|
cr1776
Legendary
Offline
Activity: 4214
Merit: 1312
|
|
March 11, 2014, 01:36:00 PM |
|
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? mine.p2pool.com:9332 We are also pointing a TerraMiner IV at random addresses who are mining there for at least an hour a day to encourage people to use p2pool. Don't forget to set up backup pools. Either various p2pool nodes, or some of the larger mining pools.
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
March 11, 2014, 07:49:03 PM |
|
Started to get this error message:
No bitcoind connection when block submittal attempted!
Anyone encounter this before? bitcoind appears to be functioning correctly and the p2pool node does not seem to have lost connection to it.
|
|
|
|
CartmanSPC
Legendary
Offline
Activity: 1270
Merit: 1000
|
|
March 11, 2014, 09:37:53 PM |
|
Started to get this error message:
No bitcoind connection when block submittal attempted!
Anyone encounter this before? bitcoind appears to be functioning correctly and the p2pool node does not seem to have lost connection to it.
Looks like it might have been bitcoind. Restarted and have not seen it since.
|
|
|
|
cr1776
Legendary
Offline
Activity: 4214
Merit: 1312
|
|
March 11, 2014, 10:50:56 PM |
|
Started to get this error message:
No bitcoind connection when block submittal attempted!
Anyone encounter this before? bitcoind appears to be functioning correctly and the p2pool node does not seem to have lost connection to it.
Looks like it might have been bitcoind. Restarted and have not seen it since. Good. :-). I was going to suggest that, but luckily checked the next page!
|
|
|
|
irrational
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 12, 2014, 01:42:02 AM |
|
I'm just getting back into bitcoin, and used to use p2pool when GPUs were a thing. I have a small ASIC coming tomorrow (Antminer U2).
How foolish is it to mine on p2pool with _only_ 2 GH/s (gosh, it feels strange calling 2 GH/s "only")?
With such a small device I'm obviously not doing this professionally, but I'm also not sure what the variance will be like either.
|
|
|
|
roy7
|
|
March 12, 2014, 03:15:23 AM |
|
I'm just getting back into bitcoin, and used to use p2pool when GPUs were a thing. I have a small ASIC coming tomorrow (Antminer U2).
How foolish is it to mine on p2pool with _only_ 2 GH/s (gosh, it feels strange calling 2 GH/s "only")?
With such a small device I'm obviously not doing this professionally, but I'm also not sure what the variance will be like either.
The variance on 2GH on p2pool will, sadly, be massive. You could farm from sha256 alt coins though. Or else you might want to use a normal pool. (The proxy pool project I want to port to sha256 but haven't had time.)
|
|
|
|
irrational
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 12, 2014, 03:27:02 AM |
|
I'm just getting back into bitcoin, and used to use p2pool when GPUs were a thing. I have a small ASIC coming tomorrow (Antminer U2).
How foolish is it to mine on p2pool with _only_ 2 GH/s (gosh, it feels strange calling 2 GH/s "only")?
With such a small device I'm obviously not doing this professionally, but I'm also not sure what the variance will be like either.
The variance on 2GH on p2pool will, sadly, be massive. You could farm from sha256 alt coins though. Or else you might want to use a normal pool. (The proxy pool project I want to port to sha256 but haven't had time.) Ok, thanks. I was kind of fearing that, but it's good to get confirmation. I'll stick with a regular pool for now. What difficulty are p2pool shares?
|
|
|
|
phillipsjk
Legendary
Offline
Activity: 1008
Merit: 1001
Let the chips fall where they may.
|
|
March 12, 2014, 03:34:54 AM Last edit: March 17, 2014, 08:23:19 AM by phillipsjk |
|
Edit: pypy Does not work: Traceback (most recent call last): File "app_main.py", line 72, in run_toplevel File "./p2pool/run_p2pool.py", line 3, in <module> from p2pool import main File "/usr/home/P2Pool/p2pool/p2pool/main.py", line 17, in <module> from twisted.internet import defer, reactor, protocol, tcp ImportError: No module named twisted
Ok, got pypy to work. as far as I can tell, the difficulty is that pypy does not like c-optimized python modules. I guess the FreeBSD ports collection has it's modules c-optimized by default. The above error was resolved by running the following as the P2Pool user: $ easy_install --user twisted Searching for twisted Best match: Twisted 13.2.0 Processing Twisted-13.2.0-py2.7-freebsd-9.2-RELEASE-p3-amd64.egg Adding Twisted 13.2.0 to easy-install.pth file ...
I then got a new error message when trying to run P2Pool: Traceback (most recent call last): File "app_main.py", line 72, in run_toplevel File "./p2pool/run_p2pool.py", line 3, in <module> from p2pool import main File "/usr/home/P2Pool/p2pool/p2pool/main.py", line 17, in <module> from twisted.internet import defer, reactor, protocol, tcp File "/usr/local/lib/python2.7/site-packages/Twisted-13.2.0-py2.7-freebsd-9.2-RELEASE-p3-amd64.egg/twisted/__init__.py", line 53, in <module> _checkRequirements() File "/usr/local/lib/python2.7/site-packages/Twisted-13.2.0-py2.7-freebsd-9.2-RELEASE-p3-amd64.egg/twisted/__init__.py", line 37, in _checkRequirements raise ImportError(required + ": no module named zope.interface.") ImportError: Twisted requires zope.interface 3.6.0 or later: no module named zope.interface.
In trial and error I tried easy_installing "zope.interface", "setuptools" and "argparse", but I am fairly sure this is what was needed: $ easy_install --user -U zope.interface Searching for zope.interface Reading http://pypi.python.org/simple/zope.interface/ Best match: zope.interface 4.1.0 Downloading https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.0.tar.gz#md5=ac63de1784ea0327db876c908af07a94 Processing zope.interface-4.1.0.tar.gz Writing /tmp/easy_install-jN0eKs/zope.interface-4.1.0/setup.cfg Running zope.interface-4.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jN0eKs/zope.interface-4.1.0/egg-dist-tmp-LfYUtu warning: no previously-included files matching '*.dll' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution Adding zope.interface 4.1.0 to easy-install.pth file
It did not work without the '-U' option, which forces an upgrade (from upstream). In both cases, the '--user' option means that only the user running the command is effected. Now to test if CPU usage/latency actually goes down Update: Results are inconclusive or slightly worse.
|
James' OpenPGP public key fingerprint: EB14 9E5B F80C 1F2D 3EBE 0A2F B3DE 81FF 7B9D 5160
|
|
|
|
irrational
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 12, 2014, 07:51:52 AM |
|
Awesome, this is perfect! Thank you.
|
|
|
|
roy7
|
|
March 12, 2014, 03:10:09 PM |
|
Awesome, this is perfect!
Thank you.
Some altcoin p2pool interfaces show a "time to share" but no BTC ones that I know of. You can use normal calculators though to put in your hash rate and the share difficulty to get an idea on how bad the variance is and if you are willing to stomach it. I have some smaller miners in my closest I've not touched in ages that are still happily hashing away with a raspberry Pi. I just check now and then they are still hashing and otherwise just ignore them.
|
|
|
|
phillipsjk
Legendary
Offline
Activity: 1008
Merit: 1001
Let the chips fall where they may.
|
|
March 12, 2014, 04:46:32 PM |
|
Some altcoin p2pool interfaces show a "time to share" but no BTC ones that I know of.
I am using the stock one on my P2Pool node, and it has it: Version: 13.4-16-g5ee3172 Pool rate: 130TH/s (16% DOA+orphan) Share difficulty: 425000 Node uptime: 12.2 hours Peers: 6 out, 4 in Local rate: 10.4GH/s (28% DOA) Expected time to share: 2.0 days Shares: 0 total (0 orphaned, 0 dead) Efficiency:
|
James' OpenPGP public key fingerprint: EB14 9E5B F80C 1F2D 3EBE 0A2F B3DE 81FF 7B9D 5160
|
|
|
roy7
|
|
March 12, 2014, 05:19:20 PM |
|
I am using the stock one on my P2Pool node, and it has it:
Haha I'm dense. I'm so used to running public nodes it didn't even occur to be a normal miner running their own p2pool will have the time to share on there. Doh! What I was thinking at the time was how multiple miners on the same public node can't see their personal "time to share" unless the interface breaks that out and there is a patch to add a couple of required API calls to make that happen.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
March 12, 2014, 11:34:22 PM |
|
The variance on 2GH on p2pool will, sadly, be massive. You could farm from sha256 alt coins though. Or else you might want to use a normal pool. (The proxy pool project I want to port to sha256 but haven't had time.)
Roy7 is a bit math challenged. The variance in absolute terms (meaning the amount of actual coins you will be above or below expectation) will be smaller the smaller your hash rate. If you are a very small miner you will be getting very little output no matter what. If you want to help bitcoin and also have some fun with your mining, just treat your p2pool output as a fun raffle. Every once in a while (maybe once per week, possibly more or less often) you will get a nice payout. The rest of the time you will get nothing. Either way you won't make a lot. Just relax and have fun it with.
|
|
|
|
roy7
|
|
March 13, 2014, 12:14:13 AM |
|
Well then perhaps I'm using terms wrong. By variance I was referring to the # of shares on the share chain (how often he'll get paid being the concern, not the amount). At his speed he'll rarely find a share, so often blocks will pay out with no payment to him at all. As opposed to a normal pool with a tiny but steady stream of credit.
I thought the rate at which you receive payments was normally what people refer to as "variance" when we're discussing p2pool, and the issue with smaller miners on p2pool is the amount of time you'll have 0 shares when blocks are found, resulting in no payment at all.
Obviously the absolute amount of coins will be larger with larger hash rates.
|
|
|
|
organofcorti
Donator
Legendary
Offline
Activity: 2058
Merit: 1007
Poor impulse control.
|
|
March 13, 2014, 12:37:18 AM |
|
The variance on 2GH on p2pool will, sadly, be massive. You could farm from sha256 alt coins though. Or else you might want to use a normal pool. (The proxy pool project I want to port to sha256 but haven't had time.)
Roy7 is a bit math challenged. The variance in absolute terms (meaning the amount of actual coins you will be above or below expectation) will be smaller the smaller your hash rate. If you are a very small miner you will be getting very little output no matter what. If you want to help bitcoin and also have some fun with your mining, just treat your p2pool output as a fun raffle. Every once in a while (maybe once per week, possibly more or less often) you will get a nice payout. The rest of the time you will get nothing. Either way you won't make a lot. Just relax and have fun it with. However variance as a fraction of expectation is much greater when hashrate is lower, which I think is what roy7 meant, and what is generally noticed by most miners.
|
|
|
|
irrational
Newbie
Offline
Activity: 56
Merit: 0
|
|
March 13, 2014, 01:10:21 AM |
|
The variance on 2GH on p2pool will, sadly, be massive. You could farm from sha256 alt coins though. Or else you might want to use a normal pool. (The proxy pool project I want to port to sha256 but haven't had time.)
Roy7 is a bit math challenged. The variance in absolute terms (meaning the amount of actual coins you will be above or below expectation) will be smaller the smaller your hash rate. If you are a very small miner you will be getting very little output no matter what. If you want to help bitcoin and also have some fun with your mining, just treat your p2pool output as a fun raffle. Every once in a while (maybe once per week, possibly more or less often) you will get a nice payout. The rest of the time you will get nothing. Either way you won't make a lot. Just relax and have fun it with. However variance as a fraction of expectation is much greater when hashrate is lower, which I think is what roy7 meant, and what is generally noticed by most miners. This is exactly what I meant by variance. The effect of having an excessively low hash rate compared to difficulty such that normal variances in finding shares have a drastic effect on the overall payout frequency of a miner. Luckily my Antminer U2 arrived today, and I also placed an order for 10 more :-D Thinking 22+ GH/s should be sufficient for p2pool :-)
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
March 13, 2014, 02:11:51 AM |
|
However variance as a fraction of expectation is much greater when hashrate is lower, which I think is what roy7 meant, and what is generally noticed by most miners.
Noticed, perhaps, if you are watching the pot boil. If you expect to make 50c/day and you make 0c/day, that looks like a big deal, but in reality your actual shortfall is still only 50c. Not going to hurt anybody. Someone with a somewhat larger rig who expects to make $1000/day and makes $0/day (certainly possible when p2pool has 4+ day rounds), that's a $1000 shortfall, and may or may not be a big deal, depending on your financial situation.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
March 13, 2014, 02:22:01 AM |
|
Thinking 22+ GH/s should be sufficient for p2pool :-)
At 22 GH you will still have dry spells on p2pool. As I said, though, don't worry about it, you'll have big payoff days too. Look at it every week or two and you'll be happy with the results.
|
|
|
|
|