Pages:
Author

Topic: [Yacoin]新的Only Solo CPU Mining挖矿山寨币YACOIN挖矿教学帖。 - page 2. (Read 9738 times)

newbie
Activity: 5
Merit: 0
怎么这么多山寨,一天一个的趋势啊!
newbie
Activity: 32
Merit: 0
LZ现在挖到多少了,请问按LZ的算力,发帖时的难度,多久能挖到?
whj
member
Activity: 84
Merit: 10
我下载了钱包啊,怎么在快捷的目标后加-gen -genproclimit=6 -addnode=82.211.30.212
却提示指定目标路径无效
sr. member
Activity: 560
Merit: 250
Block each 60 seconds.

我看原文好像是一分钟一个块吧
现在算力增加太快,难度来不及调整
member
Activity: 98
Merit: 10
Block each 60 seconds.

我看原文好像是一分钟一个块吧
sr. member
Activity: 560
Merit: 250


{
"blocks" : 21525,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01618353,
"errors" : "",
"generate" : true,
"genproclimit" : 1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
太扯淡了,一秒钟一个块,这谁来的急挖
sr. member
Activity: 560
Merit: 250
速度为0,cpu确实在工作 Grin
newbie
Activity: 29
Merit: 0
whj
member
Activity: 84
Merit: 10
newbie
Activity: 29
Merit: 0
原文地址:https://bitcointalksearch.org/topic/annyac-yacoin-yet-another-altcoin-start-is-now-196196

钱包下载地址:Windows build: https://mega.co.nz/#!UowEmZYS!AAK7DVwYoTqy96oTRzUaLCS0UMsAfosJiRQmBn1jzcA

建议下载不了的或者加载不了的下载谷歌浏览器下载。

下载解压后,发送到桌面创建快捷方式,然后右键点击桌面上的快捷方式在弹出的窗口中选择属性,目标F:\Yacoin\yacoin-qt.exe后面添加 -gen -genproclimit=2 -addnode=82.211.30.212,genproclimit这个参数根据自己的CPU核数调整。

例子:F:\Yacoin\yacoin-qt.exe -gen -genproclimit=6 -addnode=82.211.30.212

我是安装在F盘,另外我的是i7 4核八线程,所以设置genproclimit=6。留2个线程浏览网站或者看视频,如果你想全速运行,建议设置为genproclimit=-1,代表无限制CPU挖矿。

然后打开钱包,就开始自动挖矿了。注意:要等同步完所有block再挖。

关于如何查挖矿速度:等同步完,然后点开帮助(help)的选择Debug window窗口,选择Console,输入getmininginfo就可以了。

我得到的信息是:
{
"blocks" : 15595,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00511562,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 23481,
"pooledtx" : 0,
"testnet" : false
}

注意"hashespersec" : 23481

说明我的速度是23K多,大家可以自己检查下速度,贴上来。

另贴个其他人发布的挖矿教学贴:https://bitcointalksearch.org/topic/annyachowto-howto-mine-yacoin-198924

另外可以在Console查询你挖矿的block的价值,输入listtransactions就可以看到。

本人挖到2个区块,显示为Number of transactions: 2.

以下为查询到的信息:

[
{
"account" : "",
"category" : "orphan",
"amount" : 58.44000000,
"confirmations" : 0,
"generated" : true,
"txid" : "7fe75202689528b241ffd8ddc6342c37ec2d6ddebb4acf854c6f06211a532bd5",
"time" : 1368028087,
"timereceived" : 1368028088
},
{
"account" : "",
"category" : "orphan",
"amount" : 56.57000000,
"confirmations" : 0,
"generated" : true,
"txid" : "a45697898edf4758f7dd999aa4a4ef868e9ddba7c14ba11f36f6b0727af0b3c1",
"time" : 1368030551,
"timereceived" : 1368030605
}
]


可以看到"category" : "orphan", 说明挖到的都是空的block。

所以本人的余额为0.



Pages:
Jump to: