Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Add PoS support #80

Open
ivanech opened this issue Sep 19, 2014 · 4 comments
Open

Add PoS support #80

ivanech opened this issue Sep 19, 2014 · 4 comments
Labels

Comments

@ivanech
Copy link

ivanech commented Sep 19, 2014

When submit block fo PoS coin (I 've tried CryptogenicBullion CGB) got error:

2014-09-19 08:48:18,772 [jobmanager] [INFO] Block failed to submit to the server 127.0.0.1:8395 with submitblock! Unable to sign block, wallet locked?
2014-09-19 08:48:18,772 [jobmanager] [ERROR] {u'message': u'Unable to sign block, wallet locked?', u'code': -100}
Traceback (most recent call last):
  File "/home/vital/tmp/powerpool/powerpool/jobmanager.py", line 188, in submit_block
    res = conn.submitblock(block)
  File "/usr/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py", line 127, in __call__
    raise JSONRPCException(response['error'])
CoinRPCException: Unable to sign block, wallet locked?

The signing would be wrong because it is missing the pubkey and instead is using the address.

@icook
Copy link
Member

icook commented Sep 19, 2014

Yes, there is currently no support for PoS coins with PowerPool.

@ivanech
Copy link
Author

ivanech commented Sep 21, 2014

Do you plan to support PoS in near future?

There are only few coins with pure Scrypt/X11 etc. algo but most of coins are PoW/PoS combined.

stratum-mining written on python too, had implement PoS support over a year ago (moopless/stratum-mining-litecoin#48 and moopless/stratum-mining-litecoin@3429cb8).

@icook
Copy link
Member

icook commented Sep 22, 2014

We will implement it when we need it. It may be worth noting that this software is not even 1 year old.

@icook icook added the feature label Sep 22, 2014
@icook icook changed the title Unable to submit block for PoS scrypt coins Add PoS support Sep 22, 2014
@eightsixeight
Copy link

how about how much would that be worth ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants