Skip to content

Commit

Permalink
Add release 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anon2020s committed Oct 16, 2023
1 parent f95d6a2 commit 9613b83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@
</ul>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#notes">Notes</a></li>
<li>
<a href="#notes">Notes</a>
<ul>
<li><a href="#stealth-address">Stealth Address</a></li>
<li><a href="#breaking-change">Breaking Change</a></li>
</ul>
</li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
Expand Down Expand Up @@ -163,6 +169,11 @@ The database will be saved in your home directory. This database contains all th

<!-- NOTES -->
## 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.
Expand Down

0 comments on commit 9613b83

Please sign in to comment.