Skip to content

Unhandled rejection Error: -24,Unauthorized worker, #26

@iwantpizza10

Description

@iwantpizza10

Unhandled rejection Error: -24,Unauthorized worker,
how do i fix it
im using everything default copy and pasted
except for this

client.connect(3333, 'localhost').then(function(socket){
    socket.stratumSubscribe('NodeMiner');
    socket.stratumAuthorize('user','password');
    socket.stratumSubmit('user', 'job_id', 'extranonce2', 'ntime', 'nonce');
    //socket.stratumSend(data, true); //send a stratum command other than the previous ones
    //socket.send(data); // send raw data through the socket
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions