|
krecu
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 29, 2014, 05:45:04 PM |
|
|
|
|
|
Beoga
Legendary
Offline
Activity: 2646
Merit: 1141
|
|
January 29, 2014, 05:48:08 PM |
|
yep, it doesn't work now.
|
|
|
|
krecu
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 29, 2014, 05:51:30 PM |
|
yep, it doesn't work now. ( server for new pool - still in the status of "Pending" (((
|
|
|
|
peterlustig
Sr. Member
Offline
Activity: 812
Merit: 250
The Fourth Generation of Blockchain in DeFi
|
|
January 29, 2014, 06:04:11 PM |
|
Is anyone else having problems with minerd crashing? It starts, binds threads to all the cores, says "Stratum detected new block" then crashes immediately. It happens every time I start it on 2 different computers, while it works perfectly fine on the third one. All have windows 8.1, all using the same .bat file. Any suggestions would be greatly appreciated.
Yes. Try x86 miner. No dice. Except that it crashes even faster than the 64-bit Both problematic pc have Intel core 2 Q6600 proc, 4GB ram, one has an old nvidia graphic card, the other ATI 6800. Two pc that work have the same generation cpus and (almost) the same nvidia graphics, but have more ram. I had the same problem on one of the computers, I still can not solve it... A friend with an older AMD quadcore has the same problem, I think the miner was compiled with march=native on a newer cpu or march=avx for example. Since older CPUs don't support that instruction set, the miner crashes. I'd recommend compiling with march=native yourself (bit complicated but doable) or someone else compiles with sse2, sse3, sse4 and avx and shares the archive. Just my uneducated guess.
|
|
|
|
itos
|
|
January 29, 2014, 06:10:40 PM |
|
Is there a Qubit market? If not how much BTC would be 1 Qubit?
|
|
|
|
featon
Newbie
Offline
Activity: 12
Merit: 0
|
|
January 29, 2014, 06:11:42 PM |
|
hey guys, what i mast do to synchronise my wallet? Config file contens all adnode? addnode=188.230.132.226:7788 addnode=88.193.180.145:7788 addnode=151.224.242.33:7788 addnode=113.2.235.63:7788 addnode=80.121.18.48:7788 addnode=176.99.185.190:7788 addnode=92.255.221.181:7788 addnode=5.164.93.142:7788 addnode=83.215.164.206:7788 addnode=87.113.166.62:7788 addnode=93.83.25.85:7788 addnode=82.246.47.198:7788 addnode=80.220.12.202:7788 addnode=61.174.239.236:7788 addnode=74.88.177.35:7788 addnode=89.93.16.199:7788 addnode=176.15.49.142:7788 addnode=115.207.173.185:7788 addnode=174.100.51.46:7788 addnode=211.93.43.59:7788 Please add from this http://www.q2c.cc/crawler/peer/ Ou thanks "it's move...it's alive, it's alive...."
|
|
|
|
|
miramare
|
|
January 29, 2014, 06:49:35 PM |
|
qbt.cpu-mine.net is often offline. What's the problem?
|
|
|
|
Lugren
Member
Offline
Activity: 119
Merit: 100
|
|
January 29, 2014, 06:57:30 PM |
|
qbt.cpu-mine.net is often offline. What's the problem?
use this alternate pool http://q2c.smalltimeminer.com/
|
|
|
|
krecu
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 29, 2014, 07:06:33 PM |
|
5 more days until reward halves. Can someone make countdown like this: http://doge.coinpoint.org/That would be great because reward halves every ~3 weeks. Ok I create simple in "about" page in few days!
|
|
|
|
gimkim
Newbie
Offline
Activity: 6
Merit: 0
|
|
January 29, 2014, 07:51:28 PM |
|
Is there something like rpc connection limit per wallet? I start my wallet with this config. rpcuser=xxx rpcpassword=yyy rpcallowip=* rpcport=7799 port=7788 server=1 And then I start my miners with this command. ./minerd -a qubit -o http://192.168.1.2:7799 -u xxx -p yyy I only able to connect 4 miners at a times. Since the 5th miners onward I will get an error like this. [2014-01-30 02:48:57] HTTP request failed: Operation timed out after 30001 milliseconds with 0 bytes received [2014-01-30 02:48:57] json_rpc_call failed, retry after 30 seconds
How do fix this, any advice? Thanks.
|
|
|
|
krecu
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 29, 2014, 07:56:38 PM |
|
Is there something like rpc connection limit per wallet? I start my wallet with this config. rpcuser=xxx rpcpassword=yyy rpcallowip=* rpcport=7799 port=7788 server=1 Good setting rpcuser=RPCUSERNAME rpcpassword=RPCUSERPASS rpcallowip=* rpcport=7788 server=1 daemon=1 gen=0 maxconnections=1000 rpcthreads=1000 addnode=78.46.95.28:8888 And then I start my miners with this command. ./minerd -a qubit -o http://192.168.1.2:7799 -u xxx -p yyy ./minerd -a qubit -o http://192.168.1.2:7799 -u xxx -p yyy -t zzz where ZZZ is count thread I only able to connect 4 miners at a times. Since the 5th miners onward I will get an error like this. [2014-01-30 02:48:57] HTTP request failed: Operation timed out after 30001 milliseconds with 0 bytes received [2014-01-30 02:48:57] json_rpc_call failed, retry after 30 seconds
How do fix this, any advice? Thanks. try alternative pool
|
|
|
|
aseron
Newbie
Offline
Activity: 26
Merit: 0
|
|
January 29, 2014, 07:58:45 PM |
|
Command is: rpcthreads which by default is 4 write in the config file "rptsthreads=10" (or 100 )
|
|
|
|
gimkim
Newbie
Offline
Activity: 6
Merit: 0
|
|
January 29, 2014, 08:06:33 PM Last edit: January 29, 2014, 09:04:12 PM by gimkim |
|
Solved by increasing rpcthreads. Thanks! One more question. How do I check the total Khash/s I'm getting from all of my connected miners? I throwed a hundred of CPU core in to this. But when I tried "gethashespersec" but it returned zero!?!?
|
|
|
|
krecu
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 29, 2014, 08:18:01 PM |
|
Restarted on 01/29/2014Hurry up to take his own! just distribution of 1,000 coins.
|
|
|
|
|
Franky2010
|
|
January 29, 2014, 10:46:26 PM |
|
Yes, is down....we need more good, stable pools!
|
|
|
|
Bigal
|
|
January 30, 2014, 12:31:02 AM |
|
Yes, is down....we need more good, stable pools! Sorry pool is being ddos.
|
|
|
|
rambobt
Member
Offline
Activity: 96
Merit: 10
ImmVRse | Disrupting the VR industry
|
|
January 30, 2014, 03:05:40 AM |
|
god,all pools down!!!
|
|
|
|
|