Search Criteria
Package Details: p2pool-git 2.0.r1.g6b4640c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/p2pool-git.git (read-only, click to copy) |
---|---|
Package Base: | p2pool-git |
Description: | Decentralized pool for Monero mining |
Upstream URL: | https://github.com/SChernykh/p2pool |
Keywords: | monero p2pool xmrig |
Licenses: | GPL3 |
Conflicts: | p2pool |
Provides: | p2pool |
Submitter: | karce |
Maintainer: | karce |
Last Packager: | karce |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-05 23:20 (UTC) |
Last Updated: | 2022-05-03 10:52 (UTC) |
Dependencies (6)
- libpgm
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- zeromq (zeromq-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- gupax (requires p2pool)
- gupaxx-git (requires p2pool) (optional)
Latest Comments
1 2 Next › Last »
Ladripper commented on 2025-05-14 19:42 (UTC)
Any chance for an update? I'm not the best at communicating bugs, please excuse me
karce commented on 2022-05-03 10:55 (UTC)
@Farzat I removed that line from the PKGBUILD after looking over the commit and building the change in a clean chroot. Let me know if you experience any issues.
Farzat commented on 2022-05-03 03:47 (UTC)
Please remove this line from PKGBUILD:
sed -i 's/gss//g' CMakeLists.txt
This causes an error with the new commit: https://github.com/SChernykh/p2pool/commit/d6992da3a307980d3c417b908d64b67173b3676d
karce commented on 2022-03-20 14:37 (UTC)
@JstKddng Thanks for letting me know. I had removed it from this build of p2pool because libgss didn't exist in the Arch ecosystem until now. I'll test it and add it.
JstKddng commented on 2022-03-20 14:29 (UTC)
@karce
Hey, I just created a libgss package. It should be added here I think since p2pool uses it.
bfg commented on 2021-09-12 17:57 (UTC)
I can confirm that problem was 'Werror' (I dont know why)
karce commented on 2021-09-12 16:08 (UTC) (edited on 2021-09-12 16:09 (UTC) by karce)
@bfg I looked into this more. Looks like p2pool warnings are treated as errors. I think you can disable this in two lines in flags.cmake:
Remove
Werror
from these two lines.https://github.com/SChernykh/p2pool/blob/master/cmake/flags.cmake#L9
and
https://github.com/SChernykh/p2pool/blob/master/cmake/flags.cmake#L42
I'm not sure why they are producing warnings for you. I don't have them in my build. But removing
Werror
flag should help you build this.bfg commented on 2021-09-12 15:49 (UTC)
Non only on arm, also on Intel. It seems a warning/error about unused variables... Anyway I try to clone from git and compile directly so we see
karce commented on 2021-09-12 15:45 (UTC)
@Bfg
I haven't seen this issue before. I don't have an arm device to test on unfortunately. I'm not sure what exactly is wrong but you might want to try going to the #monero-pow irc/matrix channel and ask there about arm devices.
If you happen to find a solution please post back with fixes and I'll include it here for others, like dependencies or patches.
1 2 Next › Last »