Skip to content

Instantly share code, notes, and snippets.

@ZenGround0
Last active May 14, 2020 16:05
Show Gist options
  • Save ZenGround0/afe5690d551f69747ded5ee73781388d to your computer and use it in GitHub Desktop.
Save ZenGround0/afe5690d551f69747ded5ee73781388d to your computer and use it in GitHub Desktop.
Join Testnet Phase 2 with go-filecoin

To join a go-filecoin node to the testnet follow these steps:

  1. Download the testnet car file from https://ipfs.io/ipfs/QmXZQeezX1x8uRQX9EUaYxnyivUpTfJqQTvszk3c8SnFPN/testnet.car and keep the local path accessible
  2. Init the go-filecoin node with testnet configuration: go-filecoin init --genesisfile=<local-path-to-testnet.car> --network=testnet
  3. Start the daemon go-filecoin daemon
  4. Connect to existing nodes manually go-filecoin swarm connect <any-filecoin-node-mulitaddr>. Connecting to the bootstrap addresses is a good first step. To display these run go-filecoin config bootstrap.addresses

You will now begin syncing the testnet chain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment