
Reference GitHub - tronprotocol/java-tron: Java implementation of the Tron whitepaper Java implementation of the Tron whitepaper. Contribute to tronprotocol/java-tron development by creating an account on GitHub. github.com 하드웨어 요구사항 Minimum: CPU with 8 cores 16GB RAM 2TB free storage space to sync the Mainnet Recommended: CPU with 16+ cores(32+ cores for a super representative) 32GB+ RAM(64GB+ ..
Linux 서버 설치에 대한 가이드(ubuntu, centos) 버전이 다를 경우에 알맞은 패키지관리도구를 사용하여 적절한 종속성을 설치하는 단계가 작동해야 한다. Linux에서 rippled 빌드하기 사전 준비 ubuntu apt-get update apt-get install -y gcc g++ wget git cmake pkg-config libprotoc-dev protobuf-compiler libprotobuf-dev libssl-dev centos7 yum install -y gcc g++ wget git cmake pkg-config libprotoc-dev protobuf-compiler libprotobuf-dev libssl-dev /data/ripple/boost 경로 생성 후에 b..
오류 -bash: cmake: command not found 해결 방법 cmake 설치 https://cmake.org/download/ 에서 cmake 최신 버전 확인 후 설치(현재 최신 버전 3.22.2) wget http://www.cmake.org/files/v3.22/cmake-3.22.2.tar.gz tar xvf cmake-3.22.2.tar.gz cd cmake-3.22.2 ./booststrap --prefix=/usr/local make make install 오류 # cmake -DCMAKE_BUILD_TYPE=Debug .. -- gch:72377e7bf25c4eaee5174186d2db3c6b4210946f -- Using 2 cores for ExternalProject bui..