Bug Bounty
Learn more about our bug bounty .
Last updated
Learn more about our bug bounty .
Last updated
Please read the section or the . If you encounter a new bug please document it by filling out the form .
This form is used to gather feedback and bugs. We ask people to film the bug so we can efficiently review the error and make sure to fix it for future users.
A reward of 5 - 200 Zen Protocol tokens will be given per bug. For system critical issues, you can check our responsible .
This happens because the zen-node is still running in the background.
Look for all processes currently running using the name zen. Enter the command:
ps aux | grep zen
Stop these processes. Enter the command:
pkill -f zen
OR killall mono
Open wallet (see )
Use \netstat -tulpn
to find the process you need to terminate
Run kill -9 PID