cryptonote-universal-pool icon indicating copy to clipboard operation
cryptonote-universal-pool copied to clipboard

Add IPv6 support

Open fancoder opened this issue 11 years ago • 1 comments

fancoder avatar Aug 19 '14 14:08 fancoder

This will come with newer node.js support. You can use my modules I created pull requests for, but there are some other things needed for the pool to work with newer node.js. One thing I know of is the toByteArray function at https://github.com/clintar/cryptonote-universal-pool/blob/master/lib/pool.js#L20 to be used instead of the .toJSON() function. Haven't tested this code to see what else is needed. Oh, and another thing I remember is https://github.com/clintar/cryptonote-universal-pool/blob/master/lib/api.js#L732 to check for IPV6 localhosts.

clintar avatar Nov 18 '15 07:11 clintar