https://github.com/steppsr/batch-bulk-move-to-profile
Bash script that will get a list of NFTs to move into a Profile, then split them into batches of 25 and move each batch one at a time.
https://github.com/steppsr/batch-bulk-move-to-profile
bash chia chia-blockchain nft xch
Last synced: about 1 month ago
JSON representation
Bash script that will get a list of NFTs to move into a Profile, then split them into batches of 25 and move each batch one at a time.
- Host: GitHub
- URL: https://github.com/steppsr/batch-bulk-move-to-profile
- Owner: steppsr
- License: apache-2.0
- Created: 2023-06-10T07:11:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T07:31:21.000Z (almost 3 years ago)
- Last Synced: 2025-11-12T05:39:37.784Z (7 months ago)
- Topics: bash, chia, chia-blockchain, nft, xch
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# batch-bulk-move-to-profile
Bash script that will pull a list of NFTs from a wallet and filter them down to only one collection to move into a Profile, then split them into batches of 25 and move each batch one at a time.
## Parameters
- Parameter 1 = Collection ID from Mintgarden. This Collection ID will be used as a filter to select which NFTs to move.
- Parameter 2 = Wallet ID. This is the Wallet ID to scan for NFTs in the given collection.
- Parameter 3 = DID Wallet ID. This is the Wallet ID of the DID NFT Wallet to move the NFTs into.
- Parameter 4 = DID. This is the DID that will be set when moving the NFTs.
## Running the command
```
bash batch-bulk-move-to-profile.sh
Example:
bash batch-bulk-move-to-profile.sh col10en0hus79683c372nux50ev7smv5amrj9tjggkpandhqxd9pnlssmp2uwl 3 5 did:chia:1lwf5wtluvc5flp2ht46xprwvadyykjsctjcgyl3ffktzmd3d4r9slupmsq
```