Skip to content

Commit

Permalink
docs: Remove dcrstakepool note. (#370)
Browse files Browse the repository at this point in the history
No need to keep the instructions for deploying vspd along dcrstakepool as it is now defunct.
  • Loading branch information
jholdstock committed Feb 24, 2023
1 parent 31a2726 commit 2c1bb00
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/deployment.md
Expand Up @@ -101,24 +101,6 @@ vspd. **Do not run a voting wallet on your webserver.**
1. Once the database is initialized, vspd can be started for normal operation by
running it without the `--feexpub` flag.

## Deploying alongside dcrstakepool

It is possible to run vspd on the same infrastructure as an existing
dcrstakepool deployment.

- On the voting servers...
- The existing dcrd instance requires no changes.
- Create a new instance of dcrwallet listening for RPC connections on a
different port. Ensure the new wallet is unlocked and voting is enabled
(dcrstakepool wallet should still have voting disabled).

- On the front-end server...
- Run an instance of dcrd with txindex enabled.
- Run the vspd binary
- Configure webserver to proxy requests from the internet to vspd.
- Configure vspd to use the newly created dcrwallet instances.
- Web requests for `/api/v3` should be redirected to vspd.

## Monitoring

A monitoring system with alerting should be pointed at vspd and tested/verified
Expand Down

0 comments on commit 2c1bb00

Please sign in to comment.