Browse Source

Update PAYOUTS.md

master
yuriy0803 3 years ago
parent
commit
b55eaa71a5
  1. 2
      docs/PAYOUTS.md

2
docs/PAYOUTS.md

@ -38,7 +38,7 @@ After payout session, payment module will perform `BGSAVE` (background saving) o
If your payout is not logged and not confirmed by Ethereum network you can resolve it automatically. You need to payouts in maintenance mode by setting up `RESOLVE_PAYOUT=1` or `RESOLVE_PAYOUT=True` environment variable: If your payout is not logged and not confirmed by Ethereum network you can resolve it automatically. You need to payouts in maintenance mode by setting up `RESOLVE_PAYOUT=1` or `RESOLVE_PAYOUT=True` environment variable:
`RESOLVE_PAYOUT=1 ./build/bin/open-etc-pool-friends api.json`. `RESOLVE_PAYOUT=1 ./build/bin/open-etc-pool-friends payouts.json`.
Payout module will fetch all rows from Redis with key `eth:payments:pending` and credit balance back to miners. Usually you will have only single entry there. Payout module will fetch all rows from Redis with key `eth:payments:pending` and credit balance back to miners. Usually you will have only single entry there.

Loading…
Cancel
Save