Nbminer参数

Comment

Author: Admin | 2025-04-28

挖矿教程 08-27 阅读:93 评论:0 用于Nvidia显卡的Bytom(比原链)、Ethereum(以太坊) 、Grin挖矿软件。下载地址 https://wk588.com/misc.php?mod=tag&id=505 社区支持官方QQ群:795224121参考算力(默认频率) 算法 币种 P106-100 1070ti 1080ti 2080 tensority BTM 1,900 3,400 5,000 11,500 ethash ETH 19.5M 26M 46M 35M tensority_ethash BTM+ETH 950+15.5M 1350+22M 2450+40M 8000 cuckaroo GRIN29 2.7 4.1 6.2 6.9 cucaktoo GRIN31 - 0.85 1.25 - 功能特点 支持Windows和Linux 支持备用矿池的设置 支持SSL方式连接矿池 开发手续费: tensority_ethash 3% tensority(Pascal) 2%, tensority(Turing) 3% ethash 0.65% cuckaroo & cuckatoo 2% 使用方法 驱动版本,大于等于377 BTM挖矿: 编辑start_btm.bat文件,修改-o 参数后的矿池地址和-u 参数后的钱包地址或用户名。双击start_btm.bat 开始挖矿。 ETH挖矿: 编辑start_eth.bat 文件,修改-o 参数后的矿池地址和-u 参数后的钱包地址或用户名。双击start_eth.bat 开始挖矿。 若使用1080、1080ti、1060-5X等使用GDDR5X显存的用户,在挖矿之前先用管理员权限运行OhGodAnETHlargementPill-r2.exe 补丁,并保持在后台运行。 BTM+ETH双挖: 编辑start_btm_eth.bat 文件 修改-o 参数后的矿池地址为BTM的矿池地址,修改-u 参数后的钱包地址为BTM的钱包地址。 修改-do 参数后的矿池地址为ETH的矿池地址,修改-du 参数后的钱包地址为ETH的钱包地址。 双击start_btm_eth.bat 开始挖矿。 不同卡双挖时的配置不同,请自行测试合适的挖矿强度参数-di 最佳值。 GRIN挖矿: 编辑start_grin.bat 文件 修改-o 参数后的矿池地址为BTM的矿池地址,修改-u 参数后的钱包地址为GRIN的矿池用户名或邮箱。 使用配置文件进行配置 配置文件的样例在config.json 中,参考上述挖矿方法以及下述命令行参数修改对应的参数设置。 双击start_config.bat 进行挖矿。 使用样例BTM f2pool: nbminer -a tensority -o stratum+tcp://btm.f2pool.com:9221 -u bm1xxxxxxxxxx.worker antpool: nbminer -a tensority -o stratum+tcp://stratum-btm.antpool.com:6666 -u username.worker matpool.io: nbminer -a tensority -o stratum+tcp://btm.matpool.io:8118 -u bm1xxxxxxxxxxx.worker 复制代码 ETH ethermine: nbminer -a ethash -o ethproxy+tcp://asia1.ethermine.org -u 0x12343bdgf.worker sparkpool: nbminer -a ethash -o ethproxy+tcp://cn.sparkpool.com:3333 -u 0x12343bdgf.worker f2pool: nbminer -a ethash -o ethproxy+tcp://eth.f2pool.com:8008 -u 0x12343bdgf.worker nanopool: nbminer -a ethash -o ethproxy+tcp://eth-asia1.nanopool.org:9999 -u 0x12343bdgf.worker 复制代码 BTM+ETH f2pool: nbminer -a tensority_ethash -o stratum+tcp://btm.f2pool.com:9221 -u btm_address.btm_worker -do ethproxy+tcp://eth.f2pool.com:8008 -du eth_address.eth_worker 复制代码 Grin29 sparkpool: nbminer -a cuckaroo -o stratum+tcp://grin.sparkpool.com:6666 -u [email protected]/worker f2pool: nbminer -a cuckaroo -o stratum+tcp://grin29.f2pool.com:13654 -u username.worker:passwd nicehash: nbminer -a cuckaroo -o stratum+tcp://grincuckaroo29.eu.nicehash.com:3371 -u btc_address.worker 复制代码 Grin31 sparkpool: nbminer -a cuckatoo -o stratum+tcp://grin.sparkpool.com:66667-u [email protected]/worker f2pool: nbminer -a cuckatoo -o stratum+tcp://grin31.f2pool.com:13654 -u username.worker:passwd nicehash: nbminer -a cuckatoo -o stratum+tcp://grincuckaroo31.eu.nicehash.com:3372 -u btc_address.worker 复制代码 命令行参数 nbminer -a algo -o protocol+socket_type://pool_host:pool:port -u wallet_address.workername:password 复制代码 -?, -h, --help 显示帮助信息. -v, --version 显示版本号. -c, --config 通过json格式配置文件启动挖矿程序. -a, --algo 选择挖矿算法 BTM: tensority ETH: ethash BTM+ETH: tensority_ethash Grin29: cuckaroo Grin31: cuckatoo --api REST API监听端口. -o, --url 矿池地址. BTM: stratum+tcp://btm.f2pool.com:9221 BTM with SSL: stratum+ssl://btm.f2pool.com:9443 ETH: ethproxy+tcp://eth.f2pool.com:8008 ETH NiceHash: ethnh+tcp://daggerhashimoto.eu.nicehash.com:3353 -u, --user 挖矿使用的用户名或钱包地址. 格式:[用户名|钱包地址].矿机名:密码 举例:bmxxxxxx.worker mypc.worker:password -o1, --url1 备用矿池1的URL -u1, --user1 备用矿池1的用户名 -o2, --url2 备用矿池2的URL -u2, --user2 备用矿池2的用户名 -di, --secondary-intensity 双挖时ETH的相对挖矿强度,默认16,建议在8-24之间调整 -do, --secondary-url 双挖时ETH的矿池地址 -du, --secondary-user 双挖时ETH的用户名 -do1, --secondary-url 双挖备用矿池1的矿池地址 -du1, --secondary-user 双挖备用矿池1的用户名 -do2, --secondary-url 双挖备用矿池2的矿池地址 -du2, --secondary-user 双挖备用矿池2的用户名 -d, --devices 指定使用哪些显卡来挖矿. 比如: "-d 0,1,2,3" 使用前4个显卡. --strict-ssl 使用SSL连接时验证矿池证书 --cuckoo-intensity 设置挖Grin时的CPU负载,取值范围[1,12],值越小挖矿算力越高,相对应的CPU负载也会更高。设置为0软件从1开始自适应调整。默认为0 --log 生成日志文件,文件名为 log_.txt. --long-format 使用更长的日期时间格式 FAQBTM+ETH双挖时如何调整强度? 合适的双挖强度取决于 核心算力/显存带宽 这个比例。 显存带宽占比较低的卡,如1070ti,可以适当降低双挖强度。反之如1060等卡,可以尝试增大双挖强度。 显存带宽占比会随着核心和显存超频数值不同而变化。 用户需根据卡的型号、超频、电费、当前币价等综合考虑需要采用的双挖强度。 为什么我的矿池算力比本地算力低? 矿池的显示算力 = 本地实际算力 x (1.0 - 手续费比例0.03 - 本地跳过提交的过期share率) x (1.0

Add Comment