Author

Topic: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos - page 453. (Read 1484191 times)

hero member
Activity: 714
Merit: 500
Something is going wrong on BTC-e, look at those volumes.
sr. member
Activity: 322
Merit: 250
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

I do remember that test.  Didn't know you use vanitygen before.    The public key is extremely long too for me when I import the uncompressed private key.     When I import the compressed private key though, the public key I get back is normal....     of course that defeat the purpose of the vanity address since the search is based on uncompressed address.   So... ultimately, will need to modify the vanitygen to make it search based on compressed address instead of uncompressed address.

eg. make the following changes in pattern.c

len = EC_POINT_point2oct(pgroup,
             pubkey,
             POINT_CONVERSION_UNCOMPRESSED,
             eckey_buf,
             sizeof(eckey_buf),
             vxcp->vxc_bnctx);

to make it use POINT_CONVERSION_COMPRESSED instead.

Now... if only I can compile it.... 
sr. member
Activity: 392
Merit: 250
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
sr. member
Activity: 392
Merit: 250
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
hero member
Activity: 714
Merit: 500
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.
sr. member
Activity: 322
Merit: 250
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....
hero member
Activity: 714
Merit: 500
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.
sr. member
Activity: 322
Merit: 250
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
hero member
Activity: 840
Merit: 1000
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?
sr. member
Activity: 322
Merit: 250
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%....
hero member
Activity: 840
Merit: 1000
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.
sr. member
Activity: 322
Merit: 250
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.
hero member
Activity: 840
Merit: 1000
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.
sr. member
Activity: 322
Merit: 250
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)


sr. member
Activity: 392
Merit: 250
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...
sr. member
Activity: 392
Merit: 250
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.
sr. member
Activity: 350
Merit: 250
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.
sr. member
Activity: 322
Merit: 250
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.
Jump to: