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?

  1. Mining
  2. XMR-Stak

Basic configuration

PreviousXMR-StakNextPlug-ins / Modules

Last updated 1 year ago

Was this helpful?

In the following configuration example, we will be setting xmr-stak to use just an AMD GPU.

Copy the following JSON settings into your text editor and save it as text file called: pools.txt, in to the xmr-stak folder where it contains the executable files.

"pool_list" :
[
	{
		"pool_address" : "mine.bbscoin.click:PORT",
		"wallet_address" : "REPLACE_ME_WITH_YOUR_WALLET_ADDRESS_AND.DIFFICULTY",
		"rig_id" : "",
		"pool_password" : "x",
		"use_nicehash" : false,
		"use_tls" : false,
		"tls_fingerprint" : "",
		"pool_weight" : 1
	},
],
"currency" : "bbscoin",

Replace the PORT in "pool_address" to match a your desired difficulty port from the page. Should look like "mine.bbscoin.click:3336". Then, change the "walletaddress" to your walletAddress.difficulty | Making it look similar to this, but with your address and difficulty. If you will use multiple devices/rigs to mine, add a "rig_id" to each configured, specialy if from same IP address.

fyTpS7UgsfTJaGWxKoBcYNAie7ZXkia8UKarA8mAEnusGpM1JQPAzvFd6S8fpDR7WgEN9wTVL6vdBe3PjPmqafpm2PogvpQna.50000

We will navigate to the xmr-stak folder, and run: ./xmr-stak --noCPU --noNVIDIA . This tells it to not load those drivers, so only the AMD GPU drivers will be loaded.

xmr-stak: Use simple setup method? (Y/n) : Y [ ENTER ]

Mining