Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: piececollector on January 21, 2021, 02:24:28 PM



Title: How to create paper wallet generator for alt coin?
Post by: piececollector on January 21, 2021, 02:24:28 PM
Who knows? Need to make a paper wallet for Paperback https://GitHub.com/piecemaster/paperbackup



Title: Re: How to create paper wallet generator for alt coin?
Post by: Welsh on January 21, 2021, 06:31:10 PM
A paper wallet can be created simply by running the wallet software on a offline computer, and then transferring the credentials to paper by hand. Then, making sure that you verify those credentials to be sure that they've been copied correctly.

You don't need fancy software dedicated to creating a paper wallet. A paper wallet simply means creating a physical copy, usually using paper hence the name.


Title: Re: How to create paper wallet generator for alt coin?
Post by: piececollector on January 21, 2021, 06:52:25 PM
A paper wallet can be created simply by running the wallet software on a offline computer, and then transferring the credentials to paper by hand. Then, making sure that you verify those credentials to be sure that they've been copied correctly.

You don't need fancy software dedicated to creating a paper wallet. A paper wallet simply means creating a physical copy, usually using paper hence the name.

damn thats true lol but I Want to create something like bitaddress.org because Piece is a qt and malware might be inevitable. I created a coin called Piece forked from Litecoin-qt wallet. How do I fork and add Piece to bitaddress.org? I also want to make a non mining wallet. a lite version because Piece has a very large ledger it will be maybe around 2TB in 108 days  :o

https://github.com/piecemaster/pieceup


Title: Re: How to create paper wallet generator for alt coin?
Post by: Taskford on January 22, 2021, 11:08:44 AM
Who knows? Need to make a paper wallet for Paperback https://GitHub.com/piecemaster/paperbackup



For better understanding and visible tutorial you can search for more videos posted on youtube since there are people who post some informative tutorial there.

And will give you a one example of video tutorial there here visit this video https://m.youtube.com/watch?v=st4om_S29No

And hope this one works so good luck.


Title: Re: How to create paper wallet generator for alt coin?
Post by: exobyte on January 22, 2021, 02:24:52 PM
As far as I understand, you will need to look at the JS under https://github.com/pointbiz/bitaddress.org/tree/master/src to identify how the wallet address is generated.

I also found this repo - https://github.com/cantonbecker/bitcoinpaperwallet/ that supports LiteCoin address generation. I think if you create a case for your coin similar to this https://github.com/cantonbecker/bitcoinpaperwallet/blob/master/generate-wallet.html#L102 you can use that repo.


Title: Re: How to create paper wallet generator for alt coin?
Post by: bob123 on January 22, 2021, 05:11:54 PM
damn thats true lol but I Want to create something like bitaddress.org because Piece is a qt and malware might be inevitable.

What makes you believe a website is better than wallet software?
There is literally no difference. In fact, it can be argued that using a website is always worse. Regardless of whether you are using it online or offline.

You don't need to use any web application to create a paper wallet.
The best is to use the most reputable wallet of your shitcoin and create a private-/public keypair.


Title: Re: How to create paper wallet generator for alt coin?
Post by: piececollector on January 23, 2021, 02:33:30 PM
damn thats true lol but I Want to create something like bitaddress.org because Piece is a qt and malware might be inevitable.

What makes you believe a website is better than wallet software?
There is literally no difference. In fact, it can be argued that using a website is always worse. Regardless of whether you are using it online or offline.

You don't need to use any web application to create a paper wallet.
The best is to use the most reputable wallet of your shitcoin and create a private-/public keypair.

Yo fuck you I don't want people downloading wallet with a virus u shitface


Title: Re: How to create paper wallet generator for alt coin?
Post by: bob123 on January 23, 2021, 03:02:42 PM
Yo fuck you I don't want people downloading wallet with a virus u shitface

Keep calm little boy.
It is ok to have little to no knowledge. Everyone started there. No reason to be ashamed.

But let me give you a hint: Browser-based software is not recommended for newbies. Too many mistakes can be made.
Further, if you need to ask how to create a browser-based paper wallet generator in a forum, you don't have the capability to do so.


Title: Re: How to create paper wallet generator for alt coin?
Post by: Timelord2067 on January 23, 2021, 05:22:07 PM
Using VanityGen you can create vanity wallets...

What's not quite so widely known is that by using the

Code:
-X

modifyer (and the appropriate number for your altcoin), you can create vanity wallet addresses for any altcoin.

The key point here is you have the privkey, so you can write it down on paper and it's a paper wallet.  With a QR code generator, you can also make your paper wallets look like "professional" paper wallets in no time at all.


Title: Re: How to create paper wallet generator for alt coin?
Post by: Billo_ on January 24, 2021, 12:02:52 AM
I would be very carefully when creating a wallet. Better use official approved sites like official dev sites or where code is public and many computer scientists have proven it to be secure.
Because if you lose coin, it won't be possible to recover.


Title: Re: How to create paper wallet generator for alt coin?
Post by: lumierre on January 26, 2021, 08:00:06 PM
Yes, I agree that when choosing a wallet, it is important to trust only trusted services. You must understand that the responsibility for storing your assets lies only with you. It is important to study all the nuances and think over your actions to the smallest detail. Then you can keep everything safe.


Title: Re: How to create paper wallet generator for alt coin?
Post by: SistaFista on January 27, 2021, 03:37:14 AM
Well, usually the developer of the coin will provide you link to generate the wallet on their github.
You can save the source and use it offline, i usually visit the website for the paperwallet and save the website
so i can use it anytime using my browser even without internet connection.