Juststake.online is closing, please visit their thread if youre having problems withdrawing your 1337
https://bitcointalksearch.org/topic/new-web-wallet-staking-system-juststakeonline-is-closing-down-1365392Is there anyone using the Staysafe webwallet from Altcoinsteps? I sent some funds there a while ago and never received a stake.
Thnx to Bredsaal we have our own 1337 vanity address generator now! (
https://en.bitcoin.it/wiki/Vanitygenyou will be able to create your own customized address like LeetdevPsERu2kb8qVPG1hafVShyGRBLdZ
At the moment its only for linux users but i'm trying to find someone to compile it for windows. (if any of you can do that, please send me a pm)
Instructions on how to use it:
To build vanitygen on debian or ubuntu, you need to install a couple of packages, fetch the source code and compile the program - then you can start generating vanity addresses for your 1337 wallet.
Step 1 - install packages:
Code:
sudo apt-get install git build-essential libssl-dev libpcre3-dev
Step 2 - fetch the source via git
Code:
git clone
https://github.com/velvet78/vanitygen.gitStep 3 - compile
Code:
cd vanitygen
make
Step 4 - make a vanity address
Code:
./vanitygen -L Leet (you can replace Leet with any word or word combination as long as it starts with L)
It will start scanning for available addresses that start with Leet, when its done (took me around 12h so be patient) it will show you this:
./vanitygen -L Leet
Difficulty: 78508
Pattern: Leet
Address: LeetBvitEf36ukVR5NpDyMiFTb1NHAGFDc
Privkey: 6v1AX8a6XdP3oWKjtwpcMfYLBoEkot4EYKPjj5WAiAaaKMqt5qu
Now you just need to import the privkey part into your wallet: Go to the Debug Console in your wallet and type "importprivkey 6v1AX8a6XdP3oWKjtwpcMfYLBoEkot4EYKPjj5WAiAaaKMqt5qu" (without the ") and hit enter. my wallet froze after this step but when i reopened it, it showed the new address.