Post
Topic
Board Altcoin Discussion
Re: Why is NXT not the number 2 coin?
by
box0214
on 11/02/2016, 22:44:09 UTC
just implemented warp wallet into nxt... now every nxt account is associated with a btc address... https://bitcointalk.org/index.php?topic=1361397.0

Quote
Was looking for a Bitcoin Warp Wallet setup with NXT and couldn't find one. So decided to just strip out the existing Warp wallet and integrate it into the nxt wallet.

Benefits of Warp Wallet + NXT:

- Remember 1 passphrase to generate your BTC and NXT wallet
- Deters brute forcing of passphrase as its cpu intensive to generate the addresses
- NXT passphrase uses the generated public and private key combined.
- BTC address shows up in your NXT user panel for easy viewing.









Warp wallet code:

Paste the following javascript code in /html/ui/index.html file. Paste it right before the http://pastebin.com/idWnDTTy -- Use code with caution. Test it in a sandbox.

I got the code from here: https://keybase.io/warp

Downloaded the single file and stripped out the jquery, and commented out a few lines in the js. Then added in my own JS on the top.