mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-11 21:39:16 +02:00
main: add subscribe output parameters
This commit is contained in:
parent
10fc3d017e
commit
9f0ecd28cd
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user