Author

Topic: Strayacoin: New mining pool, scrypt-NAH miner for Strayacoin (Read 282 times)

jr. member
Activity: 32
Merit: 4
DLLs have been uploaded. I will create a release but until then, select the Code button and Download Zip.  This should give you the entire master branch with the binary and its DLLs.

Otherwise the source code with a scrypt-NAH patch is there at https://github.com/catcoin-project/cpuminer-opt-scryptnah.git, I've found it compiles without many issues on Linux and Windows.  It needs libcurl-dev, libssl-dev (crypto and ssl), pthreads (or winpthreads) on top of the usual build tools (build-essential, autotools-dev, m4, libtool, automake, autoconf, git, .. that should do it).

Let me know how it goes!
jr. member
Activity: 32
Merit: 4
Hi, I have also some dll issues. I'm on windows 10.
I didn't find any source code so cannot compile and try on linux

The source has been updated at https://github.com/catcoin-project/cpuminer-opt

Did you get an error message with which DLL was missing?  I will upload a few DLLs it uses to the repository to see if that fixes any issues.
jr. member
Activity: 32
Merit: 4
cpuminer-opt-scryptnah from github doesn't works, issue erorr for miss some .dll, do you have any new link to download correct version, thanks!

Can you tell me what version of Windows you are using, and can you tell me what DLL was missing?

I was certain I compiled a static-linked binary.  Smiley  I should investigate a bit further.  It's probably something to do with mingw or it's a system DLL missing.  If you can tell me your O/S version and any error message I can narrow it down.  Thanks!
newbie
Activity: 43
Merit: 0
I've seen a couple of new miners come along here and there.

Make sure your version has a patched scrypt hash for Strayacoin, as described in the first commit of cpuminer-opt-scryptnah, or use that as a guide to patch your own mining software for Strayacoin. Otherwise your miner won't find any shares if it's using plain old scrypt.
cpuminer-opt-scryptnah from github doesn't works, issue erorr for miss some .dll, do you have any new link to download correct version, thanks!
jr. member
Activity: 32
Merit: 4
I've seen a couple of new miners come along here and there.

Make sure your version has a patched scrypt hash for Strayacoin, as described in the first commit of cpuminer-opt-scryptnah, or use that as a guide to patch your own mining software for Strayacoin. Otherwise your miner won't find any shares if it's using plain old scrypt.
jr. member
Activity: 32
Merit: 4
Why does the pool say this?
"Strayacoin is a real Aussie crypto project, a community driven coin with its own PoS systems and everything!"

Where is the PoS ?

Scroll down at https://strayacoin.com/wallets/.  Email them for more details.  I've never used it myself, I'm not part of Strayacoin so I don't have any more details.
member
Activity: 665
Merit: 15
Why does the pool say this?
"Strayacoin is a real Aussie crypto project, a community driven coin with its own PoS systems and everything!"

Where is the PoS ?
jr. member
Activity: 32
Merit: 4
is it not an new coin?? blocks is since 5 years ago?


No, but since the proof of work was updated there haven't been any mining software supporting it or mining pools, so I had to hack on the code myself.
newbie
Activity: 43
Merit: 0
is it not an new coin?? blocks is since 5 years ago?
jr. member
Activity: 32
Merit: 4
ok, so this can be worked into ccminer?

I forgot this was a CUDA miner, I can't do it myself at the moment, I no longer have a PC with an NVIDIA card.  I could patch the code for https://github.com/tpruvot/ccminer which has a GPU implementation and you could try and built it yourself if you have the CUDA toolkit.
jr. member
Activity: 32
Merit: 4
how to create wallet?


Go to the releases at https://github.com/StrayaCoin/StrayaCoin-Core and download Strayacoin qt wallet version 2.0.0. If you don't have Windows you will have to compile on Mac or Linux.

I can make Linux binaries available if anyone needs one.  I found it was difficult to try and compile with the latest build tools on e.g. Ubuntu 23 or Debian 12.  I had to spin up a VM with an older version of Ubuntu 18.04 LTS Bionic.
newbie
Activity: 43
Merit: 0
how to create wallet?
jr. member
Activity: 32
Merit: 4
ok, so this can be worked into ccminer?

Probably, yes.  I will take a look.
member
Activity: 665
Merit: 15
ok, so this can be worked into ccminer?
jr. member
Activity: 32
Merit: 4
wow, didn't know they made their own custom Scrypt algo.

Actually there's no modifications to scrypt itself, my bad.  It's just the proof of work logic in Strayacoin - it's modified to look at the inverted bits of the scrypt hash of the block header.  So you use scrypt on the block header as usual, but invert the bits, then compare to the target. Smiley

member
Activity: 665
Merit: 15
wow, didn't know they made their own custom Scrypt algo.
jr. member
Activity: 32
Merit: 4
I have a modified cpuminer-opt for scrypt-NAH (Strayacoin), which can be found here:

https://github.com/catcoin-project/cpuminer-opt-scryptnah.

Currently there is only a Windows binary, but if you look at the first commit message there's a snippet of the changes to scrypt.c so you can compile for your system and mine Strayacoin on Linux, Mac, etc.

There's also a pool with a modified stratum server at https://pool.larahelpers.com which is the only Strayacoin pool that works with scrypt NAH that I am aware of.  If anyone wants to help me test it I would appreciate the help.  I want to ensure payment runs work properly etc.
Jump to: