bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
788 stars 497 forks source link

Nimbus(x15) throws errors #495

Open zacons opened 9 years ago

zacons commented 9 years ago

OS: Ubuntu 14.04LTS Mono: Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1) CoiniumServ: Debug Release

Implemented x15 Nimbus pools throws the following errors after startup:

[Error] [NetworkInfo] [Nimbus] Can not read getdifficulty() - the coin may not support the request: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. [Error] [NetworkInfo] [Nimbus] Can not read getinfo(): Unexpected character encountered while parsing value: <. Path '', line 0, position 0. [Error] [NetworkInfo] [Nimbus] Can not read mininginfo() - the coin may not support the request: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.

[Error] [BlockProcessor] [Nimbus] Error getting account for pool central wallet address: NUr7Dm8bw57EQaSpvEn52m5xiakDiTFRxe - Unexpected character encountered while parsing value: <. Path '', line 0, position 0. [Error] [ShareManager] [Nimbus] Error getting account for pool central wallet address: NUr7Dm8bw57EQaSpvEn52m5xiakDiTFRxe - Unexpected character encountered while parsing value: <. Path '', line 0, position 0. [Information] [BanManager] [Nimbus] No expired bans found to be cleared [remaining bans: 0]. [Error] [JobManager] [Nimbus] New job creation failed: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. [Error] [PaymentProcessor] [Nimbus] Halted as we can not connect to configured coin daemon: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.

Nimbus daemon output for getmininginfo

{ "blocks" : 61436, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : { "proof-of-work" : 23.76269261, "proof-of-stake" : 0.00024414, "search-interval" : 1 }, "blockvalue" : 10000000000, "netmhashps" : 2551.49969074, "netstakeweight" : 0.00000000, "errors" : "", "pooledtx" : 0, "stakeweight" : { "minimum" : 0, "maximum" : 0, "combined" : 0 }, "stakeinterest" : 2000000, "testnet" : false }

output for getdifficulty

{ "proof-of-work" : 23.76269261, "proof-of-stake" : 0.00024414, "search-interval" : 1 }

output for getinfo

{ "version" : "v1.0.0.0", "protocolversion" : 60013, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 61436, "timeoffset" : -3, "moneysupply" : 6134510.00000000, "connections" : 12, "proxy" : "", "ip" : "87.245.102.55", "difficulty" : { "proof-of-work" : 23.76269261, "proof-of-stake" : 0.00024414 }, "testnet" : false, "keypoololdest" : 1411680613, "keypoolsize" : 101, "paytxfee" : 0.00001000, "mininput" : 0.00000000, "errors" : "" }

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4849141-nimbus-x15-throws-errors?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F401667&utm_medium=issues&utm_source=github).
zacons commented 9 years ago

Volatility(VLTY) which is also x15 work fine but Sterlingcin (x13) gives same errors.

VLTY getinfo { "version" : "v1.1.0.0", "protocolversion" : 60013, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 28637, "timeoffset" : -3, "moneysupply" : 4453278.99426840, "connections" : 16, "proxy" : "", "ip" : "87.245.102.55", "difficulty" : { "proof-of-work" : 27.63368033, "proof-of-stake" : 0.00025893 }, "testnet" : false, "keypoololdest" : 1411753467, "keypoolsize" : 101, "paytxfee" : 0.00001000, "mininput" : 0.00000000, "errors" : "" }

VLTY getmininginfo { "blocks" : 28638, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : { "proof-of-work" : 27.63368033, "proof-of-stake" : 0.00025409, "search-interval" : 1 }, "blockvalue" : 1500000000, "netmhashps" : 2472.61985983, "netstakeweight" : 11495.94112304, "errors" : "", "pooledtx" : 0, "stakeweight" : { "minimum" : 0, "maximum" : 0, "combined" : 0 }, "stakeinterest" : 1000000, "testnet" : false }

VLTY getdifficulty { "proof-of-work" : 27.63368033, "proof-of-stake" : 0.00024414, "search-interval" : 1 }

bonesoul commented 9 years ago

Are you using 0.1.5 release?

If so develop tree has fixed a bug with POS-hybrid coins which exactly fits the above errors. Please try the latest develop.

zacons commented 9 years ago

yes I am. Just deleted my install and clone the latest repository but unfortunately still same error in Release as well as Debug.

bonesoul commented 9 years ago

I'll check it then