Propulsion
The buck stops here.
Odd. So these are the addresses in the wallet. Then the second picture is the addresses coin control recognizes.
Listaccounts returns this:
Code:
{
"" : -9000.13200000,
"0" : 1000.00000000,
"Anonymized?" : 8000.00000000,
"Main Testnet Address" : 8903.66666666
}
Listreceivedbyaccount returns this:
Code:
{
"address" : "mqouB5R5ZvPyYJQsnM9TAUfubhWhpMTH9X",
"account" : "0",
"amount" : 1000.00000000,
"confirmations" : 35,
"txids" : [
"e2d391feedf6f3a6934c9883fb99168ddf54554560aeb23a9e37622a6c7b96a1"
]
},
{
"address" : "muJ4z9f1r1sejuCZs9eeynxVX7p6kCcd98",
"account" : "Main Testnet Address",
"amount" : 8903.66666666,
"confirmations" : 61,
"txids" : [
"16efa16d2e4ffee3b154e1e66cbd63e176a7c0c359e6a73242dd8065a45a09e1",
"246207ed94a7a937935a9ffe5e8cac687b33c08d20ecdb66a8e749ec36ecd65a",
"2b9c8d598b1aa11102301c81b9ed83f86131cd560c19703f70517706a54b973f",
"3ae08c7e4563fc0b448bbf04090e26958dd1e1d1da51de07e87d5f1f0829822a",
"ca6bf35d15ff9a1b1dec9c5ffdb0d16da6fbc56df1707ccc3a702697c5f6763d",
"dcd9e120d85cab4b3c9cc062ca2056af60905518e7e421c0a75aad872dca8bb6"
]
},
{
"address" : "mo8WZv1uWKDwAgYw2uFLNXN8wtphubF2kT",
"account" : "Anonymized?",
"amount" : 8000.00000000,
"confirmations" : 36,
"txids" : [
"fdfbfdb766b5477399efbf790b0a390af88a54033bad38cb480c8fb49ba51492"
]
}
]
Last edited by a moderator: