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 - tomorrow

Pages: 1 ... 5 6 7 8 9 10 11 [12]
166
中文 (Chinese) / Re: 请问为什么最近两周钱包无法同步了
« on: January 02, 2014, 04:26:25 pm »
PTS? 赶紧先备份一个privatekey。。。

167
MemoryCoin / Re: My CPU is out of this mining game
« on: January 01, 2014, 04:35:12 pm »
hey, look at me:
I am mining happily with an APU and a first-generation i7. :D
May I ask you what your APU is? As it seems my miners does not play well with them (or just with 5xxx and 6xxx platforms).
I have an A10-6800K. I am using the miner packed in the official wallet, connecting to the 1gh pool.
It can reach 1.6HPM. :D

168
MemoryCoin / Re: My CPU is out of this mining game
« on: January 01, 2014, 12:42:18 pm »
hey, look at me:
I am mining happily with an APU and a first-generation i7. :D

169
MemoryCoin / Re: memorycoin Hashpermin VS processor
« on: January 01, 2014, 09:07:16 am »
AMD A10-6800K 4.1GHz 1.58HPM

170
MemoryCoin / Re: CPU/GPU mining hardware comparison
« on: December 31, 2013, 06:12:05 pm »
 Intel i7 860 (2.80GHz)  0.88HPM

171
中文 (Chinese) / Re: 国内的那个 MMCPool 收益怎么样?
« on: December 31, 2013, 04:45:12 pm »

172
中文 (Chinese) / Re: 国内的那个 MMCPool 收益怎么样?
« on: December 30, 2013, 10:27:17 pm »
感觉主要取决于你自己的CPU和挖矿软件, 矿池只要不是一两个人挖,
收益没太大区别

如果有amd(ATI)显卡的话可以看看这个 http://mmc.1gh.com/

173
【此贴占时停止更新,更多更新内容请见新帖】
https://bitcointalk.org/index.php?topic=509128.0


购买/租用服务器
如果您已经有自己的服务器了,可以忽略此步。如果想用云端挖矿, 先注册
一个云服务平台账号, 常用的有

amazon ec2 (http://aws.amazon.com/ec2/)
微软的Azure (http://www.windowsazure.com/en-us/)
Digital Ocean(https://www.digitalocean.com)
Joyent(http://www.joyent.com/)
阿里云 (http://www.aliyun.com)
腾讯云 (http://www.qcloud.com)
等等. 注意有些有首月免费试用, 比如目前Joyent前两个月可以有每月65美元
的免费额度. 请仔细阅读条款以免多交钱.

选择主机类型的时候,注意选择CPU优化的主机, 因为记忆币属于CPU Coin.
比如amazon ec2平台上,最佳选择是c3.8xlarge或者cc2.8xlarge, 前者CPU是
E5-2680 (32个virtual cpu), 速度可以达到>30hpm. 如果选择专用服务器,
性价比较高的CPU是Xeon 2 x L5639, 可以达到12HPM. 不同CPU的性能可以
在这个帖子里搜索对应的CPU型号.
https://bitsharestalk.org/index.php?topic=2609.0
查找到对应的HPM,然后可以这里计算收益.
http://agran.net/memorycoin2_calc.html
操作系统推荐debian或者ubuntu. 在云平台建立主机实例(Instance)的过程因
不同平台而异, 在此不再熬述.

开始挖矿
注意目前MMC有许多挖矿软件. 这里只介绍CPU挖矿。目前速度最快的CPU挖矿
软件叫做yam. 获取yam的官方途径是作者yvg1900发布的这个帖子
https://bitsharestalk.org/index.php?topic=2609.0
注意,虽然他提供了很多链接,最好从dropbox下载,其他链接有时候不同步。
您也可以加入记忆币官方群147059306,从群共享文件里下载最新版(每周更新)。

下载时请选择CPU对应的微架构。比如说您的CPU是i7-4770k,那么对应的微
架构是haswell,就应该下载 yam-yvg1900-M7n-linux64-haswell.tgz。
而2 x L5639应该选择yam-yvg1900-M7n-linux64-nehalem.tgz。如何查找
CPU对应的微架构?google "CPU型号 + microarchitecture"即可。
如果无法运行挖矿软件,可以选择"generic"(通用版)。

假设您选择了linux64-hehalem。解开压缩包。进入目录
Code: [Select]
# tar zxvf yam-yvg1900-M7n-linux64-nehalem.tgz
# cd yam-yvg1900-M7n-linux64-nehalem

然后编辑yam-mmc.cfg。有如下注意事项。(1)设置av=0开启优化. (2)把地址替换成你自己
的MMC地址. (3) 如果你的CPU支持AES NI指令集,请设置aesni=on, 否则设置aesni=off。
编辑之后文件内容大概如下

Code: [Select]
threads = 0
mining-params = mmc:av=0&aesni=on&m=1024
mine = getwork://ADDRESS@work.mmcpool.com:80:8880:8881:8882:8883/mmc
mine = getwork://ADDRESS@erebor.dwarfpool.com:8080:8081:8082:8083/mmc
mine = getwork://ADDRESS@moria.dwarfpool.com:8080:8081:8082:8083/mmc
compact-stats = 1
print-timestamps = 0

# 开启screen, 并开始挖矿
Code: [Select]
# screen -S yam
# ./linux64-nehalem/yam -c yam-mmc.cfg
前2,3分钟它会为作者挖一会。请耐心等待,直到屏幕显示精确HPM。检查无误,
就可以关闭窗口断开连接了. 等一段时间就会在你的钱包里收到记忆币了.

如果需要重新连接, 建立ssh连接后, 运行
Code: [Select]
screen -r yam
就可以监控挖矿进程了. 最后祝各位挖矿愉快 ;D

Pages: 1 ... 5 6 7 8 9 10 11 [12]