# BBSCoin Docs

## BBSCoin Docs

- [Welcome!](https://docs.bbscoin.org/master.md): Welcome and Introduction
- [Wallets](https://docs.bbscoin.org/wallets.md)
- [Wallet GUI](https://docs.bbscoin.org/wallets/wallet-gui.md): This is the Graphical User Interface wallet for BBSCoin(BBS), it allows you to send/receive BBS coins and see transaction information, as well as to store contacts wallet addresses for sending later.
- [Synchronization](https://docs.bbscoin.org/wallets/wallet-gui/synchronization.md)
- [Send BBSCoin](https://docs.bbscoin.org/wallets/wallet-gui/send-bbscoin.md): Window to transfer/send BBS to another address.
- [Transactions](https://docs.bbscoin.org/wallets/wallet-gui/transactions.md)
- [Contacts](https://docs.bbscoin.org/wallets/wallet-gui/contacts.md)
- [SimpleWallet](https://docs.bbscoin.org/wallets/simplewallet.md): Coming soon.
- [Wallet Container](https://docs.bbscoin.org/wallets/wallet-container.md): Coming Soon!
- [bbs.money restore](https://docs.bbscoin.org/wallets/bbs.money-restore.md): The bbs.money website has been discontinued. Please follow steps to restore with your backup wallet file, mnemonics or private keys(View & Spend secret).
- [Tronlink to Klever Wallet](https://docs.bbscoin.org/wallets/tronlink-to-klever-wallet.md): How to export copy your private key from Tronlink and paste it into Klever wallet for dual Synchronization. This wallet support BBSToken and Wrapped BBSToken as well as our DApp.
- [Mining](https://docs.bbscoin.org/mining.md): PoW is still CryptoNight Lite v7. Please make sure your wallet and daemon are v6.x to prevent synchronization issues
- [XMR-Stak](https://docs.bbscoin.org/mining/xmr-stak.md): Basic configuration using XMR-Stak
- [Basic configuration](https://docs.bbscoin.org/mining/xmr-stak/basic-configuration.md)
- [Plug-ins / Modules](https://docs.bbscoin.org/plug-ins-modules.md)
- [PHP API Module](https://docs.bbscoin.org/plug-ins-modules/php-api-module.md): A BBSCoin API module for PHP development.
- [MyBB](https://docs.bbscoin.org/plug-ins-modules/mybb.md): Plugin may work only on the listed versions of software.
- [SMF](https://docs.bbscoin.org/plug-ins-modules/smf.md): Plugin may work only on the listed versions of software.
- [Discuz](https://docs.bbscoin.org/plug-ins-modules/discuz.md): Plugin may work only on the listed versions of software.
- [PHPWind](https://docs.bbscoin.org/plug-ins-modules/phpwind.md): Plugin may work only on the listed versions of software.
- [GNUBoard](https://docs.bbscoin.org/plug-ins-modules/gnuboard.md)
- [Development / Integration](https://docs.bbscoin.org/development-integration.md): Documentation reference for integration developers.  Here you will find the JSON RPC commands needed to interact with the Node Daemon / Blockchain, Simple Wallet, and the Wallet Container.
- [Daemon/Node API](https://docs.bbscoin.org/development-integration/daemon-node-api.md)
- [Binary handlers](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers.md): Handlers that are Binary
- [getblocks.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/getblocks.bin.md)
- [queryblocks.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/queryblocks.bin.md)
- [queryblockslite.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/queryblockslite.bin.md)
- [get\_o\_indexes.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_o_indexes.bin.md): This method returns global outputs indexes of a transaction.
- [getrandom\_outs.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/getrandom_outs.bin.md)
- [get\_pool\_changes.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_pool_changes.bin.md): This method returns changes in pool containing unconfirmed transactions. Added transactions are returned as array of binary large objects (blobs)
- [get\_pool\_changes\_lite.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_pool_changes_lite.bin.md)
- [get\_blocks\_details\_by\_hashes.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_blocks_details_by_hashes.bin.md)
- [get\_blocks\_hashes\_by\_timestamps.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_blocks_hashes_by_timestamps.bin.md)
- [get\_transaction\_details\_by\_hashes.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_transaction_details_by_hashes.bin.md)
- [get\_transaction\_hashes\_by\_payment\_id.bin](https://docs.bbscoin.org/development-integration/daemon-node-api/binary-handlers/get_transaction_hashes_by_payment_id.bin.md)
- [JSON handlers](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers.md)
- [getinfo](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/getinfo.md)
- [getheight](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/getheight.md)
- [gettransactions](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/gettransactions.md)
- [sendrawtransaction](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/sendrawtransaction.md)
- [stop\_daemon](https://docs.bbscoin.org/development-integration/daemon-node-api/json-handlers/stop_daemon.md): This method stops the daemon. Stopping the daemon is only allowed if the daemon is running on testnet.
- [JSON RPC request](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request.md)
- [f\_blocks\_list\_json](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/f_blocks_list_json.md)
- [f\_block\_json](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/f_block_json.md)
- [f\_transaction\_json](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/f_transaction_json.md)
- [f\_on\_transactions\_pool\_json](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/f_on_transactions_pool_json.md): This method returns all unconfirmed transactions.
- [getblockcount](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getblockcount.md): This method returns the number of blocks in blockchain of the node daemon.
- [on\_getblockhash](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/on_getblockhash.md): This method expects an unnamed array containing single number and returns the block hash of block at that height.
- [getblocktemplate](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getblocktemplate.md)
- [getcurrencyid](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getcurrencyid.md)
- [submitblock](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/submitblock.md)
- [getlastblockheader](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getlastblockheader.md): This method returns block header of most recent block.
- [getblockheaderbyhash](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getblockheaderbyhash.md)
- [getblockheaderbyheight](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/getblockheaderbyheight.md)
- [get\_txs\_by\_height](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/get_txs_by_height.md)
- [get\_txs\_pool](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/get_txs_pool.md)
- [get\_random\_outs](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/get_random_outs.md)
- [get\_maximum\_tx\_allowed\_size](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/get_maximum_tx_allowed_size.md)
- [Wallet API](https://docs.bbscoin.org/development-integration/wallet-api.md)
- [Simple Wallet](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet.md): These commands need verification / untested.
- [getbalance](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/getbalance.md): Gets the balance of the wallet or an specific addresss.
- [transfer](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/transfer.md)
- [store](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/store.md): This method saves/stores the current wallet container to disk using same filename as when loaded.
- [get\_payments](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/get_payments.md)
- [get\_transfers](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/get_transfers.md)
- [get\_height](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/get_height.md)
- [reset](https://docs.bbscoin.org/development-integration/wallet-api/simple-wallet/reset.md): This method clears all cached data and rescans the blockchain for transactions if viewSecretKey is specified, old key will be discarded and rescan will use the new key for scanning transactions
- [Wallet Container](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container.md): JSON-RPC commands to use with the Wallet Container \[ walletd | walletd.exe ]
- [save](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/save.md): This method saves the current wallet container to disk using same filename as when loaded.
- [export](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/export.md): This method exports the current wallet container to a new file.
- [reset](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/reset.md): This method clears all cached data and rescans the blockchain for transactions. If viewSecretKey is specified, old key will be discarded and rescan will use the new key for scanning transactions.
- [createAddress](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/createaddress.md): Either spendSecretKey or spendPublicKey, or neither, should be specified. New keys will be generated if neither parameter is specified.
- [createAddressList](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/createaddresslist.md): This method creates as many wallets as there is spend keys in the request
- [deleteAddress](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/deleteaddress.md)
- [getSpendKeys](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getspendkeys.md)
- [getBalance](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getbalance.md)
- [getBlockHashes](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getblockhashes.md)
- [getTransactionHashes](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/gettransactionhashes.md): Either blockHash or firstBlockIndex should be specified.
- [getTransactions](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/gettransactions.md): Either blockHash or firstBlockIndex should be specified.
- [getUnconfirmedTransactionHashes](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getunconfirmedtransactionhashes.md)
- [getTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/gettransaction.md)
- [sendTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/sendtransaction.md)
- [createDelayedTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/createdelayedtransaction.md)
- [getDelayedTransactionHashes](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getdelayedtransactionhashes.md)
- [deleteDelayedTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/deletedelayedtransaction.md)
- [sendDelayedTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/senddelayedtransaction.md)
- [getViewKey](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getviewkey.md)
- [getStatus](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getstatus.md)
- [getAddresses](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/getaddresses.md)
- [sendFusionTransaction](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/sendfusiontransaction.md)
- [estimateFusion](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/estimatefusion.md)
- [Whitepapers](https://docs.bbscoin.org/whitepapers.md): Links to our Whitepapers.
- [BBSCoin (BBS)](https://docs.bbscoin.org/whitepapers/bbscoin-bbs.md)
- [English](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/english.md)
- [Español](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/espanol.md)
- [Português Brasileiro](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/portugues-brasileiro.md)
- [한국어](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/undefined.md)
- [中文(简体)](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/zhong-wen-jian-ti.md)
- [日本語](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/ri-ben-yu.md)
- [Indonesian](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/indonesian.md)
- [Tiếng Việt](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/tieng-viet.md): Sẽ sớm được dịch.
- [Pусский](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/pusskii.md): Скоро будет переведен.
- [عربى](https://docs.bbscoin.org/whitepapers/bbscoin-bbs/arba.md)
- [BBSToken (BBST / WBBS)](https://docs.bbscoin.org/whitepapers/bbstoken-bbst-wbbs.md): BBSToken Whitepaper, which also covers Wrapped BBSToken. Only available in English at the moment. Will be translating to other languages soon.
- [English](https://docs.bbscoin.org/whitepapers/bbstoken-bbst-wbbs/english.md): Will be translated soon to other languages.
