Post
Topic
Board Development & Technical Discussion
The network doesn't see a transaction sent by bitcoind
by
alikim
on 17/11/2017, 01:51:17 UTC
I'm running the latest version of bitcoind, blockchain is up-to-date, I execute these commands in cmd:

Code:
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}
Code:
0200000001ca0c9574e...

Code:
xxx\_bcore\bin\bitcoin-cli.exe -conf=xxx\_bcore\bin\bitcoin.conf -datadir=xxx\_bcore\bin\data signrawtransaction 0200000001ca0c9574e... [] [\"L3ZeW...\"] ALL
Code:
{
  "hex": "0200000001ca0c9574e...",
  "complete": true
}

Code:
xxx\_bcore\bin\bitcoin-cli.exe -conf=xxx\_bcore\bin\bitcoin.conf -datadir=xxx\_bcore\bin\data sendrawtransaction 0200000001ca0c9574e...
Code:
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!