bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
793 stars 494 forks source link

Does CoiniumServ support a POW+POS? #995

Open jeong760 opened 6 years ago

jeong760 commented 6 years ago

@bonesoul I saw that CoiniumServ check for if coins has a POW+POS but it only get and displayed a POW on Difficulty. so I want to know how to get both info on CoiniumServ for getmininginfo().

Currently UNIT(UnversalCurrency) displayed a some values for mining as following so I want to fixed and allow to mining it on CoiniumServ.

The UniversalCurrency issue during pool initialization [Information] [NetworkInfo] [Unit] symbol: UNIT algorithm: sha256 version: v1.0.2.0-g protocol: 60100 wallet: 60000 network difficulty: 0.00000000 block difficulty: 0.00 network hashrate: 0.00 KH/s network: mainnet peers: 12 blocks: -2 errors: none

[Error] [NetworkInfo] [Unit] Can not read getmininginfo(): An unknown exception occured while reading json response.

Regards, John Ahn

bonesoul commented 6 years ago

Supports peercoin like POS systems (with compatible API).

jeong760 commented 6 years ago

@bonesoul, if CoiniumServ supports a POW + POS algorithms then why it does not get corrcet mininginfo from UniversalCurrency?

Blocks" : 2970015, "Current Block Size" : 1000, "Current Block Tx" : 0, "Difficulty" : { "Proof of Work" : 256598815.18617886, "Proof of Stake" : 0.09541662, "Search Interval" : 0 }, "Block Value" : 500000000, "Net MH/s" : 24490744875.93302917, "Net Stake Weight" : 6535898.88508313, "Errors" : "", "Pooled Tx" : 0, "Stake Weight" : { "Minimum" : 79, "Maximum" : 0, "Combined" : 79 }, "Stake Interest" : 1000000, "Testnet" : false }

jeong760 commented 6 years ago

Network Difficilty, Block Difficulty, Block information are display a 0 or -2. Network hash rate I can fix it because it uses a GetPoWMHashPS() instead HashPersec.

flyx2888 commented 6 years ago

Let's close and clear out some of these issues that are related to UNIT. :)