Blockchain (2) 썸네일형 리스트형 [Ethereum-POA] Parity aura consensus 간단 분석 POA : Parity - Aura(Authority Round) Define of step Primary Node Block Difficulty Example Finality Reference Define step step=UNIX_TIME/t, 여기서 t는 duration Primary Node index=step mod n, 여기서 n은 signer 수 Block Difficulty max_value(==340282366920938463463374607431768211455) + parent_step - current_step + current_empty_steps // in parity source // Chain scoring: total weight is sqrt(U256::max_value(.. [블록체인][go-ethereum] Private network (clique) 구축하기 GO-ETHEREUM private network (Clique) 구축하기 Index node 구성 ==> (bootnode, miner node1, miner node2, miner node3) go 설치 go-ethereum 빌드 private network 구축 노드 디렉터리 생성 account 생성 genesis 파일 생성(puppeth) 이더리움 노드 초기화 bootnode 생성 및 시작 각 노드 실행 노드 확인 1. GO 설치하기 go 설치하기는 다른 블로그를 참조하시면 좋을 것 같습니다. 저는 아래 링크로 설치했습니다 http://snowdeer.github.io/go/2018/01/20/how-to-install-golang-on-centos/ 2. go-ethereum build http.. 이전 1 다음