PostsCommentsPayoutsjayson.jeong (25)in #understanding • 6 years agoBitcoind Source 분석(3)AppInitMain() 부터 시작. - init.cpp 참고 bool AppInitMain()jayson.jeong (25)in #understanding • 7 years agoBitcoind Source 분석(2)이전 포스팅에서 쪼개서 설명하기로 했던 AppInitParameterInteraction() 부터 설명 bool AppInitParameterInteraction()jayson.jeong (25)in #understanding • 7 years agoBitcoind Source 분석 (1)에서 시작. 2018년 5월 15일 master branch 기준으로 분석 시작. 현재 bitcoin 소스는 c++11 표준이하 코드를 사용하고 있는 것 같다. linux 환경 하에서 동작하는 코드를 기준으로 분석 시작! int main(int argc, char* argv[])