Post
Topic
Board Announcements (Altcoins)
Re: ANN [BGR] Bongger! Crypto for the Cannabis Industry
by
bongger
on 17/06/2020, 21:22:40 UTC
The easiest way to mine bonggers it with the wallet. You can download it at bongger.com or you can do solo mining with your mining rig. Below I describe both ways:

Before you begin:
1) Download the wallet.
2) Install it.
3) Run it.
4) Sync it.

Mining with your wallet and CPU:


Click the green button on the upper right of the Bongger window and you're mining. Note: Depending on the Bongger network hash rate and your CPU speed,  you may get Bonggers in a few minutes or in a few hours or in a few days. Have fun!  Grin


Instructions for mining solo:

1)Download, Install and Sync bongger-qt.exe (https://bongger.com) and cgminer.exe (https://bitcointalk.org/index.php?topic=28402.0)

2)My roaming folder is: "C:\Users\Dev\AppData\Roaming"  Go to your bongger roaming folder and edit the bongger.conf file to look like this:

rpcuser=username
rpcpassword=password
rpcallowip=localhost
rpcport=7070
port=7071
daemon=1
server=1

3)Replace username and password above with your username and password. Pick whatever you want for example:

rpcuser=bongger_worker_01
rpcpassword=Ght6757U_yu34RRzxy7

4) Create a shortcut to the bongger-qt.exe on your desktop if you don't have one yet.

5) Right click on the shortcut and select properties.

6) In the properties dialog add the -server  command to the target. In my computer it looks like this:

Target: C:\AltCoins\Bongger\bongger-qt.exe -server

7) Save the changes.

Cool Double click the shortcut to run the bongger-qt.exe

9) Once the bongger-qt.exe is up run the following command for cgminer.exe:

10)cgminer.exe -o http://localhost:7070 -O username:password --nocheck-golden --ltc-clk 300 --chips-count 6 -S //./COM3 -S //./COM1 -S //./COM7 -S //./COM8 -S //./COM9

11)Replace username and password with the values you put into the bongger.conf file.

12) The first part of the command line is standard:

cgminer.exe -o http://localhost:7070 -O username: password

The second part depends on your mining rig (in my case it is an ASIC Scrypt miner array yours is probably different:

--nocheck-golden --ltc-clk 300 --chips-count 6 -S //./COM3 -S //./COM1 -S //./COM7 -S //./COM8 -S //./COM9

**You don't need to add nodes because bongger-qt was written properly and knows how to find it's nodes with out one having to specify them.

That's it... you should be mining successfully...