• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

I can not check the transaction of the dash coin.

dream4you

New member
I have successfully sent the dash coin using the dash daemon.
If you check the transaction as shown below, it will be viewed without any special problem.

# dash-cli gettransaction "aff6ea354c7f1f67d83469f92a8422906ee20259acdab93264b5f33514c2de66"
{
"amount": -21.38845820,
"fee": -0.00005537,
"confirmations": 1306,
"instantlock": false,
"blockhash": "00000000004b1ade00620cc0db7f31ee4be8c544783dcd79616779349e48149c",
"blockindex": 1,
"blocktime": 1561385518,
"txid": "aff6ea354c7f1f67d83469f92a8422906ee20259acdab93264b5f33514c2de66",
"walletconflicts": [
],
"time": 1561385516,
"timereceived": 1561385516,
"bip125-replaceable": "no",
"details": [
{
"account": "",
"address": "Xp6JjMosqhRiSZYtK3Vqs87XjrHjNZdzhq",
"category": "send",
"amount": -21.38845820,
"vout": 0,
"fee": -0.00005537,
"abandoned": false
}
],
"hex": "0200000001c4cca7482b1a8bb5049032b17c3f77792bcd0bb04ac84386d07d2acfd1181e80010000006a473044022053f129548a9e3be255d073f6682d0bd576a2395570d0389041b1a8fad6a1f245022073b65d9cbf3020d8b1baf75c8932efe96f518817a1f96d80db15724cd74b2db301210240167ccbde4cfa84cf3e2f10ac48db332b058a1a82283b5bedaeb3fb770eae96feffffff027c327c7f000000001976a9149309a7ec397b7c84ec056d4df43a100561f310d488ac187daff1000000001976a914473e4898db141b1d8e1d87f22cb541ee42f648ec88ac95721000"
}



The daemon version is shown below.
# dash-cli getinfo
{
"version": 120301,
"protocolversion": 70210,
"walletversion": 61000,
"balance": 41.36092385,
"privatesend_balance": 0.00000000,
"blocks": 1079215,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 236.0857267495039,
"testnet": false,
"keypoololdest": 1530594967,
"keypoolsize": 2998,
"unlocked_until": 0,
"paytxfee": 0.00024500,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 3)"
}


Please check whether the daemon should be upgraded to the latest version or something else.

Thank you.
 
I have successfully sent the dash coin using the dash daemon.
If you check the transaction as shown below, it will be viewed without any special problem.

# dash-cli gettransaction "aff6ea354c7f1f67d83469f92a8422906ee20259acdab93264b5f33514c2de66"
{
"amount": -21.38845820,
"fee": -0.00005537,
"confirmations": 1306,
"instantlock": false,
"blockhash": "00000000004b1ade00620cc0db7f31ee4be8c544783dcd79616779349e48149c",
"blockindex": 1,
"blocktime": 1561385518,
"txid": "aff6ea354c7f1f67d83469f92a8422906ee20259acdab93264b5f33514c2de66",
"walletconflicts": [
],
"time": 1561385516,
"timereceived": 1561385516,
"bip125-replaceable": "no",
"details": [
{
"account": "",
"address": "Xp6JjMosqhRiSZYtK3Vqs87XjrHjNZdzhq",
"category": "send",
"amount": -21.38845820,
"vout": 0,
"fee": -0.00005537,
"abandoned": false
}
],
"hex": "0200000001c4cca7482b1a8bb5049032b17c3f77792bcd0bb04ac84386d07d2acfd1181e80010000006a473044022053f129548a9e3be255d073f6682d0bd576a2395570d0389041b1a8fad6a1f245022073b65d9cbf3020d8b1baf75c8932efe96f518817a1f96d80db15724cd74b2db301210240167ccbde4cfa84cf3e2f10ac48db332b058a1a82283b5bedaeb3fb770eae96feffffff027c327c7f000000001976a9149309a7ec397b7c84ec056d4df43a100561f310d488ac187daff1000000001976a914473e4898db141b1d8e1d87f22cb541ee42f648ec88ac95721000"
}



The daemon version is shown below.
# dash-cli getinfo
{
"version": 120301,
"protocolversion": 70210,
"walletversion": 61000,
"balance": 41.36092385,
"privatesend_balance": 0.00000000,
"blocks": 1079215,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 236.0857267495039,
"testnet": false,
"keypoololdest": 1530594967,
"keypoolsize": 2998,
"unlocked_until": 0,
"paytxfee": 0.00024500,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 3)"
}


Please check whether the daemon should be upgraded to the latest version or something else.

Thank you.

you are on an old wallet !
update to version 14 !
and possible reindex
 
So, if you update to the current version from the following version, should you synchronize from the first block?
How long will it take to complete the sync?

# dash-cli getinfo
{
"version": 120301,
"protocolversion": 70210,
"walletversion": 61000,
"balance": 41.36092385,
"privatesend_balance": 0.00000000,
"blocks": 1079215,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 236.0857267495039,
"testnet": false,
"keypoololdest": 1530594967,
"keypoolsize": 2998,
"unlocked_until": 0,
"paytxfee": 0.00024500,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 3)"
}
 
So, if you update to the current version from the following version, should you synchronize from the first block?
How long will it take to complete the sync?

# dash-cli getinfo
{
"version": 120301,
"protocolversion": 70210,
"walletversion": 61000,
"balance": 41.36092385,
"privatesend_balance": 0.00000000,
"blocks": 1079215,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 236.0857267495039,
"testnet": false,
"keypoololdest": 1530594967,
"keypoolsize": 2998,
"unlocked_until": 0,
"paytxfee": 0.00024500,
"relayfee": 0.00001000,
"errors": "Warning: unknown new rules activated (versionbit 3)"
}

did u update ?
when i started my 14 version i did not have to resync
just started wallet and boom
in case your transaction is stuck (on 14) u propably have to reindex - and that depending on your internett takes and hour or so
 
Back
Top