i have been trying to send coins out of my account but for some reason nothing is moving?
i have sent already 3 transactions out of this account with no problems, but for some reason all day today nothing is getting out?
I am having the same problem (which is ultimately why I was looking for the block explorer)
Seuss
Here you go:
http://178.62.133.174:9001Regarding stuck transactions, have you installed the latest SOILsafe wallet?
This might help as well.
Im using compiled wallet from source on linux (no gui , just the cli) ... so its just the basic
./go-soil/build/bin/gsoil
and from it i do
personal.unlockAccount(eth.accounts[0], "passwd")
eth.sendTransaction({from:eth.accounts[0], to:"addr_to", value: web3.toWei(amount, "ether")})
!?