p2pool
p2pool copied to clipboard
Compile time option for a forced data directory change
In Monero flatpak, P2Pool exists in /app/bin
and tries to create files there. I would like to make sure that at the build stage it is possible to be forcibly replaced by this directory and not use --data-dir
.
cd /whatever/path/you/want
/app/bin/p2pool --wallet YOUR_ADDRESS
Problem solved.
cd /whatever/path/you/want /app/bin/p2pool --wallet YOUR_ADDRESS
Problem solved.
Will it work in Monero GUI?
Ah, so it's GUI. It should be done in Monero GUI code that starts p2pool, yes it can be done.