From 9613b83a61c684640ddeeb7bb27e44b62deaa921 Mon Sep 17 00:00:00 2001 From: anon2020s Date: Mon, 16 Oct 2023 16:04:41 +0200 Subject: [PATCH] Add release 4.4.0 --- Dockerfile | 7 ++++++- README.md | 13 ++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b80d55..86f5d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,13 @@ RUN npm run build FROM openjdk:8u181-jdk-slim as builder ENV DEBIAN_FRONTEND noninteractive + +RUN rm /etc/apt/sources.list +RUN echo "deb http://archive.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list.d/jessie.list +RUN echo "deb http://archive.debian.org/debian jessie main" >> /etc/apt/sources.list.d/jessie.list + RUN apt-get update && \ - apt-get -y --no-install-recommends install curl zip unzip sed + apt-get -y --no-install-recommends --allow-unauthenticated install curl zip unzip sed RUN curl -s "https://get.sdkman.io" | bash RUN /bin/bash -c "source /root/.sdkman/bin/sdkman-init.sh; sdk install sbt 1.2.7" ENV PATH=/root/.sdkman/candidates/sbt/current/bin:$PATH diff --git a/README.md b/README.md index 5776d34..45c0c57 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@
  • Usage
  • -
  • Notes
  • +
  • + Notes + +
  • Roadmap
  • Contributing
  • License
  • @@ -163,6 +169,11 @@ The database will be saved in your home directory. This database contains all th ## Notes + ### Stealth Address + * Stealth Address documentation (to be updated soon) [here](https://github.com/ergoMixer/ergoMixBack/wiki/Stealth-Address). + * Use [this tool](https://ergomixer.github.io/stealth/) to generate a `new payment address` from any Stealth Addresses. + + ### Breaking Change * From version `3.0.0 ` database scheme is changed; So, please consider binding to a different location if you have previously used an older version. * In order to buy SigmaUSD/SigmaRSV directly from the mixer, DO NOT SET withdrawal address when creating the mix/covert address and use "Set Later" option.