Pages:
Author

Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22] - page 31. (Read 1153678 times)

legendary
Activity: 1736
Merit: 1006
the rx 480 should get you around 160 Mkey/s

Do you have an rx480?  I have 4 and none of them are getting close to 160Mkey/s...

i have 2. sorry 2 of them get 160. so 96 for one is a good number..

i havent really used this program for awhile, the new drivers are busted.. it goes for about 15 minutes and just stops..

here is a screenshot.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
the rx 480 should get you around 160 Mkey/s

Do you have an rx480?  I have 4 and none of them are getting close to 160Mkey/s...
newbie
Activity: 19
Merit: 1
To all of you who is still having problems with random abortion, there's a "workaround" you can use to not have uncontrolled abortions while not in front of your PC:
I wrote myself a program which automatically presses the "[CTRL]+C"-Keys 2 times with 1 second delay between and then pressing the up-key combined enter. This is having a manually settable interval.
This works pretty good since all generated hashes are just a "probability" and every hash you hash could be the wanted hash and there's no difference between stopping and starting over and over again or letting it run.
If you can't believe it unseen just try it with something which achieves 50% after 5 to 10 minutes.
That's not a beautiful solution but this will prevent you from unpredictable driver crashes like I get when my oclvanitygen fails while using windows. Also it protects you from unwanted disruptions longer than the set interval.

Shout if you can't program this for windows yourself, then I'll provide a solution via github for you.


~Style
member
Activity: 70
Merit: 11
I run my gpu's headless rackmounted with my other servers, and the 4u's arent on sliders.  Too much of a hassle to drag an lcd out and install windows for testing, or to do a headless windows install and vnc or something.  Will build an amd pc eventually, im just an nvidia fan since the tdp is better.  I figured theres enough community to test amd from all the miners.  EDIT: And to clarify I don't have an AMD card to test right now.  Feel free to donate Smiley.
legendary
Activity: 1736
Merit: 1006
Show output of program using verbose flag -v

Got it work finaly : 86 Mkey/s sustained

the rx 480 should get you around 160 Mkey/s

im guessing the linux driver isnt setting the boost clock correctly?

you know you dont have to buy windows to use it.. you can download the "trial" from MS website and put it on usb with wintousb (they have a free version).
then you just mine with the unactivated windows..


member
Activity: 70
Merit: 11
Show output of program using verbose flag -v

Got it work finaly : 86 Mkey/s sustained

It was driver related?

Please post a solution.  Many have a problem with this card on linux.  Thank youm
legendary
Activity: 1382
Merit: 1122
ExploitAgency I'm intrigued. I'm trying to compile your fork on Linux Mint but I've only ever used vanitygen on Windows (Mainly because that's the only OS I was able to get it up and running on). Is there a quick guide somewhere with the commands we'll need in terminal? I'm definitely a total newb at this.

Edit: I'm just looking through your github and see some instructions. I'm definitely a newb.
newbie
Activity: 19
Merit: 0
Show output of program using verbose flag -v

Got it work finaly : 86 Mkey/s sustained
member
Activity: 70
Merit: 11
Show output of program using verbose flag -v
newbie
Activity: 19
Merit: 0
Hi Guys,

I have a Sapphire RX480 running on Ubuntu 16.04 making a poor 437.48 Kkey/s with oclvanitygen.

Don't understand why it is so slow.

