Mining Quebecoin (QBC) directly to your wallet is straightforward and can be done using your CPU. Follow these steps to get started

Step 1: Configure Your Wallet

To enable mining directly to your wallet, you need to modify the quebecoin.conf file. This file is typically located in the Quebecoin data directory.

  1. Open or create the quebecoin.conf file in a text editor.
  2. Add the following lines to the file:

algo=groestl
generate=1
rpcuser=rpc123user
rpcpassword=rpc123password
rpcport=11771
port=11772
rpcallow=0.0.0.0/0
daemon=1
listen=1
server=1

  1. Save the file and close the text editor.

Important: Make sure to change rpc123user and rpc123password to your own secure username and password.

Step 2: Create the Start Script

Next, you need to create a script file that will automate the mining process.

  1. Open a text editor and create a new file.
  2. Add the following content to the file:plaintextCopy code:start quebecoin-cli.exe generate 1000000000 GOTO :start
  3. Save the file with the name start_gen.cmd.

Step 3: Start Mining

  1. Open the Quebecoin wallet application by running quebecoin-qt.exe.
  2. Run the start script by double-clicking on start_gen.cmd.

Your CPU will now begin mining Quebecoin and the rewards will be sent directly to your wallet.

Summary

By following these simple steps, you can configure your Quebecoin wallet for CPU mining. Here’s a quick recap:

  • Configure the quebecoin.conf file.
  • Create the start_gen.cmd script.
  • Launch both the Quebecoin wallet and the mining script.

Make sure to monitor your wallet and adjust settings as needed to optimize performance. Happy mining!