Bitcoin Forum
July 05, 2025, 08:45:45 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Invites & Accounts / Selling empornium.sx, HDBits.org, Passthepopcorn.me and broadcasthe.net on: June 18, 2017, 04:12:50 PM
Account hacked.
2  Bitcoin / Bitcoin Discussion / Cyprus University Chief wants Cyprus to be a world leader for Bitcoin on: December 11, 2013, 01:00:30 AM
Dr. Christos Vlachos, the Nicosia University Chief Financial Officer is interviewed on the Keiser Report.

The interview starts here:
http://www.youtube.com/watch?feature=player_detailpage&v=tZDmpiSdTTk#t=753


Check this out: He is partitioning the Cyprus government to become a world leader for Bitcoin.
http://www.youtube.com/watch?feature=player_detailpage&v=tZDmpiSdTTk#t=1353
3  Other / Off-topic / Hash Grease on: June 22, 2013, 07:25:30 PM


Introducing Hash Grease  Cool

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

 Grin Grin Grin
4  Bitcoin / Mining support / cgminer is only finding single gpu on: June 15, 2013, 02:42:25 PM
cgminer is only finding single gpu


Code:
#:~$ aticonfig --lsa
* 0. 01:00.0 AMD Radeon HD 7900 Series
  1. 07:00.0 AMD Radeon HD 7900 Series


Code:
#:~$ 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?
5  Economy / Invites & Accounts / Selling my KNC [1-500] Account + the .COM domain it's registered under. [SOLD] on: June 06, 2013, 03:11:00 PM
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.
6  Bitcoin / Bitcoin Discussion / Business Accounts Software - ask them to add BTC on: May 14, 2013, 04:05:18 PM
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.
7  Bitcoin / Pools / p2pool setup errors & IPv6 on: May 08, 2013, 04:09:17 PM
I'm trying to set up a p2pool server.  When I run p2pool (using version from git) I get this:


Code:
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?

Code:
# 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   
8  Bitcoin / Bitcoin Discussion / Banks trying to pull the rug from under us on: April 28, 2013, 12:23:10 AM
Exchanges can no longer get UK Bank accounts now.
Most recently TransferWise has been forced to stop any funds going to Bitcoin: http://transferwise.com/blog/2013-04/notice-to-bitcoin-users-april-2013

And now I read Canada is the same:
http://blogs.windsorstar.com/2013/04/27/bitcoins-real-world-problem-virtual-currency-facing-bank-backlash-in-canada/

I also heard there were problems in France.

Is this going to be a continuing trend?  What is the solution?  Ripple or some other P2P exchange?
9  Economy / Digital goods / Brand New DVD Boxset: 24 - Complete Season 1-8 (UK Only) on: April 20, 2013, 01:35:00 PM


This is still sealed.


£64.95 in Amazon http://www.amazon.co.uk/24-Complete-Season-Redemption-Packaging/dp/B005MX5MQW/ref=sr_1_1?ie=UTF8&qid=1366464250

0.55 Bitcoins. includes post to UK.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!