
To mine Beam, you will require at least one graphics card with minimum 3Gb of memory (RAM). There are two brands of GPU; NVIDIA or AMD and you will find below recommended mining software for both Nvidia and AMD cards.
For those who already know what they are doing and have previous knowledge of setting up a mining software to interact with your GPUs, directly below are the the simple copy/paste command lines for each different miner software. Just change your region by amending the pool connection info to either
eu-pool.raskul.com:1690
or
us-pool.raskul.com:1690
or
asia-pool.raskul.com:1690
--url=ssl://[email protected]:1690 --telemetry 127.0.0.1:1234 --ocX
--coin BEAM --tls on --pool eu-pool.raskul.com:1690 --user WALLET.WORKER
--algo beamhash --server eu-pool.raskul.com:1690 --ssl 1 --user WALLET.WORKER
-uri ssl://[email protected]:1690
--server eu-pool.raskul.com:1690 --key WALLET.WORKER
To get your miner running, simply bring up a CMD Prompt (Windows) or Terminal (Linux and macOS) on your mining rig or computer which hosts the GPU and run the appropriate command line related to the miner software of your choice. But for now, let’s go through a quick how-to mine Beam using MiniZ on a Linux-based Operating System. You can also find a table further down this page showing miner/OS specific command lines which will work on your preferred system.
Copy/Paste your required command line directly into the Terminal window (shown below)
I have amended WALLET.WORKER as follows to represent my BEAM WALLET ADDRESS
./miniZ –url ssl://c0c598df8b[email protected]eu-pool.raskul.com:1690 –telemetry 127.0.0.1:1234 –ocX
And you will see something similar to this:

Specific command lines and links for each miner / operating system alongwith pool server location configurations ready to copy and paste can be found in the table below.
Command Line for EU Stratum
MINER | COMMAND LINE (WINDOWS) | COMMAND LINE (LINUX) |
---|---|---|
MiniZ | miniZ.exe –url=ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX | ./miniZ –url ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX |
LolMiner | lolMiner.exe –coin BEAM –tls on –pool eu-pool.raskul.com:1690 –user WALLET.WORKER | ./lolMiner –coin BEAM –tls on –pool eu-pool.raskul.com:1690 –user WALLET.WORKER |
Gminer | miner.exe –algo beamhash –server eu-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER | ./miner –algo beamhash –server eu-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER |
Bminer | bminer.exe -uri ssl://[email protected]:1690 | ./bminer -uri ssl://[email protected]:1690 |
OpenCL | beamMiner.exe –server eu-pool.raskul.com:1690 –key WALLET.WORKER | ./beamMiner –server eu-pool.raskul.com:1690 –key WALLET.WORKER |
Command Line for US Stratum
MINER | COMMAND LINE (WINDOWS) | COMMAND LINE (LINUX) |
---|---|---|
MiniZ | miniZ.exe –url=ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX | ./miniZ –url ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX |
LolMiner | lolMiner.exe –coin BEAM –tls on –pool us-pool.raskul.com:1690 –user WALLET.WORKER | ./lolMiner –coin BEAM –tls on –pool us-pool.raskul.com:1690 –user WALLET.WORKER |
Gminer | miner.exe –algo beamhash –server us-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER | ./miner –algo beamhash –server us-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER |
Bminer | bminer.exe -uri ssl://[email protected]:1690 | ./bminer -uri ssl://[email protected]:1690 |
OpenCL | beamMiner.exe –server us-pool.raskul.com:1690 –key WALLET.WORKER | ./beamMiner –server us-pool.raskul.com:1690 –key WALLET.WORKER |
Command Line for ASIA Stratum
MINER | COMMAND LINE (WINDOWS) | COMMAND LINE (LINUX) |
---|---|---|
MiniZ | miniZ.exe –url=ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX | ./miniZ –url ssl://[email protected]:1690 –telemetry 127.0.0.1:1234 –ocX |
LolMiner | lolMiner.exe –coin BEAM –tls on –pool asia-pool.raskul.com:1690 –user WALLET.WORKER | ./lolMiner –coin BEAM –tls on –pool asia-pool.raskul.com:1690 –user WALLET.WORKER |
Gminer | miner.exe –algo beamhash –server asia-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER | ./miner –algo beamhash –server asia-pool.raskul.com:1690 –ssl 1 –user WALLET.WORKER |
Bminer | bminer.exe -uri ssl://[email protected]:1690 | ./bminer -uri ssl://[email protected]:1690 |
OpenCL | beamMiner.exe –server asia-pool.raskul.com:1690 –key WALLET.WORKER | ./beamMiner –server asia-pool.raskul.com:1690 –key WALLET.WORKER |