[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

  • Сообщения

    • Эх, жаль конечно, из-за вот таких случаев, даже если есть много дел и не остаётся времени и сил на крипту, по любому обязательно в конце дня захожу посмотреть что к чему в том числе и на форум, куда если бы зашли до 4-го мая, то есть в наш топик, то могли бы заклеймить те 368 к ММ.    И со мной бывало много раз, что даже из-за одного дня упускал многое, оставаясь за бортом из-за чего стараюсь не повторять подобные ошибки в будущем.   С поддержкой будет удивительно, если они вам помогут решить что-то.
    • У меня тоже так было с проверкой, но на всякий случай делал её каждый день ради страховки, а то как мы знаем, по дропам всякое может произойти.  А с челенджом у меня почти тоже самое с +2xp, главное участие в подобном.  А с третьим сезоном, может и затянут это, но с рынком может быть уже поздно, летом может уже идти спад, а месяц май последняя возможность запуска на бычке.
    • Да новые задания дали возможность заработать ещё поинтов, и всё за пару минут. Хотя в таблице лидеров всё ещё там у 30-31 к пользователей. По ежедневным поинтам вышел на 20 день, там всё ещё по 20 поинтов, посмотрим, что выйдет на 30-й день. А сколько у вас накопилось поинтов ? У меня всего 1945 pts
    • Интересные Факты о Криптовалютах1️⃣ Тайна Сатоши Накамото: Создатель биткоина придумал себе псевдоним, и его личность остается загадкой. Эта загадка привлекает внимание многих исследователей.2️⃣ Забытый Кошелек: Биткоин-кошелек с потерянным паролем, содержащий $220 миллионов, стал бесполезным для своего владельца. Это напоминает о важности безопасности и ответственного хранения паролей.3️⃣ Мир Криптовалют: Существует более 10 000 различных криптовалют, каждая со своей уникальной технологией и применением. Это многообразие создает интересные возможности для инвестирования и развития новых проектов.4️⃣ Пицца за Биткоины: Первая сделка с использованием биткоина была покупка двух пицц за 10 000 BTC. Сегодня эта сумма превышает $500 миллионов, что символизирует рост ценности криптовалюты.5️⃣ Ограниченный Биткоин: Всего будет создано 21 миллион биткоинов, что придает ему дефляционные свойства. Это ограничение делает его ценным активом и предоставляет уникальную инвестиционную динамику.6️⃣ Эфир и Смарт-Контракты: Ethereum (ETH) не только криптовалюта, но и платформа для смарт-контрактов и децентрализованных приложений (DApps), вносящая инновации в мир цифровых технологий.7️⃣ Технология Блокчейн: Большинство криптовалют используют технологию блокчейн для обеспечения безопасности и прозрачности транзакций. Эта технология уже нашла применение в различных отраслях.8️⃣ Электронный Юань: Китай активно разрабатывает свою цифровую валюту, электронный юань, став уникальным участником в мире цифровых финансов.Если у вас есть вопросы по обмену, смело задавайте их нашему менеджеру https://t.me/Doctorbit_proСайт: DOCTORBIT.PRO (https://doctorbit.pro/)
    • Ага, есть такая стратегия, ориентироваться на биткоин и эфир) Но с эфиром всякое может случиться в среднесроке, слишком уж много разговоров... А на битке больших иксов не сделать, вот и приходится крутиться и изыскивать варианты))
    • Мы рады объявить, что поддерживаем PIXEL на нашей платформе!   PIXEL coin — это криптовалютный токен, который в основном используется в качестве премиальной внутриигровой валюты в игре Pixels, позволяющий игрокам покупать предметы, улучшения и усовершенствовать персонажей. Он работает на блокчейне Ethereum по стандарту ERC20, предоставляя решение в виде цифрового токена для различных игровых транзакций.   Обменивайте PIXEL по лучшим курсам на: easybit.com/ru 👈  
    • We are excited to announce that we support PIXEL on our platform!   The PIXEL coin is a cryptocurrency token primarily used as an in-game premium currency in the Pixels game, enabling players to purchase items, upgrades, and character improvements. It operates on the Ethereum blockchain under the ERC20 standard, providing a digital token solution for various gaming transactions.   Exchange PIXEL at the best rates at: easybit.com 👈  
    • Fastflux на dedione.store регистрируйтесь, переходите во вкладку fastflux и юзайте по самой выгодной цене все автоматизировано, есть так же проксирование. Для тех кто не понимает различие система фастфлюкс- это бот-нет система с помощью, которой айпи меняются от 5 минут до часа, проксирование в нашей системе меняет айпи каждые 2-3 дня и оно стоит дешевле. поэтому не путайте системы и не давайте вводить других селлеров вас в заблуждение. будем рады новым пользователям.
    • Даа, бывает что токены иксы дают, но именно какие. Поэтому рискнуть тоже не правильно. Я купил 3 новых монет и они падали, пока жду роста. Лучше дело иметь только с биткоином, ефиром тоже не плохо. Другого выхода я не вижу. 
    • Я понял сейчас, я просто не зашел и не забрал свои ММ - вот это тупость. =( Но были кое-какие причины, как раз не вникал особо из-за жизненных моментов, но теперь обидно конечно капец. Ща попробую в саппорте запросить. 
×
×
  • Create New...