All Projects β†’ onmyway133 β†’ Addressgenerator

onmyway133 / Addressgenerator

Licence: mit
πŸ’° A macOS app to safely generate cryptocurrency address

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Addressgenerator

Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-52.29%)
Mutual labels:  bitcoin, cryptocurrency, address
Libreselery
Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
Stars: ✭ 92 (-15.6%)
Mutual labels:  bitcoin, cryptocurrency
Coincurve
Cross-platform Python bindings for libsecp256k1
Stars: ✭ 89 (-18.35%)
Mutual labels:  bitcoin, cryptocurrency
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-4.59%)
Mutual labels:  bitcoin, cryptocurrency
Marginbot
Bitfinex Margin Lending Managment Bot
Stars: ✭ 107 (-1.83%)
Mutual labels:  bitcoin, cryptocurrency
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-18.35%)
Mutual labels:  bitcoin, cryptocurrency
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-4.59%)
Mutual labels:  bitcoin, cryptocurrency
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-22.94%)
Mutual labels:  bitcoin, cryptocurrency
Cryptocurrency Cli
πŸ’° Cryptocurrency Portfolio On The Command Line πŸ’°
Stars: ✭ 99 (-9.17%)
Mutual labels:  bitcoin, cryptocurrency
Navcoin Core
bitcoin-core 0.13 fork ported for NavCoin
Stars: ✭ 106 (-2.75%)
Mutual labels:  bitcoin, cryptocurrency
Rrwallet
RRWallet is a opensource cryptocurrency wallet app for both iOS and Android devicesπŸš€
Stars: ✭ 101 (-7.34%)
Mutual labels:  bitcoin, cryptocurrency
Opencx
An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
Stars: ✭ 86 (-21.1%)
Mutual labels:  bitcoin, cryptocurrency
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-21.1%)
Mutual labels:  bitcoin, cryptocurrency
Coinpare
Compare cryptocurrency trading data across multiple exchanges and blockchains in the comfort of your terminal
Stars: ✭ 89 (-18.35%)
Mutual labels:  bitcoin, cryptocurrency
Coin registry
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.
Stars: ✭ 85 (-22.02%)
Mutual labels:  bitcoin, cryptocurrency
Coinwink
Crypto Alerts, Watchlist and Portfolio Tracking App
Stars: ✭ 95 (-12.84%)
Mutual labels:  bitcoin, cryptocurrency
Tradingview Trainer
A lightweight app for practicing your trading on Tradingview
Stars: ✭ 106 (-2.75%)
Mutual labels:  bitcoin, cryptocurrency
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1022.94%)
Mutual labels:  bitcoin, cryptocurrency
Bitcoin Cryptography Library
Nayuki's implementation of cryptographic primitives used in Bitcoin.
Stars: ✭ 81 (-25.69%)
Mutual labels:  bitcoin, cryptocurrency
Bitzeny
[z2.0.x] BitZeny Core integration/staging tree created by the New Dev team
Stars: ✭ 99 (-9.17%)
Mutual labels:  bitcoin, cryptocurrency

Address Generator

❀️ Support my work https://gum.co/ixSBCP ❀️

Getting started

Your own key pair

You can go to some websites, create an account and have them manage your online wallets there. It also means that you can lose your money when they are hacked or compromised. Also, some websites make it very difficult to export the private keys.

Would you give your money safe key to strangers? The same applies for cryptocurrencies, the money is truly yours when only you have the keys. You can generate your own key pair, thanks to AddressGenerator

Asymetric cryptography

A cryptocurrency account, which is based on Asymmetric cryptography, consists of 2 keys: public key and private key.

  • The private key (raw or in wallet import format) is a secret number generated randomly. You spend money by using private key to sign transaction.
  • The public key is derived from private key. Your account address is a hash value of this public key.

It's important that only you own and store these keys securely πŸ’ͺ

Extra dependencies

Generating wallets with Javascript browsers or electron.js apps is a big red flag ‼️ Those are built on top of hundreds of libraries. Even if you're offline, who knows if any of those dependencies are doing evil 😱

While you're still skeptical, here are some readings

You deserve a safer solution β™₯️

Features

AddressGenerator features

  • Use pure Swift and C code. No extra dependencies.
  • Support macOS 10.11
  • Generate key pair using OpenSSL. On macOS 10.13, it is LibreSSL 2.2.7 which is a fork of OpenSSL from 2014. OpenSSL seeds from /dev/urandom, which guarantees very good entropy, so your keys are truly random and secure.
  • No saving or networking. Your keys are generated and only you know about it.
  • Fast
  • Support many cryptocurrencies

How to use

  • Choose currency, then click "Generate"
  • Store address together with public key, private key in a safe place.

Supported currencies

AddressGenerator supports 176 currencies. Here are the list together with how to check balance.

Currency Balance checker
Bitcoin https://blockchain.info/
Ethereum https://etherscan.io/balancecheck-tool
Ripple https://bithomp.com/explorer/
Litecoin http://explorer.litecoin.net/
Dash https://chainz.cryptoid.info/
... ...
Raiblocks TODO
Stellar TODO
EOS TODO

How does it work

Donations

If you find this project helpful, please consider donating 😝

  • Bitcoin: 186hfQqr6ZkNfhs8b7oR927n3Fr9qnCQwU
  • Ethereum: 0x7f2eA797329271e1b6f1E518A34f319A884A5A19

Licence

This project is released under the MIT license. See LICENSE.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].