BitShares Forum

Main => 中文 (Chinese) => Topic started by: jax on February 03, 2014, 03:12:56 am

Title: avx指令挖矿程序,重新编译,不再替作者挖30秒
Post by: jax on February 03, 2014, 03:12:56 am
我重新在window下编译了ptsminer 0.7版,两个版本,分别支持beeeeer.org(放出来的那版是写死到这个地址的)以及鱼池(ptspool.com)。

地址:http://pan.baidu.com/s/1mgK6FOk

用法:
1. 先决定用哪个池子,我的经验是beeeeer经常不好连接,所有用鱼池的多一些,鱼池的程序对应文件名 *.p.exe beeeeer 对应文件名 *.b.exe
2. 弄清自己的CPU对应的指令集较新的i5 i7之类的,选 ptsminer_avx_intel.*.exe;没有avx指令集的尽量选sse4的,那个只有不是特别古老的CPU基本都支持,如果因为一些原因出错,再试试不带指令集后缀的
3. 决定使用几个线程,建议使用系统线程数-1
4. 根据线程数确定可用内存,基本上越大越好,但不要超过系统总内存的7成
语法:
ptsminer_<version>.exe <payout-address> <threads-to-use> [memory-option] [mode]
其中 memory-option:
 integer value - memory usage
                20 -->    4 MB per thread (not recommended)
                21 -->    8 MB per thread (not recommended)
                22 -->   16 MB per thread (not recommended)
                23 -->   32 MB per thread (not recommended)
                24 -->   64 MB per thread (not recommended)
                25 -->  128 MB per thread
                26 -->  256 MB per thread
                27 -->  512 MB per thread (default)
                28 --> 1024 MB per thread
                29 --> 2048 MB per thread
                30 --> 4096 MB per thread
例:
ptsminer_avx_intel.p.exe PcaFR41JQriYPPn7R4DgzPwNyNHUiEfAtp 7 27 avx
Title: Re: avx指令挖矿程序,重新编译,不再替作者挖30秒
Post by: ripplexiaoshan on February 03, 2014, 03:38:02 am
请问LZ这个PTSminer和yam哪个效率高啊,我只用过YAM
Title: Re: avx指令挖矿程序,重新编译,不再替作者挖30秒
Post by: jax on February 03, 2014, 05:06:39 am
这个我也没对比过。但是对比过Linux版本,比Windows版效率高。也希望有朋友把这个软件和各种其他鸡血的对比结果拿上来分享一下 :)
Title: Re: avx指令挖矿程序,重新编译,不再替作者挖30秒
Post by: springlh on February 03, 2014, 05:14:44 am
马克一下…回去试试

来自我的 HUAWEI HN3-U01 上的 Tapatalk

Title: Re: avx指令挖矿程序,重新编译,不再替作者挖30秒
Post by: jax on February 08, 2014, 09:55:30 am
各位,有什么反馈吗?