Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: zimbo123 on October 30, 2015, 02:10:43 PM



Title: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: zimbo123 on October 30, 2015, 02:10:43 PM
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??  ??? ???
Thank you very much!

Best regards

Zimbo


Title: Re: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: barrysty1e on October 31, 2015, 01:51:22 AM
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.


Title: Re: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: zimbo123 on October 31, 2015, 02:12:58 PM
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'



Title: Re: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: pjcltd on November 02, 2015, 04:31:25 PM
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??  ??? ???
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


Title: Re: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: AsicTrade (Veligin) on January 18, 2016, 08:55:55 PM
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??  ??? ???
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


Title: Re: !Help! Install Peercoin with MPOS and NOMP under Linux
Post by: larocfra on April 19, 2016, 03:41:15 PM
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