Skip to content

Releases: gupax-io/gupax

v2.0.1

16 Mar 21:07

Choose a tag to compare

Maintenance Release of Gupax

This release fixes some bugs, introduced in v2 and before that, and adds some change to the XvB algorithm.

Full Changelog: v2.0.0...v2.0.1

UI

Tab

  • 6af230a XvB: Adds a slider to control the duration of the algorithm decision

Internal

  • 6af230a XvB: add a 5 seconds minimum to send
  • 6af230a XvB: algo duration default is now 5 minutes
  • upgrade deps

Fix

  • #154 Proxy not working on Windows (introduced in v2.0.0)
  • #155 XvB wrong round type displayed (introduced in v2.0.0)
  • #161 XvB algorithm sending xmrig request too fast
  • #163 window needed to be maximized to go fullscreen and could not exit fullscreen

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

67abf40f8c452f637a45644f3b80815cdc44f55e45bc3901d7f66179d65495d5  gupax-v2.0.1-linux-x64.tar.gz
75ff83e96b626bc466caf7ed6825331bd7568bb29b16c9437c4daf1280424ddf  gupax-v2.0.1-macos-arm64.tar.gz
9798237d45a1de82f2799ffd9ff19d401173d78590da0416fe1e0ebb04f4ba14  gupax-v2.0.1-macos-x64.tar.gz
a025abce905eb59d41d88da50d3fda383cd1f05fc932941a8aacb3934118f8ce  gupax-v2.0.1-windows-x64.zip

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSO/+SowP1LbSHDqrLsblu0AcY2LQUCabhxDgAKCRDsblu0AcY2
LbAvAQCcl6sBd+kjklLGbv0lg3NkrNJbt5K70/eWzUGF/zf3yQD+Or4jKGbnhEMr
0GIjMywt0JEoyLTyJOa0n4PQ1UqdAQo=
=LJ/H
-----END PGP SIGNATURE-----

v2.0.0

09 Mar 12:06

Choose a tag to compare

Release of Gupax V2

This release brings a new update manager, a renderer chooser and fallback, use the system elevation prompt and much more.

For Gupax users, this release brings all the features of the fork Gupaxx. See the different releases of the fork to see all the changes. As of right now the fork won't have any new features.

You need to update manually by downloading the release instead of trying to update from gupax because of issue #138

Migration Gupaxx to Gupax

A new Gupaxx version will come out to allow you to update to Gupax.
Your settings will be migrated to this gupax version at the first start.

UI

Common

  • Desktop: 370023c new gupax logo
  • Updates: 721aa3b Offers to download missing binaries at the start
  • Default Tabs: f3ff6ec Only show P2Pool and XMRig tab by default to make it simple

Tab

  • Node: 7da9bd6 add logo for monerod
  • P2Pool: 7da9bd6 add logo for p2pool
  • XMRig: b02248e use system elevation prompt instead of custom sudo prompt
  • Settings: rename Gupaxx tab to Settings
  • Settings: 8ecce7d new button to choose the renderer (wgpu or glow)
  • Updates: 531058c New submenu to manage updates of each binary
  • Updates: 7112570 Changelog view

Internal

  • P2Pool: 4b00008 p2pool detect current node even if failing
  • XMRig: a24f335 code refactor de-dupplicate code related to pty reading
  • XvB: 153a469 ping XvB pool even if manually selected
  • XvB: db0073d Auto register your address if you use XvB
  • XvB: 1c15998 refactor code for distribution algorithm
  • XvB: 153a469 code refactor ping Nodes
  • Renderer: 8ecce7d fallback to the secondary renderer if the first one fails
  • Gupax: e9cd60c remove bundle version
  • Gupax: 163e889 exit running services when gupax is exited
  • Gupax: upgrade dependencies and breaking changes
  • Assets: 5ecd266 delete unused images
  • CI: 57a847e upgrade to container macos 15

Fixes

Crowdfunding

Development takes time, Gupax seeks funding to support the development effort Kuno

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

