Bitcoin Forum
May 11, 2024, 07:25:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to create paper wallet generator for alt coin?  (Read 161 times)
piececollector (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2


View Profile
January 21, 2021, 02:24:28 PM
 #1

Who knows? Need to make a paper wallet for Paperback https://GitHub.com/piecemaster/paperbackup

1715455553
Hero Member
*
Offline Offline

Posts: 1715455553

View Profile Personal Message (Offline)

Ignore
1715455553
Reply with quote  #2

1715455553
Report to moderator
1715455553
Hero Member
*
Offline Offline

Posts: 1715455553

View Profile Personal Message (Offline)

Ignore
1715455553
Reply with quote  #2

1715455553
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715455553
Hero Member
*
Offline Offline

Posts: 1715455553

View Profile Personal Message (Offline)

Ignore
1715455553
Reply with quote  #2

1715455553
Report to moderator
Welsh
Staff
Legendary
*
Offline Offline

Activity: 3262
Merit: 4110


View Profile
January 21, 2021, 06:31:10 PM
Merited by pooya87 (1)
 #2

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.
piececollector (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2


View Profile
January 21, 2021, 06:52:25 PM
Merited by paxmao (2)
 #3

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  Shocked

https://github.com/piecemaster/pieceup
Taskford
Hero Member
*****
Offline Offline

Activity: 2534
Merit: 787



View Profile
January 22, 2021, 11:08:44 AM
 #4

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.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
▄▄█▄▄░░▄▄█▄▄░░▄▄█▄▄
███░░░░███░░░░███
░░░░░░░░░░░░░
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░░░░███▄█░░░
░░██▌░░███░▀░░██▌
█░██░░███░░░██
█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀
.
REGIONAL
SPONSOR
███▀██▀███▀█▀▀▀▀██▀▀▀██
██░▀░██░█░███░▀██░███▄█
█▄███▄██▄████▄████▄▄▄██
██▀ ▀███▀▀░▀██▀▀▀██████
███▄███░▄▀██████▀█▀█▀▀█
████▀▀██▄▀█████▄█▀███▄█
███▄▄▄████████▄█▄▀█████
███▀▀▀████████████▄▀███
███▄░▄█▀▀▀██████▀▀▀▄███
███████▄██▄▌████▀▀█████
▀██▄█████▄█▄▄▄██▄████▀
▀▀██████████▄▄███▀▀
▀▀▀▀█▀▀▀▀
.
EUROPEAN
BETTING
PARTNER
exobyte
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 22, 2021, 02:24:52 PM
 #5

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.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
January 22, 2021, 05:11:54 PM
 #6

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.

piececollector (OP)
Jr. Member
*
Offline Offline

Activity: 168
Merit: 2


View Profile
January 23, 2021, 02:33:30 PM
 #7

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
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
January 23, 2021, 03:02:42 PM
 #8

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.

Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2218


💲🏎️💨🚓


View Profile
January 23, 2021, 05:22:07 PM
Last edit: January 24, 2021, 04:06:22 AM by Timelord2067
 #9

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.

Billo_
Member
**
Offline Offline

Activity: 238
Merit: 15


View Profile
January 24, 2021, 12:02:52 AM
 #10

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.
lumierre
Full Member
***
Offline Offline

Activity: 862
Merit: 100


View Profile
January 26, 2021, 08:00:06 PM
 #11

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.

CDEX-CROSS-CHAIN DECENTRALIZED EXCHANGE PLATFORM
TOKENS FOR BITCOINTALK USERS FOR SIGNATURES! ANN TREAD ! WHITEPAPER ! LITEPAPER !
SistaFista
Sr. Member
****
Offline Offline

Activity: 1638
Merit: 251


Hexhash.xyz


View Profile
January 27, 2021, 03:37:14 AM
 #12

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.

██████████████████████
██████████████████████
██████████████████████
            ████ 
       ████████████
       ████████████
       ████ ████     
       ████ ████     
    ████████████     
    ████████████     
       ████     
██████████████████████
██████████████████████
█▀▀▀











▀▀▀▀
HEXHASH.XYZ
▀▀▀█











▀▀▀▀
█▀▀▀











▀▀▀▀
WEB3 INFRASTRUCTURE TO POWER THE
FUTURE CREDENTIAL DATA NETWORKS
▀▀▀█











▀▀▀▀
█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ █████████████▀█████ ██
██ ███ ▀█████▀      ▀█ ██
██ ███     ▀▀      ▐██ ██
██ ███▌            ███ ██
██ ████▌          ▄███ ██
██ ██████       ▄█████ ██
██ ████▄▄▄▄▄▄▄████████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ████████████▀▀▀████ ██
██ ████████▀▀     ████ ██
██ █████▀    ▄▀  ▐████ ██
██ ██▀     ▄▀    ▐████ ██
██ ████▄▄ █▀     █████ ██
██ ██████ ▄▄█   ▐█████ ██
██ ████████████ ██████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Pages: [1]
  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!