mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-09-17 20:52:05 +02:00
main: add subscribe output parameters
This commit is contained in:
@@ -113,7 +113,10 @@ static void tcp_client_task(void *pvParameters)
|
||||
|
||||
auth_to_stratum(sock, "johnny9.esp");
|
||||
|
||||
subscribe_to_stratum(sock);
|
||||
char * extranonce_str;
|
||||
int extranonce_2_len;
|
||||
|
||||
subscribe_to_stratum(sock, &extranonce_str, &extranonce_2_len);
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user