Help with Attention Mining
- undefined Koii Network
Hi, I want to use Attention Mining on my SPA based on this documentation: [https://docs.koii.network/earning-koii/attention-mining](https://). The content on my site is text articles, and for mining I tried to use the ipfs hash of a single article.To connect Attention Mining, I used this sample code: ``` const port = new PoRT({ trustedNodeAddress: 'https://mainnet.koii.live', // Address of KOII mainnet node: 5, // maximum number of nodes to send PoRTs to. connectionWait: false, // this parameters waits for Finnie to be connected }); ``` When I call: `port.propagatePoRT(articleData.ipfsHash) ` I get an error: `POST https://mainnet.koii.live/attention/submit-ports 404 ` I know Arweave can only store content formatted as Atomic NFTs right now. Other formats like web URI, EVM NFT, etc. were expected to be supported in early June 2022. I thought it was already released since it's November, 2022 now. Please help me start using attention mining.