FLOT BKS Operations (buy side)

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?

Okay!

I don’t think it’s possible, as the input box doesn’t handle the length of the raw transaction. If you’re comfortable with the risk that the transactions might go through later, you can send new transactions. If you’re not comfortable with that (the risk being FLOT having to return the funds), you could send all coins to yourself to prevent them to ever go through if some node received a transaction and didn’t propagate it further until later (which seems extremely unlikely, especially as it should be likely you’ll spend at least one of all those inputs in a new transaction).

I suggest new transactions!

I’m sending new transactions will update with new Tx id’s

Yes! the first transaction has gotten confirmed!

Tx 7 - 1300 : c1140633e756463ec8ef04ebca7d62dc50a21b5b0d8ebeacf0343916ed3a6f87

Tx 8 - 1000 : 98fbb98f2250930a2e66da12398821d0b5ef2060ccaff705970e444e30acf4ba

1 Like
grep '97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH' blockshares-getrawtransaction-verbose-c1140633e756463ec8ef04ebca7d62dc50a21b5b0d8ebeacf0343916ed3a6f87.txt | wc -l
    1300
grep '"value" : 1.0,' blockshares-getrawtransaction-verbose-c1140633e756463ec8ef04ebca7d62dc50a21b5b0d8ebeacf0343916ed3a6f87.txt | wc -l
    1300
grep '97zQy9VWLYcM6BeYGBv7bEJpRdxAy5cvEH' blockshares-getrawtransaction-verbose-98fbb98f2250930a2e66da12398821d0b5ef2060ccaff705970e444e30acf4ba.txt | wc -l
    1000
grep '"value" : 1.0,' blockshares-getrawtransaction-verbose-98fbb98f2250930a2e66da12398821d0b5ef2060ccaff705970e444e30acf4ba.txt | wc -l
    1000

6 confirmations.

1 Like

First 2 confirmations are in!

Edit: It has been confirmed up to 14 confirmations now!