Results 77 comments of 10gic

Telegram has shut down its TON cryptocurrency project. 😭 Currently, vanitygen plusplus can support a new blockchain very easily, if the chain: 1. use elliptic curve secp256k1, and 2. its...

Is there technical article about how to generating TON address? Just like https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses

> Yes sure on the top of howto > https://ton.org/HOWTO.txt It just talks about how to convert address from raw form (eg. -1:fcb91a3a3816d0f7b8c2c76108b8a9bc5a6b7a55bd79f8ab101c52db29232260) to user-friendly forms. There is no guide...

@boo50 I'm not familiar with TON. In source code of tonos-cli https://github.com/tonlabs/tonos-cli/blob/master/src/genaddr.rs, the key part of generating address is: ``` let addr = ton.contracts.get_deploy_address( abi.clone().into(), &contract, initial_data.clone().map(|d| d.into()), &keys.public, wc,...

@boo50 Does it mean that user must provide a concrete contract before generating address? Given a private/public key-pair and a contract, is the address determined?

You can download binary from the release page, see https://github.com/10gic/vanitygen-plusplus/releases

Thank you for finding this problem, pull requests are welcome.

May be you need install openssl. Try run `brew install [email protected]` firstly.

Sorry, I don't have a Mac mini M1 on hand. Hope others can help you.

Could you provide more error info like screenshots? By the way, does the tool `vanitygen++` work under Windows 10?