I have a list of CIDs (4,000 of them) that I uploaded to nft.storage and now I wish to import them to my own IPFS node. What is the easiest way to do this in bulk? I checked the ipfs add command but seems like I can only add one file (not CID) at a time.
How to add a list of CIDs to an IPFS node
742 Views Asked by codanad376 At
1
There are 1 best solutions below
Related Questions in IPFS
- systemctl enable works but systemctl --user enable does not
- IPFS in Javascript 'cat' function doesn't work
- How to put all react production build files in single level root folder without keeping directory tree in static
- file searching and implementation using ipfs and blockchain
- StatefulSet replicas on a node has shared memory
- Getting invalid version number error when connecting to peer
- CIDv1 base32 encoding
- Error Uploading File to IPFS. I am using the pinFileToIPFS gateway
- Error: "Cannot find module './fetch.node'" when using ipfs with Next.js 14 on Vercel
- ipfs - I just cannot get it working reliably
- db.address wont open and opening a new db gives me the same address
- IPNS, ENS, content hash records
- IPFS RPC API : ipfs routing findprovs provides an unreadable response
- WebSocket connection Failed when using Helia IPFS in react app
- IPFS not announcing CIDs on indirect peers and unable to get through cmd as CID is not propagated using DHT
Related Questions in FILECOIN
- How do I upgrade Filecoin Lotus to the latest version?
- How to add a list of CIDs to an IPFS node
- filecoin "mineOne: unexpectedly nil MiningBaseInfo"
- Compute CID of data in Go
- Filecoin Textileio Powergate Not Enough Miners from Reputation Module to Satisfy The Constraints Error
- How to generate polkadot, filecoin address from xpub
- new API key for Filecoin Lotus node
- Filecoin When creating a wallet, the private key does not match the address
- What's the quickest way to store an IPFS hash onto filecoin?
- Can't import directory in filecoin lotus node
- Access Permissions in Filecoin
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can add multiple CIDs to your node simply by pinning them to your node. To quote the Kubo docs:
For example: