forked from crypto-jeronimo/pyminer
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.yml.example
98 lines (84 loc) · 1.63 KB
/
config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
debug_bm1366: true
verify_solo: false
miner: qaxe+
# maybe doesn't work with all pools
suggest_difficulty: 2048
piaxe:
name: PiAxe
chips: 1
asic_frequency: 485
sdn_pin: 11
pgood_pin: 13
nrst_pin: 15
led_pin: 19
pwm_hz: 1000
pwm_duty_cycle: 80
lm75_address: 0x48
extranonce2_interval: 1.5
serial_port: "/dev/ttyS0"
bitcrane:
name: BitCrane
chips: 1000
asic_frequency: 300
extranonce2_interval: 1.5
fan_speed: 0.25
qaxe:
name: QAxe
chips: 4
fan_speed_1: 1.0
fan_speed_2: 1.0
asic_frequency: 485
extranonce2_interval: 1.9
serial_port_asic: "/dev/ttyACM0"
serial_port_ctrl: "/dev/ttyACM1"
qaxe+:
name: QAxe+
chips: 4
fan_speed_1: 1.0
fan_speed_2: 1.0
asic_frequency: 490
extranonce2_interval: 1.5
serial_port_asic: "/dev/ttyACM0"
serial_port_ctrl: "/dev/ttyACM1"
flex4axe:
name: Flex4Axe
chips: 16
fan_speed_1: 1.0
asic_frequency: 480
extranonce2_interval: 1.9
serial_port_asic: "/dev/ttyACM0"
serial_port_ctrl: "/dev/ttyACM1"
0xaxe:
name: 0xAxe
chips: 16
fan_speed_1: 1.0
asic_frequency: 480
extranonce2_interval: 1.9
serial_port_asic: "/dev/ttyACM0"
serial_port_ctrl: "/dev/ttyACM1"
alerter:
enabled: false
type: discord-webhook
# file: load from file
url: file://webhook.url
name: Piaxe1
retrigger_time: 3600
influx:
enabled: true
host: localhost
port: 8086
token: f37fh783hf8hq
org: piaxe
bucket: piaxe
timezone: Europe/Berlin
# for Refoss Tasmota
smartplug:
enabled: false
# URL of smart plug data
url: http://192.168.0.166/cm?cmnd=Status%208
i2c_display:
enabled: false
rest_api:
enabled: false
host: 127.0.0.1
port: 5000