I'm running the latest version of bitcoind, blockchain is up-to-date, I execute these commands in cmd:
xxx\_bcore\bin\bitcoin-cli.exe -conf=xxx\_bcore\bin\bitcoin.conf -datadir=xxx\_bcore\bin\data createrawtransaction [{\"txid\":\"8991...\",\"vout\":1}] {\"1Knm1...\":0.00533400,\"1SLr...\":0.01000800}
0200000001ca0c9574e...
xxx\_bcore\bin\bitcoin-cli.exe -conf=xxx\_bcore\bin\bitcoin.conf -datadir=xxx\_bcore\bin\data signrawtransaction 0200000001ca0c9574e... [] [\"L3ZeW...\"] ALL
{
"hex": "0200000001ca0c9574e...",
"complete": true
}
xxx\_bcore\bin\bitcoin-cli.exe -conf=xxx\_bcore\bin\bitcoin.conf -datadir=xxx\_bcore\bin\data sendrawtransaction 0200000001ca0c9574e...
4e997e53...
When I go to blockchain.info I don't see neither the transaction id nor any change in the balances of the addresses involved.
What might be the reason for this not working? Thank you!