只需要在启动的时候加入 --rpc.txfeecap 0 --rpc.gascap 0就行了
例如答主的启动代码:
nohup geth --syncmode "fast" --networkid 1 --datadir /data0 --cache 2048 --identity "eth-node" --rpc --rpcapi "db,eth,net,web3" --rpccorsdomain "*" --rpcport 8545 --port 30303 --rpcaddr 0.0.0.0 --rpc.txfeecap 0 --rpc.gascap 0 & > nohup.out