You can see the video in Youtube link: https://www.youtube.com/watch?v=PfSyjc7RrQM
MIning Monero with two commands
docker build . -t xmrig:rifkyBasic run:
docker run --name miner --rm -it xmrig:rifky
Theeereee, you already success mining the Crypto with XMR/Monero, but that's for my account wallet.
For your wallet, follow below command
Set up your own wallet and environment:
export POOL_URL="here, pool url"
export POOL_USER="Your public monero address"
export POOL_PASS="can be empty for some pool, other use that as miner id"
export DONATE_LEVEL="xmrig project donation in percent, default is 5"
eg like this:
export POOL_USER="8BWdDpi4uRyDL24XBMdQQFbiwTVAdUWpZAKTbHnqPUxoiL8je9hg1NDAow1BpVF5FsP6fFX847aQiQbGUhCZ32skDsH1Eu7" \ POOL_PASS="" \ POOL_URL="pool.supportxmr.com:5555" \ DONATE_LEVEL=3 \ PRIORITY=0 \ THREADS=0 |
docker run --name miner --rm -it \
-e POOL_URL=$POOL_URL \
-e POOL_USER=$POOL_USER \
-e POOL_PASS="" \
xmrig:rifky
Depend to which pool
In this example i use this pool: pool.supportxmr.com:5555
then we use this web https://supportxmr.com/
Open the web
then put YOUR wallet address that you use for Mining, then you can see the there/there is one or more worker AFTER around 5 MINUTES
that means your mining is already run properly, CONGRATSSSZZZ