Skip to content

Support

Get help with Cloud Service through our various support channels.

Support Channels

Discord Support

Join #support channel

Fastest way to get help from the community and team.

Hours: Community support available 24/7

Forum Support

Visit Support Forum

For detailed technical issues and troubleshooting.

GitHub Issues

Report a Bug

For bug reports and feature requests.

Email Support

support@cscoin.network

For general inquiries and non-urgent support.


Before Asking for Help

Gather Information

When asking for help, include:

  1. Cloud Service versioncsd --version
  2. Operating system — e.g., Ubuntu 22.04, Windows 11
  3. Error messages — Full error output
  4. Log files — Relevant sections from debug.log
  5. Steps to reproduce — What you were doing

Check Existing Resources

Before asking:

  1. Search the FAQ
  2. Search the Documentation
  3. Search existing GitHub Issues
  4. 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.conf

Not syncing:

bash
# Check connections
cs-cli getconnectioncount

# Add peers manually
cs-cli addnode seed1.cs.network:16178 onetry

# Check network
ping seed1.cs.network

Mining 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:

security@cscoin.network

Include:

  • Description of vulnerability
  • Steps to reproduce
  • Potential impact
  • Your contact information

Bug Bounty

Cloud Service offers a bug bounty program:

SeverityReward
CriticalUp to 10,000 CS
HighUp to 5,000 CS
MediumUp to 1,000 CS
LowUp to 500 CS

Development Support

API Help

For API-related questions:

SDK Support

For SDK-related questions:


Contact the Team

Core Team

RoleContact
Developmentdev@cscoin.network
Securitysecurity@cscoin.network
Supportsupport@cscoin.network
Businessbusiness@cscoin.network

Response Times

ChannelExpected Response
DiscordMinutes to hours
ForumHours to days
GitHubDays
Email1-3 business days

Next Steps

Released under the MIT License.