Bitcoin Forum
June 16, 2024, 07:22:13 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: macOS - please confirm my process to connect Mist to private node  (Read 88 times)
cloakdagger (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 13, 2018, 12:37:15 AM
 #1

Most of the community is mining and creating private networks on Windows/Linux but I'm using macOS for my tutorial and learning so I would like conformation that I am doing it correctly. So fat it seems I have success but any tips would be welcome.

I am not mining. I have simply created a private network so I can interact with Mist and build Dapps/contacts.

genesis.json

Code:
{
  "coinbase"   : "0x0000000000000000000000000000000000000001",
  "difficulty" : "0x20000",
  "extraData"  : "",
  "gasLimit"   : "0x2fefd8",
  "nonce"      : "0x0000000000000042",
  "mixhash"    : "0x0000000000000000000000000000000000000000000000000000000000000000",
  "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
  "timestamp"  : "0x00",
  "alloc": {},
  "config": {
        "chainId": 15,
        "homesteadBlock": 0,
        "eip155Block": 0,
        "eip158Block": 0
    }
}


Initialization:
geth --datadir=./chaindata/ init ./genesis.json
geth --datadir=./chaindata/

Connecting Mist to private network / start the local test network
geth --dev

Get Mist to connect
open -a /Applications/Mist.app --args --rpc /var/folders/y1/jynwfrwj411bxck8whqgcbr00000gq/T/geth.ipc


Correct?
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!