Closed
Description
- Version: 4.4.0
- Python: 3.6.5 (P.S. this field is old!)
- OS: linux
What was wrong?
In linux, the home directory path shortcut ~
doesn't work
w3 = Web3(Web3.IPCProvider("/home/bryant/.ethereum/testnet/geth.ipc")); w3.isConnected()
True
w3 = Web3(Web3.IPCProvider("~/.ethereum/testnet/geth.ipc")); w3.isConnected()
False