Author

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

legendary
Activity: 1510
Merit: 1003
It is on yiimp already with some ccminer 2.1 and 2.2 working ))
hero member
Activity: 704
Merit: 500
Hashrate ramping up here, looking good
legendary
Activity: 3248
Merit: 1070
i get sgminer has stopped working with nvidia gpu
full member
Activity: 154
Merit: 100
The miners could get more optimized ?

Yes. But you can set some value to make it stable and good for now. Here are my settings

setx GPU_MAX_ALLOC_PERCENT 70

sgminer.exe -k skunkhash -o stratum+tcp://sigt.pool.mn:8732 -u user.worker -p password -I 20

Giving 16 Mh on each card stable since hours without a single hiccup.


full member
Activity: 154
Merit: 100
Woke up to see some pretty reasonable balance in my wallet from pool mining. Using 2 AMD GPU cards and so far very stable miner.
full member
Activity: 253
Merit: 101
KEK
The miners could get more optimized ?
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
watching and listening ...

will keep an eye on this ...

#crysx
full member
Activity: 298
Merit: 100
hashbag.cc
BTW for those having problems getting multi-gpu to work, check the output of 'sgminer -n' to see what platforms that sgminer finds on your machine and which ID they are, and then which cards are underneath it. if you have multi-monitors on one card it may be tricking out the platform leading to issues with the gpu mapping. OpenCL platform has some weird mappings if you have more than 1 monitor (e.g. it shows 2 GPUs to the platform, one for each monitor, which can then mess up the 'gpu maps' so that 4 gpus which would usually be 0,1,2,3 becomes 0/1,2,3,4 and then trying to initialize twice the amount of threads on device 0/1 causes a lock.

Check out https://github.com/sgminer-dev/sgminer/blob/master/doc/GPU.md for more information about gpu mapping there.
full member
Activity: 298
Merit: 100
hashbag.cc
config for sgminer using config file instead of long console command:

sigt.cmd:
Code:
@echo off
echo "starting up sgminer"

@setx GPU_FORCE_64BIT_PTR 0
@setx GPU_MAX_HEAP_SIZE 100
@setx GPU_USE_SYNC_OBJECTS 1
@setx GPU_SINGLE_ALLOC_PERCENT 100

Call :start

pause
GOTO ENDE


:start

@set GPU_MAX_ALLOC_PERCENT = 100

DEL /F *.bin
sgminer.exe -c sgminer-sigt.conf
EXIT /B 0

:ENDE

sgminer-sigt.conf:
Code:
{
  "pools": [
    {
      "name":"hashbag.cc",
      "priority": "0",
      "url": "stratum+tcp://pool.hashbag.cc:8644",
      "user": "BLCY8rxFZ7JsMrXuQiKkXCQwR1QsjhLYYP",
      "pass": "c=SIGT,sgminer",
      "profile": "skunkhash"
    }
  ],
  "profiles": [
    {
      "name": "skunkhash",
      "algorithm": "skunkhash",
      "shaders": "2304",
      "xintensity": "1024"
    }
  ],
  "kernel-path": "kernel",
  "default-profile": "skunkhash",
  "failover-only": true,
  "failover-switch-delay": "60",
  "gpu-dyninterval": "11",
  "queue": "2",
  "quiet": false,
  "expiry": "90",
  "scan-time": "20"
}

adjust "shaders" to match the amount of shaders/stream processors in your card (2304 is for RX480), and set the xintensity up or down depending on how 'responsive' you want your desktop to be.

run the sigt.cmd file to boot up the miner using the config

press 'g' while running sgminer to adjust intensity/etc up and down to find your optimal intensity without having to reboot it, then put it in the config file and reboot the miner.
sr. member
Activity: 560
Merit: 253
job  not found. Why is so???
legendary
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
i think it has something to do with OpenCL, my windows is fresh and never had AMD so never had opencl stuff on it :/

i get error -9999, which according to stackflow says it's :

"-9999   NVidia   clEnqueueNDRangeKernel   Illegal read or write to a buffer"

so idk what to do about that wait for CUDA miner i guess haha

then you need to reduce the intensity, i got the same error when i set intensity to 25 and later reduced it to 23 for gtx 1080 ti and 18 for amd rx480

What hashrate are you getting on the 1080ti?

28 MH/s at intensity 23, any value more than 23 crashes the miner but the GPU is running cool at 50 Degrees

Only getting 16Mh/s on my 1080's. I=23.

Check how many shaders you have in 1080 and use -X instead of -I (example: i tried -X 4000)

1080 has 2560 shaders. Tried -X 2560 and -X 4000, and no difference for either.

-i 23 seems best for me, 23mh/s, i got it working finally, damn OpenCL ;p
Thx for your help man, gonna try some tweaking now to get closer to that 28mh/s!

CPU usage is rough, over 1 GPU per rig gets hairy quick :/
sr. member
Activity: 1021
Merit: 324
i think it has something to do with OpenCL, my windows is fresh and never had AMD so never had opencl stuff on it :/

i get error -9999, which according to stackflow says it's :

"-9999   NVidia   clEnqueueNDRangeKernel   Illegal read or write to a buffer"

so idk what to do about that wait for CUDA miner i guess haha

then you need to reduce the intensity, i got the same error when i set intensity to 25 and later reduced it to 23 for gtx 1080 ti and 18 for amd rx480

What hashrate are you getting on the 1080ti?

28 MH/s at intensity 23, any value more than 23 crashes the miner but the GPU is running cool at 50 Degrees

Only getting 16Mh/s on my 1080's. I=23.

Check how many shaders you have in 1080 and use -X instead of -I (example: i tried -X 4000)

1080 has 2560 shaders. Tried -X 2560 and -X 4000, and no difference for either.
newbie
Activity: 37
Merit: 0
i think it has something to do with OpenCL, my windows is fresh and never had AMD so never had opencl stuff on it :/

i get error -9999, which according to stackflow says it's :

"-9999   NVidia   clEnqueueNDRangeKernel   Illegal read or write to a buffer"

so idk what to do about that wait for CUDA miner i guess haha

then you need to reduce the intensity, i got the same error when i set intensity to 25 and later reduced it to 23 for gtx 1080 ti and 18 for amd rx480

What hashrate are you getting on the 1080ti?

28 MH/s at intensity 23, any value more than 23 crashes the miner but the GPU is running cool at 50 Degrees

Only getting 16Mh/s on my 1080's. I=23.

Check how many shaders you have in 1080 and use -X instead of -I (example: i tried -X 4000)
legendary
Activity: 3248
Merit: 1070
does't work with more than 1 gpu useless, for nvidia
hero member
Activity: 518
Merit: 500
it seems only gpu miner could join this fair distribution, good luck everyone !

after the ETH switch to POS maybe this coin is gpu miner's home .
sr. member
Activity: 1021
Merit: 324
https://hashbag.cc now supports SIGT. Already found one accepted block, so looks like the stratum works fine. Fees are set at 0.5%.

Stratum link is: -o stratum+tcp://pool.hashbag.cc:8644 -u -p c=SIGT

FYI I'm averaging around 19Mh/sec on my single RX480.

Pool working for me.
hero member
Activity: 1638
Merit: 521
Leading Crypto Sports Betting & Casino Platform
it seems only gpu miner could join this fair distribution, good luck everyone !
full member
Activity: 298
Merit: 100
hashbag.cc
https://hashbag.cc now supports SIGT. Already found one accepted block, so looks like the stratum works fine. Fees are set at 0.5%.

Stratum link is: -o stratum+tcp://pool.hashbag.cc:8644 -u -p c=SIGT

FYI I'm averaging around 19Mh/sec on my single RX480.
sr. member
Activity: 1344
Merit: 252
Have en error in my 1060s

[12:31:34] ptxas application ptx input, line 9; fatal   : Unsupported .version 6.0; current version is '5.0'
ptxas fatal   : Ptx assembly aborted due to errors

How to fix it?
sr. member
Activity: 1021
Merit: 324
i think it has something to do with OpenCL, my windows is fresh and never had AMD so never had opencl stuff on it :/

i get error -9999, which according to stackflow says it's :

"-9999   NVidia   clEnqueueNDRangeKernel   Illegal read or write to a buffer"

so idk what to do about that wait for CUDA miner i guess haha

then you need to reduce the intensity, i got the same error when i set intensity to 25 and later reduced it to 23 for gtx 1080 ti and 18 for amd rx480

What hashrate are you getting on the 1080ti?

28 MH/s at intensity 23, any value more than 23 crashes the miner but the GPU is running cool at 50 Degrees

Only getting 16Mh/s on my 1080's. I=23.
Jump to: