Julien Riou
b519770922
Flexpool is now finding more blocks than ever. There are tons of notifications all day long. This commit adds a new pool setting `min-block-reward` to send notifications for blocks reaching this minimum threshold, so we can focus on big blocks. Signed-off-by: Julien Riou <julien@riou.xyz>
29 lines
No EOL
760 B
Text
29 lines
No EOL
760 B
Text
---
|
|
database-file: flexassistant.db
|
|
max-blocks: 10
|
|
max-payments: 5
|
|
miners:
|
|
- address: 0x0000000000000000000000000000000000000000
|
|
enable-balance: true
|
|
enable-payments: true
|
|
enable-offline-workers: true
|
|
- address: xch00000000000000000000000000000000000000000000000000000000000
|
|
enable-balance: true
|
|
enable-payments: true
|
|
enable-offline-workers: true
|
|
pools:
|
|
- coin: eth
|
|
enable-blocks: true
|
|
min-block-reward: 10
|
|
- coin: xch
|
|
enable-blocks: true
|
|
min-block-reward: 1.79
|
|
telegram:
|
|
chat-id: 000000000
|
|
channel-name: MyTelegramChannel
|
|
token: 0000000000000000000000000000000000000000000000
|
|
notification-templates:
|
|
balance: balance.tmpl
|
|
block: block.tmpl
|
|
offline-worker; offline-worker.tmpl
|
|
payment: payment.tmpl |