Releases: Acktarius/conceal-assistant
Conceal-assistant v1.2.1
Conceal-assistant v1.2.0
What's new ?
- First release windows compatible, refer to README.md for install and setup or check video on you tube
- Node section includes Node height info vs network height and status (refresh on click)
- Miner section includes software mining Hash vs reported Hash at the pool (refresh on click)
(compatible with Cedric-Cripin, FastPool, GNTL, Community pools.)
Conceal-assistant v1.1.4
refer to previous release
Correctif
- typo
- copyrights
Conceal-assistant v1.1.3
What's New ?
- integration of
conceal-api
to have a quick glance at node status without opening an extra tab. - worker name starting with an
@
will be added to wallet in mining flight sheet, for the FastPool.xyz miners. - some mouse hover added to improve user experience.
- simplification of the handling of dependencies in deb package
Verify Signature
gpg --keyserver hkp://keyserver.ubuntu.com --search-key 575DD894
gpg --verify conceal-assistant_v1.1.3_amd64.deb.sig
Conceal-assistant v1.1.2
What's New ?
- Now handling switching from a 5digits to a 4digits mining pool port
- Now handling
wallet.worker_name
, when the Miner Name is filled with a (dot) at first. ie :.CCX_BOX
, would have mining wallet aswallet.CCX_BOX
and rig_name asCCX_BOX
(⚠️ do not feed assistant with a flight sheet which would have a worker_name and a rig_id different) - adding a mining template #3 for GNTL pool.
Conceal-assistant v1.1.1
Conceal-assistant v1.1.0
What's New ?
- icons are now in the backend, so in case of internet connection loss, we can still see where to click.
- once logged in, the session is accessible for 15minutes, when this delay is expired, the session can be refresh with a click on the double arrow icon which is now visible.
- "glitch" prevailing to load main page at first boot, should be squished on most of the browsers.
As a reminder/rule of privacy & security, just like logging in on any website, you should logout when you're done
Conceal-assistant v1.0.9
What's New ?
-
bug correction affecting miner changing settings for xmr-stak users
-
CCX Assistant shortcut got even smarter and now can restart service if not already started or if no service, offers the option to open in a terminal window which allow full access (specifically when node update feature is required)
Now the deb file is included with the release:
right click and select "open with other application" "software install"
or in terminal:
sudo dpkg -i conceal-assistant_1.0.9.deb
it will install Conceal-Assistant and create a shortcut on the desktop if you are the main user (uid=1000)
- before installing, import the key:
gpg --keyserver hkp://keyserver.ubuntu.com --search-key 50DF6A8E
- verify the key:
gpg --verify conceal-assistant_1.0.9.deb.sig
known glitch during install have been dealt with on this version, nevertheless, if some still happen, refer to the cocktail of commands mentioned in previous release
Conceal-assistant v1.0.8
What's New ?
-
extract info improvement for miner and guardian.
-
Conceal-Core update child process opens a terminal window to follow progress along and allows more time before timeout.
(feature only tested when: launched directly via commandsudo nodemon server.js
and not via service. Make suresudo apt -y install dbus-x11
has been executed for the child process to launch correctly) -
CCX Assistant shortcut got smarter and now can restart service if not already started or if no service, offers the option to open in a terminal window.
Now the deb file is included with the release:
right click and select "open with other application" "software install"
or in terminal:
sudo dpkg -i conceal-assistant_1.0.8.deb
it will install Conceal-Assistant and create a shortcut on the desktop if you are the main user (uid=1000)
- before installing, import the key:
gpg --keyserver hkp://keyserver.ubuntu.com --search-key 50DF6A8E
- verify the key:
gpg --verify conceal-assistant_1.0.8.deb.sig
known glitch during install:
dependencies which are supposed to install or update thanks to deb package but might create errors, solution in terminal :
sudo add-apt-repository main universe restricted multiverse
sudo apt update
sudo apt install -y curl
sudo curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y npm
sudo npm i -g nodemon
sudo apt -y install dbus-x11
Conceal-assistant v1.0.7
What's New ?
- correction of bug which was happening when deleting user, and was leaving some flight sheet undeleted.
- section added on main and setting page to improve scroll experience on small screens
- version now appears in the banner of every page.
Now the deb file is included with the release:
right click and select "open with other application" "software install"
or in terminal:
sudo dpkg -i conceal-assistant_1.0.7.deb
it will install Conceal-Assistant and create a shortcut on the desktop if you are the main user (uid=1000)
- before installing, import the key:
gpg --keyserver hkp://keyserver.ubuntu.com --search-key 50DF6A8E
- verify the key:
gpg --verify conceal-assistant_1.0.7.deb.sig
known glitch during install: issue with lm-sensors, may have to be installed manually:
sudo apt install lm-sensors