계정 생성
계정 생성
$ echo '비밀번호 입력' > passwordversion: '3'
services:
init:
image: ethereum/client-go
command: account new --password="/root/.ethereum/password"
volumes:
- ./node:/root/.ethereumdocker-compose -f docker-compose-geth-new-account.yml up계정 잔고 확인
Last updated