Bitcoin Forum
June 18, 2024, 05:40:20 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [GUIDE] How to create multiple Ethereum addresses on Android and Linux  (Read 152 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Protogenox (OP)
Member
**
Offline Offline

Activity: 143
Merit: 15


View Profile
May 28, 2018, 10:05:57 PM
 #1

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://bitcointalk.org/index.php?topic=3569595.msg36423957#msg36423957
Protogenox (OP)
Member
**
Offline Offline

Activity: 143
Merit: 15


View Profile
May 29, 2018, 11:11:34 AM
 #2

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!