Skip to content

Releases: TheDialgaTeam/Xenorig

Xirorig v0.2.2.0

06 Apr 03:41
Compare
Choose a tag to compare

Change Logs from v0.2.0.0:

  • Fixed a bug where it mines the wrong number
  • Fixed the reconnection bug

Note:

  • Settings from previous version is 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.1.0

09 Sep 19:12
Compare
Choose a tag to compare

Change Logs from v0.2.0.0:

  • Added brand-new settings to configure threads easily.
  • Added brand-new settings to mine easy blocks only.
  • Updated core framework to .Net 5 RC 2 (Early preview).
  • Added priority queue for submitting blocks.
  • Major clean up to the folder hurray! (Thanks Microsoft)

Note:

  • Settings from previous version is 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.0.0

01 Sep 17:29
Compare
Choose a tag to compare

Change Logs from v0.0.2.5:

  • Migrate from .Net Framework to .Net Core builds.
  • Removed pool mining protocol.
  • Config file is now called appsettings.json. Some config is dropped as they are no longer in use.
  • Optimize miner for smaller numbers smaller than 64-bit integer.
  • Fixed threading issues causing blocks being corrupted or bad.
  • Fixed the accuracy of hash rate reports.
  • Fixed hash rate stuck at 0 H/s.
  • New output for block submitted information.
  • Added smart mining protocol to mine easy block in a deterministic way.
  • Windows build has been compiled with R2R (Ready to Run) which speeds up the application start time.
  • R2R/AOT compilation for other operating system is unavailable but you can compile this application using the .Net Core SDK Tools.

Due to .Net 5 AES (CFB) support being early preview, I am unable to compile a single executable version.

Files might be cluttered but all you need is to find appsettings.json and edit the wallet address to try it out.

Old settings file is no longer supported but the new settings is actually quite similar to the old one. (With certain features possibly scrapped later on)

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.