-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Problems with MIST connecting to Parity in testnet #1260
Comments
New LogsAdding logs from todays run using -l ipc=trace Steps to reproduce
Version informationJohns-MacBook-Pro:testnet_keys johnwhitton$ parity -v By Wood/Paronyan/Kotewicz/Drwięga/Volf. |
Here is the log from the new version with ipc chunking |
what transaction fees are being paid? don't forget with the ether price being high, parity will default to a fairly low maybe related: #1265 |
Bumping the GAS price, to fastest got the transaction picked up and processed. Thanks. |
Ok to summarize it looks like there were three issues
Thanks @NikVolf and @gavofyork for your work on this |
Hi,
This is basically the same as https://github.com/ethcore/parity/issues/1161 which was closed and assumed fixed. Although I'm not sure what testing was done there. Please let me know if I can help in further testing You can find me on gitter
Today I did a fresh clone and build of parity and downloaded mist 0.7.4 again.
When trying to send transactions in testnet I get see attached
MistParityConnectionIssues.txt
ipcProviderBackend - IPCSOCKET 8 TIMEOUT ERROR
ipcProviderBackend - IPCSOCKET 8 ERROR { [Error: write EPIPE]
Note I am running parity using
a)
parity --testnet --ipcpath ~/Library/Ethereum/geth.ipc
which places geth.ipc under /Users/johnwhitton/Library/Ethereum/
this is because if I run parity using
b)
parity --testnet --geth
it places the geth.ipc file under
/Users/johnwhitton/Library/Ethereum/testnet
MIST always looks under /Users/johnwhitton/Library/Ethereum/ and so if run using a) it tries to open a second node.
MIST_Trying_To_Open_A_Second_Node.txt
This is a known issue documented here in geth ethereum/go-ethereum#2629
Johns-MacBook-Pro:testnet_keys johnwhitton$ parity -v
Parity
version Parity/v1.2.0-unstable-7064624-20160612/x86_64-macos/rustc1.9.0
Copyright 2015, 2016 Ethcore (UK) Limited
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
By Wood/Paronyan/Kotewicz/Drwięga/Volf.
Johns-MacBook-Pro:testnet_keys johnwhitton$
The text was updated successfully, but these errors were encountered: