-
Notifications
You must be signed in to change notification settings - Fork 3
리눅스 Ubuntu 16.04 가상화폐 개발환경 설치
자세한 내용은 이곳을 참고:
sudo add-apt-repository ppa:bitcoin/bitcoin && \
sudo apt-get update
sudo apt-get install \
software-properties-common libdb4.8-dev libdb4.8++-dev \
build-essential libtool autotools-dev automake pkg-config \
libssl-dev libevent-dev bsdmainutils libboost-all-dev \
libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a \
libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev \
protobuf-compiler libqrencode-dev
-j4 옵션은 쿼드코어 옵션. 코어가 12개면 -j12 로 한다.
$ ./autogen.sh && ./configure && make -j4
만약 메모리가 부족해서 에러가 난다면 다음을 시도해보자
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
sudo add-apt-repository ppa:bitcoin/bitcoin -y && \
sudo apt-get update -y && \
sudo apt-get install -y \
software-properties-common libdb4.8-dev libdb4.8++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev && \
cd && \
git clone https://github.com/bitcoin/bitcoin.git && \
cd bitcoin/ && \
git checkout v0.15.1 && \
./autogen.sh && \
./configure && \
make && \
make check
$ sudo add-apt-repository ppa:bitcoin/bitcoin -y && sudo apt-get update -y && sudo apt-get install -y software-properties-common libdb4.8-dev libdb4.8++-dev build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev && cd && git clone https://github.com/BitzenyCoreDevelopers/bitzeny.git && cd bitzeny/ && git checkout z2.0.x && ./autogen.sh && ./configure && make
문의사항은 블록체인 혹은 일본코인 갤러리에서 제니공주 를 찾아주세요
http://gall.dcinside.com/m/blockchain 혹은 http://gall.dcinside.com/m/japanesecoin
디스코드 일코갤/코인개발