[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.

  • Topics

  • Сообщения

    • Это, наверное, всякие скальперы и те, кому срочно надо фиксировать прибыли в крупных порциях? На долгосрок-то они явно в плюсе окажутся, если смогут подождать. Торговля большинства - это скорее инвестиция, чем настоящий трейд, однако люди всё равно боятся. Такова уж психология и природа.
    • Ничем не примечательный обменник, единственное, что тут выбор крипты обширный, ну и я понял что на бесте они тоже есть. Курсы не топ конечно, но зато скорость обработки заявок довольно неплохая. Плюс минималка небольшая 
    • New draw live on X Twitter!         Don't forget to complete all 3 tasks to qualify. The $50 prize will be divided among 10 winners ($5 each). 3 tasks!        Subscribe and retweet               Mark 2 friends               Enter your NICKNAME in WINDICE                   This week, we are celebrating Mother's Day, a celebration honoring the mother of the family or individual, as well as motherhood, maternal bonds, and the influence of mothers in society.     For this week's challenge, we will collect gifts as symbols of love to our beloved mothers.    
    • На этой неделе мы отмечаем День матери - праздник, посвященный матери семейства или отдельного человека, а также материнству, материнским узам и влиянию матерей в обществе.     Для участия в конкурсе на этой неделе мы будем собирать подарки в качестве символов любви для наших любимых матерей.             Новый розыгрыш в прямом эфире в X Twitter!Не забудьте выполнить все 3 задания,чтобы пройти квалификацию приз в размере 50 долларов будет разделен между 10 победителями(по 5 долларов каждому)   3 задания!                  Подписывайтесь и ретвитит        Отметьте 2 друзей                   Введите свой НИК в WINDICE  
    • Очень странно как-то получилось с этим 3-им уровнем, где раздали по 368.000 ММ почти 6 тысячам пользователям и не больше, хотя народу было очень много. Видимо нужно было проверять себя на элегибл, соответствие 10 дари и стейкинга подписав там их контракт, что я делал каждый день, видимо из-за этого получилось столько получить. А в Гелакси я не участвовал, хотя условия были в первой неделе простым.
    • Ого! А где это нужно было клэймить?) Там была кнопка, да?) Я что-то не понял, не видел у себя ее, хотя точно попадал на 3-ий этап... Мне вот 20к ММ дали, но уже не помню, это вроде было за GALXE компанию. У меня всего 120 ММ в итоге вышло, я значит за 3-ий этап не получил, странно. =(
    • Посмотрим что и как 8 мая, уже совсем скоро. Там же эирдроп делится на две части еще: эирдроп для "Masa Early Adopter" - тут мы мимо. Мы участвовали в "SBT Masa Airdrop Quest", по идее также будет, должны распределить 11 мая. 👀
    • Угу, новые задания появились, бесплатные я конечно выполнил, но вот до платных до сих пор не добрался... Хз, но раз время еще есть, то думаю сделаю какие-то. А лидеры потому и имеют столько понтов, т.к. делают транзакции и это грамотно. 
    • Эх, по факту уже завтра можно было бы получить 6 лвл, т.к. оказывается если бы 30 дней подряд в апреле выполняли ежедневные действия, то дали бы аж +1500 алмазов, а если 15 или больше дней, то +500 алмазов. Но я так понял не выполнил это. =(( Обидненько... 
    • Внедрили новую функцию — сканер QR-кода для быстрого и безопасного ввода адресов кошельков. Эта функция упрощает транзакции, позволяя пользователям сканировать QR-коды с мобильных устройств или изображений для мгновенного заполнения адреса кошелька. Больше нет необходимости вручную вводить длинные адреса, что снижает риск ошибок и ускоряет обмен. Для использования сканера кликните на иконку в поле ввода кошелька. Мы стремимся улучшать наш сервис, делая процесс обмена удобнее и безопаснее. Надеемся, вы оцените нововведения. *Проверяйте надежность сканируемых QR-кодов.С уважением,Команда Hinadex
×
×
  • Create New...