Difference between revisions of "CLI Wallet"

From Steem Center
Jump to: navigation, search
(See also: @lantto)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
CLI Wallet (Command Line Only) is the official STEEM wallet.   
+
CLI Wallet (Command Line Interface) is the official STEEM wallet.   
  
The Steemit website itself has a wallet, but people with large funds prefer the CLI wallet as a more secure one.
+
The [[Steemit]] website itself has a wallet, but people with large funds prefer the CLI wallet as a more secure one. The CLI wallet provides more options than the steemit.com online wallet.
 +
 
 +
The CLI wallet connects to the WebSocket port of a [[Steemd_Software|steemd]] daemon. See [[Public Websocket Servers]] for a list of public servers.
 +
 
 +
cli_wallet -s wss://steemd.steemit.com
 +
 
 +
Here's a list of the available CLI wallet commands/operations:
 +
 
 +
about
 +
cancel_order
 +
cancel_transfer_from_savings
 +
challenge
 +
change_recovery_account
 +
claim_reward_balance
 +
convert_sbd
 +
create_account
 +
create_account_with_keys
 +
create_account_with_keys_delegated
 +
create_order
 +
decline_voting_rights
 +
decrypt_memo
 +
delegate_vesting_shares
 +
escrow_approve
 +
escrow_dispute
 +
escrow_release
 +
escrow_transfer
 +
follow
 +
get_account
 +
get_account_history
 +
get_active_witnesses
 +
get_block
 +
get_conversion_requests
 +
get_encrypted_memo
 +
get_feed_history
 +
get_inbox
 +
get_miner_queue
 +
get_open_orders
 +
get_ops_in_block
 +
get_order_book
 +
get_outbox
 +
get_owner_history
 +
get_private_key
 +
get_private_key_from_password
 +
get_prototype_operation
 +
get_state
 +
get_transaction
 +
get_withdraw_routes
 +
get_witness
 +
gethelp
 +
help
 +
import_key
 +
info
 +
is_locked
 +
is_new
 +
list_accounts
 +
list_keys
 +
list_my_accounts
 +
list_witnesses
 +
load_wallet_file
 +
lock
 +
network_add_nodes
 +
network_get_connected_peers
 +
normalize_brain_key
 +
post_comment
 +
prove
 +
publish_feed
 +
recover_account
 +
request_account_recovery
 +
save_wallet_file
 +
send_private_message
 +
serialize_transaction
 +
set_password
 +
set_transaction_expiration
 +
set_voting_proxy
 +
set_withdraw_vesting_route
 +
sign_transaction
 +
suggest_brain_key transfer
 +
transfer_from_savings
 +
transfer_to_savings
 +
transfer_to_vesting
 +
unlock
 +
update_account
 +
update_account_auth_account
 +
update_account_auth_key
 +
update_account_auth_threshold
 +
update_account_memo_key
 +
update_account_meta
 +
update_witness
 +
vote
 +
vote_for_witness
 +
withdraw_vesting
 +
 
 +
A large fraction of those operations are also available via [[API_Libraries|API Libraries]] like steem-python and others.
 +
 
 +
==Links==
 +
 
 +
* '''@lantto''': [https://steemit.com/steem/@lantto/how-to-use-the-steem-cli-wallet How to use the Steem CLI wallet] ''August 19th, 2016.''
  
 
==See also==
 
==See also==
  
* [[Steem_Wallets]]
+
* [[Steem_Wallets|Steem Wallets]]
 
* [https://esteem.ws/ eSteem], a mobile app for Steemit with a built-in wallet
 
* [https://esteem.ws/ eSteem], a mobile app for Steemit with a built-in wallet
  
Line 14: Line 110:
 
* [[How to use STEEM]]
 
* [[How to use STEEM]]
 
* [[Increase_your_Steem_Net_Worth|Increase your Steem Net Worth]]
 
* [[Increase_your_Steem_Net_Worth|Increase your Steem Net Worth]]
 +
* [[How to obtain the STEEM client]]
 +
 +
==In other languages==
 +
 +
* [[日本語]] (Japanese) : [[CLI Wallet (jp)]]
 +
* [[Hrvatski]] (croatian) : [[CLI Wallet (hr)]]
 +
* [[Bangla]] (bangla) : [[CLI Wallet (bd)]]
 +
 +
<br>
 +
 +
----
 +
<br>
 +
{| class="wikitable" style="margin: auto;"
 +
| Help keep this wiki page updated. Register, click in [https://www.steem.center/index.php?title=CLI_Wallet&action=edit edit], add or modify the text and save. <br>If you're already a steemian you can be rewarded with STEEM, see how in [https://steemit.com/introduceyourself/@steemcenterwiki/introduction-rewarding-steem-center-wiki-editors-with-steem-too @steemcenterwiki].
 +
|-
 +
|}
 +
 +
<br>
 +
 +
[[Category:Technology]]

Latest revision as of 09:19, 11 February 2019

CLI Wallet (Command Line Interface) is the official STEEM wallet.

The Steemit website itself has a wallet, but people with large funds prefer the CLI wallet as a more secure one. The CLI wallet provides more options than the steemit.com online wallet.

The CLI wallet connects to the WebSocket port of a steemd daemon. See Public Websocket Servers for a list of public servers.

cli_wallet -s wss://steemd.steemit.com

Here's a list of the available CLI wallet commands/operations:

about
cancel_order
cancel_transfer_from_savings
challenge
change_recovery_account
claim_reward_balance
convert_sbd
create_account
create_account_with_keys
create_account_with_keys_delegated
create_order
decline_voting_rights
decrypt_memo
delegate_vesting_shares
escrow_approve
escrow_dispute
escrow_release
escrow_transfer
follow
get_account
get_account_history
get_active_witnesses
get_block
get_conversion_requests
get_encrypted_memo
get_feed_history
get_inbox
get_miner_queue
get_open_orders
get_ops_in_block
get_order_book
get_outbox
get_owner_history
get_private_key
get_private_key_from_password
get_prototype_operation
get_state
get_transaction
get_withdraw_routes
get_witness
gethelp
help
import_key
info
is_locked
is_new
list_accounts
list_keys
list_my_accounts
list_witnesses
load_wallet_file
lock
network_add_nodes
network_get_connected_peers
normalize_brain_key
post_comment
prove
publish_feed
recover_account
request_account_recovery
save_wallet_file
send_private_message
serialize_transaction
set_password
set_transaction_expiration
set_voting_proxy
set_withdraw_vesting_route
sign_transaction
suggest_brain_key transfer
transfer_from_savings
transfer_to_savings
transfer_to_vesting
unlock
update_account
update_account_auth_account
update_account_auth_key
update_account_auth_threshold
update_account_memo_key
update_account_meta
update_witness
vote
vote_for_witness
withdraw_vesting

A large fraction of those operations are also available via API Libraries like steem-python and others.

Links

See also

Related articles

In other languages




Help keep this wiki page updated. Register, click in edit, add or modify the text and save.
If you're already a steemian you can be rewarded with STEEM, see how in @steemcenterwiki.