Skip to Content
Mastering Blockchain - Second Edition
book

Mastering Blockchain - Second Edition

by Ankur Daharwal, Imran Bashir, Pranav Burnwal
March 2018
Beginner to intermediate
656 pages
20h 9m
English
Packt Publishing
Content preview from Mastering Blockchain - Second Edition

Running Mist on private net

It is possible to run Mist on a private net by issuing the following command. This binary is usually available in /opt/Ethereum on Linux (Ubuntu) platform:

Under Mac OS this is usually available under /Applications/Ethereum Wallet.app/Contents/MacOS  

There are two methods of connectivity to geth from Mist, one is using IPC and the other is RPC/HTTP based. Both commands are shown here:

$ ./Ethereum Wallet --rpc ~/.ethereum/privatenet/geth.ipc 
$./Ethereum Wallet --rpc http://127.0.0.1:8545

If you run Mist using -rpc with the HTTP option then it will display a message saying that it is a less secure method of connection, simply press OK as being on a private test network, as the network is local and not connected ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Blockchain - Third Edition

Mastering Blockchain - Third Edition

Imran Bashir
Mastering Blockchain

Mastering Blockchain

Lorne Lantz, Daniel Cawrey
Mastering Ethereum

Mastering Ethereum

Andreas M. Antonopoulos, Gavin Wood

Publisher Resources

ISBN: 9781788839044Supplemental Content