Hi guys, I'm not really good in english so I'll go straight away to technical stuff on how to running cli_wallet on Windows OS without downloading whole STEEM blockchain.
What we need:
Software
Component Download Links -Visual C++ 2013 Runtime https://www.microsoft.com/en-us/download/details.aspx?id=40784 -Steem windows binary compiled by @Bitcube https://github.com/btscube/steem/releases Mozilla CA certificate store https://curl.haxx.se/ca/cacert.pem Steem webscoket secure server url:
wss://steemit.com/wspa
alternatif url:wss://node.steem.ws
Downloading Components
- Download MS Visual C++ runtime and install it
- Download STEEM binary and extract it to any folder you choose
- Download CA Cert and put it into same folder as your
cli_wallet.exe
Starting cli_wallet
- Navigate to steem folder, press
shift + right click
then selectOpen command windows here
- On windows terminal type:
cli_wallet -a cacert.pem -s wss://steemit.com/wspa
new >>>
type set_password mystr0ngp455!@
locked >>>
type unlock mystr0ngp455!@
- With wallet unlocked, now you can import your active, posting and memo private key with
import_key 5xxxxxxxxxxxxxxx
- Press
ctrl + c
to exit.
DONE, that's it.... you now have working cli_wallet to make a post, vote or transfer your STEEM/SBD to friends or exchange :)
Feel free to comment if you have any questions ;)