Author

Topic: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - page 515. (Read 823858 times)

newbie
Activity: 2
Merit: 0
Downloaded miner can't get it to work on Suprnova

Anyone have a working cmd line with a pool?

Try with:

sgminer.exe -k skunkhash --gpu-platform 0 -o stratum+tcp://sigt.suprnova.cc:7106 -u -p -I 15

Just replace and with your worker details from suprnova dashboard.
full member
Activity: 298
Merit: 100
hashbag.cc
Downloaded miner can't get it to work on Suprnova

Anyone have a working cmd line with a pool?

I posted a config file and batch file just a page or two ago, put them in the miner directory and run the .cmd file and all should be well.
sr. member
Activity: 434
Merit: 251
Downloaded miner can't get it to work on Suprnova

Anyone have a working cmd line with a pool?
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
Anyone building a CUDA based miner?
This ain't really working for people with Celeron based or low end-cpu's.

mines great with 4 1070's ryzen 1400.   

will try my rigs with Fm2, fx8570, and Celeron   when  i get home tonight.
what driver version and OS are you using?


win 10 newest drivers
newbie
Activity: 2
Merit: 0

Same for me, as I have written a few pages back in this topic...
Try this one as I have also written in my quoted text(maybe try replacing 1 with 0):
 
sgminer.exe --gpu-platform 1 -n
Wink

yes. it worked and I see my cards..
sig-miner>sgminer.exe --gpu-platform 1 -n
[00:08:06] CL Platform vendor: NVIDIA Corporation
[00:08:06] CL Platform name: NVIDIA CUDA
[00:08:06] CL Platform version: OpenCL 1.2 CUDA 8.0.0
[00:08:06] Platform devices: 6
[00:08:06]      0       GeForce GTX 1070
[00:08:06]      1       GeForce GTX 1070
[00:08:06]      2       GeForce GTX 1070
[00:08:06]      3       GeForce GTX 1070
[00:08:06]      4       GeForce GTX 1070
[00:08:06]      5       GeForce GTX 1070
[00:08:06] Unable to load the AMD Display Library
[00:08:06] 6 GPU devices max detected

but sgminer dosnt start
sgminer.exe -k skunkhash --gpu-platform 1 -v -o stratum+tcp://pool.hashbag.cc:8644 -u adddressss -p c=SIGT

just see on screen

[23:56:32] Started sgminer 5.3.3
[23:56:32] * using Jansson 2.10

no mining...

add -d 0, -d 0-5 - dosnt help

try with:

sgminer.exe -k skunkhash --gpu-platform 0 -o stratum+tcp://pool.hashbag.cc:8644 -u adddressss -p c=SIGT -I 18 --verbose

Anyway you'll have no output except "Started sgminer 5.3.3" until it actually starts mining. Or you can change the code and rebuild the miner for the full output instead of starting text.
newbie
Activity: 27
Merit: 0
Anyone building a CUDA based miner?
This ain't really working for people with Celeron based or low end-cpu's.

mines great with 4 1070's ryzen 1400.   

will try my rigs with Fm2, fx8570, and Celeron   when  i get home tonight.
what driver version and OS are you using?
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
Anyone building a CUDA based miner?
This ain't really working for people with Celeron based or low end-cpu's.

mines great with 4 1070's ryzen 1400.   

will try my rigs with Fm2, fx8570, and Celeron   when  i get home tonight.
hero member
Activity: 773
Merit: 508
Bitcore (BTX) - The Future is Now
i will mine this to death and then stake it even harder!!  Love the simple idea behind this token.   with a good community it could be Doge x1000  Shocked
hero member
Activity: 785
Merit: 502
Does anyone know what's max supply of coins going to be for this coin?

. Total PoW Coins: 212,500,000
. PoW/PoS after block 98500
. Last PoW Block: 100,000
. Pure PoS after block 100,000

Proof of stake will most likely shrink this number depending on stake weight at the time of PoS start. It is hard to say what the real total will be but I believe much less than originally stated.
newbie
Activity: 27
Merit: 0
Anyone building a CUDA based miner?
This ain't really working for people with Celeron based or low end-cpu's.
sr. member
Activity: 537
Merit: 259
New Algorithm skunkhash raptor, fair launch no premine no ICO, totally my favorite coin, waiting for Signatum to get add to exchanges to buy some.
full member
Activity: 574
Merit: 115
I'm getting issues building from source:

Code:
john@rig01:~/sgminer-sigt$ make
fatal: No names found, cannot describe anything.
.deps/sgminer-adl.Po:1: *** multiple target patterns.  Stop.

Anyone can help?
Try
Code:
make clean

Nope. Why is it trying to load mingw on linux?

Code:
sgminer-adl.o: adl.c config.h \
 c:\mingw\bin\../lib/gcc/mingw32/4.6.2/../../../../include/stdio.h \

https://github.com/signatumd/gpuminer-source/blob/master/.deps/sgminer-adl.Po
newbie
Activity: 59
Merit: 0
I'm getting issues building from source:

Code:
john@rig01:~/sgminer-sigt$ make
fatal: No names found, cannot describe anything.
.deps/sgminer-adl.Po:1: *** multiple target patterns.  Stop.

Anyone can help?
Try
Code:
make clean
member
Activity: 116
Merit: 10

Same for me, as I have written a few pages back in this topic...
Try this one as I have also written in my quoted text(maybe try replacing 1 with 0):
 
