-
crypto_grampy[m]
sech1/whoever runs p2pool.observer, some good comments in here that would help improve usability of p2pool:
twitter.com/vikrantnyc/status/1459287640583413760?s=20
-
crypto_grampy[m]
i.e. i'm sure vik isn't the only one with these q's.
-
dubious_
that would be Mr DataHoarder :)
-
DataHoarder
crypto_grampy[m]: I believe they haven't found shares, just while syncing
-
DataHoarder
like, low difficulty shares that show up when you have a miner attached when you first have p2pool
-
DataHoarder
pretty sure they don't have 17 shares found just after startup
-
DataHoarder
on current difficulty, would be nice :)
-
DataHoarder
-
pauliouk
I'd be happy with 1 share found within a day of start up :P
-
orangeboxcutter
should i set a custom fixed difficulty? i get jobs but nothing is accepted when running without a fixed difficulty
-
sech1
it won't hurt and you will be able to see accepted
-
orangeboxcutter
is there a way to set it so it self-adjusts?
-
sech1
in p2pool? No
-
sech1
just set it to 30 * hashrate of your miner
-
orangeboxcutter
okay thanks sech1
-
DataHoarder
orangeboxcutter: note these "accepted" jobs won't count as shares unless they fit p2pool difficulty
-
DataHoarder
-
orangeboxcutter
so i'm better off leaving it as is and letting it run
-
orangeboxcutter
DataHoarder
-
DataHoarder
you can have the fixed difficulty, it's fine
-
pauliouk
hmmm sech1 just grabbed the current git and tried to build:
paste.debian.net/1219496 Debian 9, all packages up to date
-
pauliouk
uint64_t*>(id.h); it highlighted the closing backet
-
pauliouk
*bracket
-
sech1
what compiler version is it?
-
sech1
run gcc --version
-
pauliouk
gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
-
pauliouk
I'll try an upgrade see if it clears it
-
sech1
-
pauliouk
I'll give it a shot
-
pauliouk
yup clean compile
-
sech1
you can also build and run tests to be sure this compiler is adequate
-
sech1
I haven't tested such old version
-
pauliouk
yeah the vps's are due a dist-upgrade
-
hyc
a thought: if majority of miners increment nonce from 0 up, there is a payoff advantage in running a miner that starts from maxint and decrements to 0
-
hyc
while random distribution should mean that either side should win with equal probability, being one of only a few miners to start from the top and work down means fewer other miners to share with
-
hyc
...perhaps only interesting for solo mining...
-
pauliouk
hmm, would that apply to p2pool? bit of an odd one
-
DataHoarder
On p2pool you have different hashes that everyone else
-
DataHoarder
given hash of your share is in txextra
-
DataHoarder
and your share includes adding more payout to yourself
-
DataHoarder
same for solomining I guess
-
DataHoarder
you all have different base hashes
-
DataHoarder
(also different tx privkeys)
-
DataHoarder
Afaik hyc on solo mining each user also has their own privkey and payout address, which is hashes into the hashing blob
-
DataHoarder
So it’s all different starting points