Show Posts
|
Pages: [1]
|
  Introducing Hash Grease  In true Bitcoin style, I am taking pre-orders. Delivery expected September. Spray your USB and Ethernet cables to your mining rigs, and get at least 10% extra hashing power! Spray your mining rigs, to reduce heat, and hashing errors! CPU, GPU and FPGA compatible. ASIC ready. Approved by all good ASIC manufacturers. Just BTC0.99 per can.Also available: Reduce hashing jitter! Green marker pen to highlight the edges of your rigs. Just BTC0.50 
|
|
|
cgminer is only finding single gpu #:~$ aticonfig --lsa * 0. 01:00.0 AMD Radeon HD 7900 Series 1. 07:00.0 AMD Radeon HD 7900 Series #:~$ cgminer -n [2013-06-15 15:35:36] CL Platform 0 vendor: Advanced Micro Devices, Inc. [2013-06-15 15:35:36] CL Platform 0 name: AMD Accelerated Parallel Processing [2013-06-15 15:35:36] CL Platform 0 version: OpenCL 1.2 AMD-APP (1113.2) [2013-06-15 15:35:36] Platform 0 devices: 1 [2013-06-15 15:35:36] 0 Tahiti [2013-06-15 15:35:36] 1 GPU devices max detected From my research, it seems to be a known problem with OpenCL and Xinerama. This is a 4 monitor workstation, and I need to have Xinerama switched on. Most of the info I have found is old. Are there any fixes?
|
|
|
SOLD
I'm selling my 1-500 KNCMiner account. Yes the account! Plus you get the .com domain name I used to register it.
There are 4 pre-order places. It should be good for at least 3 Jupiters and 1 Saturn.
Why? Well, I inadvertently typed my email address in wrongly. I asked KNC to correct it, but I didn't get an e-mail reply, so as .coms can be bought cheaply, I ordered the incorrectly spelt domain, which has free e-mail redirection
Offers on this thread please. I will leave it open 24 hours. The winning bidder must pay Bitcoins. Escrow is ok. I will send you the username & password plus redirect the e-mail to your address. Once you have made your own order in my account, and you get conformation after the 7 days is up with your true order placement, we will settle the escrow. If for any reason you don't get 4 orders within the 500, we will agree on a reduced fee accordingly.
|
|
|
If you use Business Accounts software, does it support BTC?
Mine didn't until I raised a support ticket and asked them. Two days later Kashflow added it to their cloud platform. Pretty cool, although unfortunately they don't support multi-currency bank accounts yet. I made the suggestion they add a wallet option for official business use. Then you can reconcile the accounts properly, just like your fiat bank. They are thinking about it.
|
|
|
I'm trying to set up a p2pool server. When I run p2pool (using version from git) I get this: Error getting work from bitcoind: 2013-05-08 16:04:22.096934 > Traceback (most recent call last): 2013-05-08 16:04:22.096992 > File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in _runCallbacks 2013-05-08 16:04:22.097046 > current.result = callback(current.result, *args, **kw) 2013-05-08 16:04:22.097098 > File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1126, in gotResult 2013-05-08 16:04:22.097151 > _inlineCallbacks(r, g, deferred) 2013-05-08 16:04:22.097201 > File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks 2013-05-08 16:04:22.097254 > result = result.throwExceptionIntoGenerator(g) 2013-05-08 16:04:22.097304 > File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator 2013-05-08 16:04:22.097356 > return g.throw(self.type, self.value, self.tb) 2013-05-08 16:04:22.097406 > --- <exception caught here> --- 2013-05-08 16:04:22.097456 > File "/home/p2pool/p2pool/p2pool/util/deferral.py", line 41, in f 2013-05-08 16:04:22.097506 > result = yield func(*args, **kwargs) 2013-05-08 16:04:22.097556 > File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks 2013-05-08 16:04:22.097610 > result = result.throwExceptionIntoGenerator(g) 2013-05-08 16:04:22.097660 > File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator 2013-05-08 16:04:22.097713 > return g.throw(self.type, self.value, self.tb) 2013-05-08 16:04:22.097763 > File "/home/p2pool/p2pool/p2pool/bitcoin/helper.py", line 36, in getwork 2013-05-08 16:04:22.097814 > work = yield go() 2013-05-08 16:04:22.097863 > File "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks 2013-05-08 16:04:22.097915 > result = result.throwExceptionIntoGenerator(g) 2013-05-08 16:04:22.097965 > File "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator 2013-05-08 16:04:22.098017 > return g.throw(self.type, self.value, self.tb) 2013-05-08 16:04:22.098066 > File "/home/p2pool/p2pool/p2pool/util/jsonrpc.py", line 133, in _http_do 2013-05-08 16:04:22.098117 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None)) 2013-05-08 16:04:22.098168 > p2pool.util.jsonrpc.NarrowError: -10 Bitcoin is downloading blocks...
I noticed, port 8332 is only available on ipv6. Is this the problem? # netstat -lptu Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:8333 *:* LISTEN 6459/bitcoind tcp6 0 0 [::]:8332 [::]:* LISTEN 6459/bitcoind tcp6 0 0 [::]:8333 [::]:* LISTEN 6459/bitcoind
|
|
|
|