c46bb650a7c4ff3f46e798b0f728947890a45bc0b1126c2db7efb9551f999638  gupax-v2.0.0-linux-x64.tar.gz
edb8245386b8b7cf72938c11cfdf42293371197ffd860b90ab3bcf7524b769bf  gupax-v2.0.0-macos-arm64.tar.gz
16f21959149833f329f69709f17ddeb1f7defc58b43ab29d8b63220de96c0678  gupax-v2.0.0-macos-x64.tar.gz
9d00ec4adb0e1b28d2d65911eeaf130d3be38bfe2bf87b319061800a1b0ca90c  gupax-v2.0.0-windows-x64.zip

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSO/+SowP1LbSHDqrLsblu0AcY2LQUCaa63zAAKCRDsblu0AcY2
Leq/AQCMc5us+QxZoR+np1ad1GwpgUR0u5cyxxhrARtVec75GwD/dTHryozGy/dX
OziM0mGEGwLK3bl/0LLwMhXHqXbjNgA=
=rc8T
-----END PGP SIGNATURE-----

v2.0.0-rc3

06 Mar 01:27

Choose a tag to compare

v2.0.0-rc3 Pre-release
Pre-release

Pre-Release of Gupax V2

This is a Pre-release, do not use it if you don't want to report bugs.
Full Changelog: v2.0.0-rc2...v2.0.0-rc3

This release brings a new update manager, a renderer chooser and fallback, use the system elevation prompt and much more;

change:

  • f3ff6ec Only show P2Pool and XMRig tab by default
  • 153a469 ping XvB pool even if manually selected
  • 4b00008 p2pool detect current node even if failing
  • 7da9bd6 add logo for p2pool and monerod
  • 370023c new gupax logo
  • 8ecce7d renderer chooser and fallback
  • b02248e use system elevation prompt
  • 1c15998 refactor distribution algo
  • 531058c update manager
  • 721aa3b offer to download missing binaries at start
  • 7112570 changelog view
  • db0073d auto register on Xvb

code refactor:

  • 153a469 rewrite ping XvB pool
  • a24f335 dedupplicate code related to pty reading
  • 5ecd266 delete obselete image
  • 57a847e CI deprecate macos 13/14, move to 15
  • e9cd60c remove bundle version (thanks to the new update manager)

fixed:

Crowdfunding

Development takes time, Gupaxx seeks funding to support the development effort Kuno

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

b8bd8aa97aaad5c166b16b7a8bacee881b260e6e824f80062ee9acbe38239715  gupax-v2.0.0-rc3-linux-x64.tar.gz
966de4070c78780c17f41b97861bc66a84a13c75b2ab0105f2b597cd8925f669  gupax-v2.0.0-rc3-macos-arm64.tar.gz
c55c46e8e638f18b1447e6880296ca7e86843b444c25fbb184cf3b2c85779cb3  gupax-v2.0.0-rc3-macos-x64.tar.gz
b645bdae6ef61f54c69fdcf72d9146cd46009ac623fae0a3d3e92edf9962a76e  gupax-v2.0.0-rc3-windows-x64.zip

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSO/+SowP1LbSHDqrLsblu0AcY2LQUCaaotLAAKCRDsblu0AcY2
LU4HAQC8Yq7xrtAyZvUNdjM6AMObk3RqaFjYxX4aSvrj9jBoKQD/TQLkX8dBpnDu
qfJDicl0Qyu8utVk5/5a+ACrSBjv9Ao=
=Mfm3
-----END PGP SIGNATURE-----

v2.0.0-rc2

05 Mar 09:47

Choose a tag to compare

v2.0.0-rc2 Pre-release
Pre-release

Pre-Release of Gupax V2

This is a Pre-release, do not use it if you don't want to report bugs.
Full Changelog: v2.0.0-rc1...v2.0.0-rc2

This release brings a new update manager, a renderer chooser and fallback, use the system elevation prompt and much more;

change:

  • f3ff6ec Only show P2Pool and XMRig tab by default
  • 153a469 ping XvB pool even if manually selected
  • 4b00008 p2pool detect current node even if failing
  • 7da9bd6 add logo for p2pool and monerod
  • 370023c new gupax logo
  • 8ecce7d renderer chooser and fallback
  • b02248e use system elevation prompt
  • 1c15998 refactor distribution algo
  • 531058c update manager
  • 721aa3b offer to download missing binaries at start
  • 7112570 changelog view
  • db0073d auto register on Xvb

