first commit

This commit is contained in:
zhenai 2024-04-17 21:43:30 +08:00
commit 08a09be00c
10 changed files with 74 additions and 0 deletions

9
appsettings.json Normal file
View File

@ -0,0 +1,9 @@
{
"Settings": {
"baseUrl": "https://mine.qubic.li/",
"amountOfThreads": 8,
"payoutId": null,
"accessToken": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJJZCI6ImVmYzVmODA2LTAwZjItNDgxNC1iMTFhLWNhMjc0NTg2NTA2MyIsIk1pbmluZyI6IiIsIm5iZiI6MTcxMzI4Nzk3NywiZXhwIjoxNzQ0ODIzOTc3LCJpYXQiOjE3MTMyODc5NzcsImlzcyI6Imh0dHBzOi8vcXViaWMubGkvIiwiYXVkIjoiaHR0cHM6Ly9xdWJpYy5saS8ifQ.xBXGMcmqH61ub3SAkhEOIGfyQG6SKkwZOxnG82YSha5kxgjWrfyC8fNp1godM-Gt6wg8OKEvCBoy2MDShxNAgw",
"alias": "fuck_nv1"
}
}

1
fuck_nv.qubic-vault Normal file

File diff suppressed because one or more lines are too long

48
log/2024-04-16.log Normal file
View File

@ -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

9
log/2024-04-17.log Normal file
View File

@ -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

BIN
qli-Client Executable file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
#!/bin/bash
qli-Client -service
#cd /q
#/q/qli-Client -service

BIN
qli-runner Executable file

Binary file not shown.

1
qli-runner.lock Normal file

File diff suppressed because one or more lines are too long

1
run.sh Executable file
View File

@ -0,0 +1 @@
screen -S qubic ./qli-Client