Bitcoin Forum
October 02, 2024, 04:58:21 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 [1174] 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 ... 1627 »
  Print  
Author Topic: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos  (Read 1484192 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 09:38:33 AM
 #23461

in the original vanitygen you have an option parameter

it is started like "vanitygen64.exe -X 75 XCHAT"

(75 is the decimal of the hexadecimal 4b)

Code:
Vanitygen 0.20 (OpenSSL 1.0.1c 10 May 2012)
Usage: vanitygen64 [-vqrikNT] [-t <threads>] [-f <filename>|-] [<pattern>...]
Generates a bitcoin receiving address matching <pattern>, and outputs the
address and associated private key.  The private key may be stored in a safe
location or imported into a bitcoin client to spend any balance received on
the address.
By default, <pattern> is interpreted as an exact prefix.

Options:
-v            Verbose output
-q            Quiet output
-r            Use regular expression match instead of prefix
              (Feasibility of expression is not checked)
-i            Case-insensitive prefix search
-k            Keep pattern and continue search after finding a match
-N            Generate namecoin address
-T            Generate bitcoin testnet address
-X <version>  Generate address with the given version
-F <format>   Generate address with the given format (pubkey or script)
-P <pubkey>   Specify base public key for piecewise key generation
-e            Encrypt private keys, prompt for password
-E <password> Encrypt private keys with <password> (UNSAFE)
-t <threads>  Set number of worker threads (Default: number of CPUs)
-f <file>     File containing list of patterns, one per line
              (Use "-" as the file name for stdin)
-o <file>     Write pattern matches to <file>
-s <file>     Seed random number generator from <file>

C:\vanitygen>
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 09:43:50 AM
Last edit: August 31, 2014, 09:58:38 AM by braxx
 #23462

Hey... there is the option -P

what would that give?

edit: ... nothing... invalid base public key...
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 10:03:49 AM
 #23463

Hey... there is the option -P

what would that give?

edit: ... nothing... invalid base public key...

Think you need to pass the 75 to -X instead of -P.

Can you also pass in the prefix?  Cause the prefix also needs to be changed to 0xCB.

Did you compile vanitygen yourself or a precompiled version?

braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 10:07:58 AM
 #23464

precompiled

I tried to use -P (with a base pub key.. wich I used from my adres) and than -X XCHAT

and it said...  invalid base pub key


I can't find much info on the issue  Undecided
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 10:31:54 AM
 #23465

precompiled

I tried to use -P (with a base pub key.. wich I used from my adres) and than -X XCHAT

and it said...  invalid base pub key


I can't find much info on the issue  Undecided

Trying to compile my own now on windows.   Pain in the butt.   Getting errors and stuff.   Will read through the vanitygen thread to see which library people are using now since I don't have vs2010 installed as they had originally.

marcoman22
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
August 31, 2014, 11:09:11 AM
 #23466

precompiled

I tried to use -P (with a base pub key.. wich I used from my adres) and than -X XCHAT

and it said...  invalid base pub key


I can't find much info on the issue  Undecided

still facing errors.
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 11:27:55 AM
 #23467

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 11:36:21 AM
 #23468

precompiled

I tried to use -P (with a base pub key.. wich I used from my adres) and than -X XCHAT

and it said...  invalid base pub key


I can't find much info on the issue  Undecided
found something o other forum:
Quote
when using the -P option, vanitygen wants to know the public key in hex format after the -P, and specifying only the bitcoin address is not sufficient.

Is there any way to generate the public key in hex format from the bitcoin address alone?

going off to my work now...
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 11:49:32 AM
 #23469

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)



