diff --git a/README.md b/README.md index 91c3dcb024..2c86232264 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ BitShares Core * [License](#license) BitShares Core is the BitShares blockchain implementation and command-line interface. -The web wallet is [BitShares UI](https://github.com/bitshares/bitshares-ui). +The browser web based wallet is [BitShares UI](https://github.com/bitshares/bitshares-ui). Visit [BitShares.org](https://bitshares.org/) to learn about BitShares and join the community at [BitSharesTalk.org](https://bitsharestalk.org/). @@ -31,7 +31,7 @@ Build instructions and additional documentation are available in the We recommend building on Ubuntu 16.04 LTS (64-bit) -**Build Dependencies**: +**Build Dependencies:** sudo apt-get update sudo apt-get install autoconf cmake make automake libtool git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev @@ -95,6 +95,13 @@ Set your inital password: >>> set_password >>> unlock +**IMPORTANT:** The cli_wallet or API interfaces to the witness node wouldn't be fully functional unless the witness node is fully synchronized with the blockchain, the cli_wallet command "info" will show how far are you from the live current block of the blockchain, you can compare the result "head_block_num" with the current block number appearing [here](https://wallet.bitshares.org/#/explorer/blocks). + + +To check your current block: + + >>> info + To import your initial balance: >>> import_balance [] true