Hi, thanks for the reply.
Everything is synced and connected to the right nodes, I triple-checked.
Also as I mentioned in the OP, I don't have access to my seed right now. So trying to find some other ways to get my BCH.
in that case do the following:
1. (only if your wallet has a password):
* from menu go to "Wallet -> Password
* enter your current password and leave the next 2 boxes empty to remove the password.
* confirm the warning saying "wallet is not encrypted"
2. find your wallet file
http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located3. open it in a text editor and scroll down all the way to the end, you'll see this (a test wallet i just made, .... are what i cut for bravity):
.....
"use_encryption": false,
"use_trustedcoin": true,
"wallet_type": "2fa",
"x1/": {
"type": "bip32",
"xprv": "xprv9vXHvauNj5JUWb.....",
"xpub": "xpub69WeL6S...."
},
"x2/": {
"type": "bip32",
"xprv": null,
"xpub": "xpub69WeL6SGZ...."
},
"x3/": {
"type": "bip32",
"xprv": null,
"xpub": "xpub661MyMw...."
}
}
4. now you see your private keys. copy the following:
from "x1/" copy "xprv" (for example copy the xprv9vXHvauNj5JUWb.....)
from "x2/" copy "xprv"
from "x3/" copy "xpub"
5. go to your electron cash wallet and do the following:
* from menu New > Restore
* choose "Multisignature wallet"
* choose "from 3 cosigners" and "require 2 signature"
* choose "Use public or private key"
* enter first xprv.... here
* next
* choose "enter cosigner key"
* enter second xpriv... here
* choose "enter cosigner key"
* enter final xpub... here
* [optional] give password to wallet
now you have all your keys without need of the TrustedCoin signature...
6. select one of electroncash.casharia... or electrum.abc servers
7. spend funds in electron cash and have fun.