Bitcoin Forum
May 04, 2024, 08:53:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 »
1221  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 14, 2010, 04:25:33 PM
Jim, I don't know where to help from here. Two other people have OpenCL support on their Nvidia card, and still can't get it to work. Without having a set in front of me, it's hard to troubleshoot it. I do have an Nvidia card, same one as you just about, but I don't know if I'm going to swap it out to test. I'm sure our set up varies greatly and I don't know if I would be able to make any beneficial advancements doing it, sorry.

It's ok.  I'm sure something awesome will come out, but I'm happy to test this for momchil.  thought my 8800 would have OpenCL support but it doesn't.  Thanks anyway.
1222  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 14, 2010, 01:11:03 AM
ok , i have no opencl support (see image)  Sad Sad Sad Sad Sad Sad Sad Sad Sad Sad Sad
1223  Bitcoin / Bitcoin Discussion / Re: e-gold scariness on: October 13, 2010, 08:57:00 PM
This could be a solution to working offshore.

http://ecoble.com/2007/11/18/250000-bottles-amazing-recycled-mexican-island-paradise/
1224  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 07:48:39 PM
I went home for lunch and I am physically at my computer...back to work for me.  I have not tried puddinpop's client.
1225  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 07:27:21 PM
bitcoin-getwork-svn166-win32.7z - with key pool support (see SVN)

poclbm_py2exe.7z - this is the miner, packed with py2exe. Must be able to run without installing python, PyOpenCL, boost etc. Needs only ATI Stream SDK. Windows only. See command line options with -h to change your

The miner itself has been improved slightly, doing first 3 sha256 rounds in python. http://github.com/m0mchil/poclbm/


OMG!  Thx david and momchil!  I was about to give up...gonna try it when I get home.


I get this error:

Code:

C:\Users\Bitcoin GPU\Desktop\poclbm_py2exe>poclbm
Traceback (most recent call last):
  File "poclbm.py", line 40, in <module>
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code

[\code]
1226  Bitcoin / Bitcoin Discussion / e-gold scariness on: October 13, 2010, 05:48:47 PM
http://en.wikipedia.org/wiki/E-gold

In 2007 the proprietors of the e-gold service were indicted by the United States Department of Justice  on four counts of violating money laundering regulations. In July 2008 the company and its three directors pleaded guilty to charges of "conspiracy to engage in money laundering" and the "operation of an unlicensed money transmitting business" in the U.S. District Court for D.C.[1] The company faces fines of $3.7 million.
1227  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 04:51:51 PM
I have an nVidia card...I hope I can install the nVidia sdk instead of the ati sdk. (Fingers crossed)
1228  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 04:26:08 PM
bitcoin-getwork-svn166-win32.7z - with key pool support (see SVN)

poclbm_py2exe.7z - this is the miner, packed with py2exe. Must be able to run without installing python, PyOpenCL, boost etc. Needs only ATI Stream SDK. Windows only. See command line options with -h to change your

The miner itself has been improved slightly, doing first 3 sha256 rounds in python. http://github.com/m0mchil/poclbm/


OMG!  Thx david and momchil!  I was about to give up...gonna try it when I get home.
1229  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 01:09:45 AM
I completely misunderstood you sorry.

So you did not compile the dll's yourself for boost? So you might have a problem with your boost path.

What happens when you run the bootstrap in the boost directory?

Then here is what I used to build the boost libraries after bootstrapping:

Code:
bjam.exe toolset=msvc --with-python --with-date_time --with-thread threading=multi link=shared

That then created a directory starting from c:/boost called C:\boost\stage\lib that had the dll's in it, and is how I pointed it inside my site.conf

Then I copied those dll's over. I am wondering if the dll's you downloaded aren't the right ones or don't have all the right flags or something.


I believe I have the right flags.  In the installer I picked msvc 2008, python, date time, and thread.  There is no option for threading or link.
1230  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 13, 2010, 01:04:23 AM
I did not do the bootstrap methon.  I used the win installer with the precompiled binaries from here http://www.boostpro.com/download/ (that was what the boost site said to do). 

I reinstalled Python26, Numpy, SciPi, and boost 1_39.  I copied all the dlls into the same folder as poclmb.py. 

Still same error.

Hmmm...
1231  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 12, 2010, 08:05:39 PM
I went home for lunch to debug but now I am at work. I am hardcore to get this to work.  Will work in it tonite.
1232  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 12, 2010, 07:40:46 PM
Awesome, so you got it working with a CUDA card?

Specs and hash rate?


Oh, not yet...sorry if it sounded like I declared victory too early.  I still get:

Code:
ImportError: DLL load failed: The specified module could not be found.

