Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: str4wm4n on August 02, 2012, 09:17:20 PM



Title: Litecoin port of Bitaddress.org?
Post by: str4wm4n on August 02, 2012, 09:17:20 PM
Would this be easy for someone to do? I really want it! ;D


Title: Re: Litecoin port of Bitaddress.org?
Post by: casascius on August 02, 2012, 09:18:39 PM
I imagine so...

I would guess just changing one number would be enough to do it - the prefix that is different for litecoin.

(besides the obvious changes to artwork/text)


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on August 02, 2012, 09:18:58 PM
Would this be easy for someone to do? I really want it! ;D

Sure thing: http://address.litecoin.net/
Thanks goes to Greedi for putting it together.


Title: Re: Litecoin port of Bitaddress.org?
Post by: str4wm4n on August 02, 2012, 09:19:48 PM
SWEET! Just what I was looking for!  ;D


Title: Re: Litecoin port of Bitaddress.org?
Post by: casascius on August 02, 2012, 09:28:37 PM
Would this be easy for someone to do? I really want it! ;D

Sure thing: http://address.litecoin.net/
Thanks goes to Greedi for putting it together.

How established is the idea that Litecoin private keys start with "6"?  Does Litecoin accept Bitcoin private keys?


Title: Re: Litecoin port of Bitaddress.org?
Post by: pooler on August 02, 2012, 09:56:38 PM
Would this be easy for someone to do? I really want it! ;D

Sure thing: http://address.litecoin.net/
Thanks goes to Greedi for putting it together.

How established is the idea that Litecoin private keys start with "6"?  Does Litecoin accept Bitcoin private keys?

