Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike76-dev committed Oct 17, 2023
1 parent 77b7ebb commit 2212e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ You will also need an email account, from which the users will be receiving emai

## To Start With

Log into your server and download the Satellite files. This guide assumes that you will use the version `0.5.0` for an x86 CPU:
Log into your server and download the Satellite files. This guide assumes that you will use the version `0.6.0` for an x86 CPU:
```
mkdir ~/satellite
cd ~/satellite
wget -q https://github.com/mike76-dev/satellite/releases/download/v0.5.0/satellite_linux_amd64.zip
wget -q https://github.com/mike76-dev/satellite/releases/download/v0.6.0/satellite_linux_amd64.zip
unzip satellite_linux_amd64.zip
rm satellite_linux_amd64.zip
```
Expand Down Expand Up @@ -387,7 +387,7 @@ In general, it is recommended to respond to any requests as soon as possible. If
Once you have an account with Stripe, go to the "Developers" section of the Dashboard. You need to do three things there:
1. Switch off the "Test mode" (the slider on the right-hand side).
2. Go to the "API keys" tab and request the Publishable key and the Secret key. Take a note of both.
3. Go to the "Webhooks" tab and add a new endpoint with the URL `https://your_domain/api/stripe/webhook` listening for `payment_intent.succeeded` events. Reveal the signing secret and take a note of it.
3. Go to the "Webhooks" tab and add a new endpoint with the URL `https://your_domain/api/stripe/webhook` listening for `payment_intent.succeeded` and `payment_intent.payment_failed` events. Reveal the signing secret and take a note of it.

## Checking the Siacoin Exchange Rate API

Expand Down Expand Up @@ -527,7 +527,7 @@ Jul 31 15:16:17 <host> systemd[1]: Started satd.
Jul 31 15:16:17 <host> satd[226480]: Using SATD_CONFIG_DIR environment variable to load config.
Jul 31 15:16:17 <host> satd[226480]: Using SATD_API_PASSWORD environment variable.
Jul 31 15:16:17 <host> satd[226480]: Using SATD_DB_PASSWORD environment variable.
Jul 31 15:16:17 <host> satd[226480]: satd v0.5.0
Jul 31 15:16:17 <host> satd[226480]: satd v0.6.0
Jul 31 15:16:17 <host> satd[226480]: Git Revision 2f5a918
Jul 31 15:16:17 <host> satd[226480]: Loading...
Jul 31 15:16:17 <host> satd[226480]: Creating mail client...
Expand Down

0 comments on commit 2212e21

Please sign in to comment.