drop sqlite3 and use .log, optimize some code

This commit is contained in:
lzx
2026-01-29 16:51:06 +08:00
parent 194b062bb9
commit e9c4582e0d
47 changed files with 668 additions and 212 deletions

View File

@@ -0,0 +1,24 @@
#
# lolMiner 1.0 configuration
# uncomment a line (remove the starting "#") to set an option in this file
# The available options are the same as in the command line
# See readme.txt to get a list of available options
#
################################################################################
# Required Options
################################################################################
# algo=<the algorithm to mine>
# pool=<example address>:<example port>
# user=<your wallet address or pool user name>
################################################################################
# Comfort functions
################################################################################
# apiport=<the port to open api>
# shortstats=<interval between the short statiscics>
# longstats=<interval between the verbose statiscics>