You are viewing a single comment's thread from:

RE: IPFS Tutorial #1 - Adden und cat(en)

in #deutsch7 years ago
# add the individual pieces
$ ipfs add part1
QmPartOne
$ ipfs add part2
QmPartTwo
$ ipfs add part3
QmPartThree
# now patch them all together
$ ipfs object new unixfs-dir # get an empty directory
QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn
$ ipfs object patch QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn add-link part1 QmPartOne
QmStuff1
$ ipfs object patch QmStuff1 add-link part2 QmPartTwo
QmStuff2
$ ipfs object patch QmStuff2 add-link part3 QmPartThree
QmFinalDir

entnommen von hier, ist etwas umständlich, vielleicht könnte man ein Skript schreiben, um mehrere Links gleichzeitig hinzuzufügen.

Coin Marketplace

STEEM 0.16
TRX 0.15
JST 0.028
BTC 54337.36
ETH 2271.99
USDT 1.00
SBD 2.32