# Bug Bounty

## Instructions

Please read the [troubleshooting](https://docs.zenprotocol.com/troubleshooting) section or the [known bugs Trello board](https://trello.com/b/lG3GaSM5/zen-protocol-bug-bounty). If you encounter a new bug please document it by filling out the form [here](https://docs.google.com/forms/d/e/1FAIpQLSd4IOHhzFvPEwNPFofMMSTq8A_smQRIBAx-gCtysKrkmCAWFw/viewform?usp=sf_link).

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](https://docs.zenprotocol.com/responsible-disclosure).

### 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:\
   &#x20;    `ps aux | grep zen`
2. Stop these processes. Enter the command:\
   &#x20;    `pkill -f zen`OR `killall mono`
3. Open wallet (see [instructions](https://docs.zenprotocol.com/docs/~/edit/primary/desktop_wallet))

#### If that didn't work try:

1. Use `\netstat -tulpn`to find the process you need to terminate
2. Run `kill -9 PID`&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zenprotocol.com/troubleshooting-1/bug-bounty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
