bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

What am i doing wrong? Register error... #1552

Closed lemial closed 9 years ago

lemial commented 9 years ago

Trying to register a new wallet for this guide: http://wiki.bitshares.org/index.php/Delegate/How-То, get this error:

wallet (unlocked) >>> wallet_add_contact_account myname PTS5dBUB5KB6ZYUHzNASQYajNyudyq1tkBsQZ7PgKzVDe2Qv9k6Ka Error: invalid command "wallet_add_contact_account"

wallet (unlocked) >>> wallet_list_my_accounts Error: invalid command "wallet_list_my_accounts"

The client latest version!

xeroc commented 9 years ago

Seems the Howto is deprecated ... The correct command to create a new account is

wallet_account_create

and you can see your account with

wallet_list_accounts

to get all commands you can simply use

help