Mass Upload of NFTs
FAQ
11 min
sometimes, things are not working as expected or you ran into a new situation and got stuck here are the most common problems and their solutions you may run into how can i update an existing installation? the same way you installed it the first time $> npm install @signumart/massup global to see which is the most recent version available you can look into the https //github com/signum nft/signum art massup or https //www npmjs com/package/@signumart/massup to check your current installed version run $> signumart massup v i forgot my pin i want to change the pinning service i want to use another account you can always reset your profile and re initialize it $> signumart massup profile reset what is the maximum number of nfts per collection? the current maximum is 99999 i already created a collection via the web interface can i add more nfts using this tool? yes, you can using the continuation command (see also docid\ jgaqxwj bfijgnacw lfu ) $> signumart massup collection pull my upload failed due to network issues (or other technical problems) what can i do? the tool remembers the last successful processed operation when generating artifacts, or uploading/minting nfts so, you can try to repeat the interrupted command it will continue where it stopped before if you still have trouble, you might have a look into the log files which are created in your collection folder if you got stuck, don't hesitate to ask us on discord if you intend to open a bug report on https //github com/signum nft/signum art massup/issues , please attach the error from the log file (not the entire log file) to provide valuable details, which helps us to investigate and (hopefully) quickly fix the problem can i upload to testnet also? for sure when you docid 5cokfzn3u6 gyh38ks54d you can select the network can i use my local node for minting? yes everytime, the tools needs to connect to the signum network, it checks for fastest responding node, including locals if you run a local node it should be selected automatically can i configure an arbitrary remote node? no at this time of writing this is not possible the automatic node selection is restricted to the featured network nodes and your local one why do i need to edit the csv file? can't this be done automatically? there are many different art generators outside in the wild which generate different meta data files of different formats the problem is that these generators not even provide all information, i e listing mode the principal problem is the mapping and this requires some manual work furthermore, nfts on the signum network follow signums own src 40 standard and is not compatible with any ethereum like standards this is, because signum has its very own virtual machine (vm) for running smart contracts, which by the way even existed before ethereum was born this means that the structure to describe the nft is different from that of erc 20 or erc 721 this is the reason why the intermediate format was defined, though allowing efficient mass editing within ms excel and alike tools and even opens the door for the community to write their own converters for the existing generators what is that pinning thing? media files are big files which aren't stored on the blockchain blockchain space is extremely valuable and though costly it would be possible to store data on cloud storage providers like aws s3 and similar, but this is a centralized concept which comes with its very own issues (to be clear not all is bad about s3) fortunately, there exists an almost decentralized, and foremost heavily distibuted storage solution called https //ipfs io/ the files in that storage network are redundantly stored on so called peers all over the world unfortunately, inside the ipfs protocol exists a concept of garbage collection, i e removal of unused documents to prevent loss of your media files one needs to tell the garbage collector, that the document must not be deleted this process is called pinning behind the scenes we run a dedicated pinning process to guarantee that all media files are pinned why do i need my own pinning keys? actually, those keys are not really used for pure pinning, but for upload to ipfs the services, namely https //www pinata cloud/ and https //nft storage/ , are a comfortable way to upload media files to ipfs without the need to install additional software, like an ipfs node, on your computer we might have used our own pinning service and maybe we will provide it in the future , but we focused primarily on the platform itself and use existing services additionally, we also favor the idea of decentralization, where it's vital that people have control over their things, following the idea of your keys, your control