Jump to content

HelioMine Beta


Krydos

Recommended Posts

Yeah, code signing is stupidly expensive, and there's no such thing as Lets Encrypt for code signing (yet). I do sign the two core binaries in the program (RGSBroker and HelioTray) to get rid of the scary yellow "Unverified Publisher" warnings you get when running the program from the shortcuts, but they're signed with an internal CA, so the signature isn't valid until the program is already installed (the installer installs the root CA as part of the process). The actual installer will always be unsigned though.

 

The miners themselves aren't signed since I'm not the one who made them (though this could change, the miners are open source so there's nothing saying I can't compile and sign them myself)...

Link to comment
Share on other sites

It costs a minimum of $70 per year to sign the installers. That's more than HelioMine has even earned us so far. If we did that we would be losing even more money instead of earning like this is supposed to do.

 

EDIT: Loaded the next page and saw this had already been answered twice.

 

Right click the tray icon and check the suppress popup messages option in the settings.

Edited by Krydos
saw responses
Link to comment
Share on other sites

  • 3 weeks later...

The newest version of HelioMine Linux is updated to support turtlecoin. To uninstall the old version just delete heliomine.sh, heliomine.conf, and any subdirectories:

rm -rf heliomine.sh heliomine.conf xmr-stak aeon-stak-cpu xmr-stak-cpu
To install the new version:

wget https://krydos.heliohost.org/heliomine.sh && chmod 755 heliomine.sh
To run it:

./heliomine.sh
When you want to stop the miner press ctrl-c once.

 

Since this is a pretty major update I need some people to test it out before we make a news post about it or anything like that. It should support any 64 bit distro that is based on Ubuntu/Debian, but I've only tested it on a few different computers. Let me know if anything is acting weird.

Link to comment
Share on other sites

  • 1 month later...

Big thanks to Unknown025 for giving me remote ssh access to his mac. I've managed to port HelioMine Linux to run on OSX.

 

To install

wget https://krydos.heliohost.org/heliomine.mac.sh && chmod 755 heliomine.mac.sh
To run

./heliomine.mac.sh
To uninstall

rm -rf heliomine.mac.sh heliomine.conf xmr-stak
Link to comment
Share on other sites

I'm using Mageia OS.
 
While trying to run the heliomine.sh

[rajarshi@localhost Downloads]$ ./heliomine.sh
HelioMine Linux 0.1
curl missing
ERROR: Missing dependencies. Please run:

sudo apt install curl


 
But ,

rajarshi@localhost ~]$ curl -V
curl 7.54.1 (x86_64-mageia-linux-gnu) libcurl/7.54.1 OpenSSL/1.0.2o zlib/1.2.11 libssh2/1.7.0 nghttp2/1.9.2
Release-Date: 2017-06-14
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy 

Link to comment
Share on other sites

Mageia uses the package manager drakrpm, not apt. HelioMine Linux was designed to run on Ubuntu/Debian and other distros derived from Debian. I picked Ubuntu to develop HelioMine because it's the most common distro for home computers like our users would have.

Link to comment
Share on other sites

  • 4 months later...

I've released HelioMine Linux 0.2

 

To uninstall the old version:

rm -rf heliomine.sh heliomine.conf xmr-stak aeon-stak-cpu xmr-stak-cpu
To install the new version:

wget https://krydos.heliohost.org/heliomine.sh && chmod 755 heliomine.sh
To run it:

./heliomine.sh
When you want to stop the miner press ctrl-c once.

 

This version fixes an issue with the miner just crashing over and over instead of starting on the newest version of xmr-stak. The reason it crashes is because the cpu thread configuration has changed from previous versions.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...