Bitcoin Forum
May 05, 2024, 02:27:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 »
  Print  
Author Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin  (Read 515660 times)
tabnk
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 23, 2014, 12:12:10 AM
 #501

Windows Binary Huh??

Fixed stratum for Fuguecoin:

Pull request to main sph-sgminer:
https://github.com/prettyhatemachine/sph-sgminer/pull/2

Full version on my github:
https://github.com/Atrides/sph-sgminer

How to use:
Code: (auto:0)
sgminer -I 25 -g 4 -w 64 -k fuguecoin --no-submit-stale -o "stratum+tcp://erebor.dwarfpool.com:3340" -u COIN_WALLET -p 1
--failover-only -o "stratum+tcp://moria.dwarfpool.com:3340" -u COIN_WALLET -p 1

If you have more rigs or workers, you can determine the rig for better vardiff or detailed statistic. Use as username: WALLET . WORKER_ID (integer, any number)
To enable monitoring of your worker, use email as password
To disable monitoring, restart your miner without email as password.
In combine with WORKER_ID you can monitor your rigs separately.

Code: (auto:0)
sgminer -I 25 -g 4 -w 64 -k fuguecoin --no-submit-stale -o "stratum+tcp://erebor.dwarfpool.com:3340" -u COIN_WALLET.256 -p your@email.com
--failover-only -o "stratum+tcp://moria.dwarfpool.com:3340" -u COIN_WALLET.256 -p your@email.com
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:13:32 AM
 #502

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody


On my way

There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg
drmavis
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 23, 2014, 12:15:07 AM
 #503

I'm happy to help with compiling windows binaries but could use some tips from people who have successfully done it already.

I follow the instructions to the letter, but get these errors (at the bottom) when I try to run the autoreconf command. Any suggestions?

Michael@DrMavis ~/sph-sgminer-master
$ autoreconf -fvi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory compat/jansson-2.5 to autoreconf
autoreconf: Entering directory `compat/jansson-2.5'
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf-2.68 --force
autoreconf: running: /usr/bin/autoheader-2.68 --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `compat/jansson-2.5'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:95: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:171: error: possibly undefined macro: AC_MSG_ERROR
autoreconf: /usr/bin/autoconf-2.68 failed with exit status: 1

Michael@DrMavis ~/sph-sgminer-master
$
zuludrag
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250

I speak: LT, RU, EN


View Profile WWW
March 23, 2014, 12:21:40 AM
 #504

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:28:52 AM
 #505

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning
yesiam6
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 520


1KoMmKPMG6xaWcqB8CPP3WJ8avRSVRHtP2


View Profile
March 23, 2014, 12:30:35 AM
 #506

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning
what command do i need to use i tried groestlcoin but it doesnt work

___   __    ______     
/__/\ /__/\ /_____/\   
\::\_\\  \ \\:::_ \ \   
 \:. `-\  \ \\:\ \ \ \ 
  \:. _    \ \\:\ \ \ \
   \. \`-\  \ \\:\_\ \ \
    \__\/ \__\/ \_____\/
zuludrag
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250

I speak: LT, RU, EN


View Profile WWW
March 23, 2014, 12:32:04 AM
 #507

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:34:53 AM
 #508

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 23, 2014, 12:41:12 AM
 #509

I tried your last version DJstone, with Fugecoin on dwarfpool : no shares. Did you integrate dwarfpools' version for Fugue algo or the initial one from shp (which do not work on stratum)?

DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:42:10 AM
 #510

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys

Sooooo
This one should work:
http://ul.to/gsyb7o17
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 23, 2014, 12:44:22 AM
 #511

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys

Sooooo
This one should work:
http://ul.to/gsyb7o17

Can't download, per hour download limitation reached.. RAAAAAA
could you (or someone) upload to another location ?

zuludrag
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250

I speak: LT, RU, EN


View Profile WWW
March 23, 2014, 12:46:55 AM
 #512

Sooooo
This one should work:
http://ul.to/gsyb7o17

Quote
You have reached the max. number of possible free downloads for this hour
a file every 180 minutes

Sad Maybe you could put it somewhere else, plz?..

DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:48:11 AM
 #513

Sooooo
This one should work:
http://ul.to/gsyb7o17

Quote
You have reached the max. number of possible free downloads for this hour
a file every 180 minutes

Sad Maybe you could put it somewhere else, plz?..


Updated to Premium, pls try again
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 23, 2014, 12:51:57 AM
 #514

Same. Could you upload to another service?

BTW I tried your last version DJstone, with Fugecoin on dwarfpool : no shares. Did you integrate dwarfpools' version for Fugue algo or only the initial one from shp (which do not work on stratum)?

yesiam6
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 520


1KoMmKPMG6xaWcqB8CPP3WJ8avRSVRHtP2


View Profile
March 23, 2014, 12:52:41 AM
 #515

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys

Sooooo
This one should work:
http://ul.to/gsyb7o17
thank you now it works  Smiley

___   __    ______     
/__/\ /__/\ /_____/\   
\::\_\\  \ \\:::_ \ \   
 \:. `-\  \ \\:\ \ \ \ 
  \:. _    \ \\:\ \ \ \
   \. \`-\  \ \\:\_\ \ \
    \__\/ \__\/ \_____\/
DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 12:55:48 AM
 #516

Same.

BTW I tried your last version DJstone, with Fugecoin on dwarfpool : no shares. Did you integrate dwarfpools' version for Fugue algo or only the initial one from shp (which do not work on stratum)?

phm..

looking for the differences now
azhago
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 23, 2014, 12:56:46 AM
 #517

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys

Sooooo
This one should work:
http://ul.to/gsyb7o17
thank you now it works  Smiley
Could you share it by uploading it to dropbox or similar service?

drmavis
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
March 23, 2014, 12:57:22 AM
 #518

Would someone mind mirroring this on a different sharing site? Have to wait a few more hours before downloading this Sad
DJstone
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
March 23, 2014, 01:05:48 AM
 #519

Thanks phm for groestlcoin implementation. Anyone can compile it for Windows, plz Smiley
Yes that would be wonderful please anybody
On my way
There are the actual binarys from phm's last merge:
http://ul.to/mqn3ueqg

Seems like not the last version, as there is no groestlcoin.cl in kernel catalogue.
Here is the final source with groestlcoin: https://github.com/prettyhatemachine/sph-sgminer
Could someone compile it? I can't install MinGw on my PC- getting errors Sad

there is groestelcoin.cl in kernel folder.

So dunno what u are meaning


Downloaded sph-sgminer-DJstone.rar.
Extracted: no groestlcoin.cl in kernel catalogue. Running sgminer with -k groestlcoin parameter gives an error in setting -k parameter. What does this mean? It's not compiled from the latest source... Sad
I could compile it myself, but can't get MinGw installed Sad

maybe i did pack the wrong files.
Give me a second try...
sry guys

Sooooo
This one should work:
http://ul.to/gsyb7o17
thank you now it works  Smiley
Could you share it by uploading it to dropbox or similar service?

This is a DropBox link:

https://www.dropbox.com/s/a7ha1trod7yh8xr/sph-sgminer-bin.rar
zuludrag
Sr. Member
****
Offline Offline

Activity: 396
Merit: 250

I speak: LT, RU, EN


View Profile WWW
March 23, 2014, 01:13:48 AM
 #520


Thanks! Now let's test it on groestlcoin Wink

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!