sgminer.exe --gpu-platform 1 -n
Wink

yes. it worked and I see my cards..
sig-miner>sgminer.exe --gpu-platform 1 -n
[00:08:06] CL Platform vendor: NVIDIA Corporation
[00:08:06] CL Platform name: NVIDIA CUDA
[00:08:06] CL Platform version: OpenCL 1.2 CUDA 8.0.0
[00:08:06] Platform devices: 6
[00:08:06]      0       GeForce GTX 1070
[00:08:06]      1       GeForce GTX 1070
[00:08:06]      2       GeForce GTX 1070
[00:08:06]      3       GeForce GTX 1070
[00:08:06]      4       GeForce GTX 1070
[00:08:06]      5       GeForce GTX 1070
[00:08:06] Unable to load the AMD Display Library
[00:08:06] 6 GPU devices max detected

but sgminer dosnt start
sgminer.exe -k skunkhash --gpu-platform 1 -v -o stratum+tcp://pool.hashbag.cc:8644 -u adddressss -p c=SIGT

just see on screen

[23:56:32] Started sgminer 5.3.3
[23:56:32] * using Jansson 2.10

no mining...

add -d 0, -d 0-5 - dosnt help

what -v
[/quote]
-verbose -v
I just try to see something more than "Started sgminer 5.3.3"
and it dosnt work too
hero member
Activity: 546
Merit: 500

Same for me, as I have written a few pages back in this topic...
Try this one as I have also written in my quoted text(maybe try replacing 1 with 0):
 
sgminer.exe --gpu-platform 1 -n
Wink

yes. it worked and I see my cards..
sig-miner>sgminer.exe --gpu-platform 1 -n
[00:08:06] CL Platform vendor: NVIDIA Corporation
[00:08:06] CL Platform name: NVIDIA CUDA
[00:08:06] CL Platform version: OpenCL 1.2 CUDA 8.0.0
[00:08:06] Platform devices: 6
[00:08:06]      0       GeForce GTX 1070
[00:08:06]      1       GeForce GTX 1070
[00:08:06]      2       GeForce GTX 1070
[00:08:06]      3       GeForce GTX 1070
[00:08:06]      4       GeForce GTX 1070
[00:08:06]      5       GeForce GTX 1070
[00:08:06] Unable to load the AMD Display Library
[00:08:06] 6 GPU devices max detected

but sgminer dosnt start
sgminer.exe -k skunkhash --gpu-platform 1 -v -o stratum+tcp://pool.hashbag.cc:8644 -u adddressss -p c=SIGT

just see on screen

[23:56:32] Started sgminer 5.3.3
[23:56:32] * using Jansson 2.10

no mining...

add -d 0, -d 0-5 - dosnt help

what -v
member
Activity: 90
Merit: 10
I'm getting issues building from source:

Code:
john@rig01:~/sgminer-sigt$ make
fatal: No names found, cannot describe anything.
.deps/sgminer-adl.Po:1: *** multiple target patterns.  Stop.

Anyone can help?
member
Activity: 116
Merit: 10

Same for me, as I have written a few pages back in this topic...
Try this one as I have also written in my quoted text(maybe try replacing 1 with 0):
 
sgminer.exe --gpu-platform 1 -n
Wink

yes. it worked and I see my cards..
sig-miner>sgminer.exe --gpu-platform 1 -n
[00:08:06] CL Platform vendor: NVIDIA Corporation
[00:08:06] CL Platform name: NVIDIA CUDA
[00:08:06] CL Platform version: OpenCL 1.2 CUDA 8.0.0
[00:08:06] Platform devices: 6
[00:08:06]      0       GeForce GTX 1070
[00:08:06]      1       GeForce GTX 1070
[00:08:06]      2       GeForce GTX 1070
[00:08:06]      3       GeForce GTX 1070
[00:08:06]      4       GeForce GTX 1070
[00:08:06]      5       GeForce GTX 1070
[00:08:06] Unable to load the AMD Display Library
[00:08:06] 6 GPU devices max detected

but sgminer dosnt start
sgminer.exe -k skunkhash --gpu-platform 1 -v -o stratum+tcp://pool.hashbag.cc:8644 -u adddressss -p c=SIGT

just see on screen

[23:56:32] Started sgminer 5.3.3
[23:56:32] * using Jansson 2.10

no mining...

add -d 0, -d 0-5 - dosnt help
full member
Activity: 154
Merit: 100
The newer nvidia cards hash better with less power usage no doubt. In some cases they use 40% less power than AMD based cards.
hero member
Activity: 677
Merit: 500
Anybody figure out how to mine this with AMD R9 models yet?
My 1080 make 15mh. I think its very low hashrate, opencl on nvidia works horrible. Just wait for normal cuda miner from _sp, tpruvot and epsylon...
Nvidia cards are doing surpringly well with this algo, R9 fury gets around 15 MH/s, 480 gets around 17-18MH/s, while my 1070s get 15. For an unoptimized Miner id say thats prettygood

My 1070s makes 14MH, best hashrate with -I 19 and a maxwell 980 makes 10MH. It could be worst... But at least the power usage is very low Wink
It is limitation of opencl realisation from nvidia. Wating real cuda implemantation for cuda 8. I think it be better then opencl fo amd hardware.
full member
Activity: 146
Merit: 111
same problem, 100% cpu usage with celeron cpu and nvidia gpus. using more than 1 gpu = crash
Jump to: