관리 메뉴

블록체인 주변 이야기

미니제트 마이너 - miniZ : Fast and Friendly Equihash Miner 본문

채굴프로그램 소식

미니제트 마이너 - miniZ : Fast and Friendly Equihash Miner

STIMA 2018. 12. 11. 23:00
반응형

이더리움 계열의 ASIC이 나온 이후로, GPU로도 채굴을 안하게 됩니다. ASIC과의 경쟁은 계란으로 바위치기나 다름없으니까요. 그런데, miniZ라는 채굴소프트웨어가 기존의 Equihash 알고리즘 채굴소프트웨어보다 성능이 20% 정도 높다며, 나와서는 계속해서 성능을 향상시키고 있던 프로젝트여서 직접 테스트를 해보도록 하겠습니다.



miniZ miner



  • 홈페이지 : https://miniz.ch
  • 어나운스먼트 : https://bitcointalk.org/index.php?topic=4767892.0
  • 지원 코인 : BTG, BTCZ, XSG, BCRM…
  • 최소GPU 메모리 : 2MB 이상
  • Devfee : 2%


홈페이지의 다운로드 페이지로 이동 하여, 채굴소프트웨어(miniZ_v1.0i_win-x64.zip)를 다운로드 받습니다.

압축을 해제하고 살펴보니, miniZ.exe 파일만 한개 있습니다. 채굴프로그램으로 보입니다. -h 옵션을 사용하여 명령어를 살펴 봅니다.


************ [01;31mminiZ[22;37m v1.0i ************

*************************************

  miniZ: friendly equihash miner


  Arguments: 


  --version Print some miniZ version information.

  --help (-h) Print this help on screen and quit.

  -ci Lists information on available CUDA devices.

  --user (-u) [username] Username.

  --server [server] Server address, usually pool address.

  --port [port] Server port.

  --url [user@server:port] Alternative way to specify all the three previous arguments: 

  username + server + port

  --pass (-p) [password] Password (default: x).

  --pers [pers_string] Personalised string.

  --par=[parameters] Algorithm parameters (default: 144,5).

  --telemetry (-a) [port] Local API port (default: 20000, not to bind: 0).

  --cuda-devices (-cd) [devices] Enable CUDA mining on specific devices, separated by spaces.

  --cde [devices] Include all devices except the ones specified, space separated.

  --intensity [number 1-100] Specify miner running intensity.

  --gpu-line Lists each GPU information in a different line. 

  Omission will print information in the same line.

  --show-shares Shows submitted shares/rejected shares.

  --show-server Shows the server address.

  --server-share Lists percentage time connected to each server (yours and fee's)

  --extra Alternative way to specify all the three previous arguments. 

  This will show: shares + server address + server share.

  --templimit [Temp. value] Temperature limit at which mining will suspend for one minute. 

  You can specify temperature in Celsius (C) or Fahrenheit (F).

  --tempunits [Temp. unit] Shows temperature in Celsius (C) or Fahrenheit (F).

  --log Copy program output to miniZ.log.

  --logfile=[filename] Copy program output to [filename].

  --nocolor Remove colors from logfile.

  --latency Show current server ping latency.




채굴풀은 마이닝풀허브를 이용하려고 합니다.

서버 설정 정보는 다음과 같습니다.

서버 : asia.equihash-hub.miningpoolhub.com

포트 : 20595



명령어 옵션과 서버 정볼르 조합하여 bat 파일을 만듭니다.

start.bat 

title "miniZ"


miniZ.exe --server asia.equihash-hub.miningpoolhub.com --port 20595  --user stima.bgol


pause



실행을 해보았습니다.

그런데, Temp. limit 에서 [90? 표시가 되니, 오류가 난것만 같습니다.

무언가 잘못 되었는지 여러 옵션을 살펴 보았는데, 특별히 오류메시지가 나지는 않았습니다.





그래서, 브라우저를 열고, localhost:20000 으로 접속을 해보니

아래와 같이 채굴 상태를 모니터링 할 수가 있었습니다.




GTX 1050 6GB로 60 SOL/S 정도의 성능이 나와 줍니다. 이전에 비트코인 골드를 채굴을 했던 기록이 없어서, 상대적인 비교를 하기는 어려우나, 일단, 채굴은 잘 되는것 같습니다. 참고로, 현재 제 컴퓨터는 애프터버너로 성능을 60% 정도 수준에서 가동되고 있습니다.



마이닝풀허브에서 표시되는 해시성능을 보니, 0.03 KH/s로 표시됩니다. 그만큼 다른 채굴자들은 더 높은 성능의 채굴을 하고 있다는 뜻 이겠죠? 적어도 KSOL/s 단위로 채굴을 해야 하는데, 너무 적은 성능으로 채굴을 하는 것으로 보여집니다. 


결국, 채굴이 되는 것만 확인해 보았습니다. 


Equihash 계열의 코인을 채굴할 수 있는 miniZ의 사용법을 익혀 두었으니, 향후 equihash 계열 코인 출현시 활용하면 되겠습니다.





반응형