diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index aea0aca..1410d88 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -79,7 +79,7 @@ etc To lottery mine with Datum-Gateway, simply remove the text from **Datum Pool Host** in your config. -With default settings, you will Pool Mine on OCEAN and automatically switch to Lottery Mining if the pool were to ever go offline. If you wish to disable this, disable **Failover To Lottery** in your config. +With default settings, you will Pool Mine on OCEAN and automatically switch to Lottery Mining if the pool were to ever go offline. If you wish to disable this, disable **Pooled Mining Only ** in your config. **Note: Lottery Mining means no rewards unless you find blocks. Make sure you're familiar with the differences to Pooled Mining.** diff --git a/datum_gateway b/datum_gateway index c4a1845..665aa78 160000 --- a/datum_gateway +++ b/datum_gateway @@ -1 +1 @@ -Subproject commit c4a1845a536ab32215f5cd4ec2ec0db40ff0d805 +Subproject commit 665aa787950260ae5054ae562783186f0b165f67 diff --git a/manifest.yaml b/manifest.yaml index 7860499..f82583b 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,7 +5,7 @@ id: datum # A human readable service title title: "Datum Gateway" # Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service. -version: 0.1.0 +version: 0.2.0 # Release notes for the update - can be a string, paragraph or URL release-notes: | - Initial Release