Skip to content

Releases: mysteriumnetwork/node

0.11.2

14 Aug 06:13
cfaf1db
Compare
Choose a tag to compare

Fixed bugs:

  • Docker hub images are outdated #1270

0.11.2 (2019-08-13)

Full Changelog

Implemented enhancements:

  • Prepare docker image for ARM architecture #859

Closed issues:

  • Show WG providers on Leaderboard too #1266
  • Optimize DB queries #1253
  • Add dashboard for Bounty Leaderboard #1209
  • Update Leaderboard to monthly tracking #1208
  • Transactor MVP #1120

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

0.11.1

06 Aug 08:59
00f3d11
Compare
Choose a tag to compare

Change Log

0.11.1 (2019-08-03)

Full Changelog

Closed issues:

  • Terms & conditions #1095

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

0.11.0

01 Aug 14:46
4aec395
Compare
Choose a tag to compare

Release highlights

User configuration file support

It is possible to customize startup options via <config-dir>/config.toml. On debian/raspbian installations, the location is usually /etc/mysterium-node/config.toml. 0.11.0 mystberry image ships with the following config.toml to serve whitelisted traffic by default:

[access-policy]
list = "mysterium"

Other:

  • myst will now restart upon unattended-upgrade (overnight) to make sure the updated version is running
  • Added e-mail field support to Tequilapi for nodes participating in bounty program to enter their contact details

0.10.1

23 Jul 09:04
18cf95f
Compare
Choose a tag to compare

Fixes for Mysterium node running on Android

0.10.0

17 Jul 11:15
1e1daf5
Compare
Choose a tag to compare

Release highlights

Built-in Web UI for Mysterium node

Web UI is accessible on port :4449.

  • When the service is stopped the user can enter wallet address (for airdrops), referral code and select whitelist policy.
  • When the service is running, the user can see statistics (sessions, the amount of transferred data).

Default credentials are myst:mystberry (it's possible to change them using the same Web UI).

Mysterium node discovery in the local network

To make it easier to access nodes running in local network (e.g. nodes on Raspberry Pi), they are automatically discovered using SSDP and Bonjour protocols. On Windows, the nodes should appear in This PC where double-clicking them would take you to the Web UI. On Mac OS, the node can be accessed using http://raspberrypi.local:4449 in your browser. Find out more about this feature

NAT hole punching improvements

While the easiest way to get Mysterium node running and serving traffic is to use UPnP (Learn how to setup UPnP on your router), we understand that it is not always possible to do so due to network router capabilities or security concerns. Hence we have implemented NAT traversal in node to work around the NAT and we are continuously fixing and improving its capabilities to provide a seamless node-runner experience.

Fixed automatic updates on mystberry (Raspberry PI image)

We have fixed the automated updates to stable versions on mystberry image so you can connect it and forget it. To have a seamless node-runner experience on Raspberry Pi, consider flashing the latest mystberry.zip. Learn more

Raspberry Sunrise

17 May 15:35
3232eda
Compare
Choose a tag to compare
0.9.0

Dont override /etc/default/mysterium-node on each run

Raspberry auto updates and NAT fixes

17 May 13:05
c7fdce1
Compare
Choose a tag to compare
  • Start from TTL 2 for windows to be happy
  • Protect session client ID map with lock while reading
  • Autoupdates for myst on raspberry
  • Run autoupdates only for stable releases
  • Do not exit if pinger read fails

NAT hole punching fixes

15 May 13:06
421d66e
Compare
Choose a tag to compare
  • bootstrap now checks for presence of node before starting
  • Move command flag to entrypoint
  • Fix builder package build (gem install issues)
  • Restore TTL for remote conn just after hole is punched
  • Remove timeout from consumer pinger

Start provider natproxy session immediately after hole punch

15 May 08:08
7e3d093
Compare
Choose a tag to compare
Merge pull request #1065 from mysteriumnetwork/master

Update 0.8 release with fixes

Make desktop consumer connect without NAT proxy

14 May 11:31
12bf2f4
Compare
Choose a tag to compare