Teka (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 31, 2014, 11:50:52 AM
 #23470

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 11:53:09 AM
 #23471

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

Teka (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 31, 2014, 11:58:32 AM
 #23472

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 11:59:20 AM
 #23473

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

Teka (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
August 31, 2014, 12:01:17 PM
 #23474

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

I thought it was one per thread?
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 12:09:03 PM
Last edit: August 31, 2014, 01:01:04 PM by CryptoGretzky
 #23475

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

I thought it was one per thread?

Ya, the speed up only lasted for like a few seconds, then it slowed back down to normal speed...   although my 3 VM is still running smoothly in the background.  So, I am sure I can push it if I want.

48 billions addresses so far... no XCGretz address yet... grrrr

Mountaingoat
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
August 31, 2014, 01:00:57 PM
 #23476

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

I thought it was one per thread?

Ya, the speed up only lasted for like a few seconds, then it slowed back down to normal speed...   although my 3 VM is still running smoothly in the background.  So, I am sure I can push it if I want.

36 billions addresses so far... no XCGretz address yet... grrrr
Inb4 all addresses have been generated and no new addresses can be made anymore.
CryptoGretzky
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
August 31, 2014, 01:03:07 PM
 #23477

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

I thought it was one per thread?

Ya, the speed up only lasted for like a few seconds, then it slowed back down to normal speed...   although my 3 VM is still running smoothly in the background.  So, I am sure I can push it if I want.

36 billions addresses so far... no XCGretz address yet... grrrr
Inb4 all addresses have been generated and no new addresses can be made anymore.

The amount of addresses that is possible is so large... so so large...

2 to the 160 power....  that's like ...

1,461,501,637,330,902,918,203,684,832,716,283,019,655,932,542,976

There are only 2^63 grains of sand on earth....

Mountaingoat
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
August 31, 2014, 01:15:08 PM
 #23478

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)




Ok thanks, I need to try this.

You should look for one that say XCTeka....   I am looking for one that is XCGretz... now Wink

Also... use -t to increase the # of workers to make it go faster.

I've used the software before (with -t 16 Wink ) but never for altcoins.

I tried -t 24 seems to work for me, then I tried 1024 and it kinda locked up for some reason when it gets to 50%....

I thought it was one per thread?

Ya, the speed up only lasted for like a few seconds, then it slowed back down to normal speed...   although my 3 VM is still running smoothly in the background.  So, I am sure I can push it if I want.

36 billions addresses so far... no XCGretz address yet... grrrr
Inb4 all addresses have been generated and no new addresses can be made anymore.

The amount of addresses that is possible is so large... so so large...

2 to the 160 power....  that's like ...

1,461,501,637,330,902,918,203,684,832,716,283,019,655,932,542,976

There are only 2^63 grains of sand on earth....
I know, it was just a joke.
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 01:17:22 PM
 #23479

I've used the vanitygen many times with other coins...
but this time it conflicts with the public key...

I guess we could use cryptogretsky's way with the paper wallet gen.

Actually....   This works...

vanitygen -X 75 XChat

and it's blazing fast even without using the opencl version since it doesn't work for me (R9 290)



yeah, of course it's fast...
I generated my xchat adress this way,
but when I imported this adres in my wallet and I asked my public key it gave me a public key witch was very long

it was even you cryptogretzky who said it didn't work Wink
I would like to test something...

I made myself a vanity adress for xchat
would someone please try to contact me over xchat?

adress: XCHATsLztdvJxb2BkrgVuoq7uoC73u6ghj
pubkey: Ro4rYufnJy7RYFnuJBaD1iz5Rrr8o77fyKbcnkAbqC57JCS148WVMabshBjHd1JsZGoJ2JZtj6LYtfP e8bavoY51

(I've noticed that my pub key is really long, that's why I want to test this)


If it works I'll explain it in a tutorial

Said Invalid destination public key
braxx
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 31, 2014, 01:23:51 PM
 #23480

the oclvanitygen works on a laptop with a intel HD graphic chip
If you have one, you could try and use that... it is speedwise times 30 faster (I thought) then a amd64 x4 640
Pages: « 1 ... 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 [1174] 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 ... 1627 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!