ipfs-shipyard/py-ipfs-http-client

Calculate multihash without connection

davidmichaelhuber opened this issue · 0 comments

Is there any chance to use add in a way to calculate the hash of a file without ever having to connect to an IPFS daemon?

I set the offline argument though as soon as add is getting called (even with hash_only) a connection attempt is made.