Open gituser opened 5 years ago
ok
@serderovsh any update on this?
Thanks.
+
Hi @serderovsh .
It seems you've closed this feature request - did you implement this in the master branch ?
Is there any documentation available on how to generate a new account pair using the tron-api library ? Is there a support for HD (deterministic) address generation (e.g. BIP39 or BIP44) ?
Thanks.
BIP44
she is not there. So far, only a check
hi i have made up an article about this issue, kindly refer to https://www.btcschools.net/tron/tron_address.php . however, an address is not activated, you need refer to other article to activate it :)
Atlas Chiew btcschools.net
Hi @serderovsh
Currently tron-api uses wallet api to generate new address / account which might be insecure in certain cases.
Can you implement the account generation locally in the library?
E.g. similar to - https://github.com/mattvb91/tron-trx-php/blob/master/src/Wallet.php#L59
Would be also nice to implement deterministic address generation (this way the user will only need specific seed to generate subset of addresses).
Thanks.