Skip to content

Commit

Permalink
Merge pull request #2060 from ioBanker/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
abitmore committed Nov 21, 2019
2 parents 5f228ea + 9009fc6 commit 4a0fec8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 web browser 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/).

Expand All @@ -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
Expand All @@ -45,7 +45,7 @@ We recommend building on Ubuntu 16.04 LTS (64-bit)
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
make

**Upgrade Script** (prepend to the Build Script above if you built a prior release):
**Upgrade Script:** (prepend to the Build Script above if you built a prior release):

git remote set-url origin https://github.com/bitshares/bitshares-core.git
git checkout master
Expand Down Expand Up @@ -95,6 +95,13 @@ Set your inital password:
>>> set_password <PASSWORD>
>>> unlock <PASSWORD>

**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 result `head_block_age` which will tell you how far you are from the live current block of the blockchain.


To check your current block:

>>> info

To import your initial balance:

>>> import_balance <ACCOUNT NAME> [<WIF_KEY>] true
Expand Down

0 comments on commit 4a0fec8

Please sign in to comment.