code refactor:

  • 153a469 rewrite ping XvB pool
  • a24f335 dedupplicate code related to pty reading
  • 5ecd266 delete obselete image
  • 57a847e CI deprecate macos 13/14, move to 15
  • e9cd60c remove bundle version (thanks to the new update manager)

fixed:

Crowdfunding

Development takes time, Gupaxx seeks funding to support the development effort Kuno

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

2056f56a113534aaf01403cedecea9220897e20e45afb8ffb4464e881dc5d3c4  gupax-v2.0.0-rc2-linux-x64.tar.gz
7bbf12b0c6292adeb9c77b25b6853e682eaa419c21097850f94bf1af5d95680a  gupax-v2.0.0-rc2-macos-arm64.tar.gz
effe646c318bc910d4f63e900c58f3f2ffc308a04efdf052fc98047cb4f63533  gupax-v2.0.0-rc2-macos-x64.tar.gz
a875ad87e53920d4baba62dac81e2bffba62a4e1a4eefbdf875a7effb6748899  gupax-v2.0.0-rc2-windows-x64.zip

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSO/+SowP1LbSHDqrLsblu0AcY2LQUCaalW1QAKCRDsblu0AcY2
LVHgAP46Me7xuT9AT8nsZCW+F5CmjEcSAYQGt6e4XQq4zI19KAEAt660OPevJY+E
IljH5eckKkQJLTg+fjadOQLNbJA21gY=
=OsPa
-----END PGP SIGNATURE-----

v2.0.0-rc1

05 Mar 07:55

Choose a tag to compare

v2.0.0-rc1 Pre-release
Pre-release

Pre-Release of Gupax V2

This is a Pre-release, do not use it if you don't want to report bugs.

This release brings a new update manager, a renderer chooser and fallback, use the system elevation prompt and much more;

change:

  • f3ff6ec Only show P2Pool and XMRig tab by default
  • 153a469 ping XvB pool even if manually selected
  • 4b00008 p2pool detect current node even if failing
  • 7da9bd6 add logo for p2pool and monerod
  • 370023c new gupax logo
  • 8ecce7d renderer chooser and fallback
  • b02248e use system elevation prompt
  • 1c15998 refactor distribution algo
  • 531058c update manager
  • 721aa3b offer to download missing binaries at start
  • 7112570 changelog view
  • db0073d auto register on Xvb

code refactor:

  • 153a469 rewrite ping XvB pool
  • a24f335 dedupplicate code related to pty reading
  • 5ecd266 delete obselete image
  • 57a847e CI deprecate macos 13/14, move to 15
  • e9cd60c remove bundle version (thanks to the new update manager)

fixed:

Crowdfunding

Development takes time, Gupaxx seeks funding to support the development effort Kuno

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

d10f56162b74e30f5175215d5d1f2f92edb65bc41144601a55f2b93fd9e32d22  gupax-v2.0.0-rc1-linux-x64.tar.gz
668b4fc6816deb803178ff803a18297f0956ca6ec87660623067ad8ded75358b  gupax-v2.0.0-rc1-macos-arm64.tar.gz
0e08d88c42d00d6abc77d01f851ddf9b8ee7e85029ce08e3d71a6dcaedb51096  gupax-v2.0.0-rc1-macos-x64.tar.gz
2b4f50985636023c2e57abcb083d2d66ef0509375a36001d06af5d69406c8873  gupax-v2.0.0-rc1-windows-x64.zip

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSO/+SowP1LbSHDqrLsblu0AcY2LQUCaakvmwAKCRDsblu0AcY2
LcaXAP9oS8K0gtpvYkQdRoFSdyr0Y+XdOE4WERyCyM2eiA3PZgEAmmXw+0K79g1s
DDMxQ/+jYhD8oaJrSGWTNUoayT9N2A4=
=1pfp
-----END PGP SIGNATURE-----

v1.3.11

21 May 00:52
c9bb924

Choose a tag to compare

Warning ! You will not be able to update automatically to futures version with v1.3.11 and below.

See #138 for the reason. Download gupaxx instead, it will allow you to update to gupax v2.0.0 when it will come out.

