We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e210c0 commit 8cc664aCopy full SHA for 8cc664a
README.md
@@ -0,0 +1,19 @@
1
+EthereumWalletTool
2
+-----------------------
3
+## function
4
+* Bulk Wallet Generation
5
+* Batch transfer to wallet
6
+## install
7
+```shell
8
+go build ehtwt.exe/ethwt
9
+```
10
+## usage
11
+1. Configure the primary wallet key in the `.PK` file.
12
+2. Generate a specified number of wallets in bulk,and Wallet information will be logged as JSON.
13
14
+ehtwt.exe gen {num}
15
16
+3. 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.
17
18
+ehtwt.exe gen {value}
19
0 commit comments