Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chapters/pool-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Send by client directly after connecting to the server.
| `mode` | string, `nano` or `smart` | The mode this client uses |
| `address` | string | The address (in IBAN-style format) that should be rewarded for the miner actions |
| `deviceId` | number, uint32 | The clients device id. This ID should be unique for the device and stored, such that it stays the same after restarts |
| `deviceLabel` | string, optional | A non-unique device label that can be used to group devices. Max length of 64 characters |
| `genesisHash` | string | Base64 encoded hash of the genesis block used by the client |

##### Example
Expand All @@ -51,6 +52,7 @@ Send by client directly after connecting to the server.
"mode": "nano",
"address": "NQ07 0000 0000 0000 0000 0000 0000 0000 0000",
"deviceId": 12345678,
"deviceLabel": "Skylake Miner",
"genesisHash": "Jkqvik+YKKdsVQY12geOtGYwahifzANxC+6fZJyGnRI="
}
```
Expand Down