Commits to master since this release
Changes in v4.4
New features:
Added RPC-SSL support for Monero node connections (new command line options --rpc-ssl and --rpc-ssl-fingerprint)
Removed deprecat...
Stable Release of Gupaxx
This release includes lots of work on the UI to make it more usable, coherent and adaptable to different screen ratio.
Also includes bugfixes and other improvements.
Full C...
The raffle gives away free bonus hashrate, the more of your own hashrate you contribute the more of the bonus hashrate you earn. The goal of the raffle is to bring more hashrate to p2pool.
Use the rewards calculator to see what you could earn.
Technically speaking, the new software has been running for some time - but the hashrate of P2pool is still around 7% of the Monero network. So everything seems to be running as expected. Any feedback, is the new version more demanding for the servers @XMRvsBeast? Did everything go smoothly as expected?
Fix Release of Gupaxx
Full Changelog: v1.5.0...v1.5.1
Changes
Fixes
Freeze after some time
Xmrig could not be started after Xmrig-Proxy manually (Linux/MacOS)
Node and Proxy custom args were not p...
- Freeze after some time
- Xmrig could not be started after Xmrig-Proxy manually (Linux/MacOS)
- Node and Proxy custom args were not parsed correctly
- Node and Proxy custom args were applied if not empty in simple mode
- Unable to save node selection in Proxy Tab
- P2Pool status could not get green if verbosity level was below 3
- Crashes on Wayland
Stable Release of Gupaxx
Full Changelog: v1.4.2...v1.5.0
Changes
UI
new big feature: integration of Monerod. New Tab: simple and advanced sub-menu, new status column, new status bottom button
ne...
Stable Release of Gupaxx
Full Changelog: v1.1.1...v1.2.0
v1.2.0
Stable release, bugfixes and new features.
Changes
UI
new big feature: integrate Xmrig-Proxy: New Tab, new status column, new action...
Link Actions
Gupaxx is a fork of Gupax integrating the XMRvsBeast Raffle, it is also a maintained software. It is made to make in the most easy way possible mining on P2Pool while optionally participating (but you will want to 😉) in the XMRvsBeast raffle.
Since the dramatic decrease in hashrate[1] on 29/05/24 from ~2.8 GH/s to ~1.8 GH/s as of 01/06/24. This has shaken up the pool distribution[2]; as a result, nanopool now holds ~576 MH/s (30% of the total 1.8 GH/s.)This isn’t a five-alarm fire, but it is mildly concerning. This can potentially repeat the MineXMR 51% scare of 2022[3]. If any of you fine folks would consider mining on a decentralised pool such as p2ool[4], now is the time.
Ps,
I am in no way affiliated with p2ool. Happy mining.
There are a lot of cats, but only a few photos.These are the stray cats on campus.
There are a lot of stray cats in the campus, and sometimes there are good people to feed these cats cat food. But during the school holidays, when the students are on vacation, the cats can't eat as usual. During the holidays, they have to starve.
I am a cryptocurrency enthusiast and a college student. Here to collect donations from cat lovers or caring people in the community. The money will be used to provide cat food to the stray cats and bring them warmth!
If you donate money, or you promote the awareness of protecting animals and loving animals, I would like to thank you on behalf of cat lovers!
If there is extra money, we will use it to treat the sick cat.🥰
As suggested, we will use the extra money to spay or neuter the cats and look for people who are willing to adopt stray cats. 👍 👍
My contact information: [email protected]
I have a Proxmox server on my LAN on my home network.
I have one LXC container running Debian 12 and the Monero CLI tools provided at the following URL: (https://downloads.getmonero.org/cli/linux64). All LXC containers referenced herein will be running Debian 12.
On that first container, I run 'monerod' in a screen session, so I can detach and leave it running 24/7. If there is a better way to do this, like having it autostart upon reboot, I would like to learn how to do that, but I will still want to see the live log somehow, maybe using tails on a logfile or something, but I don't know where that logfile is located or how best to view the live status of the daemon.
Also on that first container, I'd like to run the cli wallet and mine Monero on that machine, which I'm not familiar with how to do that using the CLI wallet.
Next, I wanted to create another LXC container that is only running the CLI wallet, but connects to the node running on the first machine. If this is possible