An Audius Creator Node maintains the availability of creators' content on IPFS. The information stored includes audius user metadata, images, and audio content. The content is backed by either aws S3 or a local directory.
To blacklist content on an already running node:
- Export the keys
delegatePrivateKey,creatorNodeEndpoint, anddiscoveryProviderEndpointin your terminal
$ export delegatePrivateKey='your_private_key'
$ export creatorNodeEndpoint='http://the_creator_node_endpoint'
$ export discoveryProviderEndpoint='http://discovery_node_endpoint'
- Run the script
scripts/updateContentBlacklist.sh. Refer to the script for usage!
For detailed instructions on how to develop on the service, please see The Wiki.