Post
Topic
Board Announcements (Altcoins)
Re: [ANN][APT] Aptcoin★ASIC Resistant Scrypt In-Motion(NM)
by
aptcoin
on 17/05/2016, 02:36:56 UTC
I changed the block explorer to http://45.32.67.42:3001/ because I wanted port 80 for a pool.

I am testing a pool but it won't accept found blocks.

Here is the error from the stratum log:

Code:
2016-05-16 00:32:09,128 INFO template_registry template_registry.submit_share # We found a block candidate! 0000000c1160fd144d21951f38449baf097a114105d7045b498592be8f30df90
2016-05-16 00:32:09,142 ERROR protocol protocol.process_failure # [Failure instance: Traceback: : 'BlockTemplate' object has no attribute 'calc_sha256'
/usr/local/lib/python2.7/dist-packages/stratum-0.3.14-py2.7.egg/stratum/protocol.py:192:dataReceived
/usr/local/lib/python2.7/dist-packages/stratum-0.3.14-py2.7.egg/stratum/protocol.py:238:lineReceived
/usr/local/lib/python2.7/dist-packages/stratum-0.3.14-py2.7.egg/stratum/services.py:13:_handle_event
/usr/local/lib/python2.7/dist-packages/stratum-0.3.14-py2.7.egg/stratum/services.py:81:call
--- ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:139:maybeDeferred
/usr/local/lib/python2.7/dist-packages/stratum-0.3.14-py2.7.egg/stratum/services.py:78:_run
/home/d/stratum-mining/mining/service.py:172:submit
/home/d/stratum-mining/lib/template_registry.py:329:submit_share
/home/d/stratum-mining/lib/halfnode.py:358:is_valid
]

Any ideas?

This has not been tested for some time.  Have you certainly installed the aptcoin_scrypt and stratum_mining from the aptcoin github sources after or instead of installing the normal ones?  Also, the configuration appears to not be correct.  Perhaps yours is trying to use sha256 instead of scrypt-nm?