Become a Privacy Node Provider
Run isolated compute tasks that self-destruct after completion. Earn STRK tokens for providing privacy-first AI processing. Setup takes under 5 minutes.
System Requirements
CPU
8+ cores (Intel / AMD)
RAM
16 GB minimum
GPU
NVIDIA RTX 3090+ recommended
Network
10 Mbps+ stable connection
OS
Linux, macOS, or Windows
Setup Guide
Install the provider daemon
Clone the repository and install the Python daemon on your machine.
cd /opt
git clone https://github.com/smainer/Smainer.git
cd Smainer/provider
pip install -e .Configure environment
Set your Starknet private key and relayer connection details.
cat > .env << 'EOF'
RELAYER_WS_URL=wss://relayer.smainer.io
STARKNET_PRIVATE_KEY=0x_YOUR_KEY_HERE
NODE_ID=my-node-001
MAX_CONCURRENT_TASKS=4
HEARTBEAT_INTERVAL=30
EOFRegister on-chain
Connect your wallet below and register your node on the Smainer smart contract.
Connect your wallet using the button in the top navigation to register.
Start earning
Launch the daemon and your node will begin receiving tasks automatically.
provider-daemonProvider Economics
When a task is completed, the escrowed payment is split automatically on-chain:
Ready to start earning?
Follow the steps above to register your privacy node and start earning STRK tokens from isolated AI tasks.
Read the full docs