2020-05-15 08:48:22 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 19:02:45 +01:00
2020-05-15 08:48:22 +01:00
2020-05-15 08:48:22 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 19:02:45 +01:00
2020-05-14 18:52:21 +01:00
2020-05-14 18:52:21 +01:00

dcrvsp

Design decisions

  • gin-gonic webserver
  • bbolt database
    • Tickets are stored in a single bucket, using ticket hash as the key and a json encoded representation of the ticket as the value.

MVP features

  • VSP API "v3" as described in dcrstakepool #574 and implemented in dcrstakepool #625
    • Request fee amount
    • Request fee address
    • Pay fee
    • Set voting preferences
  • A minimal, static, web front-end providing pool stats and basic connection instructions.

Future features

  • Write database backups to disk periodically.
  • Backup over http.
  • Status check API call as described in dcrstakepool #628.
  • Accountability for both client and server changes to voting preferences.
  • Consistency checking across connected wallets.
  • Validate votebits provided in PayFee request are valid per current agendas.
Description
No description provided
Readme 2.8 MiB
Languages
Go 86.2%
HTML 9.2%
CSS 2.9%
Shell 1.7%