Any ideas?
1233  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 12, 2010, 07:24:20 PM
Post your boost version, siteconf, and os. Should be able to help you more from there. Make sure you grabbed the right dll's because several of them are named close.

I am using Windows Vista 64-bit.  I used boost 1.44, but there was an error so I actually downloaded the binary versions of "boost_python-vc90-mt-1_44.dll" and "boost_thread-vc90-mt-1_44.dll". I used all 32-bit installations for compatibility.  Below is siteconf.py.  I was able to run "python setup.py install" ok without errors.

Code:
BOOST_INC_DIR = ['C:\\boost_1_44_0']
BOOST_LIB_DIR = ['C:\\boost_1_44_0\\lib']
BOOST_COMPILER = 'msvc'
BOOST_PYTHON_LIBNAME = ['boost_python-vc90-mt-1_44']
USE_SHIPPED_BOOST = False
CL_TRACE = False
CL_ENABLE_GL = False
CL_INC_DIR = ['C:\\Program Files (x86)\\NVIDIA GPU Computing Toolkit\\CUDA\\v3.2\\include']
CL_LIB_DIR = ['C:\\Program Files (x86)\\NVIDIA GPU Computing Toolkit\\CUDA\\v3.2\\lib\\Win32']
CL_LIBNAME = ['OpenCL']
CXXFLAGS = ['/EHsc', '/DBOOST_PYTHON_NO_PY_SIGNATURES']
LDFLAGS = ['/FORCE']

Thanks for your help!  Smiley

1234  Bitcoin / Mining software (miners) / Re: OpenCL miner for the masses on: October 12, 2010, 05:29:30 AM
hey, it's me .. again ...

python poclbm.py -->

Code:
Traceback (most recent call last):
  File "poclbm.py", line 5, in <module>
    import pyopencl as cl
  File "C:\Python26\lib\site-packages\pyopencl-0.92-py2.6-win32.egg\pyopencl\__init__.py", line 3, in <module>
    import pyopencl._cl as _cl
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
Seems like a DLL is missing.

Copy your boost_python-vc90-mt-1_44.dll and boost_thread-vc90-mt-1_44.dll that you compiled with boost earlier directly into your directory where you are running poclbm.py from.

I don't speak German, but that looks like what it is saying to me.


I also get this error.  I tried copying boost_python-vc90-mt-1_44.dll and boost_thread-vc90-mt-1_44.dll directly into the directory where I am running poclbm.py but it has the same error (see below).  I copied it into Windows\System32 but still same error.  Any ideas???

Code:
C:\bitcoin_miner>python poclbm.py
Traceback (most recent call last):
  File "poclbm.py", line 5, in <module>
    import pyopencl as cl
  File "C:\Python26\lib\site-packages\pyopencl-0.92-py2.6-win32.egg\pyopencl\__i
nit__.py", line 3, in <module>
    import pyopencl._cl as _cl
ImportError: DLL load failed: The specified module could not be found.
1235  Economy / Marketplace / Re: paypal dropped mtgox on: October 10, 2010, 03:49:10 PM
Thx for the update.  Bitcoin will take over PayPal anyway.
1236  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: October 09, 2010, 05:53:44 PM
I downloaded the client but don't know how to get to the casino or use bitcoins.
1237  Economy / Gambling / Re: Dragon's Tale - a Massively Multiplayer Online RPG/Casino on: October 09, 2010, 05:01:55 PM
I suggest downloading the client sooner than later since it is 245 MB.
1238  Economy / Marketplace / Re: Selling 50,000+ BTC at $0.04/BTC on: October 08, 2010, 03:07:11 AM

Um, isn't it more like "the dangers of using the USPS"? Do you have evidence that the contents had any role whatsoever in the undeliverability?

I think any postal service would have some sort of danger to it, but maybe USPS has the highest percentage of lost mail.  It is dangerous to mail cash because the chance of misdirection, theft, etc.  There is a chance you could lose your money.  If I didn't put a return address on it my cash could be anywhere by now.
1239  Bitcoin / Bitcoin Discussion / BitcoinBlogger.com - The Dangers of Mailing Cash on: October 08, 2010, 02:17:04 AM
Confused!  Huh Huh Huh

http://www.bitcoinblogger.com/2010/10/dangers-of-mailing-cash.html
1240  Economy / Marketplace / Re: Selling 50,000+ BTC at $0.04/BTC on: October 08, 2010, 02:09:47 AM
I made a bitcoinblogger post about this... Undecided

http://www.bitcoinblogger.com/2010/10/dangers-of-mailing-cash.html
Pages: « 1 ... 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [62] 63 64 65 66 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!