Frequently Asked Questions (FAQ)
General
- :ref:`dev-faq17`
- :ref:`What is the format of the block header? <lib-block>`
- :ref:`What is the maximum bitshares block size? <protocol-chain-param>` - Configurable by chain parameters
- :ref:`dev-faq1`
- :ref:`dev-faq4`
- :ref:`dev-faq8`
- :ref:`dev-faq13`
- :ref:`dev-faq7`
- :ref:`dev-faq5`
- :ref:`dev-faq14`
- :ref:`dev-faq19`
- :ref:`What parameters in a configuration file in a data directory? <bts-config-ini-eg>` - (rel:config.ini)
- Is there a Dockerfile support?
- :ref:`Are there any support information for python and javascript developers? <bitshares-other-language-support>`
Protocol
- :ref:`What types of protocols BitShares has? <lib-protocols>`
- :ref:`dev-faq2`
- :ref:`dev-faq3`
- :ref:`dev-faq11`
- BitShares - P2P Network Protocol
Data Structures
- :ref:`dev-faq12`
- :ref:`How each block is constructed and what kinds of elements are creating the block? <lib-block>`
- :ref:`What types of objects and the elements BitShares has? <lib-objects>`
Public Key System
Scripting Language
System Components
:ref:`Where can I find the Protocol information? <lib-protocols>`
:ref:`What types of Operations are available in BitShares-Core? <lib-operations>`
:ref:`What types of Objects and elements are available in BitShares-Core? <lib-objects>`
configuration examples and support files
- :ref:`config.ini <bts-config-ini-eg>` (Node Configuration File )
- apiConfig.js (BitShares Public Node information)
- :ref:`api-access.json <api-access-json>` (API Access restriction)
- saltpass.py (obtain hash and salt values from a password)
Accounts
- :ref:`Where can I read about the BitShares Account information?<bts-accounts>`
- Include: Membership, Fees, Permissions, Public Key and Private key, Muiti-Signature, Voting, Referral Program, and Vesting Balances
Install options
- Which development environment would be possible to install BitShares-Core?
- :ref:`What is the System Requirements? <system-requirements-node>`
APIs
- :ref:`What's API Restrictions? How to use? <api-access-json>` - (Example: api-access.json )
- :ref:`How to access the API via HTTP <api-access-via-http>`
- :ref:`How to use Remote Procedure Calls (RPC) <rpc>`
- :ref:`How to use Websocket Call <websocket-calls>`
- Where to find the doxygen documentation
- :ref:`How define BitShares Objects and IDs <objects-ids>`
- :ref:`api-core-faq-1`
- :ref:`api-core-faq-2`
- :ref:`api-core-faq-3`
- :ref:`api-core-faq-5`
- :ref:`api-core-faq-6`
- Where can I find a simple Python script saltpass.py to obtain hash and salt values from a password? - (rel: saltpass.py)
- Where Can I find BitShares Public Full Node information? (apiconfig)
Assets
Fee Pool
Market Fees
Market Pegged Assets
Transfer / Transactions
CLI Wallet Questions
- :ref:`cli-faq1`
- :ref:`cli-faq5`
- :ref:`What parameters wallet.json has? <cli-wallet-json-eg>` - (rel:wallet.json)
Witness Questions
- :ref:`witness-faq-1`
- :ref:`witness-faq-2`
- :ref:`witness-faq-3`
- :ref:`witness-faq-4`
- :ref:`witness-faq-5`
- :ref:`witness-faq-6`
- :ref:`witness-faq-7`
- :ref:`witness-faq-8`
Bitshares Core wiki (reference)
Developers - Questions