728x90

 

 

root@1d756bb2b393:/eth_node1# geth --nousb --nodiscover --identity "eth_node1" --datadir $PWD --http --http.addr "0.0.0.0" --http.port 8545 --http.corsdomain "*" --http.vhosts '*' --networkid 1234 --http.api "admin,eth,net,web3,debug,miner,txpool,personal" --ws --ws.addr "0.0.0.0" --ws.port 8546 --allow-insecure-unlock --mine --miner.threads 1 --unlock 0 console

 

 

Fatal: Error starting protocol stack: datadir already used by another process

 

 

root@1d756bb2b393:/eth_node1# ps -ef 로 확인 후 kill 해당ID

'메모' 카테고리의 다른 글

[메모] 사업구조 공부  (0) 2020.09.09
[메모] 깃헙 연동 + VSC  (0) 2020.07.28
[메모] 생성과 소멸, 패키지관리도구  (0) 2020.07.18
[블록체인] 프로젝트 후기  (0) 2020.07.17
[리눅스] 도커툴박스 docker toolbox  (0) 2020.07.15

+ Recent posts