Pretty well established. Pywallet (jackjack's fork, which also works with Litecoin) and Vanitygen both conform to this.
The latest version of Litecoin does not accept Bitcoin private keys; it only accepts keys starting with "6u" or "6v".


Title: Re: Litecoin port of Bitaddress.org?
Post by: casascius on August 02, 2012, 10:16:45 PM
Would this be easy for someone to do? I really want it! ;D

Sure thing: http://address.litecoin.net/
Thanks goes to Greedi for putting it together.

How established is the idea that Litecoin private keys start with "6"?  Does Litecoin accept Bitcoin private keys?

Pretty well established. Pywallet (jackjack's fork, which also works with Litecoin) and Vanitygen both conform to this.
The latest version of Litecoin does not accept Bitcoin private keys; it only accepts keys starting with "6u" or "6v".

And 6w, I presume, since a very tiny part of the key space falls there.

I was thinking of using 6 as a prefix to denote "key that needs something else", such as a password or another key.

Have a peek at this.  https://en.bitcoin.it/wiki/User:Casascius/Base58Check-encoded_objects_proposal (https://en.bitcoin.it/wiki/User:Casascius/Base58Check-encoded_objects_proposal)

None of my proposed key types conflict with the 6u-6w range used by Litecoin, but I have indeed proposed a conflict with respect to what I have proposed as a potential meaning of the number "6" as a prefix.  Now that I am aware of this, I wanted to take a temperature.

If these features got accepted (assume I "moved" my idea to 7, for example), Litecoin would need to define yet another prefix that means "key that needs something else", as well as "Litecoin", all at the same time.  That might be potentially more confusing than just saying that "private keys look like this, private keys with requirements look like that, and Litecoin ones all start with L".

For example, what if Litecoin private keys started with L5 and Litecoin private keys "that need something else" start with L6?  These are not valid prefixes for Litecoin payment addresses (which I understand can only start with L + [KLMNPQRSTUVWXYZabcdefghi]).  But if implemented this way, all of the different kinds of secure private keys invented for Bitcoin could easily be understood in the context of Litecoin.

Clients wouldn't have to stop accepting 6u-6w, they'd remain fully compatible.  They would just display and export L5 for future keys.

The prefix L5 could be reliably achieved by using two version bytes before the 32-byte key payload: 0x8100, and L6 with 0x8120.  Each key would be 52 characters.


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on February 11, 2013, 10:01:48 AM
I just cloned the latest from github and put this together: http://liteaddress.org/


Title: Re: Litecoin port of Bitaddress.org?
Post by: chriswilmer on February 11, 2013, 10:30:21 AM
Thanks! Now all I need is a way to push signed transactions from some online server!


Title: Re: Litecoin port of Bitaddress.org?
Post by: casascius on February 11, 2013, 01:48:04 PM
And a Litecoin banknote image!


Title: Re: Litecoin port of Bitaddress.org?
Post by: str4wm4n on February 11, 2013, 08:54:04 PM
casascius, I want some silver litecoins please  ;D


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on February 11, 2013, 09:41:16 PM
And a Litecoin banknote image!

http://forum.litecoin.net//index.php/topic,1170.0.html


Title: Re: Litecoin port of Bitaddress.org?
Post by: crazy_rabbit on February 11, 2013, 10:28:39 PM
I just cloned the latest from github and put this together: http://liteaddress.org/

Nice to hear from you again!


Title: Re: Litecoin port of Bitaddress.org?
Post by: Mjbmonetarymetals on February 13, 2013, 09:37:32 PM
And a Litecoin banknote image!

Check  ;D

http://i846.photobucket.com/albums/ab22/1973mb1973/283ed948cfeed4c81eec2627679644e5_zps1de0b6e4.jpg


Title: Re: Litecoin port of Bitaddress.org?
Post by: Monster Tent on February 13, 2013, 11:25:52 PM
I just cloned the latest from github and put this together: http://liteaddress.org/

Is there any way the client itself could include a "print to paper" option ?


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 14, 2013, 12:12:15 AM
I just cloned the latest from github and put this together: http://liteaddress.org/

awesome!

i found a bug in it today though, and then i realised the same bug is also in bitaddress.org...

on the first tab, in chrome 24.x, i clicked Generate New Address many times and a little too fast and eventually the QR codes stopped working and just showing solid black squares

after that, no amount of clicking Generate New Address would bring back the QR codes... it just stayed solid black

i had to refresh the page to get those QRs working again


could someone please try to replicate this?

edit: this time i tried just clicking very slowly and counting... the QR codes still turned solid black after 18 clicks of the Generate button.


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on February 14, 2013, 12:17:41 AM
I just cloned the latest from github and put this together: http://liteaddress.org/

awesome!

i found a bug in it today though, and then i realised the same bug is also in bitaddress.org...

on the first tab, in chrome 24.x, i clicked Generate New Address many times and a little too fast and eventually the QR codes stopped working and just showing solid black squares

after that, no amount of clicking Generate New Address would bring back the QR codes... it just stayed solid black

i had to refresh the page to get those QRs working again


could someone please try to replicate this?

edit: this time i tried just clicking very slowly and counting... the QR codes still turned solid black after 18 clicks of the Generate button.

What browser are you using? I'm using Chrome and I cannot replicate this problem.


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on February 14, 2013, 12:19:56 AM
I just cloned the latest from github and put this together: http://liteaddress.org/

Is there any way the client itself could include a "print to paper" option ?

Possibly. But how useful would that really be? Maybe we just need to add a export private key option.
I would not make sense to use those keys as a normal paper wallet (where you typically send money to it once or more times and only redeem it once) since a lot of those address are throw away addresses and change addresses.


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 14, 2013, 12:24:21 AM
I just cloned the latest from github and put this together: http://liteaddress.org/

awesome!

i found a bug in it today though, and then i realised the same bug is also in bitaddress.org...

on the first tab, in chrome 24.x, i clicked Generate New Address many times and a little too fast and eventually the QR codes stopped working and just showing solid black squares

after that, no amount of clicking Generate New Address would bring back the QR codes... it just stayed solid black

i had to refresh the page to get those QRs working again


could someone please try to replicate this?

edit: this time i tried just clicking very slowly and counting... the QR codes still turned solid black after 18 clicks of the Generate button.

What browser are you using? I'm using Chrome and I cannot replicate this problem.

Version 24.0.1312.57 m / incognito mode

the bug doesn't appear for me in firefox, safari, or ie

edit: it also works fine for me in regular Chrome... can you try in an incognito window?


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 14, 2013, 12:34:55 AM
update 2: i restarted my browser and now it goes solid black at click 21 and 22 (first one QR, then the other)

i also tried on a completely different computer, same version of chrome incognito and couldn't replicate the issue

the computer where it's occurring is extremely slow Windows XP machine... the machine where it works is an i7 with Win 7.

i'll report back if i ever see it replicated on any other machine.


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on February 14, 2013, 04:43:53 AM
Updated! http://liteaddress.org/
It looks very cool.


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 14, 2013, 04:45:56 AM
Updated! http://liteaddress.org/
It looks very cool.

wow very nice!

p.s. that time i got to 24 clicks before QR codes went solid black... no idea WTF is going on there



Title: Re: Litecoin port of Bitaddress.org?
Post by: Mjbmonetarymetals on February 14, 2013, 01:23:56 PM
http://i846.photobucket.com/albums/ab22/1973mb1973/8a3bcfb9944f099274894dd652cceda8_zps90c9dcd9.jpg


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 14, 2013, 01:50:13 PM

damn, no litecoins found at that address :D


Title: Re: Litecoin port of Bitaddress.org?
Post by: Mjbmonetarymetals on February 14, 2013, 02:26:03 PM
Aha  ;D deffinately worth a go  ;D


Title: Re: Litecoin port of Bitaddress.org?
Post by: Liquid on February 14, 2013, 02:43:59 PM
Love it well done  :)


Title: Re: Litecoin port of Bitaddress.org?
Post by: Mjbmonetarymetals on February 28, 2013, 04:30:27 PM
Think the note came out pretty good  ;)


Title: Re: Litecoin port of Bitaddress.org?
Post by: payb.tc on February 28, 2013, 04:41:08 PM
What is the best software/best website to import litecoin private keys?


Title: Re: Litecoin port of Bitaddress.org?
Post by: Cyberdyne on March 03, 2013, 12:54:11 PM
What is the best software/best website to import litecoin private keys?


I'm wondering that too. Until I find one I don't see the point of liteaddress.org.

Does 0.6.3 import them?


Title: Re: Litecoin port of Bitaddress.org?
Post by: panonym on April 06, 2013, 03:12:27 AM
I never played yet with litecoin, but I am surprise to not see an answer to this post since 3 March.
Paper wallet are pretty useless if we can't import them easily.

Does the import / export commands work well with litecoind?
(namecoind seem to have trouble for export for exemple. On my unskilled side at least.)

Anybody working on the adaptation of Armory for Litecoin?  ::)


Title: Re: Litecoin port of Bitaddress.org?
Post by: Cyberdyne on April 06, 2013, 04:36:58 AM
Does the import / export commands work well with litecoind?

I did get this working with 0.6.something on the command line but it's extremely slow. Definitely not something you want to use to import bulk amounts, but it's fine for 1 or 2.

Code:
litecoind
litecoind importprivkey 6exampleexampleexampleexample
litecoind stop


Title: Re: Litecoin port of Bitaddress.org?
Post by: coblee on November 05, 2013, 09:52:27 AM
Liteaddress has been updated with BIP38 encrypted paper wallet support:
http://liteaddress.org/