Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jax

Pages: [1]
1
各位,有什么反馈吗?

2
这个我也没对比过。但是对比过Linux版本,比Windows版效率高。也希望有朋友把这个软件和各种其他鸡血的对比结果拿上来分享一下 :)

3
我重新在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

Pages: [1]