8월, 2021의 게시물 표시

How to install etherminer

  Step1: $ sudo apt-get install software-properties-common git cmake $ sudo add-apt-repository -y ppa:ethereum/ethereum $ sudo apt-get update $ sudo apt-get install ethereum   Step2: $ mkdir ~/ethminer; cd ~/ethminer $ git clone https :// github . com / ethereum - mining / ethminer . $ git submodule init $ git submodule update $ mkdir build; cd build $ cmake .. -DETHASHCUDA=ON -DETHASHCL=OFF $ cmake --build . $ sudo make install     Step temp: When you face errors with the following command, " cmake --build . " check the following list: - Boost installation fails (https://cspot321.blogspot.com/2021/08/boost-fails-to-download-ethminer.html) - Solving unsupported GNU version problem (etherminer, etherium)  (https://cspot321.blogspot.com/2021/08/solving-unsupported-gnu-version-problem.html)  

이더마이너 설치 시 GNU 버전 에러 해결 (이더리움)

  If you have the following problem: /usr/include/crt/host_config.h:138:2: error: #error -- unsupported GNU version! gcc versions later than 8 are not supported! 138 | #error -- unsupported GNU version! gcc versions later than 8 are not supported!   아래와 같이 리눅스에서 설정하세요: sudo apt -y install gcc-8  sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8

Solving unsupported GNU version problem (etherminer, etherium)

  If you have the following problem: /usr/include/crt/host_config.h:138:2: error: #error -- unsupported GNU version! gcc versions later than 8 are not supported! 138 | #error -- unsupported GNU version! gcc versions later than 8 are not supported!   Do the following: sudo apt -y install gcc-8  sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8

이더마이너 설치 시 boost 에러 해결 (이더리움)

  Boost fails to download 다음과 같에 에러가 나면: -- Downloading... dst='/home/cirrascale/.hunter/_Base/Download/Boost/1.66.0/075d0b4/boost_1_66_0.7z' timeout='none' -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retrying... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 5 seconds (attempt #2 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 5 seconds (attempt #3 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 15 seconds (attempt #4 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 60 seconds (attempt #5 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' CMake Error at Build/Boost-prefix/src/Boost-stamp/down

Boost fails to download (ethminer, ethereum)

Boost fails to download If you have the following errors: -- Downloading... dst='/home/cirrascale/.hunter/_Base/Download/Boost/1.66.0/075d0b4/boost_1_66_0.7z' timeout='none' -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retrying... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 5 seconds (attempt #2 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 5 seconds (attempt #3 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 15 seconds (attempt #4 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' -- Retry after 60 seconds (attempt #5 ) ... -- Using src=' https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.7z ' CMake Error at Build/Boost-prefix/src

리눅스 팀뷰어에서 모니터 없이 연결 설정하기

터미널에서 다음과 같이 하세요 $ sudo vi /opt/edid.txt 00 ff ff ff ff ff ff 00 1e 6d f5 56 71 ca 04 00 05 14 01 03 80 35 1e 78 0a ae c5 a2 57 4a 9c 25 12 50 54 21 08 00 b3 00 81 80 81 40 01 01 01 01 01 01 01 01 01 01 1a 36 80 a0 70 38 1f 40 30 20 35 00 13 2b 21 00 00 1a 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 00 00 00 fd 00 38 3d 1e 53 0f 00 0a 20 20 20 20 20 20 00 00 00 fc 00 57 32 34 35 33 0a 20 20 20 20 20 20 20 01 3d 02 03 21 f1 4e 90 04 03 01 14 12 05 1f 10 13 00 00 00 00 23 09 07 07 83 01 00 00 65 03 0c 00 10 00 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 01 1d 80 18 71 1c 16 20 58 2c 25 00 13 2b 21 00 00 9e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 13 2b 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 13 2b 21 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 26 $ sudo nvidia-xconfig -a --allow-empty-initial-configuration --use-display-device="DFP-0" --connected-monitor="DFP-0" --custom-edid="DFP-0:/opt/edid.txt" $ sud

How to setup teamviewer for linux without connection of monitor

In terminal, do following. $ sudo vi /opt/edid.txt 00 ff ff ff ff ff ff 00 1e 6d f5 56 71 ca 04 00 05 14 01 03 80 35 1e 78 0a ae c5 a2 57 4a 9c 25 12 50 54 21 08 00 b3 00 81 80 81 40 01 01 01 01 01 01 01 01 01 01 1a 36 80 a0 70 38 1f 40 30 20 35 00 13 2b 21 00 00 1a 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 00 00 00 fd 00 38 3d 1e 53 0f 00 0a 20 20 20 20 20 20 00 00 00 fc 00 57 32 34 35 33 0a 20 20 20 20 20 20 20 01 3d 02 03 21 f1 4e 90 04 03 01 14 12 05 1f 10 13 00 00 00 00 23 09 07 07 83 01 00 00 65 03 0c 00 10 00 02 3a 80 18 71 38 2d 40 58 2c 45 00 13 2b 21 00 00 1e 01 1d 80 18 71 1c 16 20 58 2c 25 00 13 2b 21 00 00 9e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 13 2b 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 13 2b 21 00 00 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 26 $ sudo nvidia-xconfig -a --allow-empty-initial-configuration --use-display-device="DFP-0" --connected-monitor="DFP-0" --custom-edid="DFP-0:/opt/edid.txt&q

cuDNN download without registration

  cuDNN v8.2.2 (July 6th, 2021), for CUDA 11.4 Check the following Library for Windows and Linux, Ubuntu(x86_64, armsbsa, PPC architecture) cuDNN Library for Linux (aarch64sbsa) cuDNN Library for Linux (x86_64) cuDNN Library for Linux (PPC) cuDNN Library for Windows (x86) cuDNN Runtime Library for Ubuntu20.04 x86_64 (Deb) cuDNN Developer Library for Ubuntu20.04 x86_64 (Deb) cuDNN Code Samples and User Guide for Ubuntu20.04 x86_64 (Deb) cuDNN Runtime Library for Ubuntu20.04 aarch64sbsa (Deb) cuDNN Developer Library for Ubuntu20.04 aarch64sbsa (Deb) cuDNN Code Samples and User Guide for Ubuntu20.04 aarch64sbsa (Deb) cuDNN Cross-compile Library for Ubuntu20.04 aarch64sbsa (Deb) cuDNN Developer Cross-compile Library for Ubuntu20.04 aarch64sbsa (Deb) cuDNN Runtime Library for Ubuntu18.04 x86_64 (Deb) cuDNN Developer Library for Ubuntu18.04 x86_64 (Deb) cuDNN Code Samples and User Guide for Ubuntu18.04 x86_64 (Deb)