Getting Started¶
Installation¶
BitShares Core is the BitShares blockchain implementation and command-line interface. The web wallet is BitShares UI.
Visit BitShares.org to learn about BitShares and join the community at BitSharesTalk.org.
NOTE: The official BitShares git repository location, default branch, and submodule remotes were recently changed. Existing repositories can be updated with the following steps:
git remote set-url origin https://github.com/bitshares/bitshares-core.git
git checkout master
git remote set-head origin --auto
git pull
git submodule sync --recursive
git submodule update --init --recursive
Внимание
See BitShares system requirements.
Download and Build¶
Select an operation system and install and build.
Next Step…¶
BitShares offers many features, after the bitshares-core installation, you might think what’s the next step? The below is a short contents guide that you might be interested to look into. Also, visit Developers Guide and FAQs.
If you want to…¶
Know how to Backup/Restore (GUI)¶
- Understand How to Backup and Restore your wallet
Create and launch a CLI wallet¶
- Understand CLI Client and Wallet - Connectivity
- Learn how to Connecte a CLI wallet
- Learn how to set up Secure Network and Wallet Configuration
- Know how to import a GUI-wallet account into CLI-wallet
Run a node¶
- Understand about BitShares Node(s)
- Know the Node configuration and System Requirements
- Learn How to run and Use a Full Node
- Learn How to run a BitShares API Node
- Check out Node Guide
- Try it in a BitShares Public TestNet
Know about BSIPs¶
- Read about BitShares Improvement Proposals and Protocols (BSIPs)
- Check the BSIP Repository
- In the repository, you will find submitted technical documents. They describe the process of updating and improving the BitShares blockchain and technical ecosystem.