Absolutely blwon away by the new standalone TypeScript version. Easier to use with sensible defaults and more intuitive commands.
I did encounter one issue, though. When I run wallet-cli (using linux-x64) stake info, I almost always get:
error [rpc_error]: TRON getAccount failed: HTTP 429
or
error [rpc_error]: TRON getAccountResources failed: Request failed with status code 429
or
error [rpc_error]: TRON getCanWithdrawUnfreezeAmount failed: Request failed with status code 429
I only want to run this command twice (before I vote, and after I vote), but the stake info command has succeeded only once out of about twenty attempts, marking it as a problem. It appears that the command sends multiple RPC requests (too many in a short period of time), causing it to fail.
Absolutely blwon away by the new standalone TypeScript version. Easier to use with sensible defaults and more intuitive commands.
I did encounter one issue, though. When I run wallet-cli (using linux-x64) stake info, I almost always get:
I only want to run this command twice (before I vote, and after I vote), but the stake info command has succeeded only once out of about twenty attempts, marking it as a problem. It appears that the command sends multiple RPC requests (too many in a short period of time), causing it to fail.