上个月我的节点运行得很好。但不知何故,我重新启动了节点,目前很可能无法启动,只能停留在smartcart socket not found上:
Maximum peer count ETH=50 LES=0 total=50
Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"我的命令:
geth --syncmode "fast" --rpc --rpcapi db,eth,net,web3,personal --cache=16384 --rpcport 8545 --rpcaddr 127.0.0.1 --allow-insecure-unlock这一警告信息的主要原因可能是什么?我怎么才能修好它?
发布于 2021-08-31 18:44:03
从[Node.LogConfig]中删除config.toml部分
https://ethereum.stackexchange.com/questions/77541
复制相似问题