Skip to content

Commit

Permalink
stratum agent change
Browse files Browse the repository at this point in the history
  • Loading branch information
skot committed Feb 14, 2024
1 parent 1ee4883 commit 841f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stratum/stratum_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ int STRATUM_V1_subscribe(int socket, char ** extranonce, int * extranonce2_len,
{
// Subscribe
char subscribe_msg[BUFFER_SIZE];
sprintf(subscribe_msg, "{\"id\": %d, \"method\": \"mining.subscribe\", \"params\": [\"bitaxe/%s\"]}\n", send_uid++, model);
sprintf(subscribe_msg, "{\"id\": %d, \"method\": \"mining.subscribe\", \"params\": [\"bitaxeHex/%s\"]}\n", send_uid++, model);
debug_stratum_tx(subscribe_msg);
write(socket, subscribe_msg, strlen(subscribe_msg));
char * line;
Expand Down

0 comments on commit 841f36c

Please sign in to comment.