Getting started
To get started either mining or holding Bunkercoins, you need the
core wallet the very least. It's available at our GitHub page,
located at github.com/bunkercoin-project/bunkercoin.
To start mining, you can download any miner that supports the Scrypt algorithm and either the
stratum+tcp protocol (if you want to mine on a pool) or the Bitcoin rpc method (if you want to solo mine).
Some recommended ones are:
- CPU: cpuminer-opt
- GPU: sgminer-gm (AMD) or CGMiner (NVIDIA)
- ASIC: BFGMiner
If you're planning on pool mining, you can choose a pool at miningpoolstats.stream. Most pools provide a utility to generate the command line arguments for you. If they don't, you can ask for help on our Discord server.
If you're planning on solo mining, you can just start bunkercoind with
-rpcuser=user -rpcpassword=password -rpcport=1234
, point your miner to
http://user:password@127.0.0.1:1234
, disable stratum and you'll be good to go. If you need
extra help, you can leave your question behind on our Discord server.