10gic
10gic
@bobkasho There is no vanitygen.exe in this project, only vanitygen++.exe. How did you get this program?
I don't use Windows. You can build it by yourself, or download a prebuilt https://github.com/10gic/vanitygen-plusplus/releases/download/v0.1.0/prebuilt.win32.v0.1.0.zip As file base58prefix.txt is not shipped in package, you can't use `-C MOON`, it don't...
@bobkasho The second character doesn't required be "M", it's just an example. You can use another prefix: ``` ./vanitygen++ -F script -X 50 -Y 131 MTG Difficulty: 1353 Pattern: MTG...
> @10gic > COOL! > "C:\vangen>vanitygen++.exe -F script -X 50 -Y 131 MM > Difficulty: 23 > Pattern: MM > P2SH Address: MMZ1S3jhWtVpJfqK411L9FvMbaHquG7a7R > Address: M9H6iPY2gijF8HrZfQpuSpSyX56fHyFKbh > Privkey: 5QeyCBXyex46mNyQkaC98ZwUBviid4yo5uC8zYx3DgukaUmspe1" >...
> @10gic > C:\vangen>oclvanitygen++.exe -X 3 -Y 131 -p 0 -d 0 2bobKash > Difficulty: 888446610538 > **Error loading kernel file 'calc_addrs.cl': No such file or directory** > Could not...
Thanks for share the result. This is not good news. Currently, I don't have a windows device, and I don't have time to fix this problem. Suggest you use vanitygen++.exe...
There are two common types of P2SH address: MULTISIG and segwit address. The `-F script` would generate P2SH (MULTISIG, but in case 1-of-1 ), refer: https://github.com/10gic/vanitygen-plusplus/blob/b48cca34041bc741124cf4183a521122e5f65238/vanitygen.c#L114 Very likely, the "M"...
@bobkasho Could you help me confirm that the following information matches? ``` Private key: 5PiUadgWDWjGcVHCKctSq1RiCRY1Y2CCKZrX8PgaJTwKUBeYnKs Address: MRkY26CMfAbLGB1niZRfML3XX1Ca5ZoWBo ```
@bobkasho I see a button "Generate native segwit (Bech32) address" in GUI, is the "M" address a native segwit (Bech32) address? BTW, what's the address derived from private key: 5PiUadgWDWjGcVHCKctSq1RiCRY1Y2CCKZrX8PgaJTwKUBeYnKs...
> All Chia keys are BLS-12-381 private keys, following the IETF spec, the EIP-2333 spec for key derivation and BIP 44 registered. Private keys are 32 bytes, public keys 48...