qwer121
发表于 2017-11-11 03:15:10
shc 发表于 2017-11-11 03:12
矿池地址,钱包地址(加上Payment ID),这两个填了就行
钱包地址和Payment ID连一起写?,这个叫wallet_address?
shc
发表于 2017-11-11 03:16:41
qwer121 发表于 2017-11-11 03:15
钱包地址和Payment ID连一起写?,这个叫wallet_address?
每个矿池都不一样。这些基本的概念都不太清楚的话,我建议你看一看国内的中文挖比特币/以太币的资料学习一下,然后再来挖这个
qwer121
发表于 2017-11-11 03:20:33
shc 发表于 2017-11-11 03:16
每个矿池都不一样。这些基本的概念都不太清楚的话,我建议你看一看国内的中文挖比特币/以太币的资料学习 ...
我用的是 xmr.nanopool.org
的确是英语不咋好。。而且也不太懂。
qwer121
发表于 2017-11-11 03:27:54
hitbtc. 啥位置能看到动态啊。我这钱包地址上没加pay ID。。好像没什么变化。。
请教dalao 钱包地址和ID连在一起组成个长串数字放到wallet_address里??
shc
发表于 2017-11-11 04:19:37
qwer121 发表于 2017-11-11 03:27
hitbtc. 啥位置能看到动态啊。我这钱包地址上没加pay ID。。好像没什么变化。。
请教dalao 钱包地址和ID连 ...
walletaddress.paymentID
moneypy
发表于 2017-11-11 04:56:07
-11-11 04:39:47] : New block detected.
: New block detected.
: Difficulty changed. Now: 102400.
: New block detected.
: Result accepted by the pool.
: Difficulty changed. Now: 29520.
: New block detected.
: Difficulty changed. Now: 18720.
: New block detected.
: Difficulty changed. Now: 13710.
: New block detected.
: New block detected.
: New block detected.
: Difficulty changed. Now: 10800.
: New block detected.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: Difficulty changed. Now: 11730.
: New block detected.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: New block detected.
: New block detected.
: Result accepted by the pool.
: Result accepted by the pool.
: New block detected.
: New block detected.
: Result accepted by the pool.
: Result accepted by the pool.
: Result accepted by the pool.
: Difficulty changed. Now: 12270.
: New block detected.
: Result accepted by the pool.
: Result accepted by the pool.
: New block detected.
: Result accepted by the pool.
: Difficulty changed. Now: 11790.
: New block detected.
: Result accepted by the pool.
CheapLolicon
发表于 2017-11-11 05:18:35
本帖最后由 CheapLolicon 于 2017-11-11 05:20 编辑
自己折腾了一下Debian 8的安装
各种出错,真是太艹了
谷歌了整晚总算解决了
解决发现后原来只是我没弄好gcc、g++和cmake问题而已
#安装gcc-5 g++-5 cmake等,并编译各种g++模块
echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list
apt-get update
apt-get install -t unstable gcc-5 g++-5 make
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1 --slave /usr/bin/g++ g++ /usr/bin/g++-5
curl -L http://www.cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xvzf - -C /tmp/
cd /tmp/cmake-3.4.1/ && ./configure && make && make install && cd -
update-alternatives --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force
apt install libmicrohttpd-dev libssl-dev libhwloc-dev
#安装xmr-stak
git clone https://github.com/fireice-uk/xmr-stak-cpu xmr-stak
cd xmr-stak
cmake .
make install
#出错方面
Q:make: *** No rule to make target 'install'.Stop.
A:没cmake好,查看cmake的错误
Q:【cmake的错误】GCC version must be at least 5.1!
A:先查看gcc和g++默认版本
gcc --version
g++ --version
显示版本为4+
就证明没安装好,重新安装一遍
显示版本为5+
cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++
htgy
发表于 2017-11-11 05:23:07
请问挖矿很消耗流量么?
shc
发表于 2017-11-11 05:48:27
CheapLolicon 发表于 2017-11-11 05:18
自己折腾了一下Debian 8的安装
各种出错,真是太艹了
谷歌了整晚总算解决了
赞一个,我自己在Debian上面一开始也一直弄不出来,后来用了ubuntu就好了。。
zdszf
发表于 2017-11-11 05:52:13
没有抢到特价机啊,回本不行了。