1. Create account.
2. Download a miner.
The easiest grab-and-go solution is to get veriumMiner:
3. Select a stratum to mine to.
In the top left select the dropdown menu select a stratum to mine to. This will redirect you to the stratum "Get Started!" page.
On the "Get Started!" page select the "Bitcoinsubsidium" menu option on the left underneath the "Config" header. This will trigger a pop-up that contains all of the configuration options
From the pop-up select the difficulty you would like and note applicable configuration options for your miner.
4. Configure your miner.
Linux:
Example format for known-working miners:
./cpuminer -o stratum+tcp://de2.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
./cpuminer --algo scrypt:1048576 -o stratum+tcp://de2.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
./cpuminer -o stratum+tcp://de1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
./cpuminer --algo scrypt:1048576 -o stratum+tcp://de1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
./cpuminer -o stratum+tcp://ca1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
./cpuminer --algo scrypt:1048576 -o stratum+tcp://ca1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
Windows:
Create a batch file(ex: start.bat) in the same directory as the cpuminer binary containing your start command, examples below:
cpuminer.exe -o stratum+tcp://ca1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
cpuminer.exe --algo scrypt:1048576 -o stratum+tcp://ca1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
cpuminer.exe -o stratum+tcp://de1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
cpuminer.exe --algo scrypt:1048576 -o stratum+tcp://de1.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
cpuminer.exe -o stratum+tcp://de2.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
cpuminer.exe --algo scrypt:1048576 -o stratum+tcp://de2.xbtx.collective-b.net:3333 -u Weblogin.WorkerName -p WorkerPassword
Save the file and double click to run it. This should initialize a terminal window and run the process.
4. Enter your BitcoinSubsidium address to receive payments.