Changes

  • Removed distro Cargo.toml feature

Fixes

  • Central panel UI spacing (thanks @ngducdun)
  • P2Pool synchronization detection

Bundled Versions

v1.3.10

24 Nov 19:36
f3d29c9

Choose a tag to compare

Changes

  • Remote Node changes:
    • Removed monero1.heitechsoft.com
    • Removed node.cryptocano.de
    • Removed fbx.tranbert.com
    • Removed home.allantaylor.kiwi
    • Removed sf.xmr.support
  • Text/visual changes

Bundled Versions

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

7223ab7a526bc2416244cdc641bc4242673310cee9b2edda7dd7b34f10597524  gupax-v1.3.10-linux-x64-bundle.tar.gz
3ed90becbe9136a1b3432a89a157265cafbbd079836099d5b67fbf2ab9eed951  gupax-v1.3.10-linux-x64-standalone.tar.gz
63ff6736922ce11f5f0288d91110408fd6735d2d76127cec258fe932d2042435  gupax-v1.3.10-macos-arm64-bundle.tar.gz
06e1c2ca59a9d918fa9109d86c74825c6670838a17fe5032a58046f1dae9e6b4  gupax-v1.3.10-macos-arm64-standalone.tar.gz
328ada5be8484abd7272ba92e866ef3ec485177872aa0273690dd82d11dd87f2  gupax-v1.3.10-macos-x64-bundle.tar.gz
195b9e3e8c961387c7f55a80e42455d0bdbceb5b2067b805e76f71e34200525c  gupax-v1.3.10-macos-x64-standalone.tar.gz
52e716d8f565401e6b4ad6c6737f54e9b4ef1fb2ce9c1d8039225584f991352e  gupax-v1.3.10-windows-x64-bundle.zip
dd66e90629b48c0c2a2f95885ba238df6e97048cbe4041ce3d3e55e9eb8f2d8e  gupax-v1.3.10-windows-x64-standalone.zip
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQQxxRRar6Wo3xwdsqbUfOBfoXWkmQUCZ0NYiAAKCRDUfOBfoXWk
maFBAP99mZOpDzxOORFDfX9FpKPZJMDMiwT55ynSFbqPrZjK6gEA2/kDN7e4WnDp
l7bO8dDi70kpILDDSO85HR4pJSHrvgY=
=EBP7
-----END PGP SIGNATURE-----

v1.3.9

08 Jul 21:15
ab9912f

Choose a tag to compare

Changes

Bundled Versions

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

47ab9dc12313c11e917596ed9a89365cade889c5eb5feca8ce0628a55690f696  gupax-v1.3.9-linux-x64-bundle.tar.gz
072467761369c6241311076f93ee20f1bb301fcd1233096ac7489e696b128eec  gupax-v1.3.9-linux-x64-standalone.tar.gz
c609e2aa8b135c7c2fb181e251cbeb448ab01a05d359c9a8cd2c95fb5a2050de  gupax-v1.3.9-macos-arm64-bundle.tar.gz
624aab54cfcfdb7074a771ab7fbdba4b70780f33b231725bffb0a10fca120984  gupax-v1.3.9-macos-arm64-standalone.tar.gz
4dbb918387d2e1f990ce40c142ca6e4796fcbf13d13e7c0522be325b9ae8ef88  gupax-v1.3.9-macos-x64-bundle.tar.gz
64e37112e94926adb1286cfcbac4bcb432c596a5a9bd7a89ec1ce232599c584d  gupax-v1.3.9-macos-x64-standalone.tar.gz
ef8a017accaf21601f20167519e1bdb3a036c92b06f73c4cfc35a8ea7f15a027  gupax-v1.3.9-windows-x64-bundle.zip
463b2506b2c37fad8b7f487663cf9da363ad24073cb201da5f91635459e9bde7  gupax-v1.3.9-windows-x64-standalone.zip
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQQxxRRar6Wo3xwdsqbUfOBfoXWkmQUCZoxWggAKCRDUfOBfoXWk
mSjmAP9fimLn1b6rRyl7oE+PEkbE23EUi4OXi+VLN5z6TjpCXgEA8APTZe6E6kyF
RJGz/SQ+kqLNJvHWRBfS+uuribUltQs=
=SkbX
-----END PGP SIGNATURE-----

