Bitcoin Forum
April 16, 2024, 01:49:46 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN] CryptoLife UPWG - Universal Paper Wallet Generator  (Read 9652 times)
Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 27, 2013, 02:37:53 AM
Last edit: April 24, 2015, 10:51:14 PM by Hazard
 #1

Here's a universal paper wallet generator forked from bitaddress. If you set the corresponding decimal version, it'll let you generate a paper wallet for any altcoin out there. The decimal version refers to the the letter/number that a particular coin's address starts with. For example:

LiteCoin addresses start with L. So, the decimal version is 48.
NameCoin addresses start with n or m. So, the decimal version is 111.

The rest should be self explanatory. There's a few coins it won't work with, but ~99% of coins are compatible. This is a BETA and you should do the proper testing before sending any money to these addresses.

http://cryptolife.net/upwg

"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
TBCM
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile WWW
December 27, 2013, 08:52:59 AM
 #2

I can't believe nobody has commented yet on how awesome this is. Shocked

Now all coins have a new thing to add to their respective to-do lists: Create attractive artwork for the paper wallet. Wink

Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 27, 2013, 03:37:47 PM
 #3

Tongue

Wekkel
Legendary
*
Offline Offline

Activity: 3108
Merit: 1531


yes


View Profile
December 27, 2013, 04:18:29 PM
 #4

You should get some Dogecoins for this  Shocked

tinstar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 28, 2013, 11:59:44 AM
 #5

Doesn't appear to be working for Dogecoin. Has anyone else tried it? The client just highlights the address in red instead of sending the coins.

Can anyone else please confirm?
Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 28, 2013, 03:27:15 PM
 #6

Doesn't appear to be working for Dogecoin. Has anyone else tried it? The client just highlights the address in red instead of sending the coins.

Can anyone else please confirm?

If you tried 30, try 31. And vice versa.

fran2k
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500


View Profile WWW
January 03, 2014, 10:20:17 PM
 #7

Thanks, this is great.

Please provide the source code so it can be executed offline and audited.
Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
January 04, 2014, 02:56:51 PM
 #8

Thanks, this is great.

Please provide the source code so it can be executed offline and audited.
Right Click -> View Source

It's all client side java

foroplus
Legendary
*
Offline Offline

Activity: 1212
Merit: 1052



View Profile
January 14, 2014, 10:41:43 PM
 #9

Is there any possibility to generate public keys to make a vanity address,  just as bitcoinaddress.org has a vanity tab?

Thanks,  awesome work.

thecoinjournal
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile WWW
January 17, 2014, 04:28:09 AM
 #10

This is awesome!

Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
January 17, 2014, 01:36:58 PM
 #11

Is there any possibility to generate public keys to make a vanity address,  just as bitcoinaddress.org has a vanity tab?

Thanks,  awesome work.
I'll look into it.

DUMBUYALLC
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
January 21, 2014, 05:41:29 PM
 #12

You sir are a genius! Thank You!
dominicharvey
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 24, 2014, 08:42:31 PM
 #13

Thank you for this great tool.

But wallet details don't seams to work.  When i try a private key created in first tab, it failed.

"The text you entered is not a valide Private key!"  Huh

Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
January 25, 2014, 02:17:41 PM
 #14

Thank you for this great tool.

But wallet details don't seams to work.  When i try a private key created in first tab, it failed.

"The text you entered is not a valide Private key!"  Huh
Yeah, that tab is broken. It only works as a brain wallet generator right now.

ejhuff
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 01, 2014, 03:59:55 AM
 #15

Well, how about removing this from the script:

