An Audius Content Node (previously known as Creator Node) maintains the availability of content on Audius's decentralized network. 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
, anddiscoveryProviderEndpoint
in 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.