FLOT BKS Operations (buy side)

Transaction 2 and 4 are confirmed now aswell.

I found a way. Add 1 to get verbose output from getrawtransaction.

getrawtransaction 395d42d340fdde3309d777e0bf0d1a2ca13c93d70782d3f3c3e3c4281ab8ea5b 1

https://mega.nz/#!xNohjDJS!aLvticzO7qv2ZBgxo0IddDW9Vd9rxsprcCJm8y5PP3A

{
"hex" : "<HugeRawTransaction>",
"txid" : "395d42d340fdde3309d777e0bf0d1a2ca13c93d70782d3f3c3e3c4281ab8ea5b",
"version" : 1,
"time" : 1455205459,
"locktime" : 0,
"unit" : "8",
"vin" : [
{
"txid" : "8c82f77924dee496dc3828905cd9d2fc4656d9fcaccc1cd8bd729b36e3fb1602",
"vout" : 1,
"scriptSig" : {
"asm" : "304502200aea633f0a394948e46975c3f150705d86dbfcad349e0c12909e5b272cc42df5022100e140d6973c271863dc912d20769e4329a971ebaffd3e38c95bc384da5c56230901",
"hex" : "48304502200aea633f0a394948e46975c3f150705d86dbfcad349e0c12909e5b272cc42df5022100e140d6973c271863dc912d20769e4329a971ebaffd3e38c95bc384da5c56230901"
},
"sequence" : 4294967295
},
[...]
{
"value" : 1.0,
"n" : 1299,
"scriptPubKey" : {
"asm" : "OP_HASH160 2e66d5f1267690c3ca2fda49fe16a08dadea8f81 OP_EQUAL",
"hex" : "a9142e66d5f1267690c3ca2fda49fe16a08dadea8f8187",
"type" : "scripthash",
"reqSigs" : 1,
"addresses" : [
"97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH"
]
}
},
{
"value" : 1.0,
"n" : 1300,
"scriptPubKey" : {
"asm" : "OP_HASH160 2e66d5f1267690c3ca2fda49fe16a08dadea8f81 OP_EQUAL",
"hex" : "a9142e66d5f1267690c3ca2fda49fe16a08dadea8f8187",
"type" : "scripthash",
"reqSigs" : 1,
"addresses" : [
"97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH"
]
}
}
],
"blockhash" : "bd49ce223eb460c434fd066a42c71df8bcebed618d76d38b06a703ab0f554a3e",
"confirmations" : 648,
"blocktime" : 1455207919
}
1 Like

Awesome! You have been an amazing help setting all this up @jooize! Nusafe might be live in a few hours thanks to you!

Updated to include all transactions.

foreach file in blockshares-*.txt ; do ; grep '"value" : 1.0,' $file | wc -l ; done
       0
    1300
    1300
       0
    1000
    1300
    1300
    1300
foreach file in blockshares-*.txt ; do ; grep '97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH' $file | wc -l ; done
       0
    1300
    1300
       0
    1000
    1300
    1300
    1300

Confirmed four five transactions with 1300 BKS and one with 1000 BKS to 97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH. They have over 50 confirmations.

These I get the following with:

No information available about transaction (code -5)

:heartpulse:

1 Like

They are still unconfirmed in my wallet aswellā€¦ very weird. The ammount has been deducded from my wallet and they both show up in my transaction listā€¦?

Sounds like they failed to propagate, perhaps because your wallet crashed. I donā€™t know what to do about that. I think I did a rescan once for that, but Iā€™m not sure.

I updated my previous post with better confirmation of the transactions.


@Dhume: Does the following work?

getrawtransaction 2132089afd412cd9a6c8fae0f45893fcb75d160b39eaa3f040cb9f95856f82de
<RawTransaction5>
getrawtransaction 435a81157fe546245e98e4ae3ea01123750cdf518be7c08d01286b9e52a2fef4
<RawTransaction6>

Copyā€“paste them into one of these sites: (triple-click to select the transaction)

Dousnt that only work for Bitcoin?

Dā€™oh!

:smile:

I was about to suggest getrawtransaction and then sendrawtransaction, but the problem is the debug window input box canā€™t handle the length, and Iā€™m not sure that works via a terminal shell either.

Ye I just tried that as well (code -22) again.

This is very peculiar though, the procedure was exactly the same as with the other transactions. Why would this be in limbo?

because someone with even one share can mint and vote. @sigmike

I just send another 0.1 BKS to test and it went though and already has a confirmationā€¦

I guess we have to ask @sigmike whats going.

For now shall we go ahead with signing the BTC transaction I made? I wont have alot of time the coming days would like to get Nusafe running before that. All is set up on my end.

I wonder what happens if you start wallet with the argument -rescan. If the transaction isnā€™t propagated anywhere it should either not be broadcast again and you can try sending a new transaction, or it figures out that it hasnā€™t been sent and tries to rebroadcast it. I believe the former is the case.

Want to try that? Make a backup first.

Sure, how do you start it with the -rescan argument?

Windows, OS X, or Linux?

Windows

  1. Create a shortcut to BCExchange.exe.
  2. Right-click the shortcut and click Properties.
  3. Under the tab Shortcut, in the field Target, add -rescan (with a space before) to the end after any quotation mark.
  4. Click OK.
  5. Open the shortcut.

Thanks! Interesting the balance gained the 2300 that was supposed to be send. The transactions still show up as uncofirmed transaction in my history. Shall I try resending them with the sendrawtransaction command?

Still no confirmation I think they completely failed to register or something. A new transaction might be best no?