feat: Initial release (1.0)
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
c318df8bf3
commit
f51679193a
16 changed files with 956 additions and 0 deletions
20
flexassistant.yaml.example
Normal file
20
flexassistant.yaml.example
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
database-file: flexassistant.db
|
||||
max-blocks: 10
|
||||
max-payments: 5
|
||||
miners:
|
||||
- address: 0x0000000000000000000000000000000000000000
|
||||
enable-balance: true
|
||||
enable-payments: true
|
||||
- address: xch00000000000000000000000000000000000000000000000000000000000
|
||||
enable-balance: true
|
||||
enable-payments: true
|
||||
pools:
|
||||
- coin: eth
|
||||
enable-blocks: true
|
||||
- coin: xch
|
||||
enable-blocks: true
|
||||
telegram:
|
||||
chat-id: 000000000
|
||||
channel-name: MyTelegramChannel
|
||||
token: 0000000000000000000000000000000000000000000000
|
Reference in a new issue