[TRX\BTT Mining Pool!!] How to get TRX and BTT mining RandomX,Ethash,Etchash and more - Mining - CryptoTalk.Org Jump to content
funkyn3rd

[TRX\BTT Mining Pool!!] How to get TRX and BTT mining RandomX,Ethash,Etchash and more

Recommended Posts

  

On 2/11/2021 at 3:45 AM, funkyn3rd said:

In this guide I will explain how it is possible to "mine" Tron (TRX) and BitTorrent (BTT) using the most used software for Monero CPU Mining: XMRIG.


[CPU/GPU both work,RandomX Kawpow, ETHASH, ETCHASH, KAPOW algorithms are also available, enjoy! See at the end of this guide for more informations about]
Premises:
1) With this method you will NOT directly mine TRX or BTT but Monero (XMR), HOWEVER THE POOL WILL REWARD YOU WITH THE COIN OF YOUR CHOICE instead of Monero (XMR) and the procedure is practically the same.

2) This guide is aimed at those who already have experience with cryptocurrencies and mining since some small steps will not be fully mentioned; otherwise many passages could be difficult to understand and I advise against taking this path without having previously accumulated the experiences mentioned.

3) I also uploaded a video on Youtube where I show the steps. The link can be found at the bottom of the guide


LET'S START.

First step: Download the latest version of XMRIG from the official source for your operating system. (https://github.com/xmrig/xmrig/releases) If you are on 64bit Windows download xmrig-X.X.X-gcc-win64.zip PS: On Windows the archive you download could be marked in advance as "potentially dangerous "from Google Chrome as it is a mining software. Just go directly to the Google Chrome's top-right menu -> Download -> click on "Keep the dangerous file". You can also encounter problems with your antivirus and it will be up to you to insert the downloaded application in the exceptions of the same.

Second step: Extract the archive where you want, after which go to the folder and open the config.json file (configuration file) with your favorite text editor (on Windows just right click and click on Edit). Now you will have to go and modify only two lines of all this, that is
 

Code:
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",


Instead of

Code:
donate.v2.xmrig.com:3333

enter

Code:
rx.unmineable.com:3333

which would be the pool we will use for our purpose, which rewards users with the cryptocurrency of their choice instead of XMR, as we will see now.

After that, instead of YOUR_WALLET_ADDRESS you will have to enter (following example below)

Code:
TRX:YourTronAddress.NameOfWorker

if you want to mine TRX or

Code:
BTT:YourAddressBTT.NameOfWorker

if you want to mine BTT.

EXAMPLE:
 

Code:
"url": "rx.unmineable.com:3333",
"user": "TRX:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam",


The name of the worker after the "dot" can be a random name, possibly short, without spaces and is mandatory in this case.

IMPORTANT!! I remember that using this pool a part of what you mined will go as a fee to the developers of the pool, which DOES NOT HAPPEN (only 0.25%) if instead you insert the reference code of another user after the name of the worker followed by # . Here are the examples with my reference code that I recommend to use to pay less fees:

For TRX:

Code:
"url": "rx.unmineable.com:3333",
"user": "TRX:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam#bxg2-oqul",


For BTT:

Code:
"url": "rx.unmineable.com:3333",
"user": "BTT:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam#x8si-e9nl",



So the latter should be the configuration you should use to get the best, obviously replacing the receiving address with yours. NOTE THAT THE REFERENCE CODE CHANGES FROM BTT TO TRX

After that save the file, close and run xmrig.exe which resides in the same folder. If everything went right you will be starting to mine because the screen will open, otherwise if you have done something wrong in the configuration simply XMRIG will not open.

Now you can check your progress on the pool site, at the respective links below and by entering, once inside, the address used in the config.json in the appropriate text input on the right "Enter your address to check your stats: ":

Check TRX progress: https://unmineable.com/coins/TRX
Check the progress of BTT: https://unmineable.com/coins/BTT

Important: you will see the first progress results only after you have found the first block, i.e. when the first accepted appears on the XMRIG screen
Furthermore, it may take a few minutes for the site to show the first statistics and the generated hashrate.


By default, payments are automatic as soon as the minimum threshold is reached, which for BTT is currently around 550 BTT and for TRX and around 15 TRX.

You can do the same thing with many other cryptocurrencies that are listed on the pool site, simply by replacing the "ticker" of the coin to be mined and the respective receiving address.

I hope this guide was useful to you, below you will find the link of the Youtube video where I explain the steps mentioned in this guide: https://www.youtube.com/watch?v=TWCcfQHZ3vk

UPDATE: 

Enjoy, GPU mining is also available!

 

Here some examples:

 

ETHASH:

PhoenixMiner.exe -pool ethash.unmineable.com:3333 -wal TRX:YourAddress.YourWorkerName#bxg2-oqul -pass x

 

ETCHASH:

t-rex.exe -a etchash -o etchash.unmineable.com:3333 -u TRX:YourAddress.YourWorkerName#bxg2-oqul -p x

 

KAWPOW:

 

t-rex.exe -o kp.unmineable.com:3333 -a kawpow -u TRX:YourAddress.YourWorkerName#bxg2-oqul -p x

 

Edited by funkyn3rd
  • +5 1

Share this post


Link to post
Share on other sites
4 hours ago, funkyn3rd said:

In this guide I will explain how it is possible to "mine" Tron (TRX) and BitTorrent (BTT) using the most used software for Monero CPU Mining: XMRIG.
[update: GPU also working! ETHASH, ETCHASH, KAPOW algorithms are also available, enjoy! See at the end of this guide for more informations about]
Premises:
1) With this method you will NOT directly mine TRX or BTT but Monero (XMR), HOWEVER THE POOL WILL REWARD YOU WITH THE COIN OF YOUR CHOICE instead of Monero (XMR) and the procedure is practically the same.

