Rippled: [question] about addresses

Created on 16 Aug 2018  路  3Comments  路  Source: ripple/rippled

How can I generate a new address for account via rpc?

Most helpful comment

https://developers.ripple.com/wallet_propose.html with rippled or (better) generate a keypair offline yourself.

All 3 comments

https://developers.ripple.com/wallet_propose.html with rippled or (better) generate a keypair offline yourself.

It's worth noting that you can install rippled on an offline machine and run
./rippled wallet_propose

Another good option is to use ripple-lib, which works offline as well. https://developers.ripple.com/rippleapi-reference.html#generateaddress

Thank you very much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nbougalis picture nbougalis  路  3Comments

dmitriano picture dmitriano  路  9Comments

anhcao142 picture anhcao142  路  5Comments

mDuo13 picture mDuo13  路  5Comments

gituser picture gituser  路  5Comments