Pages:
Author

Topic: How to create a secure Bitcoin Vanity Paper Wallet on Ubuntu live USB & Windows - page 2. (Read 4290 times)

donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
https://nastyfans.org/download/oclvanitygen.txt

Quote
#!/bin/sh

# 2015-10-09
#
# 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 fglrx-dev
sudo env DISPLAY=:0.0 aticonfig --adapter=all --initial
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
legendary
Activity: 1382
Merit: 1122
Edit for my future reference or anyone else that would like a guide on how to make a secure vanity wallet or paper wallet on Windows and using a Ubuntu Live USB/CD.

1. Go on bitaddress.org offline, on a Ubuntu live USB
2. Generate as many single addresses as you want
3. Convert to Hex (wallet details on bitaddress.org)
4. Make a list of hex addresses + private keys and print it out (don't save it on USB. That's going to run on Windows again)
5. Shut down. Boot up windows
6. Start > Run > Cmd
7. Drag over vanitygen64 to cmd (enter) drag over vanity address again (space) -v -P (hex pub key) 1xxx (whatever you want as your vanity) (enter)
8. Copy partial private key down on USB
9. Shut down windows - Boot up Ubuntu Live USB
10. Open bitaddress again and go to vanity address and put in the private key (from step 4) and the partial private key. This should give you the vanity address that was calculated on vanitygen. If not you did something wrong.
11. Print out the wallet details page (to have the QR codes)
12. Import the public address into your favourite wallet.

Optional: Import the private key. If you don't it's a paper wallet, if you do it's a hot wallet.

Original post
-------------------------

First thing's first: I don't really understand code. I'll probably need this fairly dumbed down. Example: Type this.. hit enter.. type this, this, this hit enter and you're good to go!)

I'm trying to make a secure vanity address and/or a secure paper wallet vanity address. I've found a few guides on how to get vanitygen to work on Linux (specifically Ubuntu 14.04.3) but I'm using a live USB.

The location of the vanitygen-master would be file:///cdrom/vanitygen-master

When I type this in Terminal it can't find it. Am I doing something wrong? Is this not possible from a live USB?

So far I've tried:

File:///cdrom/vanitygen-master

cdrom/vanitygen-master

cdrom/vanitygen-master/vanitygen-master

Cd/vanitygen-master

File:///cd/vanitygen-master


What am I doing wrong (if this is possible)? Thanks!
Pages:
Jump to: