mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
401 configs
This commit is contained in:
parent
493dbccfe5
commit
a5daff7b01
17
config-401.cvs
Normal file
17
config-401.cvs
Normal file
@ -0,0 +1,17 @@
|
||||
key,type,encoding,value
|
||||
main,namespace,,
|
||||
wifissid,data,string,myssid
|
||||
wifipass,data,string,mypass
|
||||
stratumurl,data,string,public-pool.io
|
||||
stratumport,data,u16,21496
|
||||
stratumuser,data,string,bc1q99n3pu025yyu0jlywpmwzalyhm36tg5u37w20d.bitaxe
|
||||
stratumpass,data,string,x
|
||||
asicfrequency,data,u16,490
|
||||
asicvoltage,data,u16,1166
|
||||
asicmodel,data,string,BM1368
|
||||
devicemodel,data,string,supra
|
||||
boardversion,data,string,401
|
||||
flipscreen,data,u16,1
|
||||
invertfanpol,data,u16,1
|
||||
autofanspeed,data,u16,1
|
||||
fanspeed,data,u16,100
|
@ -83,6 +83,7 @@ export class EditComponent implements OnInit {
|
||||
public BM1368CoreVoltage = [
|
||||
{ name: '1100', value: 1100 },
|
||||
{ name: '1150', value: 1150 },
|
||||
{ name: '1166 (default)', value: 1166 },
|
||||
{ name: '1200', value: 1200 },
|
||||
{ name: '1250', value: 1250 },
|
||||
{ name: '1300', value: 1300 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user