Bitcoin Forum
June 20, 2024, 06:42:07 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: February 22, 2015, 04:29:39 PM
quick question, i installed ubuntu, installed drivers, and folowed the guide i posted before.

Why ubuntu cant see i have 2 or 4 vga? Is there any driver im missing?
Im not thinking in oclvanity, im wondering why ubuntu cant detect i have more than 1 vga plugged in... its odd :/
2  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: February 17, 2015, 01:05:24 AM
Try looking this thread : Find Graphics Card/Driver Details.

   ~~MZ~~

i did all the commands there, im not sure which sentence of all the 200 lines that gaves me back, its the correct that says how much cpu my mother can see. (i send you a pm)

as far as i can see, my pc only detects one vga

env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 1 -i 1Nasty
Difficulty: 15956296
Invalid device specifier '1'
Could not open device '1', ignoring
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Tahiti
  1: [AuthenticAMD] AMD Athlon(tm) II X2 270 Processor

the -D 0:0 it works. but the others dont... :/

i installed a program called lshw-gtk  that shows all the hardware in the pc, and i can only see 1 vga i think.
3  Economy / Service Discussion / Re: Is there a freelance site that pays out in Bitcoin ? on: February 05, 2015, 11:47:36 PM
thanks... i feel bad for so few options in this 4 years.
the other 2 are not working, i found them in the forum several times.
im gona check that one thanks. Feels bad nobody pays in bitcoin.... i cant get dolars in my country from outside.

Thanks.
4  Economy / Service Discussion / Is there a freelance site that pays out in Bitcoin ? on: February 03, 2015, 02:23:32 AM
the last post i search of this topic where on 2011, so im posting again.
Anybody knows? sites that WORK, not the old ones please.
Im working in graphic design

PD: sorry for my english, thanks for your time.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Storj - Decentralized Storage on: January 14, 2015, 03:37:59 AM
quick question, since i dont understand this well.

The nodes are people that are going to give space of the hard drive, so the net puts the file encrypted in them, right?
how much does someone gets pay?
Imagine i have a 4 TB HDD, i want to know where i can see the , earnings of putting that in storj, by month

Sorry if it is a noob question.

edit: i found this http://driveshare.org/ but it says i will earn, like for 1TB, some services gives me 60 dolares each month? o.O is that real what im reading???
6  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: January 13, 2015, 02:35:26 AM
tried this: env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -D 0:1 -D 0:2 -D 0:3 -k 1Nastyyy

didn't work also. Same problem. ( i always right -D , i made a mistake in the post )
if i try this:
env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:1 -k 1Nastyyy
it starts using the CPU   :s
im gonna try to detect the vgaÇ

EDIT: ~/vanitygen $ glxinfo | grep OpenGL
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon R9 200 Series                          
OpenGL core profile version string: 4.3.12798 Core Profile Context 13.35.1005
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.12798 Compatibility Profile Context 13.35.1005
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:

dont understand but i see "r9 200" there... but only 1?

if i omit -D 0:1 like this:
~/vanitygen $ env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -D 0:2 -D 0:3 -k 1Nastyyy
Difficulty: 873388193410
Could not open device '0:2', ignoring
Could not open device '0:3', ignoring
[26.81 Mkey/s][total 222298112][Prob 0.0%][50% in 6.3h]

u.u starting to hate linux
7  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: January 10, 2015, 09:05:45 PM
~/vanitygen $ env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -d 0:1 -d 0:2 -d 0:3 -k 1Nasty
Difficulty: 259627881
Pattern: 1Nasty                                                               
Address: 1Nastyf64qw5xXuBD6ybVLvTVhncLmU9zb
Privkey: 5JizejJoHntiZbG6JHofV97559RjeeYGbHKAwUj63tNrMrMpWri
[25.01 Mkey/s][total 96468992][Prob 9.2%][50% in 6.2s][Found 1]                ^C
~/vanitygen $

didn't work still the program sees 1 vga only.

i did this to see what the programs sees:
~/vanitygen $ env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -d 3:1 -k 1Nasty
Difficulty: 259627881
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Tahiti
  1: [AuthenticAMD] AMD Athlon(tm) II X2 270 Processor
~/vanitygen $

it sees 1 vga only? :/

Did you check the drivers? Is everything updated? Does your PC detects 3 VGAs?

   ~~MZ~~

(they are not in crossfire, i will try to install drivers again i think ). I dont know how to check in linux if the pc reads 4 vga. Is there any program for that? like... aida64? but for linux :p
i followed the guide in page 75, meaby is something wrong wrriten here:

