Facebook pixel Running a Node
Intro to IPFS

Running a Node



Now that you have installed the IPFS software, you’ll need to configure your local node. Your node’s address is shown in the last line as ‘peer identity’.

For the sake of this example, you can use the defaults. For more information on configuring nodes for different environments click here.

>_

Launch IPFS

alex@ubuntu: ~/ $ ipfs init
initializing ipfs node at /Users/alexandermorris/.go-ipfs
generating 2048-bit RSA keypair...done
peer identity: Qmcpo2iLBikrdf1d6QU6vXuNb6P7hwrbNPW9kLAH8eG67z

Congratulations – you’re now the proud owner of your very own IPFS node! Your node’s address is shown in the last line as ‘peer identity’. You can test that your node is working by contacting the IPFS core node to download the readme or quick-start guide:

>_

Browse Files

alex@ubuntu: ~/ $ ipfs cat /ipfs/
QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/readme
alex@ubuntu: ~/ $ ipfs cat /ipfs/QmYwAPJzv5CZsnA625s3Xf2nemtYgPpHdWEz79ojWnPbdG/quick-start

Get Involved

The best part of blockchain is that anyone can get involved!