Author

Topic: [GUIDE] How to create multiple Ethereum addresses on Android and Linux (Read 151 times)

member
Activity: 143
Merit: 15
To access the wallet must be one by one, can not at once directly all to myetherwallet, metamask, or for android version can use imtoken and directly import private key.
And for security issues, I guarantee it's safe because it's all open source scripts
member
Activity: 143
Merit: 15
How to create multiple Ethereum addresses on Android and Linux

STEP 1 :

STEP 2 : Install Nodejs & Vanity-eth
Install Nodejs & Vanity-eth by using this command
Android :
Code:
pkg install nodejs -y
npm install -g vanity-eth
 
click image for zoom
Linux :
Code:
apt-get install nodejs -y
apt-get install npm -y
npm install -g vanity-eth

click image for zoom

STEP 3 :
Generate 1 ethereum address:
Code:
vanityeth

click image for zoom
Generate 10 ethereum addresses:
Code:
vanityeth -n 10

click image for zoom
Generate 10 ethereum addresses with b00b5 as starting characters:
Code:
vanityeth -n 10 -i b00b5
Generate 10 ethereum addresses with B00B5 as the checksum address (case sensitive):
Code:
vanityeth -n 10 -i B00B5 -c
Generate ethereum address with vanity contract address:
Code:
vanityeth -i b00b5 --contract
log to file
Code:
vanityeth -n 10 -l

click image for zoom

Backup Private Key and Address
Android :
Make sure you give permission termux to be able to access your android files, by typing this command:
Code:
termux-setup-storage
then select allow, then copy the file Private Key and Address that you have previously made.
Code:
ls
cp namefile.txt /sdcard/DCIM
ls -> To view the list of folders / files (if forgot previous file name)
/ sdcard / DCIM -> Destination will be copied to target folder
 
click image for zoom
Linux :
Code:
whereis namefile.txt
ls

click image for zoom

Source : https://github.com/MyEtherWallet/VanityEth
Indonesian Topic : https://bitcointalksearch.org/topic/m.36423957
Jump to: