Pages:
Author

Topic: [ANN][AR2] Argon2Coin new PoW algo, CPU friendly - page 10. (Read 60098 times)

legendary
Activity: 1232
Merit: 1001
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1

very nice, can u share nix src please? would like to do some cloud mining.. thanks
legendary
Activity: 1764
Merit: 1018
Argon2 optimized miner (x10+ faster):
https://www.bitteaser.com/press-releases/?title=1
legendary
Activity: 1713
Merit: 1029
Renting hashing power at 0.000065 BTC/kH/hour (about $0.028).

Thanks to testz's (way) faster miner, I'm renting hashing power at 0.000017 BTC/kH/hour.
legendary
Activity: 2660
Merit: 1240
To the guy trying to mine this on my pool with scrypt, it is NOT scrypt - please switch to the Argon2 algo !

Thanks

oc please upload source code of pool

Here it is:

https://github.com/ocminer/argon2-hash
legendary
Activity: 2660
Merit: 1240
legendary
Activity: 2660
Merit: 1240
To the guy trying to mine this on my pool with scrypt, it is NOT scrypt - please switch to the Argon2 algo !

Thanks

oc please upload source code of pool

Yes, packing it up now and uploading to github in a few moments
hero member
Activity: 671
Merit: 501
Blockchain and stuff

I was trying to improve the miner
https://github.com/khovratovich/Argon2 can try this to improve argon2))

Yes, i found that, just got it to compile, but it dosent work. ugh so frustrating. I dont have a c++ background lol
sr. member
Activity: 314
Merit: 250
To the guy trying to mine this on my pool with scrypt, it is NOT scrypt - please switch to the Argon2 algo !

Thanks

oc please upload source code of pool
legendary
Activity: 1246
Merit: 1000

I was trying to improve the miner
https://github.com/khovratovich/Argon2 can try this to improve argon2))
hero member
Activity: 671
Merit: 501
Blockchain and stuff
To the guy trying to mine this on my pool with scrypt, it is NOT scrypt - please switch to the Argon2 algo !

Thanks

I was trying to improve the miner, but i only ended up breaking it, it may have been me lol
legendary
Activity: 2660
Merit: 1240
To the guy trying to mine this on my pool with scrypt, it is NOT scrypt - please switch to the Argon2 algo !

Thanks
hero member
Activity: 671
Merit: 501
Blockchain and stuff
vs2013 doesnt support ASM in x64, blame MS Wink

That I can do gladly Smiley
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
vs2013 doesnt support ASM in x64, blame MS Wink
hero member
Activity: 671
Merit: 501
Blockchain and stuff
i dont fix miner to build with vs2013, try this for vc2013 https://github.com/tpruvot/cpuminer-argon2.git
ah, much better! thanks!
i lied, it compiles, but gets share above target errors, and is terribly slow ugh lol
hero member
Activity: 671
Merit: 501
Blockchain and stuff
i dont fix miner to build with vs2013, try this for vc2013 https://github.com/tpruvot/cpuminer-argon2.git

ah, much better! thanks!
newbie
Activity: 20
Merit: 0
in vs 2013 the compile is breaking here. Any sugestions?


1>cpu-miner.obj : error LNK2001: unresolved external symbol _scanhash_argon2
1>util.obj : error LNK2001: unresolved external symbol _argon2hash
1>hive.obj : error LNK2001: unresolved external symbol _POMELO

JJ
i dont fix miner to build with vs2013, try this for vc2013 https://github.com/tpruvot/cpuminer-argon2.git
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
hero member
Activity: 671
Merit: 501
Blockchain and stuff
in vs 2013 the compile is breaking here. Any sugestions?


1>cpu-miner.obj : error LNK2001: unresolved external symbol _scanhash_argon2
1>util.obj : error LNK2001: unresolved external symbol _argon2hash
1>hive.obj : error LNK2001: unresolved external symbol _POMELO

JJ
legendary
Activity: 914
Merit: 1001
After unsuccesfull tries to compile the miner in VC2013, I tried using msys64, but it always fails with this error:

Code:
/usr/lib/gcc/x86_64-pc-msys/4.9.2/../../../../x86_64-pc-msys/bin/ld: cannot find -lpthreadGC2

configure does not show any errors. any ideas?
seems compiler doesn't see pthread libraries
p.s. try this pthread

already tried that pthread archive and copied the x64 content to my bin/lib/include directories, but still the same error.
newbie
Activity: 20
Merit: 0
After unsuccesfull tries to compile the miner in VC2013, I tried using msys64, but it always fails with this error:

Code:
/usr/lib/gcc/x86_64-pc-msys/4.9.2/../../../../x86_64-pc-msys/bin/ld: cannot find -lpthreadGC2

configure does not show any errors. any ideas?
seems compiler doesn't see pthread libraries
p.s. try this pthread
Pages:
Jump to: