Skip to content

Releases: TheDialgaTeam/Xenorig

Xenorig v1.0.7.0

17 May 08:46
816a2cc
Compare
Choose a tag to compare

Change Logs from v1.0.6.0

  • Fixed a bug where the orphan blocks are duplicated when multiple threads submit the same block.
  • Settings file is updated with new stuff.

Update classification: optional

Algorithm Supported:

  • Xenophyte_Centralized_Solo

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • You are recommended to use Xenophyte Randomizer by enabling it in the settings file. (Individual threads setting can be null to inherit the global settings)
  • Donate feature is not implemented.
  • This is the last update before pool support release.

For Linux and MacOS user: You can use tar -xf Xenorig-linux-x64.tar.gz or tar -xf Xenorig-osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

Xenorig v1.0.6.0

12 Apr 16:50
8c17373
Compare
Choose a tag to compare

Change Logs from v1.0.5.0

  • Fixed a bug where it generate the wrong easy block numbers.
  • Fixed network issues. Now it would reconnect properly.
  • Fixed thread affinity issues.
  • Added easy block only options.
  • Added xenophyte bias randomizer.

Update classification: mandatory

Algorithm Supported:

  • Xenophyte_Centralized_Solo

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • This is a new product, expect some bugs or regression to happen.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • Donate feature is not implemented. It will not mine donor pool.

For Linux and MacOS user: You can use tar -xf Xenorig-linux-x64.tar.gz or tar -xf Xenorig-osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

Xenorig v1.0.5.0

12 Jun 09:22
Compare
Choose a tag to compare

Change Logs from v1.0.4.0

  • Fixed a bug where miner can get stuck when no response is given.

Update classification: mandatory

Algorithm Supported:

  • Xenophyte_Centralized

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • This is a new product, expect some bugs or regression to happen.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • Donate feature is not implemented. It will not mine donor pool.

For Linux and MacOS user: You can use tar -xf Xenorig-linux-x64.tar.gz or tar -xf Xenorig-osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

Xenorig v1.0.3.0

10 Jun 06:10
Compare
Choose a tag to compare

Change Logs from v1.0.2.0

  • Fixed a bug where a forced disconnection can crash the miner.
  • Better randomization for each block.
  • Some optimizations for generating block template.

Update classification: mandatory

Algorithm Supported:

  • Xenophyte_Centralized

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • This is a new product, expect some bugs or regression to happen.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • Donate feature is not implemented. It will not mine donor pool.

For Linux and MacOS user: You can use tar -xf Xenorig-linux-x64.tar.gz or tar -xf Xenorig-osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

Xenorig v1.0.2.0

09 Jun 20:06
976d738
Compare
Choose a tag to compare

Change Logs from v1.0.1

  • Fixed a bug where a forced disconnection can crash the miner.

Update classification: mandatory

Algorithm Supported:

  • Xenophyte_Centralized

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • This is a new product, expect some bugs or regression to happen.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • Donate feature is not implemented. It will not mine donor pool.

For Linux and MacOS user: You can use tar -xf Xenorig-linux-x64.tar.gz or tar -xf Xenorig-osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

Xenorig v1.0.1

09 Jun 08:30
Compare
Choose a tag to compare

Change Logs from v1.0.0.64

  • Fixed a bug where hashrate is not calculated.

Update classification: mandatory

Algorithm Supported:

  • Xenophyte_Centralized

Note:

  • Settings from v0.x are NOT compatible, please use the new one instead.
  • This is a new product, expect some bugs or regression to happen.
  • You are recommended to run full amount of threads based on the number of cores on your hardware.
  • Donate feature is not implemented. It will not mine donor pool.

For Linux and MacOS user: You can use tar -xf linux-x64.tar.gz or tar -xf osx-x64.tar.gz to unzip, which would also set the permission to execute correctly.

To run the application, simply use ./Xirorig or double-click on the executable on windows to run the application.

Xenorig v1.0.0.64

07 Jun 11:25
Compare
Choose a tag to compare

Change Logs from v0.2.4.0:

  • Binary name change from Xirorig to Xenorig.
  • Fixed a bug where calculations were not accepted or accepted incorrectly.
  • Added native library for performance.
  • Added job chunk splitting for each block type.
  • Added thread affinity feature.
  • Remove ping packet requirements.

Each thread will now attempt to guess unique numbers and will never collide. However that doesn’t mean more threads the better. You are still limited by your hardware limitations.

Note:

  • Settings from previous version are NOT compatible, please copy the new one instead.
  • This is still a beta product, expect some bugs or regression to happen.

For Linux and MacOS user: You can use tar -xf linux-x64.tar.gz or tar -xf osx-x64.tar.gz to unzip, which would also set the permission for execute correctly.

To run the application, simply use ./Xenorig or double-click on the executable on windows to run the application.

v0.2.4.0

08 May 14:40
Compare
Choose a tag to compare

Change Logs from v0.2.3.0:

  • Removed ping requirement, which bypass the need for ICMP packets before mining.
  • This may be the last update for this miner due to low demand. Update will still be provided if a patch is required.

Note:

  • Settings from previous version are still compatible, however if you want to make your life easier on brand-new settings, you can use the new one instead.
  • Windows builds have been compiled with R2R (Ready to Run) which speeds up the application start time. For other operating system, you have to compile that manually in order to have that functionality.
  • This build is not heavily tested, and it might be better or worse off. You might want to migrate a few threads to try it out first.

Feel free to share this miner or keep it a secret. The more people using this miner, the positive effects diminish sooner.

To run the application, simply use ./Xirorig or double-click on the executable for windows to run the application.

Xirorig v0.2.3.0

02 Jan 06:08
Compare
Choose a tag to compare

Change Logs from v0.2.2.0:

  • Update all miners to .net 6
  • Update base library
  • Fixed connection bugs
  • Update random generator to true random
  • Removed hardcoded easy block values
  • Added Windows ARM64 builds

Note:

  • Settings from previous version are still compatible, however if you want to make your life easier on brand-new settings, you can use the new one instead.
  • Windows builds have been compiled with R2R (Ready to Run) which speeds up the application start time. For other operating system, you have to compile that manually in order to have that functionality.
  • This build is not heavily tested, and it might be better or worse off. You might want to migrate a few threads to try it out first.

Feel free to share this miner or keep it a secret. The more people using this miner, the positive effects diminish sooner.

To run the application, simply use ./Xirorig or double-click on the executable for windows to run the application.

Xirorig v1.0.0.28

16 Sep 15:03
Compare
Choose a tag to compare
Xirorig v1.0.0.28 Pre-release
Pre-release

WARNING THIS IS PRE-RELEASE BUILD FOR TESTING

  • Brand-new GUI and config file.
  • Multi-chain/algo mining.
  • Thread Affinity support.
  • This version only supports Xiropht Decentralized chain.

Change Logs from v1.0.0.27:

  • Fix native library where CPU information is accidentally removed from the build.

Note:

  • Windows (x64, x86, ARM32, ARM64) and Linux (x64, ARM32, ARM64) have been prebuilt with the xirorig_native library. If they crash Xirorig, most likely they are incompatible and require you to manually build them. Instructions to build xirorig_native is included in the README.md.
  • Without xirorig_native library, miner will fall back to software mode, which will have slower hashing speed.
  • Windows builds have been compiled with R2R (Ready to Run) which speeds up the application start time. For other operating system, you have to compile that manually in order to have that functionality.

For Linux user: You can use tar -xf x64-linux.tar.gz to unzip, which would also set the permission for execute correctly.
To run the application, simply use ./Xirorig or double-click on the executable for windows to run the application.