v1.3.8

23 May 15:58
a8334ea

Choose a tag to compare

Changes

Fixes

Bundled Versions

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

59d18087d5b2dfd10c248d52c0b4a0af862f24946a3893352353bd34c418c46c  gupax-v1.3.8-linux-x64-bundle.tar.gz
6de85efc5bb2fd16a9a497aa9a1bd407bdb30ad04f69bccfc805c63813dd7bb2  gupax-v1.3.8-linux-x64-standalone.tar.gz
ec0d24d1e03965e54a6847512a26f75caf2f855bf7fd76cc2f5007d244a41138  gupax-v1.3.8-macos-arm64-bundle.tar.gz
ae9799f58105ed4b4780688570f297bf0ab97a709e63de0755f9eb88a84792b1  gupax-v1.3.8-macos-arm64-standalone.tar.gz
d27f4b05b88a9cc3ec528017d95e455cdc3efba2cb4e3ec7a0ff42b0046421a0  gupax-v1.3.8-macos-x64-bundle.tar.gz
04c29be211d3d9dc3306947ad8c9a483ba6477911f3924c5dcd7022699710c6d  gupax-v1.3.8-macos-x64-standalone.tar.gz
0ef80835c3b0f099da73d250cff1acab2e0b0b005c46e68efe7d76491fc4aea5  gupax-v1.3.8-windows-x64-bundle.zip
0442998b23923fd9d8607984e1d14d624805f6a797bc912e63d2a9a812af4f46  gupax-v1.3.8-windows-x64-standalone.zip
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQQxxRRar6Wo3xwdsqbUfOBfoXWkmQUCZk9mPwAKCRDUfOBfoXWk
mYwbAQDwURagAHXiGeKTNHOrhoipoAJ8pzD8dCXGTY06Xo0LsgD/dsDXaUnFyvVD
IvTnv27nhq6PMY29NC9t1oh5XkMIBw0=
=Sd2w
-----END PGP SIGNATURE-----

v1.3.7

10 May 23:37
9f45a3a

Choose a tag to compare

Fixes

  • Not starting on Windows if CPU does not support >= OpenGL 3.3 (thanks @Cyrix126 #78)

Bundled Versions

SHA256SUM & PGP Signature

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

7167578ab8b035bacc6c602b8ab0672dbb9e58ae7a951046729ecc6d66681b7a  gupax-v1.3.7-linux-x64-bundle.tar.gz
159864be662890903ae9a33742a4b6d9906617eb9920d1b7dd4e240ebb3abb31  gupax-v1.3.7-linux-x64-standalone.tar.gz
9952b11a296114357086dd7d8824cffa3287fdc61788e79d48c759761992e576  gupax-v1.3.7-macos-arm64-bundle.tar.gz
9192ff977a6dcd5d20bde2cdf6824b484f2944b3bb1c4f88b8345741b72fb2d8  gupax-v1.3.7-macos-arm64-standalone.tar.gz
c620cd527c1dd962002e808d16cf2ae86bd49fca136975e3048c849433778fa7  gupax-v1.3.7-macos-x64-bundle.tar.gz
64ec4effc197b87b873227f2d0ac92998ee13660df61699fee5a4a7f8885c9da  gupax-v1.3.7-macos-x64-standalone.tar.gz
1cfe867bb9863aadaa43644b50e03632555bb2c6773afdf7bd921aca0df7f6e8  gupax-v1.3.7-windows-x64-bundle.zip
2c8f07727acb348816015a6ae2d92271908a97e413902f4a256abd52f98c363e  gupax-v1.3.7-windows-x64-standalone.zip
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQQxxRRar6Wo3xwdsqbUfOBfoXWkmQUCZj6uyAAKCRDUfOBfoXWk
mdXIAP42vKfpSGlKyIzDFrr8cgeCj0sH30tSZYX74wJxaSpftgD/V3u9th+c2YTz
pOxRYWHkjeiRT3yXKfmK45LsHBanZAY=
=q99O
-----END PGP SIGNATURE-----