Search content
Sort by

Showing 9 of 9 results by getCryptoAddress
Post
Topic
Board Service Announcements
Re: [ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 08/11/2024, 22:18:12 UTC
Hello everyone!

Let me tell you a bit about how this project came to be. Initially, I wanted to understand how crypto works, and, at the same time, I was looking for a unique gift idea for someone. I thought a paper wallet could be a cool, personal way to introduce them to crypto. I came across a site called bitaddress.org, but it used an legacy format, P2PKH, which has higher transaction fees and is somewhat outdated. So, I decided to build my own version — getcryptoaddress.github.io, which supports the newer Taproot standard. Later on, I added support for Ethereum, and even an editor feature… and you know. The project kept growing. And here we are — it works!

Right now, this project is just for me. I occasionally use it for my own needs, and about once a month, I log in to check on activity and then log back out. So, if there’s something you’d like to see added, just let me know — I’m open to implementing new features. It will be nice to know that I am not alone Cheesy

Recently, I added a Content Security Policy to the site as a precaution, so that the browser will block any unauthorized requests, scripts, or styles. You never know when something could sneak in through a library. I rarely touch the code, so I also boosted test coverage to make updates less nerve-wracking (I have to admit, I get a bit anxious making changes since I’m a regular user too, haha). I also updated the libraries to the latest versions — well, most of them, anyway!
Post
Topic
Board Service Announcements
Re: [ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 09/09/2023, 19:27:48 UTC
Sorry guys. I created new topic because I can't remove "self-moderated topic" flag in the previous topic

UPDATES:
- Fixed image generation for IOS and Safari

P.s. Eh. Safari is the new modern IE
Post
Topic
Board Service Announcements
Re: [ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 10/08/2023, 11:21:15 UTC
Why is this a self-moderated topic? That is incredibly suspicious.

New topic https://bitcointalk.org/index.php?topic=5462780
Post
Topic
Board Service Announcements
Topic OP
[ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 10/08/2023, 10:45:58 UTC
Greetings everyone!

Get Crypto Address allows you to generate cryptocurrency addresses and create paper wallets. Free. Offline. Open source. We are announcing a beta version and invite you to test it out.
Link: https://getcryptoaddress.github.io/
Github: https://github.com/getCryptoAddress/getCryptoAddress.github.io

Here is a fresh alternative to bitaddress


> What sets us apart?
1. Additional Bitcoin address formats can be produced using this platform:
  • P2PKH
  • P2WPKH
  • Taproot
2. We also support Ethereum
3. Enables you to craft your own unique design for Paper Wallet


> How to make address and Paper Wallet?
Below you can find short instructions on how to generate addresses and create Paper Wallet.

1. Generate crypto address (Bitcoin or Ethereum)
2. Click "Paper wallet" if you want to generate image for print
3. Click "Edit" in "Paper wallet" if you want to edit design

In the additional part, before generating a crypto address and paper wallets:
- Ensure your computer is secure and free from potential threats
- Open the web application in an incognito tab, without browser extensions
- Turn off the internet


> In the future
- Provide an even more range of designs Paper Wallets
- More user-friendly editing process
- Planning to extend the list of supported currencies
- 100% cover tests

This project is open source, and all the code is available for review on GitHub. We warmly welcome you to support the project by contributing to the code or making a donation.

Looking forward to your feedback and support.
Post
Topic
Board Service Announcements
Re: [ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 07/08/2023, 15:46:21 UTC
However, before using it seriously and sending funds to such a wallet, I'm going to wait for someone knowledgeable on the forum to confirm that the code is ok. You can never be too careful
Correct!

At the moment I use:
- https://www.npmjs.com/package/ethereum-cryptography
- https://www.npmjs.com/package/@scure/btc-signer

If someone wants to look without delving into the structure
- Generate Private key:
https://github.com/getCryptoAddress/getCryptoAddress.github.io/blob/e8a1da705ff5473a510b8f73670c1113351cb833/src/entities/CryptoWallets/lib/PrivateKeys/generatePrivateKey.ts
- Generate Bitcoin:
https://github.com/getCryptoAddress/getCryptoAddress.github.io/blob/e8a1da705ff5473a510b8f73670c1113351cb833/src/entities/CryptoWallets/lib/Wallets/walletsBitcoin/WalletsBitcoin.ts#L18
- Generate Ethereum:
https://github.com/getCryptoAddress/getCryptoAddress.github.io/blob/e8a1da705ff5473a510b8f73670c1113351cb833/src/entities/CryptoWallets/lib/Wallets/walletsEthereum/WalletsEthereum.ts#L17
Where e8a1da705ff5473a510b8f73670c1113351cb833 commit is relevant for today (7 Aug 2023)

Why is this a self-moderated topic? That is incredibly suspicious.
It was my mistake. I initially misunderstood how this flag works, because I thought it pertained solely to editing the initial (first) post.
I've messaged to @Cyrus to request the removal of the flag
Post
Topic
Board Bitcoin Wiki
Re: Request edit privileges here
by
getCryptoAddress
on 07/08/2023, 15:17:14 UTC
I still wonder why people keep asking for edit privillage here. This thread is long dead and no one observes it any more

If anyone wants, edit privileges. They should read here;

Admins do not regularly read this forum.

If you need to reach us, I recommend using the #bitcoin-wiki channel on freenode IRC


or they could just post what they want to be edited in this thread - The Bitcoin Wiki Modernization Project - request changes and edits here

How I wish mods could just lock this thread.

because the instruction have a link to here (https://en.bitcoin.it/wiki/Bitcoin_Wiki:Editing_privileges)
Quote
To activate your account, you can pick one of these methods:

- Join IRC Web #bitcoin-wiki on Freenode and ask directly (stick around!) - there is also a IRC Web #bitcoin-wiki channel on Libera if you prefer that network.
- Post your wiki username on this BitcoinTalk thread

if you are right then need to update instruction page
Post
Topic
Board Bitcoin Wiki
Re: Request edit privileges here
by
getCryptoAddress
on 03/08/2023, 19:40:23 UTC
Reply here with your wiki username and you will be given editor status without needing to pay the anti-spam fee. Smiley

Hi there!
My wiki username: GetCryptoAddress
Have a nice day
Post
Topic
Board Service Announcements
Topic OP
[ANN] getcryptoaddress.github.io JavaScript Crypto address/private key web-app
by
getCryptoAddress
on 03/08/2023, 18:03:59 UTC
Greetings everyone!

Get Crypto Address allows you to generate cryptocurrency addresses and create paper wallets. Free. Offline. Open source. We are announcing a beta version and invite you to test it out.
Link: https://getcryptoaddress.github.io/
Github: https://github.com/getCryptoAddress/getCryptoAddress.github.io

Here is a fresh alternative to bitaddress


> What sets us apart?
1. Additional Bitcoin address formats can be produced using this platform:
  • P2PKH
  • P2WPKH
  • Taproot
2. We also support Ethereum
3. Enables you to craft your own unique design for Paper Wallet


> How to make address and Paper Wallet?
Below you can find short instructions on how to generate addresses and create Paper Wallet.

1. Generate crypto address (Bitcoin or Ethereum)
2. Click "Paper wallet" if you want to generate image for print
3. Click "Edit" in "Paper wallet" if you want to edit design

In the additional part, before generating a crypto address and paper wallets:
- Ensure your computer is secure and free from potential threats
- Open the web application in an incognito tab, without browser extensions
- Turn off the internet


> In the future
- Provide an even more range of designs Paper Wallets
- More user-friendly editing process
- Planning to extend the list of supported currencies
- 100% cover tests

This project is open source, and all the code is available for review on GitHub. We warmly welcome you to support the project by contributing to the code or making a donation.

Looking forward to your feedback and support.
Post
Topic
Board Service Announcements
Re: [ANN] bitaddress.org Safe JavaScript Bitcoin address/private key
by
getCryptoAddress
on 23/07/2023, 17:34:33 UTC
Hey Boomdev.

Hey how did you add designs to the bitcoin paper wallet? I wanted to add some designs. THANKS!

I've gifted a few paper wallets so far and would love to have a few new designs.

I'm so sorry if I accidentally seem rough because this topic is about the bitaddress.org

But I will give a small answer:
I'm in the process of developing a paper-wallet editor where you can create your own design:
https://getcryptoaddress.github.io/paper-wallet-editor/

Right now I'm having some issues with saving images using a mobile device https://github.com/bubkoo/html-to-image/issues/420
But it properly works on a desktop

When I fix this, will debug the project and test it, then I'll create a new post
At the moment it's a beta version
If necessary, I will add import and export designs.

Thanks