2) This guide is aimed at those who already have experience with cryptocurrencies and mining since some small steps will not be fully mentioned; otherwise many passages could be difficult to understand and I advise against taking this path without having previously accumulated the experiences mentioned.

3) I also uploaded a video on Youtube where I show the steps. The link can be found at the bottom of the guide


LET'S START.

First step: Download the latest version of XMRIG from the official source for your operating system. (https://github.com/xmrig/xmrig/releases) If you are on 64bit Windows download xmrig-X.X.X-gcc-win64.zip PS: On Windows the archive you download could be marked in advance as "potentially dangerous "from Google Chrome as it is a mining software. Just go directly to the Google Chrome's top-right menu -> Download -> click on "Keep the dangerous file". You can also encounter problems with your antivirus and it will be up to you to insert the downloaded application in the exceptions of the same.

Second step: Extract the archive where you want, after which go to the folder and open the config.json file (configuration file) with your favorite text editor (on Windows just right click and click on Edit). Now you will have to go and modify only two lines of all this, that is
 

Code:
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",


Instead of

Code:
donate.v2.xmrig.com:3333

enter

Code:
rx.unmineable.com:3333

which would be the pool we will use for our purpose, which rewards users with the cryptocurrency of their choice instead of XMR, as we will see now.

After that, instead of YOUR_WALLET_ADDRESS you will have to enter (following example below)

Code:
TRX:YourTronAddress.NameOfWorker

if you want to mine TRX or

Code:
BTT:YourAddressBTT.NameOfWorker

if you want to mine BTT.

EXAMPLE:
 

Code:
"url": "rx.unmineable.com:3333",
"user": "TRX:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam",


The name of the worker after the "dot" can be a random name, possibly short, without spaces and is mandatory in this case.

IMPORTANT!! I remember that using this pool a part of what you mined will go as a fee to the developers of the pool, which DOES NOT HAPPEN (only 0.25%) if instead you insert the reference code of another user after the name of the worker followed by # . Here are the examples with my reference code that I recommend to use to pay less fees:

For TRX:

Code:
"url": "rx.unmineable.com:3333",
"user": "TRX:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam#bxg2-oqul",


For BTT:

Code:
"url": "rx.unmineable.com:3333",
"user": "BTT:TC5jbYQNziLUyaEExa8ccbsV6qZnm91p4W.Sam#x8si-e9nl",



So the latter should be the configuration you should use to get the best, obviously replacing the receiving address with yours. NOTE THAT THE REFERENCE CODE CHANGES FROM BTT TO TRX

After that save the file, close and run xmrig.exe which resides in the same folder. If everything went right you will be starting to mine because the screen will open, otherwise if you have done something wrong in the configuration simply XMRIG will not open.

Now you can check your progress on the pool site, at the respective links below and by entering, once inside, the address used in the config.json in the appropriate text input on the right "Enter your address to check your stats: ":

Check TRX progress: https://unmineable.com/coins/TRX
Check the progress of BTT: https://unmineable.com/coins/BTT

Important: you will see the first progress results only after you have found the first block, i.e. when the first accepted appears on the XMRIG screen
Furthermore, it may take a few minutes for the site to show the first statistics and the generated hashrate.


By default, payments are automatic as soon as the minimum threshold is reached, which for BTT is currently around 550 BTT and for TRX and around 15 TRX.

You can do the same thing with many other cryptocurrencies that are listed on the pool site, simply by replacing the "ticker" of the coin to be mined and the respective receiving address.

I hope this guide was useful to you, below you will find the link of the Youtube video where I explain the steps mentioned in this guide: https://www.youtube.com/watch?v=TWCcfQHZ3vk

UPDATE: 

Enjoy, GPU mining is also available!

 

Here some examples:

 

ETHASH:

PhoenixMiner.exe -pool ethash.unmineable.com:3333 -wal TRX:YourAddress.YourWorkerName#bxg2-oqul -pass x

 

ETCHASH:

t-rex.exe -a etchash -o etchash.unmineable.com:3333 -u TRX:YourAddress.YourWorkerName#bxg2-oqul -p x

 

KAWPOW:

 

t-rex.exe -o kp.unmineable.com:3333 -a kawpow -u TRX:YourAddress.YourWorkerName#bxg2-oqul -p x
Edited by funkyn3rd

Share this post


Link to post
Share on other sites

Dear trx can't be mined. You can earn trx and various other tokens via staking your trx to vote for an SR or SRc. All the coins already exist, so there is no need for mining. However, one can earn Tronix if he is able to supply the network with additional storage space .

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...