Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Created September 11, 2014 17:39
Show Gist options
  • Save whyrusleeping/14de551414a7ad2409fd to your computer and use it in GitHub Desktop.
Save whyrusleeping/14de551414a7ad2409fd to your computer and use it in GitHub Desktop.
sample ipfs config file
{
"Identity": {
"PeerID": "QmapEQ7xvrjcmqBF3i9umTA9eUXnTA5WLisnXYGg7NiEwG",
"PrivKey": "Should be your private key here",
"Address": "/ip4/127.0.0.1/tcp/4001"
},
"Datastore": {
"Type": "leveldb",
"Path": "/home/whyrusleeping/.go-ipfs/datastore"
},
"Peers": [
{"Address":"/ip4/104.131.131.82/tcp/4001"},
{"Address":"/ip4/134.121.64.93/tcp/4001"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment