Skip to content

NullpointerW/ethereum-wallet-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-wallet-tool

function

  • Bulk Wallet Generation
  • Batch transfer to wallet

install

go build ewt.exe/ewt

usage

Command help:

ewt.exe --help
  1. Configure the primary wallet key in the .PK file.
  2. Generate a specified number of wallets in bulk,and Wallet information will be logged as JSON.
ewt.exe gen {num}
  1. Use the main wallet to batch transfer a specified amount of eth to all wallets in wallet.json,and txRecord record will be logged as JSON.
ewt.exe tx {value}