I have installed AMDGPU-PRO Driver for Linux (as RX480 isnot supported with fglrx) and then (according to https://nastyfans.org/download/oclvanitygen.txt)

# get source and compile oclvanitygen
git clone https://github.com/samr7/vanitygen.git
cd vanitygen
wget https://nastyfans.org/download/patch-oclvanitygen-amd.diff
patch -p1 < patch-oclvanitygen-amd.diff
wget https://nastyfans.org/download/AMD-APP-SDK-v2.7-lib-lnx64.tar.gz
mkdir sdklib
tar -xzvf AMD-APP-SDK-v2.7-lib-lnx64.tar.gz -C sdklib
make oclvanitygen

# run oclvanitygen (from inside vanitygen directory)
env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -k 1Nasty
member
Activity: 70
Merit: 11
They worked for me... I don't know, I'm done testing as well, got stuff to do.

Try setting the grid size, I have a feeling that will help since it did with oclvanitygen and its running the same deal.


Anyone wanting to try it here:

https://www.sendspace.com/file/3bv2rh

This is NOT an official release and a very buggy testing release

One binary included does not have https support and one does, note: the binary without https support does not work with vanitypool as it does an https redirect for http requests. this is a result of attempting to upgrade some libraries and it being a late night

YOU MAY NEED TO INSTALL VS2015 runtime
https://www.microsoft.com/en-us/download/details.aspx?id=48145

and maybe vs2012 rt

I'm only putting this out here because maybe its what someone needs right now is just something that works.
newbie
Activity: 19
Merit: 1
Sry, I currently have exceeded my limit in pm's / hour. :/
So 1 message here:
I tried both variations you wrote to me in your last msg.
Both doesn't work.
The first just spams my console hard but both don't find or submit the shares.
newbie
Activity: 19
Merit: 1
Alright, i'm gonna test this.
But there's something I noticed instantly when running ocl with the specified device and grid... :
The displayed time needed to achieve 50% and the further percentages is roughly 4% lower than it is when running it without this commands. (You'll only notice that at larger times ~ > 1 week) I don't know how that comes to be o.O I'm very confused about that...
member
Activity: 70
Merit: 11
oclvanitygen.exe -v -1 -C BTC -o 1Donation.txt 1Donation -D 0:0,grid=2400x2400

Try adding -D 0:0,grid=2400x2400
or -D 0:1 whatever your GPU shows up as.

If it doesn't work drop to 1200x1200

See if it makes a change.

Global memory is odd, my tests don't show that.  Unfortunately I can't test GPU in a Windows VM no pass through, I just test GPU on Linux and OpenCL CPU on Windows VM...  Will have to eventually build a dedicated Windows box for testing...  Sigh.
newbie
Activity: 19
Merit: 1
ExploitAgency,

I further still get an CL_OUT_OF_RESOURCES error and the program aborts then. Also it shows "Global memory: 0" which is impossible Cheesy. Here some info, hope you fix that. Maybe the first thing fixes itself when you fix the issue with the max allocation.. Or the allocating routine has to be reworked I think.

Code:
\Desktop\vanitygen-plus-master\windows-binary>oclvanitygen.exe -v -1 -C BTC -o 1Donation.txt 1Donation
Generating BTC Address
Prefix difficulty:       50656515217834 1Donation
Difficulty: 50656515217834
Device: GeForce GTX 1080
Vendor: NVIDIA Corporation (10de)
Driver: 378.66
Profile: FULL_PROFILE
Version: OpenCL 1.2 CUDA
Max compute units: 20
Max workgroup size: 1024
Global memory: 0
Max allocation: -2147483648
OpenCL compiler flags: -DPRAGMA_UNROLL -cl-nv-verbose
Loading kernel binary 4d411eec673a46a80cfb6109eb38c8b2.oclbin
Grid size: 2560x4096
Modular inverse: 20480 threads, 512 ops each
Using OpenCL prefix matcher
GPU idle: 11.62%
GPU idle: 4.04%
GPU idle: 4.66%
GPU idle: 3.90%
GPU idle: 4.55%
GPU idle: 3.93%
GPU idle: 3.96%
GPU idle: 4.06%
GPU idle: 4.62%
GPU idle: 4.20%
GPU idle: 4.37%
GPU idle: 4.78%
GPU idle: 4.46%
GPU idle: 4.74%
GPU idle: 4.20%
GPU idle: 4.69%
GPU idle: 4.32%
GPU idle: 4.16%
GPU idle: 4.23%
GPU idle: 4.40%
GPU idle: 4.82%
GPU idle: 4.11%
GPU idle: 4.30%
GPU idle: 4.27%
GPU idle: 4.45%
GPU idle: 3.80%
GPU idle: 4.67%
GPU idle: 3.79%
GPU idle: 4.37%
GPU idle: 4.34%
GPU idle: 4.78%
GPU idle: 4.21%
GPU idle: 4.76%
GPU idle: 4.06%
GPU idle: 4.54%
GPU idle: 4.40%
GPU idle: 4.48%
GPU idle: 4.20%
GPU idle: 4.81%
GPU idle: 4.22%
GPU idle: 4.89%
GPU idle: 4.39%
GPU idle: 4.77%
GPU idle: 4.38%
GPU idle: 4.79%
GPU idle: 4.54%
GPU idle: 5.02%
GPU idle: 4.34%
GPU idle: 4.05%
GPU idle: 4.28%
GPU idle: 3.53%
GPU idle: 3.54%
GPU idle: 4.14%
GPU idle: 3.86%
GPU idle: 4.28%
GPU idle: 3.90%
GPU idle: 4.22%
GPU idle: 3.92%
GPU idle: 4.26%
GPU idle: 3.38%
GPU idle: 3.44%
GPU idle: 4.23%
GPU idle: 3.56%
GPU idle: 3.72%
GPU idle: 4.15%
GPU idle: 3.69%
GPU idle: 4.25%
GPU idle: 3.62%
GPU idle: 3.77%
GPU idle: 4.25%
GPU idle: 3.54%
GPU idle: 4.39%
GPU idle: 3.75%
GPU idle: 4.33%
GPU idle: 3.71%
GPU idle: 4.04%
GPU idle: 4.32%
GPU idle: 4.02%
GPU idle: 5.06%
GPU idle: 4.38%
GPU idle: 4.41%
GPU idle: 4.21%
GPU idle: 4.89%
GPU idle: 4.40%
GPU idle: 3.97%
GPU idle: 4.66%
GPU idle: 4.15%
GPU idle: 4.33%
GPU idle: 4.24%
GPU idle: 3.97%
GPU idle: 4.09%
GPU idle: 3.95%
GPU idle: 4.13%
GPU idle: 3.91%
GPU idle: 4.22%
GPU idle: 3.64%
GPU idle: 4.12%
GPU idle: 3.63%
GPU idle: 3.47%
GPU idle: 3.92%
GPU idle: 3.61%
GPU idle: 3.57%
GPU idle: 3.73%
GPU idle: 3.83%
GPU idle: 4.39%
GPU idle: 3.72%
GPU idle: 3.93%
GPU idle: 4.43%
GPU idle: 3.94%
GPU idle: 4.51%
GPU idle: 4.20%
GPU idle: 3.98%
GPU idle: 3.75%
GPU idle: 3.80%
GPU idle: 4.29%
GPU idle: 4.18%
GPU idle: 3.91%
GPU idle: 4.22%
GPU idle: 3.82%
GPU idle: 4.31%
GPU idle: 3.67%
GPU idle: 3.85%
GPU idle: 4.46%
GPU idle: 4.02%
GPU idle: 4.36%
GPU idle: 4.45%
GPU idle: 4.21%
GPU idle: 3.82%
GPU idle: 4.70%
GPU idle: 4.51%
GPU idle: 4.41%
GPU idle: 3.90%
GPU idle: 3.86%
GPU idle: 4.22%
GPU idle: 4.10%
GPU idle: 4.05%
GPU idle: 4.15%
GPU idle: 3.89%
GPU idle: 4.03%
GPU idle: 3.54%
GPU idle: 4.36%
GPU idle: 4.06%
GPU idle: 4.08%
GPU idle: 4.66%
GPU idle: 3.97%
GPU idle: 4.51%
GPU idle: 3.93%
GPU idle: 4.27%
GPU idle: 4.50%
GPU idle: 3.54%
GPU idle: 4.36%
GPU idle: 4.02%
GPU idle: 3.82%
GPU idle: 4.60%
GPU idle: 4.00%
GPU idle: 4.14%
GPU idle: 4.56%
GPU idle: 4.25%
GPU idle: 4.21%
GPU idle: 4.29%
GPU idle: 4.33%
GPU idle: 3.72%
GPU idle: 4.48%
GPU idle: 4.11%
GPU idle: 4.31%
GPU idle: 3.85%
GPU idle: 4.63%
GPU idle: 4.09%
GPU idle: 3.86%
GPU idle: 4.07%
GPU idle: 3.68%
GPU idle: 4.23%
GPU idle: 4.06%
GPU idle: 3.71%
GPU idle: 3.91%
GPU idle: 3.34%
GPU idle: 3.74%
GPU idle: 4.18%
GPU idle: 3.73%
GPU idle: 4.23%
GPU idle: 3.78%
GPU idle: 4.13%
GPU idle: 4.53%
GPU idle: 4.32%
GPU idle: 4.85%
GPU idle: 4.29%
GPU idle: 4.49%
GPU idle: 4.77%
GPU idle: 4.56%
GPU idle: 4.46%
GPU idle: 4.82%
GPU idle: 4.62%
GPU idle: 4.77%
GPU idle: 4.42%
GPU idle: 4.51%
GPU idle: 5.07%
GPU idle: 4.09%
GPU idle: 4.34%
GPU idle: 4.07%
GPU idle: 4.05%
GPU idle: 4.14%
GPU idle: 4.17%
GPU idle: 3.96%
GPU idle: 4.54%
GPU idle: 4.12%
GPU idle: 3.94%
GPU idle: 4.30%
GPU idle: 3.59%
GPU idle: 3.98%
GPU idle: 3.85%
GPU idle: 3.74%
GPU idle: 4.09%
GPU idle: 3.78%
GPU idle: 3.83%
GPU idle: 3.64%
GPU idle: 3.90%
GPU idle: 3.58%
GPU idle: 3.52%
GPU idle: 3.56%
GPU idle: 2.94%
GPU idle: 4.01%
GPU idle: 3.64%
GPU idle: 4.54%
GPU idle: 3.51%
GPU idle: 4.04%
GPU idle: 4.16%
GPU idle: 3.87%
GPU idle: 4.30%
GPU idle: 3.54%
GPU idle: 4.06%
GPU idle: 4.72%
GPU idle: 4.37%
GPU idle: 4.62%
GPU idle: 4.53%
GPU idle: 4.88%
GPU idle: 4.32%
GPU idle: 4.42%
GPU idle: 4.71%
GPU idle: 4.53%
GPU idle: 4.76%
GPU idle: 4.15%
GPU idle: 4.45%
GPU idle: 4.95%
GPU idle: 4.18%
GPU idle: 4.65%
GPU idle: 4.09%
GPU idle: 4.08%
GPU idle: 4.54%
GPU idle: 4.25%
GPU idle: 4.03%
GPU idle: 4.59%
GPU idle: 4.09%
GPU idle: 3.76%
GPU idle: 4.30%
GPU idle: 3.99%
GPU idle: 4.56%
GPU idle: 3.91%
GPU idle: 4.58%
GPU idle: 3.87%
GPU idle: 4.20%
GPU idle: 4.02%
GPU idle: 3.88%
GPU idle: 3.98%
GPU idle: 4.52%
GPU idle: 4.35%
GPU idle: 4.48%
GPU idle: 3.71%
GPU idle: 4.48%
GPU idle: 4.16%
GPU idle: 4.27%
GPU idle: 5.09%
GPU idle: 4.44%
GPU idle: 4.35%
GPU idle: 4.80%
GPU idle: 4.24%
GPU idle: 4.34%
GPU idle: 4.61%
GPU idle: 4.50%
GPU idle: 5.08%
GPU idle: 4.45%
GPU idle: 4.35%
GPU idle: 4.94%
GPU idle: 4.42%
GPU idle: 4.18%
GPU idle: 4.27%
GPU idle: 4.29%
GPU idle: 4.73%
GPU idle: 4.67%
GPU idle: 4.85%
GPU idle: 4.69%
GPU idle: 4.42%
GPU idle: 4.87%
GPU idle: 4.41%
GPU idle: 4.39%
GPU idle: 4.95%
GPU idle: 4.37%
GPU idle: 4.49%
GPU idle: 4.99%
GPU idle: 4.37%
GPU idle: 4.22%
GPU idle: 4.72%
GPU idle: 4.55%
GPU idle: 4.73%
GPU idle: 4.44%
GPU idle: 4.45%
GPU idle: 4.74%
GPU idle: 4.43%
GPU idle: 4.90%
GPU idle: 4.31%
GPU idle: 4.75%
GPU idle: 4.26%
GPU idle: 4.30%
GPU idle: 4.87%
GPU idle: 4.13%
GPU idle: 4.81%
GPU idle: 4.16%
GPU idle: 4.21%
GPU idle: 4.68%
GPU idle: 4.40%
GPU idle: 4.34%
GPU idle: 4.95%
GPU idle: 4.45%
GPU idle: 4.39%
GPU idle: 4.69%
GPU idle: 4.37%
GPU idle: 4.27%
GPU idle: 4.83%
GPU idle: 4.45%
GPU idle: 5.01%
GPU idle: 4.09%
GPU idle: 4.29%
GPU idle: 4.68%
GPU idle: 4.39%
GPU idle: 5.03%
GPU idle: 4.24%
GPU idle: 4.42%
GPU idle: 4.78%
GPU idle: 4.44%
GPU idle: 4.57%
GPU idle: 4.80%
GPU idle: 4.36%
GPU idle: 4.28%
GPU idle: 5.11%
GPU idle: 4.06%
GPU idle: 4.28%
GPU idle: 4.94%
GPU idle: 4.19%
GPU idle: 4.91%
GPU idle: 4.40%
GPU idle: 4.40%
GPU idle: 4.54%
GPU idle: 4.36%
GPU idle: 4.31%
GPU idle: 4.77%
GPU idle: 4.37%
GPU idle: 4.79%
GPU idle: 4.26%
GPU idle: 4.41%
GPU idle: 4.75%
GPU idle: 4.34%
GPU idle: 4.39%
GPU idle: 4.97%
GPU idle: 4.41%
GPU idle: 4.45%
GPU idle: 4.83%
GPU idle: 4.55%
GPU idle: 4.51%
GPU idle: 4.71%
GPU idle: 4.39%
GPU idle: 4.78%
GPU idle: 4.37%
GPU idle: 4.48%
GPU idle: 4.69%
GPU idle: 4.48%
GPU idle: 4.19%
GPU idle: 4.35%
GPU idle: 4.12%
GPU idle: 4.79%
GPU idle: 4.21%
GPU idle: 4.21%
GPU idle: 4.57%
GPU idle: 4.57%
GPU idle: 4.82%
GPU idle: 4.23%
GPU idle: 4.21%
GPU idle: 3.87%
GPU idle: 3.77%
GPU idle: 4.45%
GPU idle: 3.56%
GPU idle: 4.09%
GPU idle: 3.89%
GPU idle: 3.51%
GPU idle: 4.15%
GPU idle: 3.69%
GPU idle: 3.85%
GPU idle: 3.94%
GPU idle: 3.73%
GPU idle: 4.17%
GPU idle: 3.40%
GPU idle: 3.84%
GPU idle: 4.25%
GPU idle: 3.79%
GPU idle: 4.19%
GPU idle: 3.67%
GPU idle: 3.58%
GPU idle: 3.76%
GPU idle: 3.76%
GPU idle: 4.36%
GPU idle: 3.60%
GPU idle: 3.91%
GPU idle: 4.40%
GPU idle: 3.76%
GPU idle: 4.46%
GPU idle: 4.15%
GPU idle: 4.16%
GPU idle: 4.42%
GPU idle: 4.34%
GPU idle: 3.84%
GPU idle: 4.32%
GPU idle: 3.83%
GPU idle: 4.46%
GPU idle: 4.17%
GPU idle: 4.61%
GPU idle: 4.33%
GPU idle: 4.01%
GPU idle: 4.14%
GPU idle: 4.08%
GPU idle: 4.57%
GPU idle: 4.16%
GPU idle: 4.14%
GPU idle: 4.20%
GPU idle: 4.18%
GPU idle: 4.07%
GPU idle: 3.61%
GPU idle: 3.72%
GPU idle: 3.36%
GPU idle: 3.53%
GPU idle: 4.38%
GPU idle: 4.20%
GPU idle: 4.08%
GPU idle: 4.71%
GPU idle: 4.29%
GPU idle: 4.27%
GPU idle: 4.98%
GPU idle: 4.01%
GPU idle: 4.33%
GPU idle: 4.67%
GPU idle: 4.25%
GPU idle: 4.61%
GPU idle: 4.22%
GPU idle: 4.26%
GPU idle: 4.62%
GPU idle: 4.33%
GPU idle: 4.65%
GPU idle: 4.19%
GPU idle: 3.94%
GPU idle: 4.39%
GPU idle: 4.23%
GPU idle: 4.42%
GPU idle: 4.31%
GPU idle: 4.06%
GPU idle: 4.58%
GPU idle: 4.15%
GPU idle: 4.88%
GPU idle: 4.19%
GPU idle: 4.19%
GPU idle: 5.03%
GPU idle: 3.80%
GPU idle: 4.43%
GPU idle: 4.55%
GPU idle: 4.11%
GPU idle: 4.54%
GPU idle: 3.75%
GPU idle: 4.29%
GPU idle: 4.78%
GPU idle: 4.05%
GPU idle: 4.16%
GPU idle: 4.62%
GPU idle: 4.25%
GPU idle: 4.69%
GPU idle: 4.16%
GPU idle: 4.19%
GPU idle: 4.42%
GPU idle: 4.36%
GPU idle: 4.26%
GPU idle: 4.50%
GPU idle: 4.47%
GPU idle: 4.20%
GPU idle: 4.40%
GPU idle: 4.35%
GPU idle: 4.10%
GPU idle: 4.77%
GPU idle: 4.00%
GPU idle: 4.40%
GPU idle: 4.64%
GPU idle: 4.18%
GPU idle: 4.15%
GPU idle: 4.57%
GPU idle: 3.87%
GPU idle: 4.47%
GPU idle: 4.14%
GPU idle: 4.17%
GPU idle: 4.39%
GPU idle: 4.26%
GPU idle: 4.11%
GPU idle: 4.40%
GPU idle: 4.20%
GPU idle: 4.69%
GPU idle: 4.08%
GPU idle: 4.08%
GPU idle: 3.86%
GPU idle: 3.90%
GPU idle: 3.98%
GPU idle: 3.68%
GPU idle: 4.03%
GPU idle: 4.14%
GPU idle: 4.11%
GPU idle: 4.32%
GPU idle: 4.30%
GPU idle: 5.02%
GPU idle: 4.21%
GPU idle: 4.82%
GPU idle: 4.42%
GPU idle: 4.63%
GPU idle: 4.23%
GPU idle: 4.21%
GPU idle: 4.84%
GPU idle: 4.10%
GPU idle: 4.48%
GPU idle: 4.75%
GPU idle: 4.44%
GPU idle: 4.78%
GPU idle: 4.26%
GPU idle: 4.38%
GPU idle: 4.93%
GPU idle: 4.19%
GPU idle: 4.02%
GPU idle: 4.37%
GPU idle: 3.78%
GPU idle: 4.55%
GPU idle: 3.87%
GPU idle: 4.01%
GPU idle: 4.35%
GPU idle: 3.99%
GPU idle: 3.67%
GPU idle: 4.18%
GPU idle: 3.93%
GPU idle: 4.03%
GPU idle: 3.83%
GPU idle: 3.65%
GPU idle: 4.14%
GPU idle: 4.04%
GPU idle: 4.24%
GPU idle: 3.95%
GPU idle: 4.30%
GPU idle: 3.74%
GPU idle: 3.98%
GPU idle: 3.78%
GPU idle: 3.54%
GPU idle: 4.43%
GPU idle: 4.13%
GPU idle: 4.20%
GPU idle: 4.62%
GPU idle: 4.01%
GPU idle: 4.40%
GPU idle: 4.57%
GPU idle: 3.88%
GPU idle: 4.45%
GPU idle: 3.83%
GPU idle: 4.17%
GPU idle: 4.82%
GPU idle: 4.47%
GPU idle: 4.26%
GPU idle: 4.98%
GPU idle: 4.44%
GPU idle: 4.86%
GPU idle: 4.41%
GPU idle: 4.25%
GPU idle: 4.72%
GPU idle: 4.08%
GPU idle: 4.96%
GPU idle: 4.05%
GPU idle: 4.56%
GPU idle: 4.75%
GPU idle: 4.27%
GPU idle: 4.31%
GPU idle: 4.60%
GPU idle: 4.36%
GPU idle: 4.83%
GPU idle: 4.26%
GPU idle: 4.15%
GPU idle: 4.43%
GPU idle: 4.34%
GPU idle: 4.59%
GPU idle: 4.32%
GPU idle: 4.21%
GPU idle: 4.62%
GPU idle: 4.22%
GPU idle: 3.89%
GPU idle: 4.64%
GPU idle: 4.22%
GPU idle: 4.06%
GPU idle: 4.29%
GPU idle: 4.22%
GPU idle: 4.66%
GPU idle: 4.37%
GPU idle: 4.15%
GPU idle: 4.56%
GPU idle: 4.22%
GPU idle: 4.76%
GPU idle: 4.39%
GPU idle: 4.12%
GPU idle: 4.78%
GPU idle: 4.36%
GPU idle: 4.20%
GPU idle: 4.86%
GPU idle: 4.20%
GPU idle: 4.35%
GPU idle: 4.74%
GPU idle: 4.30%
[68.18 Mkey/s][total 491656314880][Prob 1.0%][50% in 5.9d]                     clWaitForEvents(NDRange,1): CL_OUT_OF_RESOURCES
GPU idle: 1.73%
clEnqueueMapBuffer(4): CL_INVALID_COMMAND_QUEUE
ERROR: Could not map row buffer for slot 0
ERROR: allocation failure?
vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeForce GTX 1080 (Device 0).

vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeForce GTX 1080 (Device 0).

vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeForce GTX 1080 (Device 0).


C:\Users\
newbie
Activity: 19
Merit: 1
ExploitAgency,

you have to make another improvement.
You should replace the parameter "-1" with a parameter "-X" or so (choose an unused letter). That I can specify something like 5 hits and then stop.
Currently I only have the possibility of choosing 1 or permanent run. That's a bit...  dumb.. Cheesy
So why not simply make it right. no parameter = 1, with parameter = the choosen amount, with parameter 0 = permanent run. With this construction you also could get rid of the -k parameter by fusing it into this option and provide a maximum of possible runs using an unsigned long or int.

I think that's a very practical but also important improvement for the user control of the program.

Think about it.


~ Style
legendary
Activity: 1736
Merit: 1006
It was Aarsons6 who asked for a copy of vanityminer but I can test that for you for sure aswell, no problem you're welcome. Smiley
I pm you.

yeah but you were saying it doesnt work, and i tested it and it does indeed not work.. so maybe he can fix it. Smiley
newbie
Activity: 19
Merit: 1
It was aarons6 who asked for a copy of vanityminer but I can test that for you for sure aswell, no problem you're welcome. Smiley
I pm you.
member
Activity: 70
Merit: 11
Excellent thanks.  Will try to get out a copy of oclvanityminer soon for you to test.  Pm me your email address if you dont mind or i can contact you here.
newbie
Activity: 19
Merit: 1
Downloading from the releases page which doesnt download any source just the binaries worked.
Pages:
Jump to: