is there a litecoin wallet website that does NOT store your private key serverside?

1

blockchain.info encrypts and hashes everything clientside, as well as doing all of the signing of transactions clientside. It only sends already encrypted and signed data to the server, where the server then plugs that data into their RPC to transmit it to the network.

Does a service like this exist for Litecoin or another scrypt based alt-coin?

bvpx

Posted 2013-09-29T21:40:39.710

Reputation: 1 052

Answers

1

Not at the moment. The quickest way to set one up would probably be to work with coinpunk or fork their code and get it working for Litecoin.

weex

Posted 2013-09-29T21:40:39.710

Reputation: 610