Pages:
Author

Topic: [ANN] [SKC] Skeincoin 0.9.3.1 | Skein-SHA2 - page 41. (Read 161541 times)

full member
Activity: 227
Merit: 260
well here is my pool website
]http://www.[Suspicious link removed]
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
I'd suggest putting them in the same directory where your template_registry.py is at first, so you can import the module with just 'import skeinhash'. If you are going to move them to another dir later, you will probably have to read this: http://docs.python.org/2/tutorial/modules.html
from util_numpy import add64, bigint, bytelist, bytes2words, imap, izip, sub64, \
exceptions.ImportError: No module named util_numpy

util_numpy.py is in the same directory
do any of you know what to do for this?

I can't get the zip or bz2 folders feeleep sent me.

Try this: https://github.com/reorder/poclbm-skc/blob/master/util_numpy.py
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
I'd suggest putting them in the same directory where your template_registry.py is at first, so you can import the module with just 'import skeinhash'. If you are going to move them to another dir later, you will probably have to read this: http://docs.python.org/2/tutorial/modules.html
from util_numpy import add64, bigint, bytelist, bytes2words, imap, izip, sub64, \
exceptions.ImportError: No module named util_numpy

util_numpy.py is in the same directory
do any of you know what to do for this?

I can't get the zip or bz2 folders feeleep sent me.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

EDIT: maybe wget is the culprit...
ugh will I have to set up ftp? lol
legendary
Activity: 1197
Merit: 1000
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
um...
bzip2 -d skein.bz2
bzip2: skein.bz2 is not a bzip2 file.
legendary
Activity: 1197
Merit: 1000
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
here you have my implementation - just unzip and run python setup.py install

http://www76.zippyshare.com/v/25863891/file.html
unzip:
Code:
End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of skein-hash.zip or
        skein-hash.zip.zip, and cannot find skein-hash.zip.ZIP, period.
ugh too many errors lol
but gui unzips it fine  Huh
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
I'd suggest putting them in the same directory where your template_registry.py is at first, so you can import the module with just 'import skeinhash'. If you are going to move them to another dir later, you will probably have to read this: http://docs.python.org/2/tutorial/modules.html
from util_numpy import add64, bigint, bytelist, bytes2words, imap, izip, sub64, \
exceptions.ImportError: No module named util_numpy

util_numpy.py is in the same directory
legendary
Activity: 1197
Merit: 1000
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?

here you have my implementation - just unzip and run python setup.py install

http://www76.zippyshare.com/v/25863891/file.html
sr. member
Activity: 462
Merit: 250
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
I'd suggest putting them in the same directory where your template_registry.py is at first, so you can import the module with just 'import skeinhash'. If you are going to move them to another dir later, you will probably have to read this: http://docs.python.org/2/tutorial/modules.html
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.
Code:
elif settings.COINDAEMON_ALGO == 'skeinhash':
                hash_bin = skeinhash.skeinhash(''.join([ header_bin[i*4:i*4+4][::-1] for i in range(0, 20) ]))
Like that?
And do those .py files go in stratum-mining/externals/skeinhash
?
sr. member
Activity: 462
Merit: 250
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.

You can find the python skeinhash implementation in my miner, native+ctypes in the first released version or pure python in the latest one.
https://github.com/iamasupernova/poclbm-skc
python setup.py install
Code:
running install
running build
running build_ext
building 'skeinhash' extension
error: unknown file type '.py' (from 'skeinhash.py')
what am I doing wrong in setup.py?
You do not need to build it, just copy skeinhash.py, skein.py, threefish.py and util_numpy.py to your stratum-mining instance (you will also need numpy installed in your python). Then, use the skeinhash.skeinhash function to check the PoW.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.

You can find the python skeinhash implementation in my miner, native+ctypes in the first released version or pure python in the latest one.
https://github.com/iamasupernova/poclbm-skc
python setup.py install
Code:
running install
running build
running build_ext
building 'skeinhash' extension
error: unknown file type '.py' (from 'skeinhash.py')
what am I doing wrong in setup.py?
sr. member
Activity: 462
Merit: 250
Only hope for skc is in cgminer... and maybe multipools then

I don't agree about cgminer, it will not probably change anything, with py2exe is really easy to mine right now)
Multipools - yes, but for security only)
We need to attract more people !!!...!!!
And I can spend 1k for such giveaway.

I'm still a noob, but I thought cgminer can handle rpc, what makes it to my opinion very attractive (no pool needed to mine with gpus ->hashpower better distributed over the nodes: so exactly what we need at the moment )
You can solomine with poclbm as well, just point it to your wallet with your rpc user/password. WRT cgminer it only lacks fine-tuning of thread concurrency etc (-f option is a tad less flexible) and fancy display.
sr. member
Activity: 462
Merit: 250
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
You have to plug skeinhash in the PoW check here: https://github.com/ahmedbodi/stratum-mining/blob/master/lib/template_registry.py#L237.

You can find the python skeinhash implementation in my miner, native+ctypes in the first released version or pure python in the latest one.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
well here is my pool website
http://www.skcmine.tk
but I can't get stratum to support the skein hash yet
any help would be appreciated  Wink
you can make an account and start mining and see your normal hashrate
but it won't do anything and you won't get shares  Sad
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Well I've been mining for hours, not one share. I guess I don't know how to get stratum to work for skein  Sad

EDIT: No one has a clue besides feeleep?  Sad
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
WOW
 Cheesy Cheesy Cheesy
The reason it wasn't working...
The reason I wasted 5 hours troubleshooting...

I put skeincoin.conf in
~/skeincoin
instead of
~/.skeincoin
 Roll Eyes

now to install MPOS!  Smiley
newbie
Activity: 19
Merit: 0
Only hope for skc is in cgminer... and maybe multipools then

I don't agree about cgminer, it will not probably change anything, with py2exe is really easy to mine right now)
Multipools - yes, but for security only)
We need to attract more people !!!...!!!
And I can spend 1k for such giveaway.

I'm still a noob, but I thought cgminer can handle rpc, what makes it to my opinion very attractive (no pool needed to mine with gpus ->hashpower better distributed over the nodes: so exactly what we need at the moment )
newbie
Activity: 19
Merit: 0
What is the bounty for 2nd mining pool at?

Current balances for bounties:

CGMiner integration - 1850 SKC
Pools - 1000 SKC


CGMiner integration - 1850 SKC +250 SKC
Pools - 1000 SKC + 250 SKC

Pages:
Jump to: