twmz
|
|
April 22, 2013, 03:17:14 AM |
|
OK, then why does it not appear on the stats page on my p2pool node, or any other I've checked then?
The site is very slow, when it does load none of the ajax stuff appears to be loading...
p2pool nodes only show blocks based on shares in the p2pool share chain. As a result, blocks that came from stale shares are often missing. p2pool.info scans the actual bitcoin blockchain and so usually finds all blocks regardless of if they are from stale shares or not. The servers hosting the site are working fine, but there appear to be some network connectivity problems at least with several major ISPs. I have been having problems on and off getting to it for the past few days, but http://www.downforeveryoneorjustme.com/p2pool.info generally says that the site is up even when I can't get to it.
|
Was I helpful? 1 TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs WoT, GPGBitrated user: ewal.
|
|
|
daemondazz
|
|
April 22, 2013, 03:58:41 AM |
|
p2pool nodes only show blocks based on shares in the p2pool share chain. As a result, blocks that came from stale shares are often missing.
I think it's not on main p2pool page because it was found by orphaned p2pool share. We get reward from finding block, but share it's not part of p2pool sharechain so it's not listed.
That makes sense, thanks guys. The servers hosting the site are working fine, but there appear to be some network connectivity problems at least with several major ISPs. I have been having problems on and off getting to it for the past few days, but http://www.downforeveryoneorjustme.com/p2pool.info generally says that the site is up even when I can't get to it. Two different carriers here in Australia both having issues, haven't done any traceroutes to see if they share any network paths.
|
Computers, Amateur Radio, Electronics, Aviation - 1dazzrAbMqNu6cUwh2dtYckNygG7jKs8S
|
|
|
spiccioli
Legendary
Offline
Activity: 1379
Merit: 1003
nec sine labore
|
|
April 22, 2013, 06:58:16 AM |
|
afaik you have to use "avalon" branch
rav3n_pl, I don't follow you, what do you mean by "avalon branch"? spiccioli Its a git command, git checkout <branch> make the current branch <branch>, updating the working directory to reflect the version referenced by <branch> So in the directory of the p2pool which you cloned with git Not sure if you need to change anything else. Or if there is a zip/tar of the p2pool avalon branch. Hi, I've made this test, no way, without --fix-protocol I get invalids only :/ spiccioli
|
|
|
|
Xenotron
Newbie
Offline
Activity: 31
Merit: 0
|
|
April 22, 2013, 08:34:00 AM |
|
Don't we need to change a speed of our pool to some higher value in the name of this theme?
|
|
|
|
centove
|
|
April 22, 2013, 10:09:06 AM |
|
Can I ask where you got your markup template? Much better than the default. I did it, it's basically the same html with twitter's bootstrap css wrapped around it. I just wanted something that worked on my phone/tablet other mobile device without a lot of mucking about. I'm not quite done with it
|
|
|
|
spiccioli
Legendary
Offline
Activity: 1379
Merit: 1003
nec sine labore
|
|
April 22, 2013, 11:52:38 AM Last edit: April 22, 2013, 12:09:46 PM by spiccioli |
|
Ok, $ cd p2pool $ git branch * avalon master $
and # cat /etc/avalon_version 20130419 cgminer-8e8313c luci-28b4ff2 cgminer-openwrt-packages-f2bc5dc
without --fix-protocol I only get invalids and Avalon shows a mining speed around 500-800 MH/s As soon as I put --fix-protocol and restart cgminer it starts hasing at the correct speed. So edit: Avalon wiki page is misleading where it says the following option may need to be passed to Avalon's cgminer:
--fix-protocol: Do not redirect to a different getwork protocol (eg. stratum)
it is not may need it is has tospiccioli
|
|
|
|
davidkassa
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 22, 2013, 12:44:12 PM |
|
Can I ask where you got your markup template? Much better than the default. I did it, it's basically the same html with twitter's bootstrap css wrapped around it. I just wanted something that worked on my phone/tablet other mobile device without a lot of mucking about. I'm not quite done with it I noticed that the "share" page wasn't done and you might consider alternating the table row colors with some padding (bootstrap default?). kudos! It's nice and simple. Do you mind if I steal the markup for my local server? Do you have plans to submit a pull request once you're done? (I think you should.)
|
|
|
|
centove
|
|
April 22, 2013, 01:05:05 PM |
|
Can I ask where you got your markup template? Much better than the default. I did it, it's basically the same html with twitter's bootstrap css wrapped around it. I just wanted something that worked on my phone/tablet other mobile device without a lot of mucking about. I'm not quite done with it I noticed that the "share" page wasn't done and you might consider alternating the table row colors with some padding (bootstrap default?). kudos! It's nice and simple. Do you mind if I steal the markup for my local server? Do you have plans to submit a pull request once you're done? (I think you should.) Share page has been updated with the default markup. I just started with the table stuff.. so I'm still working through that. I'm considering sending a pull request once I get things the way I want. My main motivation was so I could check on things with my mobile devices and not have to play all sorts of zoom in and out games. (of course if it looks good that's a plus!)
|
|
|
|
Shevek
|
|
April 22, 2013, 01:50:59 PM |
|
Can I ask where you got your markup template? Much better than the default. I did it, it's basically the same html with twitter's bootstrap css wrapped around it. I just wanted something that worked on my phone/tablet other mobile device without a lot of mucking about. I'm not quite done with it p2pool.org uses similar approach: http://p2pool.org:9332/static/I've read things about this "bootstrap" in github repositories but I've not get experience with it. Is it difficult to tweak? For example, a good innovation should be use monospaced fonts in all field containing hex or base58 numbers.
|
Proposals for improving bitcoin are like asses: everybody has one 1SheveKuPHpzpLqSvPSavik9wnC51voBa
|
|
|
GrapeApe
|
|
April 22, 2013, 02:11:37 PM |
|
Hey guys my hash is very low (I'm cpu mining waiting on my jalapeno). I've had 5 shares accepted in the last hour using ufasoft cpu miner but none of them show up on the stat page (127.0.0.1:9332). The p2p shell says local dead on arrival Shares:0 0 orphans 0 stale. The local hash rate will temporarily go up after a share is accepted but goes back to zero.I suspect I'm just too slow for p2p any help or education would be appreciated.
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
April 22, 2013, 02:17:27 PM |
|
Hey guys my hash is very low (I'm cpu mining waiting on my jalapeno). I've had 5 shares accepted in the last hour using ufasoft cpu miner but none of them show up on the stat page (127.0.0.1:9332). The p2p shell says local dead on arrival Shares:0 0 orphans 0 stale. The local hash rate will temporarily go up after a share is accepted but goes back to zero.I suspect I'm just too slow for p2p any help or education would be appreciated.
RTFM. P2pool is counting only high diff shareas (atm over 1200) not sd=1 shares. SD! shares are only to count hash ratio. CPU mining is useless.
|
|
|
|
centove
|
|
April 22, 2013, 02:22:25 PM |
|
Can I ask where you got your markup template? Much better than the default. I did it, it's basically the same html with twitter's bootstrap css wrapped around it. I just wanted something that worked on my phone/tablet other mobile device without a lot of mucking about. I'm not quite done with it p2pool.org uses similar approach: http://p2pool.org:9332/static/I've read things about this "bootstrap" in github repositories but I've not get experience with it. Is it difficult to tweak? For example, a good innovation should be use monospaced fonts in all field containing hex or base58 numbers. http://twitter.github.io/bootstrap/
|
|
|
|
GrapeApe
|
|
April 22, 2013, 02:26:54 PM |
|
Hey guys my hash is very low (I'm cpu mining waiting on my jalapeno). I've had 5 shares accepted in the last hour using ufasoft cpu miner but none of them show up on the stat page (127.0.0.1:9332). The p2p shell says local dead on arrival Shares:0 0 orphans 0 stale. The local hash rate will temporarily go up after a share is accepted but goes back to zero.I suspect I'm just too slow for p2p any help or education would be appreciated.
RTFM. P2pool is counting only high diff shareas (atm over 1200) not sd=1 shares. SD! shares are only to count hash ratio. CPU mining is useless. I'm building a machine this week that I should be able to get about 200 MH/s out of the gpu. Is that enough to mine on the p2p pool and do I need to do anything to up the difficulty of submitted shares or is it just a luck thing?
|
|
|
|
Xenotron
Newbie
Offline
Activity: 31
Merit: 0
|
|
April 22, 2013, 03:56:36 PM |
|
I'm building a machine this week that I should be able to get about 200 MH/s out of the gpu. Is that enough to mine on the p2p pool and do I need to do anything to up the difficulty of submitted shares or is it just a luck thing?
It depends on how quickly you wish to get paid. If you don't mind be paid once per month then you may use p2pool solo. If you would prefer to recieve smaller rewards, but more often - you can use some sub-pools that share reward. In long run total sum will be the same. It's not luck but rather statistic
|
|
|
|
Schleicher
|
|
April 22, 2013, 05:35:05 PM |
|
If you don't mind be paid once per month then you may use p2pool solo. Actually, as long as he finds at least one share per day he will get paid every time we find a block.
|
|
|
|
GrapeApe
|
|
April 22, 2013, 05:47:22 PM |
|
Do I need to adjust the difficulty? I was told in a previous post the shares aren't good unless the difficulty is at least 1200.
|
|
|
|
Xenotron
Newbie
Offline
Activity: 31
Merit: 0
|
|
April 22, 2013, 05:52:15 PM |
|
Do I need to adjust the difficulty? I was told in a previous post the shares aren't good unless the difficulty is at least 1200.
You dont need to do anything. Your miner will work and send all shares of whatever difficulty to P2pool. Pool will accept only ones with enough difficulty (approx 1200 now). All other will be ignored and will be used only to calculate your hash rate based on submitted shares.
|
|
|
|
Shevek
|
|
April 22, 2013, 06:19:53 PM |
|
For example, a good innovation should be use monospaced fonts in all field containing hex or base58 numbers.
Done! In the centove's template, put the following code anywhere between <head> and </head> <style type="text/css"> #payout_addr, #payouts, #blocks{ font-family: monospace; } </style>
|
Proposals for improving bitcoin are like asses: everybody has one 1SheveKuPHpzpLqSvPSavik9wnC51voBa
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 22, 2013, 07:55:22 PM |
|
I'm mining with 12mhs
|
|
|
|
GrapeApe
|
|
April 22, 2013, 08:08:26 PM |
|
I'm mining with 12mhs
How many shares of the required difficulty are you getting a day?
|
|
|
|
|