It might be slow to find files that are uploaded to IPFS. To solve this, Truebit nodes should link their IPFS addresses. To do this, one solution is to have
Contract that can be used to keep track of IPFS addresses
A tool that can be used to post own IPFS address to this contract
A tool that gets IPFS addresses from this contract and connects to them
Command to get own IPFS address: ipfs id
Command to link to another IPFS address: ipfs swarm connect <address>
It might be slow to find files that are uploaded to IPFS. To solve this, Truebit nodes should link their IPFS addresses. To do this, one solution is to have
Command to get own IPFS address:
ipfs id
Command to link to another IPFS address:ipfs swarm connect <address>