spiccioli
Legendary
Offline
Activity: 1379
Merit: 1003
nec sine labore
|
|
April 20, 2013, 05:35:51 PM |
|
afaik you have to use "avalon" branch
rav3n_pl, I don't follow you, what do you mean by "avalon branch"? spiccioli
|
|
|
|
forrestv (OP)
|
|
April 20, 2013, 06:36:26 PM |
|
Hi i just checked md5 and sh1 for windows zip and run_p2pool.exe and they are not as in decryption any suggestion why ?
Can I use this save ? or is there back door or virus ?
That hash in the release post is a Git commit hash. If you want to ensure the safety of the Windows binary, use GPG to validate it with the separate signature file. If you want to validate the source code, it's a bit harder - use git to download it from Github and compare the commit hash, or check the release tag, which is signed.
|
1J1zegkNSbwX4smvTdoHSanUfwvXFeuV23
|
|
|
tiktoc
|
|
April 20, 2013, 08:03:14 PM |
|
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.
|
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
April 20, 2013, 09:01:52 PM |
|
it is always written "Shares: 0 total (0 orphaned, 0 dead) Efficiency: " is this normal? but in cgminer, there is written best share 15...
|
|
|
|
mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
April 20, 2013, 09:48:45 PM |
|
it is always written "Shares: 0 total (0 orphaned, 0 dead) Efficiency: " is this normal? but in cgminer, there is written best share 15... What's your hash rate? If your hash rate is pretty low compared to pool difficulty, it'll take a while to get a share. Note that every share submitted by cgminer is not necessarily a share accepted by p2pool. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
mdude77
Legendary
Offline
Activity: 1540
Merit: 1001
|
|
April 20, 2013, 09:58:43 PM |
|
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. thanks tiktoc, I was thinking it had been integrated into main p2pool code... I'll try it in a few days to see how it goes. spiccioli Unless I read it wrong, when I looked this morning the main branch hasn't been updated in a few weeks. M
|
I mine at Kano's Pool because it pays the best and is completely transparent! Come join me!
|
|
|
centove
|
|
April 20, 2013, 11:03:15 PM |
|
So I updated twisted, and restarted... We'll see.
|
|
|
|
dc81
Member
Offline
Activity: 108
Merit: 100
|
|
April 20, 2013, 11:45:32 PM |
|
it is always written "Shares: 0 total (0 orphaned, 0 dead) Efficiency: " is this normal? but in cgminer, there is written best share 15... What's your hash rate? If your hash rate is pretty low compared to pool difficulty, it'll take a while to get a share. Note that every share submitted by cgminer is not necessarily a share accepted by p2pool. M also on your p2pool page, it will give you an estimated time to share based on your hash rate and current share difficulty.
|
|
|
|
tiktoc
|
|
April 21, 2013, 12:26:56 AM |
|
it is always written "Shares: 0 total (0 orphaned, 0 dead) Efficiency: " is this normal? but in cgminer, there is written best share 15... Think of it in that the Shares: 0 equals a small block from the actual block the whole pool is working on. Then the shares you see in cgminer are shares the your p2pool sends you to work out the small block share of the big block.
|
|
|
|
12gaFacelift
|
|
April 21, 2013, 12:39:17 AM |
|
i need your help to start p2pool with merged(btc/nmc/dev/ixc), i start all other but when i want to start the merged i dont know how to do: C:\p2pool-master\run_p2pool.py idontknowwhattoputinherethenhelpmeplease
thank you
|
|
|
|
tiktoc
|
|
April 21, 2013, 12:42:31 AM |
|
|
|
|
|
12gaFacelift
|
|
April 21, 2013, 12:52:20 AM |
|
its for linux, the command dont work on windows
|
|
|
|
tiktoc
|
|
April 21, 2013, 01:10:15 AM |
|
its for linux, the command dont work on windows take the first part off and replace with python eg cd to your p2pool directory and replace the ports and username and password to yours python run_p2pool.py --give-author 0 --net litecoin --bitcoind-rpc-port 9334 --bitcoind-p2p-port 9335 liteuserx nkrt345udsdfjhgjhsdfuyrt78rtTJHRFHTDTYD
python run_p2pool.py --help
look at --merge command for merged mining
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
April 21, 2013, 07:51:59 AM |
|
it is always written "Shares: 0 total (0 orphaned, 0 dead) Efficiency: " is this normal? but in cgminer, there is written best share 15... What's your hash rate? If your hash rate is pretty low compared to pool difficulty, it'll take a while to get a share. Note that every share submitted by cgminer is not necessarily a share accepted by p2pool. M yeah it's low(about 105) unfortunately I have discovered bitcoin, after i purchased my new vga, which is a nvidia lol
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 21, 2013, 11:11:28 AM |
|
This cracked me up.. Heres btc/nmc run_p2pool.exe -a 1N99999uMX7hhhhhhhhh1V9ii7k88888 --give-author 1 -f 0 --merged http://nmcuser:uuuuuuu@127.0.0.1:7332/I'm guess you just keep adding --merged i need your help to start p2pool with merged(btc/nmc/dev/ixc), i start all other but when i want to start the merged i dont know how to do: C:\p2pool-master\run_p2pool.py idontknowwhattoputinherethenhelpmeplease
thank you
|
|
|
|
zvs
Legendary
Offline
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
|
|
April 21, 2013, 12:17:53 PM |
|
yes http://nogleg.com:9332/static/graphs.html?Weeki have to reset a couple of times a week (btw, ppl that have maxblocksize set to 1000 or something, make it at least 5000 so you catch those transactions with abnormally high fee, eg the 33 btc block lenny solved only needed like 2000 maxblocksize)
|
|
|
|
lenny_
Legendary
Offline
Activity: 1036
Merit: 1000
DARKNETMARKETS.COM
|
|
April 21, 2013, 12:25:40 PM |
|
Yeah, that was a huge one Single transaction with over 8 BTC of fees
|
|
|
|
bitpop
Legendary
Offline
Activity: 2912
Merit: 1060
|
|
April 21, 2013, 12:48:46 PM |
|
How do we change block size?
|
|
|
|
Searinox
Full Member
Offline
Activity: 147
Merit: 100
Do you like fire? I'm full of it.
|
|
April 21, 2013, 12:53:52 PM |
|
P2Pool's memory graph is always empty for me. Any idea why?
|
|
|
|
|