Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dwrjones87

Pages: [1]
1
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 22, 2014, 11:41:37 am »
Tried it a few times with both ypool username and password and my PTS address for beeeeer. Same

It does not work on ypool. for ypool try my other miner: https://bitsharestalk.org/index.php?topic=2460.0

About beeeeer.org, please can you post or private message me the exact command line parameters you are using?

I think I should pay more attention to what I'm typing in in the future. It is working now thanks :) Now I've just got to get a decent graphics card.....

2
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 20, 2014, 09:10:27 pm »
Tried it a few times with both ypool username and password and my PTS address for beeeeer. Same

3
BitShares PTS / Re: OpenCL GPU miner by girino for ypool.net
« on: January 20, 2014, 08:10:34 am »
Link for the linux x64 binary isn't working

4
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 20, 2014, 07:33:09 am »
I've a CPU miner running that connects to both just fine, and my firewall allows outgoing connections

5
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 19, 2014, 10:51:27 pm »
Only beeer works

Won't connect to there either

Quote
./ptsminer -u * -a gpuv3 -d 0 -m 25 -t 1
*********************************************************
*** GPU PTS miner by girino v0.2.1 Alpha 2 <experimental>
*** based on Pts Pool Miner v0.7 RC2 <experimental>
*** by xolokram/TB - www.beeeeer.org - glhf
***
*** GPU support and performance improvements by girino
***    if you like, donate: 
***    PTS: PkyeQNn1yGV5psGeZ4sDu6nz2vWHTujf4h 
***    BTC: 1GiRiNoKznfGbt8bkU1Ley85TgVV7ZTXce 
*** thanks to wjchen for SSE4 improvements.
***
*** press CTRL+C to exit
*********************************************************
using GPU
Available devices:
Platform 00: AMD Accelerated Parallel Processing
  Device 00: Pitcairn
  Device 01: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
Adjusting num threads to match device list: 1
Initializing GPU...
Initing device 0.
Starting OpenCLMomentum V3
Device 00: Pitcairn
Max work group size: 256
Device 0 Inited.
All GPUs Initialized...
spawning 1 worker thread(s)
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 54.201.26.128:1337
no connection to the server, reconnecting in 10 seconds

6
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 19, 2014, 10:31:46 pm »
Code: [Select]
./ptsminer -u ***** -p ***** -a gpu -d 0 -o mining.ypool.net -q 10034 -m 27 -t 1
*********************************************************
*** GPU PTS miner by girino v0.2.1 Alpha 2 <experimental>
*** based on Pts Pool Miner v0.7 RC2 <experimental>
*** by xolokram/TB - www.beeeeer.org - glhf
***
*** GPU support and performance improvements by girino
***    if you like, donate: 
***    PTS: PkyeQNn1yGV5psGeZ4sDu6nz2vWHTujf4h 
***    BTC: 1GiRiNoKznfGbt8bkU1Ley85TgVV7ZTXce 
*** thanks to wjchen for SSE4 improvements.
***
*** press CTRL+C to exit
*********************************************************
using GPU
Available devices:
Platform 00: AMD Accelerated Parallel Processing
  Device 00: Pitcairn
  Device 01: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
Adjusting num threads to match device list: 1
Initializing GPU...
Initing device 0.
Starting OpenCLMomentum V4
Device 00: Pitcairn
Max work group size: 256
ERROR: -61, CL_INVALID_BUFFER_SIZE, if size is 0.Implementations may return CL_INVALID_BUFFER_SIZE if size is greater than the CL_DEVICE_MAX_MEM_ALLOC_SIZE value specified in the table of allowed values for param_name for clGetDeviceInfo for all devices in context.
ptsminer: OpenCLObjects.cpp:373: OpenCLBuffer* OpenCLContext::createBuffer(size_t, cl_mem_flags, void*): Assertion `_MY_ERR_X == 0' failed.
Aborted (core dumped)

I have used all of the gpuv options, and none of them work. Looking in to it it would seem my graphics card only has 1GB of VRAM, although I do have 16GB of system RAM. For some reason I though it was 3 :S

You might try -gpuv3 -m 26. This works for me on my old Geforce board. Seems that some cards do not allow to alloc contigous space of more than 512 MB. gpuv3 does not use any extra memory besides the hash table, so using it with -m 26 should guarantee you are bellow 512 Mb.

if 26 does not work, try 25. I do not recommend less that that, since it will become very inefficient.

That's the mining working with 25 now thanks :)

However, it doesn't seem able to connect to any pools...

7
BitShares PTS / Re: Open source OpenCL GPU miner by girino
« on: January 19, 2014, 07:39:56 pm »
Code: [Select]
./ptsminer -u ***** -p ***** -a gpu -d 0 -o mining.ypool.net -q 10034 -m 27 -t 1
*********************************************************
*** GPU PTS miner by girino v0.2.1 Alpha 2 <experimental>
*** based on Pts Pool Miner v0.7 RC2 <experimental>
*** by xolokram/TB - www.beeeeer.org - glhf
***
*** GPU support and performance improvements by girino
***    if you like, donate: 
***    PTS: PkyeQNn1yGV5psGeZ4sDu6nz2vWHTujf4h 
***    BTC: 1GiRiNoKznfGbt8bkU1Ley85TgVV7ZTXce 
*** thanks to wjchen for SSE4 improvements.
***
*** press CTRL+C to exit
*********************************************************
using GPU
Available devices:
Platform 00: AMD Accelerated Parallel Processing
  Device 00: Pitcairn
  Device 01: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
Adjusting num threads to match device list: 1
Initializing GPU...
Initing device 0.
Starting OpenCLMomentum V4
Device 00: Pitcairn
Max work group size: 256
ERROR: -61, CL_INVALID_BUFFER_SIZE, if size is 0.Implementations may return CL_INVALID_BUFFER_SIZE if size is greater than the CL_DEVICE_MAX_MEM_ALLOC_SIZE value specified in the table of allowed values for param_name for clGetDeviceInfo for all devices in context.
ptsminer: OpenCLObjects.cpp:373: OpenCLBuffer* OpenCLContext::createBuffer(size_t, cl_mem_flags, void*): Assertion `_MY_ERR_X == 0' failed.
Aborted (core dumped)

I have used all of the gpuv options, and none of them work. Looking in to it it would seem my graphics card only has 1GB of VRAM, although I do have 16GB of system RAM. For some reason I though it was 3 :S

Pages: [1]