Cointoolkit FLOT guide and changelog

Dayme, fancy! :grinning:

Is there a way to save a link to Cointoolkit, that includes a redeem script and automatically loads that.
I have something like

http://ttutdxh-nubits.github.io/cointoolkit/?mode=nubits#newTransaction&redeemingFrom=5321034b0bd0f653d4ac0a2e9e81eb1863bb8e5743f6cb1ea40d845b939c225a1a80ff2102a144af74d018501f03d76ead130433335f969772792ec39ce389c8a2341552592103661a4370dfcfbcea25d1800057220f4572b6eecab95bb0670e8676a9e34451dc210234139729dd413c84a71a0bfd6f236790be861b37311cef3240277c940e4b0c072102547427fc2ea3a0ab9ef70f5e1640ff5112b113f65696948f992bd0770b94257155ae#verify

for NBT and

http://ttutdxh-nubits.github.io/cointoolkit/?mode=bitcoin&verify=55210234139729dd413c84a71a0bfd6f236790be861b37311cef3240277c940e4b0c072102435b894b94b4b27dd24436b3f9ad0b9409d855ab4be6e91141d445804e84750b2102e2fcdfe246e9cd4864d9119b8af465487385eccd0ea30a8cb21d44d36818189f210312cd6eb361c9ebb0d90e44946492a237eab4c7a7d88a0db800f2f460937cc22f21034b0bd0f653d4ac0a2e9e81eb1863bb8e5743f6cb1ea40d845b939c225a1a80ff2103661a4370dfcfbcea25d1800057220f4572b6eecab95bb0670e8676a9e34451dc2103a5fc09a5de595e4758bfbc3a932e2c448cc49a557dd6e64788cee530a76225212103da8082062298c40f0b473b74f3c95b57eaaebe3e67ed30ce56347b2e727915fb58ae#verify

for BTC in mind.
That could make using it from mobile phone more convenient (and reliable?).

We had similar thoughts apparently today. I’ve asked Matthew whether it is feasible to integrate the multisig functionality as offered in cointoolkit within NuDroid. I think that would be great functionality if feasible and not too complicated. Will let you know when I’ve had a response. The user interface may proof the hard part though.

Yes you can:

http://ttutdxh-nubits.github.io/cointoolkit/?mode=bitcoin&address=55210234139729dd413c84a71a0bfd6f236790be861b37311cef3240277c940e4b0c072102435b894b94b4b27dd24436b3f9ad0b9409d855ab4be6e91141d445804e84750b2102e2fcdfe246e9cd4864d9119b8af465487385eccd0ea30a8cb21d44d36818189f210312cd6eb361c9ebb0d90e44946492a237eab4c7a7d88a0db800f2f460937cc22f21034b0bd0f653d4ac0a2e9e81eb1863bb8e5743f6cb1ea40d845b939c225a1a80ff2103661a4370dfcfbcea25d1800057220f4572b6eecab95bb0670e8676a9e34451dc2103a5fc09a5de595e4758bfbc3a932e2c448cc49a557dd6e64788cee530a76225212103da8082062298c40f0b473b74f3c95b57eaaebe3e67ed30ce56347b2e727915fb58ae#newTransaction

You have to use the address query, I didn’t document it.

1 Like

Great! Thank you!
I will create some bookmarks :wink:

Even better, also redirect to HTTPS automatically. A friend told me that’s possible with JavaScript.

1 Like

It would be convenience to have a broadcast button on the verify page.

1 Like

@jooize, redirection to https forced now.

@mhps button added.

@FLOT members, the floating point issue on the fee calculation is now fixed.

3 Likes

Thank you very much!

Now when I open cointoolkit front page the change mode drop down menu is empty. Same when choose new address from the page, etc. When open the redeem script links here (old and new addresses) I only see the front page of cointoolkit with the same problem. I am using firefox.

I don’t have the problem with my local copy for testing my modified known-pubkeys.js on Jan 25th, before pull request.

I can’t reproduce here. Do you have java script enabled? Could you press F12 -> click console and check if there is any error? (marked in red, there should be a few warnings in yellow)

I have NoScript plugin but for cointoolkit it is not blocking anything. cointoolkit had worked before.

after yellow and red warnings there is this at the end

NS_ERROR_UNEXPECTED: cointoolkit.js:4:0

clicking on cointookit.js:4:0 gives the source code withthis highlighted

    window.location.protocol = "https:";

if this is reelevant:
the page is not opened in securemode (http, not https) and in the console there was a red warning

Password fields present on an insecure (http://) page. This is a security risk that allows user login credentials to be stolen.

Seems like a bug in the https redirection, change the http:// for https:// in the URL and it should work. Will push a fix..
Edit: Fixed

1 Like

I can confirm it is fixed.

Before anyone notify this as a bug, I have added support for NBT, NSR, BKC and BKS transaction broadcasting, but the API calls on the explorer are currently offline, so that part will not work for now.

Anyway, expect TX broadcasting from Cointoolkit soon!

6 Likes

Please update this status when available!

BTW thanks for the POWERFUL ability to create Hierarchical Deterministic (BTC, NBT, NSR, BKS, BKC) addresses by brainwallet input method <-- “Hierarchical Deterministic Brainwallet”

No words to describe it: Outstanding!

Change request: please add a “copy to clipbpard” button under the “Shareable verification link” URL box. pressing control-c didn’t work again probably due to tired fingers the other day.

BKS and BKC broadcasting should work now. Please test and report!

3 Likes

feature suggestion:
add a verify button by the new tx generation box, to verify it w/o copy-paste.

I wrote a guide for making multisig transactions with Cointoolkit.

There’s also some suggested improvements at the bottom.

2 Likes