geth --datadir ./accnt1 --port 30306 --networkid 2018 --rpc --rpcport 8545 --rpccorsdomain=”*” --nodiscover --rpcapi “db,personal,eth,net,web3,debug” --rpcaddr="127.0.0.1" --rpcport 8545 console
使用上述命令启动控制台,将 remix 连接到私有区块链。甚至尝试使用 localhost 进行 rpcaddr。还使用了 http 版本的remix。仍然低于错误。
无法连接到 Web3 提供程序。确保提供程序正在运行并且连接已打开(通过 IPC 或 RPC)。