pmitchev

Results 9 comments of pmitchev

Sample script which fixes the problem It uses external blockchain and it require a lot of time to run: https://github.com/pmitchev/cryptonote-pool-modules

Just change common::to_string to std::to_string in that file

Just change this line: https://github.com/OpenBazaar/spvwallet/blob/master/api/rpc.go#L557 to this: ` Txid: hex.EncodeToString([]byte(tx.Txid)),`

You need boost `brew install boost`

Output (1.0.2): ``` {"id": "test","jsonrpc": "2.0","result": {"tx_hash": ""} ``` Output (1.0.3+): ``` {"id":"test","jsonrpc":"2.0","result":{"tx_hash":"574d35c34e12bf8a54dd021556151c15583aa52817e9053835165be1525a6ce3"}} ```

This pool works only on Ubuntu 14 . At least I am able to got it working on this OS

https://github.com/forknote/forknote-pool/blob/master/package.json This is the exact package file I use. It's a little different. Sorry for the delayed reply