10gic
10gic
I suggest you use `nix-build` to build it.
1. First install nix-build if it is not installed, for example: `sh
@chainsbro Tron is a good project. But, I'm busy with other things and don't have much time for this. BTW, how much would you want to donate? 🤪
> @10gic i second this. Would be willing to donate for implementation. Is there any other necessary information required for addition? It seems there are two formats for TRON account...
@shaheem-khanzada Try run `make` command in the project directory.
You can just add its configuration into file base58prefix.txt. Format is: ``` Symbol, Coin name, Address prefix, Address base58 version (prefix), Private key base58 version (prefix) ``` You need to...
@bobkasho Have you found ‘address base58 version’ and ‘private key base58 version’ for Mooncoin? It should be 3 and 131 respectively, refer: https://github.com/mooncoincore/wallet/blob/master/src/chainparams.cpp#L122
@bobkasho I have commit the code, help me to verify it. Here is an example: ``` $ ./vanitygen++ -C MOON 2abcd Generating MOON Address Difficulty: 4553521 MOON Pattern: 2abcd MOON...
I am not very familiar with Mooncoin. ``` $ ./vanitygen++ -C MOON -F script -X 50 -Y 131 MMMM Generating MOON Address Difficulty: 78508 MOON Pattern: MMMM P2SHMOON Address: MMMM7ER6NgC5Puv7W5gjhizDUJvEiWuAuU...
@bobkasho Have you see any Mooncoin address starts with 'Moon' ? May be it's impossible, you can try another prefix: ``` $ ./vanitygen++ -C MOON -F script -X 50 -Y...