Code:
<script type="text/javascript">
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(100658087);
(function() {
  var s = document.createElement('script');
  s.type = 'text/javascript';
  s.async = true;
  s.src = '//static.getclicky.com/js';
  ( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
})();
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100658087ns.gif" /></p></noscript> 

and also the server should not reject requests from wget:

Code:
$ wget --server-response http://cryptolife.net/upwg/
--2014-01-31 22:56:33--  http://cryptolife.net/upwg/
Resolving cryptolife.net (cryptolife.net)... 162.243.226.92
Connecting to cryptolife.net (cryptolife.net)|162.243.226.92|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 403 Forbidden
  Date: Sat, 01 Feb 2014 03:56:33 GMT
  Server: Apache/2.2.22 (Ubuntu)
  Vary: Accept-Encoding
  Content-Length: 287
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=iso-8859-1
2014-01-31 22:56:33 ERROR 403: Forbidden.

$ wget --server-response --user-agent="" http://cryptolife.net/upwg/
--2014-01-31 22:56:41--  http://cryptolife.net/upwg/
Resolving cryptolife.net (cryptolife.net)... 162.243.226.92
Connecting to cryptolife.net (cryptolife.net)|162.243.226.92|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Sat, 01 Feb 2014 03:56:41 GMT
  Server: Apache/2.2.22 (Ubuntu)
  Last-Modified: Thu, 30 Jan 2014 16:54:44 GMT
  ETag: "804ad-5d805-4f132ea099d00"
  Accept-Ranges: bytes
  Content-Length: 382981
  Vary: Accept-Encoding
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Length: 382981 (374K) [text/html]
Saving to: ‘index.html’

100%[========================================================================================================================================================================>] 382,981     1.42MB/s   in 0.3s   

2014-01-31 22:56:41 (1.42 MB/s) - ‘index.html’ saved [382981/382981]
krach
Legendary
*
Offline Offline

Activity: 1851
Merit: 1020


Get Rekt


View Profile WWW
February 22, 2014, 10:22:25 PM
 #16

now we just need a bip38 version

[color=#00██ ████ ████



▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀▐▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█

▄▄█████████▄▄
▄█▀▀▀█████████▀▀▀█▄
▄█▀    ▄▀█████▀     ▀█▄
▄█▄    █        ▀▄   ███▄
▄████▀▀▀▀▄       ▄▀▀▀▀▀███▄
████      ▀▄▄▄▄▄▀       ███
███     ▄▄███████▄▄     ▄▀█
█  ▀▄ ▄▀ ▀███████▀ ▀▄ ▄▀  █
▀█   █     ▀███▀     ▀▄  █▀
▀█▄▄█▄      █        █▄█▀
▀█████▄ ▄▀▀ ▀▀▄▄ ▄▄███▀
▀█████        ████▀
▀▀█▄▄▄▄▄▄▄█▀▀



● OVER 1000000000 REKT PLEBS
● DAILY PARLAYS, ACCAS, SINGLES AND BOASTING
● BONUS HUNTING & VIP PICKS
● 24/7 LIVE TROLL BOX
● SCAM TOUTS ROASTED LIVE
 
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
February 22, 2014, 10:28:29 PM
 #17

This would be perfect if you could upload your own background. I guess I could manually save the html page and just change the image that way, but still.

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
krach
Legendary
*
Offline Offline

Activity: 1851
Merit: 1020


Get Rekt


View Profile WWW
February 22, 2014, 10:38:25 PM
 #18

you can upload your own background, there are directions somewhere on the net

[color=#00██ ████ ████



▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀▐▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█

▄▄█████████▄▄
▄█▀▀▀█████████▀▀▀█▄
▄█▀    ▄▀█████▀     ▀█▄
▄█▄    █        ▀▄   ███▄
▄████▀▀▀▀▄       ▄▀▀▀▀▀███▄
████      ▀▄▄▄▄▄▀       ███
███     ▄▄███████▄▄     ▄▀█
█  ▀▄ ▄▀ ▀███████▀ ▀▄ ▄▀  █
▀█   █     ▀███▀     ▀▄  █▀
▀█▄▄█▄      █        █▄█▀
▀█████▄ ▄▀▀ ▀▀▄▄ ▄▄███▀
▀█████        ████▀
▀▀█▄▄▄▄▄▄▄█▀▀



● OVER 1000000000 REKT PLEBS
● DAILY PARLAYS, ACCAS, SINGLES AND BOASTING
● BONUS HUNTING & VIP PICKS
● 24/7 LIVE TROLL BOX
● SCAM TOUTS ROASTED LIVE
 
philipmicklon
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
March 05, 2014, 03:47:23 AM
 #19

Wow! This is awesome! Thank you so much!
Yuzu
Sr. Member
****
Offline Offline

Activity: 368
Merit: 250



View Profile
March 05, 2014, 04:21:45 AM
 #20

This is really amazing!  Thank you!
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!