first commit
This commit is contained in:
commit
08a09be00c
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Settings": {
|
||||
"baseUrl": "https://mine.qubic.li/",
|
||||
"amountOfThreads": 8,
|
||||
"payoutId": null,
|
||||
"accessToken": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJJZCI6ImVmYzVmODA2LTAwZjItNDgxNC1iMTFhLWNhMjc0NTg2NTA2MyIsIk1pbmluZyI6IiIsIm5iZiI6MTcxMzI4Nzk3NywiZXhwIjoxNzQ0ODIzOTc3LCJpYXQiOjE3MTMyODc5NzcsImlzcyI6Imh0dHBzOi8vcXViaWMubGkvIiwiYXVkIjoiaHR0cHM6Ly9xdWJpYy5saS8ifQ.xBXGMcmqH61ub3SAkhEOIGfyQG6SKkwZOxnG82YSha5kxgjWrfyC8fNp1godM-Gt6wg8OKEvCBoy2MDShxNAgw",
|
||||
"alias": "fuck_nv1"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,48 @@
|
|||
2024-04-16 17:24:54 ERROR Error Checking for updates: API CheckUpdate Error: Unauthorized
|
||||
2024-04-16 17:24:56 ERROR Feature Registration Request Failed(API Register Error: Unauthorized)
|
||||
|
||||
System.Exception: API Register Error: Unauthorized
|
||||
at li.qubic.trainer.Client.Register(TrainerRegisterRequest featureRequest)
|
||||
at li.qubic.trainer.Trainer.RegisterFeatures()
|
||||
at li.qubic.trainer.Client.Register(TrainerRegisterRequest featureRequest)
|
||||
at li.qubic.trainer.Trainer.RegisterFeatures()
|
||||
2024-04-16 18:15:01 ERROR Error starting: An error occurred trying to start process '/home/zhenai/qb/qli-runner' with working directory '/home/zhenai/qb'. Permission denied(An error occurred trying to start process '/home/zhenai/qb/qli-runner' with working directory '/home/zhenai/qb'. Permission denied)
|
||||
|
||||
System.ComponentModel.Win32Exception (13): An error occurred trying to start process '/home/zhenai/qb/qli-runner' with working directory '/home/zhenai/qb'. Permission denied
|
||||
at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo, String, String[], String[], String, Boolean, UInt32, UInt32, UInt32[], Int32& , Int32& , Int32& , Boolean, Boolean )
|
||||
at System.Diagnostics.Process.StartCore(ProcessStartInfo)
|
||||
at System.Diagnostics.Process.Start()
|
||||
at li.qubic.trainer.Trainer.StartLocalMining()
|
||||
at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo, String, String[], String[], String, Boolean, UInt32, UInt32, UInt32[], Int32& , Int32& , Int32& , Boolean, Boolean )
|
||||
at System.Diagnostics.Process.StartCore(ProcessStartInfo)
|
||||
at System.Diagnostics.Process.Start()
|
||||
at li.qubic.trainer.Trainer.StartLocalMining()
|
||||
2024-04-16 18:15:02 ERROR General error: No process is associated with this object.(No process is associated with this object.)
|
||||
|
||||
System.InvalidOperationException: No process is associated with this object.
|
||||
at System.Diagnostics.Process.EnsureState(State)
|
||||
at System.Diagnostics.Process.get_HasExited()
|
||||
at li.qubic.trainer.Trainer.CheckLocalTrainer()
|
||||
at li.qubic.trainer.Trainer.Start()
|
||||
at System.Diagnostics.Process.EnsureState(State)
|
||||
at System.Diagnostics.Process.get_HasExited()
|
||||
at li.qubic.trainer.Trainer.CheckLocalTrainer()
|
||||
at li.qubic.trainer.Trainer.Start()
|
||||
2024-04-16 18:15:02 ERROR Program Error(No process is associated with this object.)
|
||||
|
||||
System.InvalidOperationException: No process is associated with this object.
|
||||
at System.Diagnostics.Process.EnsureState(State)
|
||||
at System.Diagnostics.Process.get_HasExited()
|
||||
at li.qubic.trainer.Trainer.IsTrainerRunning()
|
||||
at li.qubic.trainer.Trainer.StopTrainer(Boolean reInitConnectors)
|
||||
at li.qubic.trainer.Trainer.ChangeSeed(TrainingSeed newSeed)
|
||||
at li.qubic.trainer.Trainer.Start()
|
||||
at Program.Main(String[] args)
|
||||
at System.Diagnostics.Process.EnsureState(State)
|
||||
at System.Diagnostics.Process.get_HasExited()
|
||||
at li.qubic.trainer.Trainer.IsTrainerRunning()
|
||||
at li.qubic.trainer.Trainer.StopTrainer(Boolean reInitConnectors)
|
||||
at li.qubic.trainer.Trainer.ChangeSeed(TrainingSeed newSeed)
|
||||
at li.qubic.trainer.Trainer.Start()
|
||||
at Program.Main(String[] args)
|
||||
2024-04-16 18:15:02 ERROR Restart Training Process in 10 sec
|
|
@ -0,0 +1,9 @@
|
|||
2024-04-17 09:13:01 ERROR Ping error: API Report Error: 520(API Report Error: 520)
|
||||
|
||||
System.Exception: API Report Error: 520
|
||||
at li.qubic.trainer.Client.Ping(ReportRequest pingRequest)
|
||||
at li.qubic.trainer.Trainer.PingApi()
|
||||
at li.qubic.trainer.Client.Ping(ReportRequest pingRequest)
|
||||
at li.qubic.trainer.Trainer.PingApi()
|
||||
2024-04-17 11:01:17 ERROR Failed loading Task. API Error: ServiceUnavailable
|
||||
2024-04-17 12:38:22 ERROR Failed loading Task. API Error: GatewayTimeout
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
qli-Client -service
|
||||
#cd /q
|
||||
#/q/qli-Client -service
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue