Skip to content

Releases: Acktarius/conceal-assistant

Conceal-assistant v1.2.1

07 Apr 17:38
Compare
Choose a tag to compare

What's New ?

  • The template mining sheets are matching the miners version installed in Ubuntu for Concealers
  • Option to open a compact view
    Screenshot from 2024-04-07 12-34-41
    Screenshot from 2024-04-07 12-34-57

Note: you 'll have to stop the service and restart it, for the change to take effect

Conceal-assistant v1.2.0

16 Feb 01:39
Compare
Choose a tag to compare

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.)
    IMG_2378
    Screenshot_windows

Conceal-assistant v1.1.4

26 Jan 03:33
Compare
Choose a tag to compare

refer to previous release

Correctif

  • typo
  • copyrights

Conceal-assistant v1.1.3

23 Jan 15:56
Compare
Choose a tag to compare

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
    Screenshot from 2024-01-23 10-10-58

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

25 Nov 19:20
Compare
Choose a tag to compare

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 as wallet.CCX_BOX and rig_name as CCX_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.
    Screenshot from 2023-11-25 14-02-45

Conceal-assistant v1.1.1

07 Nov 23:46
Compare
Choose a tag to compare

What's new ?

  • glitch prevailing to load main page at first boot, should be squished on most of the browsers FOR REAL NOW !
  • livereload removed (to deal with latter glitch and replace by frontend script
  • introducing a loading page
  • favicon optimization/alternatives

Screenshot from 2023-11-07 18-50-50
Screenshot from 2023-11-07 18-51-11

Conceal-assistant v1.1.0

07 Oct 21:31
Compare
Choose a tag to compare

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

Screenshot from 2023-09-16 14-08-24

Conceal-assistant v1.0.9

25 Jun 18:44
Compare
Choose a tag to compare

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

23 Jun 12:49
Compare
Choose a tag to compare

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 command sudo nodemon server.js and not via service. Make sure sudo 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

02 Jun 18:35
Compare
Choose a tag to compare

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