BitShares Forum

Main => General Discussion => Topic started by: xeroc on June 07, 2015, 03:35:47 pm

Title: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: xeroc on June 07, 2015, 03:35:47 pm
https://github.com/xeroc/jshares

Live Demo:
https://delegate.xeroc.org/paperwallet.html

More documentation to come.
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: roadscape on June 07, 2015, 06:24:55 pm
 +5% This is great, thanks xeroc.

Used it yesterday to make my first ever paper wallet :)

It would be cool to have n-of-m multisig paperwallets.
Has this been done before?
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: xeroc on June 07, 2015, 06:36:55 pm
No n-of-m multisig yet .. definitely on my todo list .. however you can use the wif with any other secret sharing tool available to split the one key into several parts ... hint: shamir secret sharing ..
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: milkmeat on June 12, 2015, 11:57:33 am
xeroc, your site https://delegate.xeroc.org/paperwallet.html has a certification key error. Chrome blocks me from opening your site.

-- Quote from chrome
Your connection is not private

Attackers might be trying to steal your information from delegate.xeroc.org (for example, passwords, messages, or credit cards). NET::ERR_CERT_AUTHORITY_INVALID
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: EstefanTT on June 12, 2015, 01:18:45 pm
Me too with chrome on the tablet ;)
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: kenCode on June 20, 2015, 09:23:34 pm
No n-of-m multisig yet .. definitely on my todo list .. however you can use the wif with any other secret sharing tool available to split the one key into several parts ... hint: shamir secret sharing ..

xeroc, this is coming along nicely! :)
 
You could be the next btc paper wallet site if you setup a domain, similar to how these guys do it:
https://www.bitaddress.org
https://bit2factor.org (looks like they're down, I don't know of any alternative sites either)
 
How about BTSpaper.io or BTS2factor.io (BIP38 style) ?? ;)
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: Yao on July 06, 2015, 02:39:58 pm
+5%
Can't wait to see.

来自我的 SM-N9002 上的 Tapatalk

Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: fuzzy on July 17, 2015, 07:26:24 am
Hm....Customized paper wallets for each of the primary bitAssets? (bitUSD, bitCNY, bitGold, bitSilver come to mind).   :D

Perhaps a worker proposal could pay the fees for the servers too?
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: xeroc on July 17, 2015, 08:03:39 am
Hm....Customized paper wallets for each of the primary bitAssets? (bitUSD, bitCNY, bitGold, bitSilver come to mind).   :D

Perhaps a worker proposal could pay the fees for the servers too?
Sure .. this is already possible with the python code in pytools/paperwallet ...
I could write a code where you can upload a table with private keys that constructs paperwallets automatically ..
Just waiting for the changes of BitShares2.0 .. with corporate accounting and multi-sig we have alot more possibilities then
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: kenCode on July 17, 2015, 09:17:43 am
Quote
you can either use the python scripts here:
https://github.com/xeroc/bitshares-pytools/tree/master/paperwallet
or you download this HTML/JS stuff:
https://github.com/xeroc/jshares/archive/master.zip
demo:
https://delegate.xeroc.org/paperwallet.html
or you try my fork of brainwallet.org
https://github.com/xeroc/brainwallet/archive/master.zip  ... (alpha)

 +5% +5% +5% Thank You @xeroc !! :)
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: devlux on September 07, 2015, 02:07:46 pm
Does anyone have an "unminified" version of js/bitshares.min.js I looked in the repo and nothing jumped out at me.
Also I don't even see the minified version in https://github.com/xeroc/brainwallet/tree/master/js

Thanks!
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: xeroc on September 07, 2015, 02:23:15 pm
Does anyone have an "unminified" version of js/bitshares.min.js I looked in the repo and nothing jumped out at me.
Also I don't even see the minified version in https://github.com/xeroc/brainwallet/tree/master/js

Thanks!
its bundled from
https://github.com/BitShares/BitShares-JS
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: devlux on September 07, 2015, 04:41:39 pm
as always xeroc, thank you very much!
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: konelectric on April 23, 2017, 10:29:45 pm
Quote
We're can we find the new paper wallet? @xeroc
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: xeroc on April 24, 2017, 11:32:29 pm
http://paperwallet.bitshares.eu
Title: Re: [BitShares-JavaScript] BitShare Paperwallet in HTML
Post by: konelectric on April 24, 2017, 11:54:54 pm
http://paperwallet.bitshares.eu
.

Thanks.