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 disclosure section.
​
Bug 1: Wallet not opening (error "address already in use")
This happens because the zen-node is still running in the background.
Solution:
1.
Look for all processes currently running using the name zen. Enter the command:
ps aux | grep zen
2.
Stop these processes. Enter the command:
pkill -f zenOR killall mono