기본 콘텐츠로 건너뛰기

mining ethereum

Microsoft Windows and Office ISO Download Tool 5.07

https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe


1. tool download


https://geth.ethereum.org/downloads/

https://www.ddengle.com/miningbitcoin/1146793
R9 390

2. 윈도우 최적화


remove.bat

PowerShell.exe -Command "Get-AppxPackage *3dbuilder* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *officehub* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *skypeapp* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *getstarted* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *zunemusic* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *windowsmaps* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *bingfinance* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *bingfinance* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *windowsstore* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *bingweather* | Remove-AppxPackage"
PowerShell.exe -Command "Get-AppxPackage *xboxapp* | Remove-AppxPackage"


http://www.chaintalk.io/archive/mining/2


3. 마이너 프로그램



http://www.cryptocoin.kr/entry/%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EC%8B%9C%EC%95%84%EC%BD%94%EC%9D%B8-%EB%8F%99%EC%8B%9C-%EC%B1%84%EA%B5%B4-%ED%95%98%EA%B8%B0



4. 이더리움 채굴기 만들기



https://steemit.com/mining/@tk0221/1-n

https://github.com/tk0221/ethereum_tool/blob/master/README.md


5. 이더리움 커뮤니티


http://www.chaintalk.io/

6. rx570 리뷰 ... 훔 480이 짱임


http://1stminingrig.com/are-the-rx570-and-rx580-profitable-mining-performance-review/


7. crimson 15.12 amd driver 다운로드


http://support.amd.com/en-us/download/desktop/previous/detail?os=Windows%207%20-%2064&rev=15.12


8. 클레이모어


https://mega.nz/#F!O4YA2JgD!n2b4iSHQDruEsYUvTQP5_w

Claymore's Dual Ethereum+Decred_Siacoin AMD GPU Miner v5.3
- 다운로드 : https://bitcointalk.org/index.php?topic=1433925.0
1) 공통
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

2) ETH
EthDcrMiner64.exe -allpools 1 -epool asia1.ethereum.miningpoolhub.com:20535 -ewal id.worker -epsw x -esm 2


마풀허에서 동일한 마이너로 Genoil 1.1.3과 Claymore 4.5 를 벤치마크해보았습니다.

Powercolor 380 4GB 6-way 
880mV undervolt 780,1485 underclock BIOS mod
Ubuntu 15.10 server (no X-window)
4gb system ram, 64gb SSD, BTC H81 board

Pool: 마풀허

< genoil 1.1.3 -> Direct Stratum Mode >

ethminer -G -S us-east1.ethereum.miningpoolhub.com:20535 -O atomrigs1.1:x -FS asia1.ethereum.miningpoolhub.com:20535 -FO atomrigs1.1-fo:x --cl-local-work 256 --cl-global-work 16384

<claymore 4.5 -> Direct Stratum Ethereum Only Mode>

ethdcrminer64 -epool us-east1.ethereum.miningpoolhub.com:20536 -ewal 0xcea9F698413956xxxxxxxxxxxxxxx -eworker atomrigs3.rig1 -epsw x -allpools 1 -mode 1


9. 애프터버너


https://www.msi.com/page/afterburner


10. opencl 다운로드


http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/

11. 시작프로그램 등록

  • 윈도우 10


    1. win + r 키를 눌러서 실행 창을 띄웁니다.
    2. shell:startup 입력
    3. 팝업 되는 창에 원하는 시작 프로그램의 아이콘 끌어다 붙여넣기 






댓글

이 블로그의 인기 게시물

윈도우 톰캣 네트워크 드라이버 잡기

윈도우 톰캣 네트워크 드라이버 설정(windows tomcat network driver setting) TOMCAT_HOME/conf/server.xml 의 Host 노드 아래 경로 추가     <Context path="/resources" docBase="//192.168.200.100/cifs/pds" /> 서버스 재구동 하면 다음 메시지 뜸 SEVERE [localhost-startStop-1] org.apache.catalina.startup.ContextConfig.beforeStart Exception fixing docBase for context [/resources] java.io.IOException: 사용자 이름 또는 암호가 올바르지 않습니다 at java.io.WinNTFileSystem.canonicalize0(Native Method) at java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428) at java.io.File.getCanonicalPath(File.java:618) at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.java:593) at org.apache.catalina.startup.ContextConfig.beforeStart(ContextConfig.java:744) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:300) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:401)...

Jsp 서버 아이피 확인

한줄버전 <% String svrIP =  InetAddress.getLocalHost() .getHostAddress(); %> <%@ page language="java" import="java.net.InetAddress" %> InetAddress inet = InetAddress.getLocalHost(); String svrIP = inet.getHostAddress(); Reference http://yoontaesub.egloos.com/m/1925800

윈도우 톰캣 버전확인

cmd 창을 연 후 cd C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin version.bat 실행 ======================================================== Using CATALINA_BASE:   "C:\Program Files\Apache Software Foundation\Tomcat 8.0" Using CATALINA_HOME:   "C:\Program Files\Apache Software Foundation\Tomcat 8.0" Using CATALINA_TMPDIR: "C:\Program Files\Apache Software Foundation\Tomcat 8.0\temp" Using JRE_HOME:        "C:\Program Files\Java\jdk1.8.0_91" Using CLASSPATH:       "C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\bootstrap.jar;C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\tomcat-juli.jar" Server version: Apache Tomcat/8.0.33 Server built:   Mar 18 2016 20:31:49 UTC Server number:  8.0.33.0 OS Name:        Windows Server 2012 R2 OS Version:     6.3 Architecture:   amd64 JVM Version:    1.8.0_91-b14 JVM Vendor:     Oracle Corporation ...