The gentoo-monero overlay is a community-maintained Gentoo ebuild repository for Monero (and Wownero ) related software. It contains things like the Wownero daemon, Wownero wallet, and XMRig.
Enabling the Overlay
-
Install eselect-repository, if you donāt have it already:
emerge --noreplace eselect-repository
-
Enable the gentoo-monero overlay:
eselect repository enable monero
-
Synchronise repository contents:
emaint sync -r monero
-
Unmask unstable ebuilds in the repository:
echo '*/*::monero ~amd64' >> /etc/portage/package.accept_keywords
Install Software
emerge net-misc/xmrig-proxy
emerge net-misc/xmrig
emerge net-p2p/wownero
Updating
Software provided by the overlay should update as normal. Use emerge --sync
and emerge --update --deep @world
to update Wownero tools with the rest of your system.