How to create multiple Ethereum addresses on Android and Linux
STEP 1 :
STEP 2 : Install Nodejs & Vanity-ethInstall Nodejs & Vanity-eth by using this command
Android :
pkg install nodejs -y
npm install -g vanity-eth
click image for zoom Linux :
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:
click image for zoom Generate 10 ethereum addresses:
click image for zoom Generate 10 ethereum addresses with b00b5 as starting characters:
Generate 10 ethereum addresses with B00B5 as the checksum address (case sensitive):
vanityeth -n 10 -i B00B5 -c
Generate ethereum address with vanity contract address:
vanityeth -i b00b5 --contract
log to file
click image for zoom
Backup Private Key and AddressAndroid :
Make sure you give permission termux to be able to access your android files, by typing this command:
then select allow, then copy the file Private Key and Address that you have previously made.
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 :
click image for zoom
Source :
https://github.com/MyEtherWallet/VanityEthIndonesian Topic :
https://bitcointalksearch.org/topic/m.36423957