What is your end goal?
  • Making paper wallets to hand out to people?
  • Making paper wallets for long term storage?
  • Something else
Single-use voucher.
reply
If you are planning on giving sats again for orange pilling, onboarding newbies or tipping people, I would advice using one of these (both are lightning based):
reply
I like lightsats cause if no one uses it. Then it goes back to your wallet. Guess on others you could keep an eye on em. and manually do it.
reply
Thanks but I don't need it. In addition I am too old to remember lightning.gifts.
reply
I'm one of the founders at Lightsats, would be cool if you could give us a try and get feedback on what you think.
Our onboarding is more for lightning and not on-chain and one feature we just launched recently was being able to create your own tip cards which can be fully customizable.
We have features built in that lets you track the user progress from claiming their sats to going through the onboarding journey to withdrawing to their own custody. https://lightsats.com/journey/bitcoin
reply
I'm a big fan! I sent multiple tips already- But would you guys consider offering the on-boarding section without phone/email sign up? or at least change the default sign up to email for more privacy? I feel a bit like starting someone off on the wrong foot if the first interaction they have with a bitcoin org wants their phone number. thanks again
reply
Thank you!!
Yes we are working on a new onboarding now that we offer users to print their own tip cards, the onboarding wouldn't as the user to authenticate, it would first take them through onboarding to download their wallet and if they want to authenticate we would teach them how to sign in using LNURL-auth!
We also have a "⏭ Skip Onboarding" feature where the user lands on the claim page and instead of asking them to authenticate via phone number or email they see an LNURL-w they can click and withdraw funds right away, only thing is that in this part we don't have the onboarding set up yet.
The reason we went with Phone Number or Email was because when we originally built the product was for bitcoiners to be able to tip people of service bitcoin, so If I was to tip a waitress after having my meal, I would show her the QR Code and most likely she would get around at looking at her tip after the shift. If there's no authentication and they close the browsing session there's no way for them to recover it.
reply
качай полный кошелек. выключай сеть и создовай)))
reply
This is has been around for a long time.
Its done client side, meaning you can load the page, disconnect from the internet, and generate the key pair.
You probably already know this but I mention just in case:
  • This is not really a wallet it is just a single key. So whoever uses this will want to sweep the key before spending it. There is no change address natively as this is a single key.
  • I would not put any significant amount on these address. As this is not the most secure method of storing bitcoin.
There maybe a newer solution out there for Vouchers. Other people will probably chime in with the new hotness.
reply
Thank you!
reply
If you are considering this, at least use a private key you've generated yourself (e.g., from a python script), and not the keys BitAddress creates using the browser in Javascript.
And for better security, load the page locally, and not from that website: https://github.com/pointbiz/bitaddress.org
For bulk paper wallets, here's python to do that:
And for those, there's the suggestion to not use pip to install, but use the source code, as mentioned here:
reply
Nice. Local tools preferred for known reasons.
reply