# This is the procedure to get oclvanitygen running with AMD Raedon 7xxx
# on a fresh install of Ubuntu 64-bit. (tested with Ubuntu 12.04 and 14.04)

# install tools, dependencies and driver
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) restricted"
sudo apt-get update
sudo apt-get install build-essential git libssl-dev libpcre3-dev opencl-headers fglrx-dev
sudo reboot

# 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
8  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: January 10, 2015, 06:12:53 PM
quick question
i have 3 vga 7970 all in the same motherboard. I start oclvanitygen but it only looks with 1, this is the command line:

env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -k 1Nasty

what should i change to use multiple vga?
i read like 20 pages of the post here and couln't find the answer

Add -D 0:1 -D 0:2. If you are using more, increase the number.

i read like 20 pages of the post here and couln't find the answer

It was in last page(#98). Wink

   ~~MZ~~

~/vanitygen $ env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -d 0:1 -d 0:2 -d 0:3 -k 1Nasty
Difficulty: 259627881
Pattern: 1Nasty                                                               
Address: 1Nastyf64qw5xXuBD6ybVLvTVhncLmU9zb
Privkey: 5JizejJoHntiZbG6JHofV97559RjeeYGbHKAwUj63tNrMrMpWri
[25.01 Mkey/s][total 96468992][Prob 9.2%][50% in 6.2s][Found 1]                ^C
~/vanitygen $

didn't work still the program sees 1 vga only.

i did this to see what the programs sees:
~/vanitygen $ env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -d 3:1 -k 1Nasty
Difficulty: 259627881
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Tahiti
  1: [AuthenticAMD] AMD Athlon(tm) II X2 270 Processor
~/vanitygen $

it sees 1 vga only? :/

9  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: January 10, 2015, 04:30:25 PM
quick question
i have 3 vga 7970 all in the same motherboard. I start oclvanitygen but it only looks with 1, this is the command line:

env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -k 1Nasty

what should i change to use multiple vga?
i read like 20 pages of the post here and couln't find the answer
10  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: December 23, 2014, 06:57:45 PM
quick question i cant find the answer in the post
is the command "-1" working?
whenever i found the privatekey, the terminal keeps looking for more and more...
i want to just recive the solution in the "-o" file i create, and the terminal to stop... or close in better case Smiley thanks

 Working in mine.  Can you paste your command line so I can see how you are doing it?

 Wait, I'm using oclVanitygen 0.22 (OpenSSL 1.0.1e 11 Feb 2013)

Seems in the version oclVanitygen 0.22 (OpenSSL 1.0.1c 10 May 2012)

the -1 option is not implemented.


so i have to update my openSSL? i downloaded from here the vanity, because is in the post, so im think i have 0.22 version
i cant see the version.
who i update my openssl? is there a comand for that? sorry i ask to many questions but i really need the -1 option

edit: i checked i have the 1.0.1f version.
im using this comand line:  "env LD_LIBRARY_PATH=./sdklib ./oclvanitygen -D 0:0 -1 1Nasty"   any mistake there?
11  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: November 30, 2014, 03:59:48 PM
i think i downloaded de github that was posted, can you give me the link please?
(when i write "./oclvanitygen" i can see in the all the commands that apears the -1 , meaby it was written but not implemented )

Im not sure where i download it , how can i check the version? (Im very noob at linux as you can see Tongue )
12  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: November 29, 2014, 11:40:01 PM
quick question i cant find the answer in the post
is the command "-1" working?
whenever i found the privatekey, the terminal keeps looking for more and more...
i want to just recive the solution in the "-o" file i create, and the terminal to stop... or close in better case Smiley thanks
13  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: October 31, 2014, 05:03:09 PM
Hi, I was wondering if someone could help me.

Is there a parameter for vanitygen to stop it from outputting stuff to the console?
I want it to run on the background of my ubuntu server, so I use './vanitygen -i 1jerodev &', but it keeps sending things to the console and it is verry anoying.

Thanks for helping,
Jerodev.

i have the same problem, does anyone can use it on background?? :S
14  Bitcoin / Bitcoin Discussion / Re: Create vanity bitcoin addresses four times as fast on: October 03, 2014, 05:46:17 PM
I'm trying oclvanitygen on win7 x64 and running into a problem.

Here is what I'm doing:

C:\Users\User\Desktop\vanitygen-0.20-win>oclvanitygen -d 0 1Torza
Difficulty: 15318045009
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Barts
  1: [GenuineIntel]        Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
1: [Intel(R) Corporation] Intel(R) OpenCL
  0: [Intel(R) Corporation]        Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz


I'm selecting -d 0 (have also tried -d0, without spaces) and get the same error every time. I have an AMD 6870 in my machine. What am I doing wrong?

Thanks!


EDIT: Doing oclvanitygen -D 0:0 did the trick!

how would be the comand line if you wanted to have more than 1 vga?
-D 0:0,1 ?
I have that doubt since i started here i have 2 7970 :p
15  Bitcoin / Development & Technical Discussion / Re: Vanitygen Ouptut to csv? on: October 03, 2014, 05:27:24 PM
i used Control+F to search for each "fprintf" in the text, but im not sure which one of the 10 lines i found i should replace.
Sorry to bother but i would apreciate if someone told me which lines to replace. ( I already did the 584 line )
Thanks a lot
16  Bitcoin / Development & Technical Discussion / Re: How can i generate addresses for my online service? and check the payment? on: October 01, 2014, 10:17:31 PM
Search for "BOTG" (Bitcoin Off The Grid): it's a shell script (using the openssl commandline tool), which creates a public/private key pair, and corresponding Bitcoin address and Wallet Import Format private key.

The safest way to use it is to run it offline to generate a lot of Bitcoin addresses. Save the private keys in some secure place (NOT on your website: that's a way too visible target for hackers) and make back-ups of them (just what you'd normally do with a Bitcoin wallet). You might also want to check that they work (e.g. whether they can be imported) before using the corresponding addresses. Copy the Bitcoin addresses to your website (e.g. to a table in the website database). Any time your website needs a new Bitcoin address, it can take one from the not-yet-used addresses. Just make sure that, as your website consumes more and more addresses (e.g. because people keep making new accounts) you keep making and adding new addresses.


thats clever. putting like 10.000 addresses and use one by one, and have my private kept in my pc Tongue i will look it up.

thanks for the answers
(nevertheless i think i can trust the blockchain api, its never down the page of blockchain, and im not moving enourmous amounts of money. meaby its to much for now )

Thanks a lot (Y)
17  Bitcoin / Development & Technical Discussion / Re: How can i generate addresses for my online service? and check the payment? on: September 29, 2014, 02:52:46 AM
wait wait that can be all...
what happend if blockchain falls, this will work? I would have to use a blockchain acount yes or yes? (I really dont mind to move the money. But it will generate a diferent address for each user it log in? )

Thanks for the quick response

EDIT: nice i just read all the blockchain api.  One thing i didnt understand if I can change the amount to be paid in each wallet generated but i think its something easy for them. must be there.

Thanks a lot Smiley close this please.

PD: someone said i could install bitcoin core in the server, meaby thats to much for me for the moment.
18  Bitcoin / Development & Technical Discussion / How can i generate addresses for my online service? and check the payment? on: September 29, 2014, 02:20:27 AM
I apologize if this has already been posted (Im sure it did ), but with my poor english using the search tool I cant understand if I found what I need.

Im starting with a friend an online service.
The user enters in the webpage, full a few information, and after acepting terms and conditions, it should appear an automatic address (that if it has the amount of payment, would be better )

I dont know how to put that in the webpage. Does blockchain has this kind of service?

Also I would like after this, to check if the payment has been done correctly, so I can provide my service to the user.

Sorry if this post has already been made. I would apreciate links to those posts. I installed apache2 and mysql with php a few weeks ago Im still learning, but working in bitcoin community its a dream I want to acomplish (:

Thanks all for your time.
19  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: September 14, 2014, 03:24:04 AM
Can someone explain me why i have this:
 When i look without "-i" for, for example:    1LLLLL it gives me a dificulty of 259627881
When i look without "-i" , for,    1iiiii   it gives me a dificulty of 15318045009

Both of them dont have the mayus or minus etc. It's not a problem in the dificulty calculation because it takes less time for the "L" everytime i checked.

Why is this happening?
(It also happends for "1LLLLLL" six times gives me a really really low dificulty. The other leters takes me really long time)

Also:
"1iiiAL" without "-i" takes 15318045009
"1LLLLLL" without "-i" takes 15058417127

How is possible that even with more caracters i have less time of search? o.O

EDIT:
1iiiii dificulty 15318045009
199999 dificulty 259627881
Same amount of caracters
20  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: August 25, 2014, 11:33:57 AM
It looks like you're using Linux yes?  If so, here's a simple guide of how to get it working provided by user nonnakip:
thanks for answering. Im using linux mint. im gona check that now (.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!