SChernykh / p2pool

Decentralized pool for Monero mining
GNU General Public License v3.0
1.03k stars 124 forks source link

Add `--version` #253

Closed hinto-janai closed 1 year ago

hinto-janai commented 1 year ago

Output:

2023-04-17 22:36:31.5433 Log started
P2Pool v3.2 (built with GCC/12.2.1 on Apr 17 2023)
2023-04-17 22:36:31.5442 Log stopped
SChernykh commented 1 year ago

MacOS build:

/Users/runner/work/p2pool/p2pool/src/main.cpp:79:6: error: no previous prototype for function 'p2pool_version' [-Werror,-Wmissing-prototypes]
void p2pool_version()
     ^
/Users/runner/work/p2pool/p2pool/src/main.cpp:79:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void p2pool_version()
hinto-janai commented 1 year ago

macOS works now.

Looks like an Ubuntu dependency link is down though, I'm pretty unlucky.