diff --git a/README.md b/README.md index 818a949..4bbd250 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ the BitcoinJS library and is HEAVILY based on BIP32JP's SegWit repo (https://git * Keypair generation with QR Codes * Bulk address generator + * Vanity generator (very slow, but hey it's javascript) * Key Sweeping Tool to move all funds belonging to a single SegWit private key. Please feel encouraged to contribute. diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..21300d9 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index b666c36..67e8488 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,12 @@ + + SegWit Paper Wallet + + + -

SegWit Paper Wallet

- +

SegWit Paper Wallet


+
+ This site is Open Source and runs on just JavaScript and HTML. That means you can download it and run it on your own machine. This allows you to generate SegWit addresses offline, only the sweep feature requires an internet connection. +
+
This is a simple bitcoin paper wallet generator that utilizes Segregated Witness (SegWit) Pay To Witness Public Key Hash (P2WPKH) addresses and transactions. This repo uses the BitcoinJS library and is HEAVILY based on BIP32JP's SegWit repo (https://github.com/bip32JP/bip32JP.github.io/tree/master/segwit).
+

@@ -56,31 +66,38 @@

Bulk Keys

Amount to Generate:


-
+
-

+

Sweep SegWit Private Key



+ Miner Fee Satoshis Per Byte




-
- - This site is Open Source and runs on just JavaScript and HTML. That means you can download it and run it on your own machine. This allows you to generate addresses offline, only the sweep feature requires an internet connection. -
+

Vanity SegWit Address

+

NOTE: This is mostly a novelty, it's a very slow generator.

+

Max Attempts: 10,000 attempts will take about 2-3 minutes to generate.

+

Phrase to match: not case sensitive

+ + +


+ SEGWIT - OPEN SOURCE + OPEN SOURCEBITCOINJS + \ No newline at end of file