Closed frankegoesdown closed 6 years ago
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
How can I generate a new address for account via rpc?