Bitcoin Forum

Economy => Services => Topic started by: pjcltd on November 16, 2015, 08:57:03 PM



Title: looking for someone to config a windows VPS to build windows wallets
Post by: pjcltd on November 16, 2015, 08:57:03 PM
hi I'm looking for some one trusted to configure a
winnows 7 VPS
to build windows QT wallets

its running winnows 7 pro now
but i can rebuild it for any version of windows

let me know what you can do and how much you will charge.




thanks
Paul


Title: Re: looking for someone to config a windows VPS to build windows wallets
Post by: Ditto on November 18, 2015, 02:31:31 PM
I've done this before, would be happy to help.


Title: Re: looking for someone to config a windows VPS to build windows wallets
Post by: pjcltd on November 18, 2015, 03:18:06 PM
I've done this before, would be happy to help.
pm'ed you


Title: Re: looking for someone to config a windows VPS to build windows wallets
Post by: Zeroxal on November 18, 2015, 05:37:48 PM
There is a software called Vanitygen which is for getting a bitcoin address with a custom prefix. More here: https://bitcointalk.org/index.php?topic=25804.0
You could just put '1' as the prefix and it should generate unlimited addresses until you stop - if you look it. There are tutorials on the net on how to create a.bat file and loop it.
The simplest one is:
Code:
:loop
(Vanitygen path + info)
goto loop
This usually works for vpss as well.