Bitcoin miner - page 57

 
prostotrader:

It's been exactly 24 hours of VTC extraction, the pool works honestly, it does not underestimate the hash rate,

and it's paying. Anyone interested can calculate the income of the farm himself.

All that is circled in green, and is the "dirty" income (without the pool interest) in VTC.



Which pool and how to set it all up, please tell me.

 
Vitaly Muzichenko:

You can't do that because you don't have a physical bitcoin, just a quote from it. If there is a spike to 3000-5000, the account will burn out on a stop-out. Whoever has bitcoins will lose nothing.

Feel the difference?


Honestly... I don't feel any difference - I'll have one cent left and they will. What's the difference other than the equipment?

 
Aleksey Vyazmikin:

Which pool and how to set it all up, please tell me.


Pool https://www.coinotron.com

1. Register to the pool.

2. Starting a Vertcoin wallet https://vertcoin.org/

3. Launch vertcoin-qt.exe and wait a long time until all data will be loaded.

4. Go to File --> Receive Addresses --> Create New Address

Create an address with a unique label (I have Miner)

WARNING You don't need to create any more addresses.

5. On the pool, enter this address, where the namaineno will be sent afterwards.

6. At the exchange, take the VTC exchange address and insert it in the addresses to send.

7. The VTC wallet must always work if you are mining.

 

I may be asking in obscure language, but: Why do I need a farm?


 

Found a program that shows memory load https://technet.microsoft.com/ru-ru/sysinternals/bb896653#top GPU - will investigate which currencies require how much memory.

Программа Process Explorer для Windows
Программа Process Explorer для Windows
  • technet.microsoft.com
Автор: Марк Руссинович (Mark Russinovich) Введение Вам когда-нибудь хотелось узнать, какая программа открыла тот или иной файл или каталог? Теперь у вас есть такая возможность. Программа Process Explorer отображает информацию об открытых процессом дескрипторах и загруженных им библиотеках DLL. Рабочая область программы Process Explorer состоит...
 
prostotrader:

Pool https://www.coinotron.com

1. Registering to the pool

2. Create a Vertcoin wallet https://vertcoin.org/

3. Launch vertcoin-qt.exe and wait a long time until all data will be loaded.

4. Go to File --> Receive Addresses --> Create New Address

Create an address with a unique label (I have Miner)

WARNING You don't need to create any more addresses.

5. On the pool, enter this address, where the namaineno will be sent afterwards.

6. At the exchange, take the VTC exchange address and insert it in the addresses to send.

7. The VTC wallet should always work if you are mining.

Thanks! I will now try to set it up on my old lady 7950 :)
 
Aleksey Vyazmikin:
Thank you! I will now try to set it up on my old 7950 :)

Thank you for finding for me how not to spend extra money.

 
Aleksey Vyazmikin:
Thanks! I will now try to set it up on my old 7950 :)

VTC is mined by Lyra2RE, if I'm not mistaken?

My 7950 only mines Equihash and CryptoNight well. As for Lyra2RE - not sure if that's the algorithm for this card.

 
Aleksey Vyazmikin:
Thank you! I will now try to configure it on my old 7950 :)

Yes, I forgot... The miner itself (Excavator) is here

https://github.com/nicehash/excavator/releases

Create a file VTC_Coinotron.json

Prescribe there

[
        {"time":0,"commands":[
                {"id":1,"method":"algorithm.add","params":["lyra2rev2","coinotron.com:3340","<<Ваш логин, который Вы ввели на сайте>>.<<Имя воркера, которое Вы ввели на сайте>>:<<Пароль воркера, который Вы ввели на сайте>>"]}
        ]},
        {"time":3,"commands":[
                {"id":1,"method":"worker.add","params":["0","0"]}
        ]},
        {"time":10,"loop":10,"commands":[
                {"id":2,"method":"algorithm.print.speeds","params":[]}
        ]}
]

Then create a .BAT file, and in it

@echo off
:: CONFIG STARTS
SET COMMAND_FILE=VTC_Coinotron.json
SET CONSOLE_LOG_LEVEL=2
SET FILE_LOG_LEVEL=6
SET WEB_PORT=38080
SET WEB_HOST=127.0.0.1
SET WEB_AUTH_TOKEN=
SET WEB_LAUNCH_DELAY=5
SET RESTART_DELAY=10
:: CONFIG ENDS

:: AMD SPECIFIC SETTERS (DO NOT MODIFY!)
SET GPU_FORCE_64BIT_PTR=1
SET GPU_MAX_HEAP_SIZE=100
SET GPU_USE_SYNC_OBJECTS=1
SET GPU_MAX_ALLOC_PERCENT=100
SET GPU_SINGLE_ALLOC_PERCENT=100

echo Welcome to NiceHash Excavator
echo Opening website
start cmd /c "@echo off & echo Please, wait %WEB_LAUNCH_DELAY% seconds for Excavator status page to open... & ping 127.0.0.1 -n %WEB_LAUNCH_DELAY% > nul & if "%WEB_HOST%"=="0.0.0.0" (explorer http://127.0.0.1:%WEB_PORT%) else (explorer http://%WEB_HOST%:%WEB_PORT%) & exit"

:start
@setlocal enableextensions
@cd /d "%~dp0"
echo Starting Excavator...
excavator.exe -c %COMMAND_FILE% -d %CONSOLE_LOG_LEVEL% -f %FILE_LOG_LEVEL% -p 0 -wp %WEB_PORT% -wi %WEB_HOST% -wa %WEB_AUTH_TOKEN%
echo Excavator has crashed... restarting in %RESTART_DELAY% seconds...
ping 127.0.0.1 -n %RESTART_DELAY% > nul
goto start
 
Vladimir Zubov:

I may be asking in obscure language, but: Why do I need a farm?



The farm grows the bit, in which case the bit is yours.

If you are just trading, the bit is not yours.