BBSCoin Docs
  • Welcome!
  • Wallets
    • Wallet GUI
      • Synchronization
      • Send BBSCoin
      • Transactions
      • Contacts
    • SimpleWallet
    • Wallet Container
    • bbs.money restore
    • Tronlink to Klever Wallet
  • Mining
    • XMR-Stak
      • Basic configuration
  • Plug-ins / Modules
    • PHP API Module
    • MyBB
    • SMF
    • Discuz
    • PHPWind
    • GNUBoard
  • Development / Integration
    • Daemon/Node API
      • Binary handlers
        • getblocks.bin
        • queryblocks.bin
        • queryblockslite.bin
        • get_o_indexes.bin
        • getrandom_outs.bin
        • get_pool_changes.bin
        • get_pool_changes_lite.bin
        • get_blocks_details_by_hashes.bin
        • get_blocks_hashes_by_timestamps.bin
        • get_transaction_details_by_hashes.bin
        • get_transaction_hashes_by_payment_id.bin
      • JSON handlers
        • getinfo
        • getheight
        • gettransactions
        • sendrawtransaction
        • stop_daemon
      • JSON RPC request
        • f_blocks_list_json
        • f_block_json
        • f_transaction_json
        • f_on_transactions_pool_json
        • getblockcount
        • on_getblockhash
        • getblocktemplate
        • getcurrencyid
        • submitblock
        • getlastblockheader
        • getblockheaderbyhash
        • getblockheaderbyheight
        • get_txs_by_height
        • get_txs_pool
        • get_random_outs
        • get_maximum_tx_allowed_size
    • Wallet API
      • Simple Wallet
        • getbalance
        • transfer
        • store
        • get_payments
        • get_transfers
        • get_height
        • reset
      • Wallet Container
        • save
        • export
        • reset
        • createAddress
        • createAddressList
        • deleteAddress
        • getSpendKeys
        • getBalance
        • getBlockHashes
        • getTransactionHashes
        • getTransactions
        • getUnconfirmedTransactionHashes
        • getTransaction
        • sendTransaction
        • createDelayedTransaction
        • getDelayedTransactionHashes
        • deleteDelayedTransaction
        • sendDelayedTransaction
        • getViewKey
        • getStatus
        • getAddresses
        • sendFusionTransaction
        • estimateFusion
  • Whitepapers
    • BBSCoin (BBS)
      • English
      • Español
      • Português Brasileiro
      • 한국어
      • 中文(简体)
      • 日本語
      • Indonesian
      • Tiếng Việt
      • Pусский
      • عربى
    • BBSToken (BBST / WBBS)
      • English
  • Links
    • BBSCoin Official
    • BBSCoin Downloads
    • BBSToken Information
    • BBSToken DApp
Powered by GitBook
On this page

Was this helpful?

Welcome!

Welcome and Introduction

NextWallets

Last updated 1 year ago

Was this helpful?

Welcome to BBSCoin (BBS) [ Bulletin Board System Coin ]

BBSCoin was created to be used as a redemption cryptocurrency for forums or websites. It provides the software and plugins needed to run on some of the top bulletin board systems. Also, BBSCoin is mineable, you may participate in mining it and receive for it. If you would like to integrate BBSCoin into your application, please take a look under the section.

Websites [domains]: bbscoin.org, bbscoin.click, bbstoken.click. Official project nodes are hosted as bbscoin.click hostnames, Ex. singapore-seed.bbscoin.click . But anyone may run their own node, mining pools and explorers that sync to the official nodes. When connecting to other nodes and services you may check if they are at the same block number or -1 by visiting our official explorer at .

BBSCoin provides the following main files:

Node Daemon [ bbscoind | bbscoind.exe ] It's a command line software that let's you run your own BBSCoin node. Nodes help support the BBSCoin network by relaying transactions between each node and keeping the blockchain synchronized(confirmed transactions).

Simple Wallet [ simplewallet | simplewallet.exe ] It is like the GUI Wallet, but only text in command line. It also allows you to convert from mnemonic words to private key.

Wallet Container [ walletd | walletd.exe ] Containers are designed to handle multiple wallets within it. It allows exchanges and websites to provide an internal individual wallet account for their users.

GUI Wallet [ bbscoinwallet | bbscoinwallet.exe ] Gives you a graphical wallet, where you may create your individual wallets.

reward shares
Development / Integration
explorer.bbscoin.org
Page cover image