Examples below when connected via CLI:
1. Sending 0.05 UBQ from my 1st account to my 2nd account:
eth.sendTransaction({from: eth.accounts[0], to: eth.accounts[1], value: web3.toWei(0.05, 'ether')})
2. Sending 0.05 UBQ from my 2nd account to some other UBQ address:
eth.sendTransaction({from: eth.accounts[1], to: '0x8659d3c274c29aac6711aeddf9b6fada40f4efa6', value: web3.toWei(0.05, 'ether')})
Edit: you may need to unlock the account, before you enter the above commands:
personal.unlockAccount(eth.accounts[0])
Right. Can anyone explain why it just never happens?
...see my post few pages back if you must.
Because you try send 8 ether from balance with 2.94 ether!
Your comment is appreciated but not really helpful, since it's 8.00294 Ubiq
Still there, and naturally there's no such transaction: "0xf7cac2a5ce042e168aed3d9d5fb9ba5cbbad0236cecb74c155802824619abb53"
https://ubiqscan.io/en/address/0x50e0da9ff2b5499774fe93f7bff6cd3e407fa48a
@devs can anyone clear this up for me?
https://bitcointalksearch.org/topic/m.17721361
https://bitcointalksearch.org/topic/m.17740560