Support
Get help with Cloud Service through our various support channels.
Support Channels
Discord Support
Fastest way to get help from the community and team.
Hours: Community support available 24/7
Forum Support
For detailed technical issues and troubleshooting.
GitHub Issues
For bug reports and feature requests.
Email Support
For general inquiries and non-urgent support.
Before Asking for Help
Gather Information
When asking for help, include:
- Cloud Service version —
csd --version - Operating system — e.g., Ubuntu 22.04, Windows 11
- Error messages — Full error output
- Log files — Relevant sections from debug.log
- Steps to reproduce — What you were doing
Check Existing Resources
Before asking:
- Search the FAQ
- Search the Documentation
- Search existing GitHub Issues
- Search the Forum
Common Issues & Solutions
Node Issues
Node won't start:
bash
# Check if already running
ps aux | grep csd
# Check logs
tail -100 ~/.cs/debug.log
# Check config
cat ~/.cs/cs.confNot syncing:
bash
# Check connections
cs-cli getconnectioncount
# Add peers manually
cs-cli addnode seed1.cs.network:16178 onetry
# Check network
ping seed1.cs.networkMining Issues
Miner won't connect:
- Verify stratum URL
- Check wallet address format
- Verify pool is operational
- Check firewall settings
Low hash rate:
- Check GPU temperatures
- Update GPU drivers
- Verify mining software version
- Check for thermal throttling
Wallet Issues
Balance not showing:
- Ensure wallet is synced
- Check correct address
- Verify transaction on block explorer
Transaction stuck:
- Check mempool status
- Wait for network confirmation
- Transaction may drop if fee too low
Security Issues
Report Vulnerabilities
For security issues, contact privately:
Include:
- Description of vulnerability
- Steps to reproduce
- Potential impact
- Your contact information
Bug Bounty
Cloud Service offers a bug bounty program:
| Severity | Reward |
|---|---|
| Critical | Up to 10,000 CS |
| High | Up to 5,000 CS |
| Medium | Up to 1,000 CS |
| Low | Up to 500 CS |
Development Support
API Help
For API-related questions:
SDK Support
For SDK-related questions:
Contact the Team
Core Team
| Role | Contact |
|---|---|
| Development | dev@cscoin.network |
| Security | security@cscoin.network |
| Support | support@cscoin.network |
| Business | business@cscoin.network |
Response Times
| Channel | Expected Response |
|---|---|
| Discord | Minutes to hours |
| Forum | Hours to days |
| GitHub | Days |
| 1-3 business days |