|
aion的a卡挖矿软件 lolMiner 0.5 出来了,算力不高,但至少能用咯 #aion#
https://bitcointalk.org/index.php?topic=4724735
搬运链接:https://pan.baidu.com/s/14nlCdoFyshPqRfzaU0ZTIg 密码:mir1
Equihash 96/5 Minex Coin (MNX)
Equihash 144/5 ANON, BTG, BTCZ,XSG, ZEL and many more!
Equihash 192/7 Zero (ZER), Genesis (GENX) & Zero Classic
Equihash 210/9 Aion Mainnet 算力vega是155,580是107,560是54
作者认为n卡还是用ebwf好一些,lol的n卡优化还不够
配置参考
一共分2个文件,bat里需要指定配置文件 EXAMPLE_AION
@echo off
setlocal enableDelayedExpansion
Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################
Rem Insert your configuration file name here
set "PROFILE=EXAMPLE_AION"
Rem #################################
Rem ## End of user-editable part ##
Rem #################################
set "PARAMS=--profile %PROFILE%"
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
:MINE
lolMiner.exe !PARAMS!
timeout 60
goto :MINE
然后user_config.json里设置矿池,f2pool暂不支持这个软件
{
"DEFAULTS" : {
"DEVICES" : "AUTO",
"APIPORT" : 0
},
"EXAMPLE_AION" :
{
"COIN" : "AION",
"POOLS" : [
{"POOL" : "na.aionmine.org",
"PORT" : "3333",
"USER" : "钱包地址",
"PASS" : "x"}
]
}
}
|
|