Skip to content

taisprestes01/cryptocurrency-wallet-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Versão em Português 🇧🇷 # Gerador de carteira de criptomoeda

Principais Características

  • Gerar carteira para bitcoin
  • Gerar chave privada para mainnet bitcoin
  • Gerar chave privada para testnet bitcoin

Como Usar

Para clonar e executar esta aplicação, você precisará do Git e do Node.js (que vem com o npm) instalado no seu computador. A partir da linha de comando:

# Clonar este repositório
$ git clone https://github.com/taisprestes01/cryptocurrency-wallet-generator

# Instalar o Node
- [https://nodejs.org/en](https://nodejs.org/en)

# Entrar no repositório
$ cd cryptocurrency-wallet-generator

# Instalar dependências
$ npm install
$ npm install bip39
$ npm install bip32@2.0.6
$ npm install bitcoinjs-lib

# Executar o aplicativo
$ cd src
$ node .\createWallet.js
Instale Electrum https://electrum.org/#download
Publique sua carteira com a chave primaria criada

Abra o Electrum, crie a carteira

image

importe o endereço

image

importe a chave

image

cria sua senha

image

Carteira criada

Você pode procurar seu endereço aqui here para ver o saldo. Agora você já pode fazer transações


Markdownify
Cryptocurrency wallet generator

wallet generator for bitcoin, create your own wallet and make real transactions

Key FeaturesHow To UseWallet createdSupportYou may also like

Key Features

  • Generate wallet for bitcoin
  • Generate private key for bitcoin mainnet
  • Generate private key for bitcoin testnet

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/taisprestes01/cryptocurrency-wallet-generator

# Install Node
- https://nodejs.org/en

# Go into the repository
$ cd cryptocurrency-wallet-generator

# Install dependencies
$ npm install
$ npm install bip39
$ npm install bip32@2.0.6
$ npm install bitcoinjs-lib

# Run the app
$ cd src
$ node .\createWallet.js
Install Electrum https://electrum.org/#download
Publish your wallet with the created private key

Open Electron, create wallet

image

Import adress

image

import private key

image

create password

image

Wallet created

You can search your wallet address here to see your balance. you can now carry out transactions

Support

Buy Me A Coffee

You may also like...

About

Wallet generator for bitcoin, create your own wallet and make real transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published