1
seerhut 2011-05-22 19:07:07 +08:00
原版bitcoin(d)是独立mining,所谓pool是大家一起合作mining,缩短每个人的付出/回报周期。
每个miner都有自己的rpc接口,不过在趋向统一。 |
2
sycx 2011-05-22 19:37:02 +08:00
我在Mac OSX下的操作
1.打开(或者新建)文件 ~/Library/Application\ Support/Bitcoin/bitcoin.conf 加入以下两行 rpcuser= 自己定义一个用户名 rpcpassword= 自己定义一个密码 2.运行 /Applications/Bitcoin.app/Contents/MacOS/bitcoin -server & 3../minerd --url http://127.0.0.1:8332 --userpass user:password -a 4way -t 2 |
3
virushuo OP minerd --userpass user:password --url http://127.0.0.1:8332/
[2011-05-22 19:39:57] HTTP request failed: The requested URL returned error: 500 [2011-05-22 19:39:57] json_rpc_call failed, retry after 30 seconds [2011-05-22 19:39:58] 1 miner threads started, using SHA256 'c' algorithm 但是用curl连接是没问题的。奇怪了。 |
4
sycx 2011-05-22 19:51:35 +08:00
Bitcoin.app 至少要有1 connection
|
7
virushuo OP @sycx minerd --userpass user:aBc.123 --url http://127.0.0.1:8332
[2011-05-22 21:30:12] HTTP request failed: The requested URL returned error: 500 [2011-05-22 21:30:12] json_rpc_call failed, retry after 30 seconds [2011-05-22 21:30:13] 1 miner threads started, using SHA256 'c' algorithm. 囧,还是这样… |