Blockchain

    [블록체인] Bitcoin Core 설치

    [블록체인] Bitcoin Core 설치

    Microsoft store에서 아래 파일 2개 설치 1. Ubuntu 18.04 LTS 2. Windows Terminal Windows Terminal에서 우분투 실행하여 아래 명령어 수행하여 계정 생성 1. sudo adduser [계정명] 2. sudo usermod -aG sudo [계정명] -> 새로 만든 계정에 관리자 권한을 부여한다. 3. su - [계정명] -> 새로 만든 계정으로 로그인 bitcoin core 설치 전 기본적인 셋팅 진행 1. sudo apt-get update 2. sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 3. sudo apt-get..