Pages:
Author

Topic: What alt-coins have Paper wallets? (Read 2415 times)

sr. member
Activity: 856
Merit: 250
June 10, 2015, 03:43:38 AM
#23
You can make a paper wallet of every altcoin just by making some changes on code and uploading it to your server!
hero member
Activity: 910
Merit: 530
$5 24k Gold FREE 4 sign-up! Mene.com/invite/h5ZRRP
June 10, 2015, 03:13:42 AM
#22
Bumping a dead thread here but I'm looking to find a secure way to generate a Monero address or 2 and print them out in the form of paper wallets (like bitaddress.org is for BTC) to hold some of my XMR coins for a while. I'm not looking to download the entire XMR client and blockchain to do this, but will if I have to. Anybody got an ideas?
full member
Activity: 151
Merit: 100
December 17, 2014, 11:29:47 AM
#21
litecoin
legendary
Activity: 1274
Merit: 1000
★ BitClave ICO: 15/09/17 ★
December 17, 2014, 10:26:25 AM
#20
Rule 1: Never trust any online wallet generator. (They might be saved by the service provider).
Rule 2: Always use an official & offline wallet to generate address. (Don't let the trojans etc steal your private keys etc).

edit; you don't need to download all the blockchain, just the wallet-qt is enough to create addresses.



hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
December 17, 2014, 10:13:35 AM
#19
bitaddress, liteaddress, dogeadress, all paper wallets generator.
It's easy to transfer bitcoins form a paper wallet to blockchain wallet. But I can't find the solution for doegecoin and litecoin.


importprivkey RPC call/command is the rescue.
Ok. But do you know a free online wallet like blockchain with multi coins? And with the option to deposit coins from a paper wallet?


ypool has an online wallet that supports 7 coins: https://wallet.ypool.net/
sr. member
Activity: 462
Merit: 250
December 17, 2014, 12:24:55 AM
#18
Every coins could have a paper wallet.
full member
Activity: 196
Merit: 100
December 17, 2014, 12:05:01 AM
#17

You were faster, was just about to write this Wink
hero member
Activity: 672
Merit: 501
December 16, 2014, 11:49:26 PM
#16
-snip-

check the src/base58.h file in the source code of the coin in question. It must be available at github as well and the link should be provided by the dev in the coin announcement topic or by other means. If the coin has no publicly available source code then it's not worth to look at this coin at all.  

Gr8,  I will try to do this and maybe do little tests like create a paper wallet and send a small amount of coins to it then redeem it before putting a big chunk. Thank u so much Smiley


Thanks Smiley
sr. member
Activity: 476
Merit: 250
December 16, 2014, 12:42:58 PM
#15
Magi paperwallet - http://paperwallet.coinmagi.org
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
December 16, 2014, 12:07:10 PM
#14
hero member
Activity: 574
Merit: 523
December 16, 2014, 11:48:29 AM
#13
bitaddress, liteaddress, dogeadress, all paper wallets generator.
It's easy to transfer bitcoins form a paper wallet to blockchain wallet. But I can't find the solution for doegecoin and litecoin.


importprivkey RPC call/command is the rescue.
Ok. But do you know a free online wallet like blockchain with multi coins? And with the option to deposit coins from a paper wallet?




No, I don't. I would recommend you to keep off any online wallet: the cost to download a some coin blockhain is much less than potential to lose your coins.
member
Activity: 94
Merit: 11
December 16, 2014, 11:24:07 AM
#12
bitaddress, liteaddress, dogeadress, all paper wallets generator.
It's easy to transfer bitcoins form a paper wallet to blockchain wallet. But I can't find the solution for doegecoin and litecoin.


importprivkey RPC call/command is the rescue.
Ok. But do you know a free online wallet like blockchain with multi coins? And with the option to deposit coins from a paper wallet?


hero member
Activity: 574
Merit: 523
December 16, 2014, 11:17:39 AM
#11
bitaddress, liteaddress, dogeadress, all paper wallets generator.
It's easy to transfer bitcoins form a paper wallet to blockchain wallet. But I can't find the solution for doegecoin and litecoin.


importprivkey RPC call/command is the rescue.
member
Activity: 94
Merit: 11
December 16, 2014, 11:10:40 AM
#10
bitaddress, liteaddress, dogeadress, all paper wallets generator.
It's easy to transfer bitcoins form a paper wallet to blockchain wallet. But I can't find the solution for doegecoin and litecoin.
hero member
Activity: 574
Merit: 523
December 16, 2014, 10:40:29 AM
#9


I have the bitaddress source already downloaded from github but how to find the pubkey address of a coin?



check the src/base58.h file in the source code of the coin in question. It must be available at github as well and the link should be provided by the dev in the coin announcement topic or by other means. If the coin has no publicly available source code then it's not worth to look at this coin at all.   
hero member
Activity: 672
Merit: 501
December 16, 2014, 10:23:39 AM
#8
-snip-
I completely agree, but unfortunately it's the only one I know of in this format.
I just asked today about the way to do paper wallet for Monero and.. at least you have only to run an exe (no install) and you don't have to download the blockchain.
Maybe this also helps a little. Here's the response I got: https://bitcointalksearch.org/topic/m.9855347
I'll try and see if I can do as suggested in the steps. Thx Smiley

-snip-
The only thing you need is to download the source of https://www.bitaddress.org/ site.

It could be found as a zip archive here: https://github.com/pointbiz/bitaddress.org/releases.

Then find out the address prefix of the coin in question - check the file src/base58.h for PUBKEY_ADDRESS:
Quote
base58.h-    enum
base58.h-    {
base58.h:        PUBKEY_ADDRESS = 63,
base58.h-        SCRIPT_ADDRESS = 24,
base58.h:        PUBKEY_ADDRESS_TEST = 112,
base58.h-        SCRIPT_ADDRESS_TEST = 198,
base58.h-    };

Now unzip the https://www.bitaddress.org/ source zip file to some location and open the bitaddress.org.html file with notepad or any other plain text editor.
Find the following line in that file:
Code:
Bitcoin.Address.networkVersion = 0x00; // mainnet

As of release 2.8.1 it is line no 4757

Replace the 0x00 in  this line with a value you found in the base58.h (with 63 in example provided)

Then save the file and reopen it with a webrowser.

Enjoy.
 
Edit: Don't forget to send some tips to  https://www.bitaddress.org/ 's developer Wink
 

I have the bitaddress source already downloaded from github but how to find the pubkey address of a coin?

hero member
Activity: 574
Merit: 523
December 16, 2014, 10:13:35 AM
#7
Any body has a list of alt-coins that can be stored in Paper wallets?

Edit: I know technically any coin can be stored on paper wallets, one can simply print out the keys and store them privately, but you have to download their wallet programs to do that. I am talking about alt-coins that simply have paper wallets like bitaddress.org for bitcoin.

The only thing you need to download is the source of https://www.bitaddress.org/ site.

It could be found as a zip archive here: https://github.com/pointbiz/bitaddress.org/releases.

Then find out the address prefix of the coin in question - check the file src/base58.h for PUBKEY_ADDRESS:  
Quote
base58.h-    enum
base58.h-    {
base58.h:        PUBKEY_ADDRESS = 63,
base58.h-        SCRIPT_ADDRESS = 24,
base58.h:        PUBKEY_ADDRESS_TEST = 112,
base58.h-        SCRIPT_ADDRESS_TEST = 198,
base58.h-    };

Now unzip the https://www.bitaddress.org/ source zip file to some location and open the bitaddress.org.html file with notepad or any other plain text editor.
Find the following line in that file:
Code:
Bitcoin.Address.networkVersion = 0x00; // mainnet

As of release 2.8.1 it is line no 4757

Replace the 0x00 in  this line with a value you found in the base58.h (with 63 in the example provided)

Then save the file and reopen it with a webrowser.

Enjoy.
  
Edit: Don't forget to send some tips to  https://www.bitaddress.org/ 's developer Wink
 
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
December 16, 2014, 10:09:19 AM
#6
I know for sure that Dogecoin has such generators, you can even download the html to do it safely.
I don't remember which one I actually used and google.. just gives too many results on that. so just pick one you want Smiley

I have Dogecoin Smiley I am basically trying to buy a bunch of alt-coins but I hate installing so many softwares and I don't want to hold my coins on exchanges. So a paper wallet is a very easy and simple solution but not all alt-coins have that. I plan to put as much as I can on Paper wallets and forget about them.

I completely agree, but unfortunately it's the only one I know of in this format.
I just asked today about the way to do paper wallet for Monero and.. at least you have only to run an exe (no install) and you don't have to download the blockchain.
Maybe this also helps a little. Here's the response I got: https://bitcointalksearch.org/topic/m.9855347
hero member
Activity: 672
Merit: 501
December 16, 2014, 10:05:22 AM
#5
I know for sure that Dogecoin has such generators, you can even download the html to do it safely.
I don't remember which one I actually used and google.. just gives too many results on that. so just pick one you want Smiley

I have Dogecoin Smiley I am basically trying to buy a bunch of alt-coins but I hate installing so many softwares and I don't want to hold my coins on exchanges. So a paper wallet is a very easy and simple solution but not all alt-coins have that. I plan to put as much as I can on Paper wallets and forget about them.
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
December 16, 2014, 09:58:22 AM
#4
I know for sure that Dogecoin has such generators, you can even download the html to do it safely.
I don't remember which one I actually used and google.. just gives too many results on that. so just pick one you want Smiley
Pages:
Jump to: