Author

Topic: !Help! Install Peercoin with MPOS and NOMP under Linux (Read 1902 times)

newbie
Activity: 32
Merit: 0
Hi I am trying to make unomp+mpos to work with the latest Peercoin wallet and I still get  [ERROR] [default] - Website peercoin Could not dumpprivkey for peercoin {"type":"request error","message":"socket hang up"}

I have tried NOMP and CoiniumServ and have all the same problem.

I do understand that Peercoin have not the same RPC call but there is some pools that are running it
full member
Activity: 237
Merit: 250
Hello,

i installed the x117 nomp from the github side. But i got always an error message, when i start the node in NOMP. Error Batch RPC message 32700. Then i tried to integrate the node peercoin from doomhz (github) with npm install node-peercoin . Also i added the magic byte e6e8e9e5 in the peercoin.json. But always the error 32700.
Who can help me??  Huh Huh
Thank you very much!

Best regards

Zimbo

Hi
you can not use Peercoin with NOMP but you can use it with MPOS using the standard stratum
if you need help drop me a PM

wrong.....
its pool peercoin work unomp+mpos
ppc.asictrade.com
legendary
Activity: 1778
Merit: 1003
NodeMasters
Hello,

i installed the x117 nomp from the github side. But i got always an error message, when i start the node in NOMP. Error Batch RPC message 32700. Then i tried to integrate the node peercoin from doomhz (github) with npm install node-peercoin . Also i added the magic byte e6e8e9e5 in the peercoin.json. But always the error 32700.
Who can help me??  Huh Huh
Thank you very much!

Best regards

Zimbo

Hi
you can not use Peercoin with NOMP but you can use it with MPOS using the standard stratum
if you need help drop me a PM
full member
Activity: 223
Merit: 100
Thank you for your help. But i can't find this file. I used for MOPS this

https://github.com/MPOS/php-mpos

And for the NOMP i used this one

https://github.com/zone117x/node-open-mining-portal


There is no  'bitcoin_rpc.py'

hero member
Activity: 636
Merit: 516
Recently had a similar issue with a clone of Peercoin and MPOS stratum - gave me strange RPC 'mode' errors..

In your MPOS stratum-mining/lib folder edit 'bitcoin_rpc.py' and scroll to line 137:
resp = (yield self._call('getblocktemplate', [{}]))

Remove the {} so it reads:
resp = (yield self._call('getblocktemplate', []))

Save and try again (i think theres even a code comment relating to this).
Let me know how you go.
full member
Activity: 223
Merit: 100
Hello,

i installed the x117 nomp from the github side. But i got always an error message, when i start the node in NOMP. Error Batch RPC message 32700. Then i tried to integrate the node peercoin from doomhz (github) with npm install node-peercoin . Also i added the magic byte e6e8e9e5 in the peercoin.json. But always the error 32700.
Who can help me??  Huh Huh
Thank you very much!

Best regards

Zimbo
Jump to: