Bitcoin Forum
June 22, 2024, 09:30:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 ... 526 »
  Print  
Author Topic: [ANN] Signatum - New Algorithm - Fair Launch - No Premine  (Read 823660 times)
supaflyx3
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
July 19, 2017, 03:22:11 AM
 #121

What's the diff?
43.76
victorsundaram
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 19, 2017, 03:23:12 AM
 #122

Receiving errors on 2x 1080s and 2x 1070s

error clSetkKernal Arg after running

Below is the bat

sgminer.exe -k skunkhash  --gpu-platform 1 -o stratum+tcp://pool.onepool.online:6000 -u BTmqtfhwvZqGofQy9vrqt7tnDMTfwzdVGW -p x -I 8
pause

Any ideas?
Can't mine it with Nvidia too...
My bat :
sgminer.exe -k skunkhash --gpu-platform 1 -o stratum+tcp://lpool.name:8633 -u B77GzXj4Xa6fZ7GRiAfPjavHijAunneCp1 -p c=SIGT -I 20 -d 0,1,2,3
pause
Can anyone share bat file with nvidia mining cards

Here is what i did!

i have 1 gtx 1080 ti and 1 RX 480 (one bat file for each)

GTX 1080 ti bat file
###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address -p p -I 23 --gpu-platform 1
pause
###

RX 480

###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address-p p -I 18 --gpu-platform 2
pause
###

works fine for me!
hurr1cane
Full Member
***
Offline Offline

Activity: 234
Merit: 100


View Profile
July 19, 2017, 03:24:17 AM
 #123

my gtx 980 ti bat file line
sgminer.exe -k skunkhash -o stratum+tcp://sigt.pool.mn:8732 -u iluvsluts -p x -l 23
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 19, 2017, 03:29:16 AM
 #124

Receiving errors on 2x 1080s and 2x 1070s

error clSetkKernal Arg after running

Below is the bat

sgminer.exe -k skunkhash  --gpu-platform 1 -o stratum+tcp://pool.onepool.online:6000 -u BTmqtfhwvZqGofQy9vrqt7tnDMTfwzdVGW -p x -I 8
pause

Any ideas?
Can't mine it with Nvidia too...
My bat :
sgminer.exe -k skunkhash --gpu-platform 1 -o stratum+tcp://lpool.name:8633 -u B77GzXj4Xa6fZ7GRiAfPjavHijAunneCp1 -p c=SIGT -I 20 -d 0,1,2,3
pause
Can anyone share bat file with nvidia mining cards

Here is what i did!

i have 1 gtx 1080 ti and 1 RX 480 (one bat file for each)

GTX 1080 ti bat file
###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address -p p -I 23 --gpu-platform 1
pause
###

RX 480

###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address-p p -I 18 --gpu-platform 2
pause
###

works fine for me!

Removed --gpu-platform 1 and it worked on my 1070s.
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
July 19, 2017, 03:30:09 AM
 #125

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

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
victorsundaram
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 19, 2017, 03:48:23 AM
 #126

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
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 19, 2017, 03:52:21 AM
 #127

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?
victorsundaram
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 19, 2017, 03:58:32 AM
 #128

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
lupanar
Sr. Member
****
Offline Offline

Activity: 1344
Merit: 252



View Profile
July 19, 2017, 04:10:11 AM
 #129

Receiving errors on 2x 1080s and 2x 1070s

error clSetkKernal Arg after running

Below is the bat

sgminer.exe -k skunkhash  --gpu-platform 1 -o stratum+tcp://pool.onepool.online:6000 -u BTmqtfhwvZqGofQy9vrqt7tnDMTfwzdVGW -p x -I 8
pause

Any ideas?
Can't mine it with Nvidia too...
My bat :
sgminer.exe -k skunkhash --gpu-platform 1 -o stratum+tcp://lpool.name:8633 -u B77GzXj4Xa6fZ7GRiAfPjavHijAunneCp1 -p c=SIGT -I 20 -d 0,1,2,3
pause
Can anyone share bat file with nvidia mining cards

Here is what i did!

i have 1 gtx 1080 ti and 1 RX 480 (one bat file for each)

GTX 1080 ti bat file
###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address -p p -I 23 --gpu-platform 1
pause
###

RX 480

###
setx GPU_MAX_ALLOC_PERCENT 100

sgminer.exe -k skunkhash -o stratum+tcp://pool.onepool.online:6000 -u wallet-address-p p -I 18 --gpu-platform 2
pause
###

works fine for me!
Thanks! I have working parameters only with "I 12" and less with my gtx 1060s  Smiley


    ▄███▄▄                  ▄▄███▄
▄██▄ ▀▀████▄              ▄████▀▀ ▄██▄
 ▀████▄ ▀▀████▄        ▄████▀▀ ▄████▀
█▄ ▀▀████▄ ▀▀████   ▄████▀▀ ▄████▀▀ ▄█
███  ▄▀▀████▄ ▀  ▄████▀▀ ▄████▀▀▄  ███
███  ██▄ ▀▀   ▄████▀▀ ▄████▀▀ ▄██  ███
███  ██▀   ▄████▀▀ ▄████▀▀ ▄  ▀██  ███
███  ▀  ▄████▀▀ ▄████▀▀  ████▄  ▀  ███
█▀   ▄████▀▀ ▄████▀▀ ▄▄█▄  ▀████▄   ▀█
  ▄████▀▀ ▄████▀▀    ▀▀████▄ ▀▀████▄
████▀▀ ▄████▀▀          ▀▀████▄ ▀▀████
███  ████▀▀ ▄█▄         ▄▄ ▀▀████  ███
███  ███  ▄▀▀███▄    ▄███▀▀   ███  ███
███  ███  ██▄ ▀▀  ▄███▀▀ ▄██  ███  ███
███  ███  █▀   ▄███▀▀ ▄███▀▀  ███  ███
███  ███    ▄███▀▀ ▄███▀▀  ▄  ███  ███
███  ███  ███▀▀ ▄███▀▀   ▄██  ███  ███
▀██  ███  ▀▀ ▄███▀▀  ▄██▄ ▀█  ███  ██▀
  ▀  ███  ▄███▀▀      ▀▀███▄  ███  ▀
      ▀█  █▀▀            ▀▀█  █▀
LUXCORE
██████████████▄
██          ██▀█▄
██  ██████  ██  ▀█▄
██  ██████  ██    ▀█
██  ██████  ████████
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ███████       ██
██                ██
████████████████████
▬▬▬     DOWNLOAD WALLETS     ▬▬▬
| WINDOWS | MAC | LINUX | LUXBLOCKCHAIN |
████████      EXCHANGE      ████████



                      ▄▄
                  ▄▄████
              ▄▄████████
          ▄▄███████▀████
      ▄▄█████████▀ █████
  ▄▄███████████▀ ▄██████
█████████████▀  ████████
   ▀▀██████▀  ▄█████████
       ▀▀▀  ▄███████████
           ▄████████████
           █████████████
           ████▀  ▀▀████
           ██▀       ▀██
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 19, 2017, 04:10:26 AM
 #130

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.
lupanar
Sr. Member
****
Offline Offline

Activity: 1344
Merit: 252



View Profile
July 19, 2017, 04:34:34 AM
 #131

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?

    ▄███▄▄                  ▄▄███▄
▄██▄ ▀▀████▄              ▄████▀▀ ▄██▄
 ▀████▄ ▀▀████▄        ▄████▀▀ ▄████▀
█▄ ▀▀████▄ ▀▀████   ▄████▀▀ ▄████▀▀ ▄█
███  ▄▀▀████▄ ▀  ▄████▀▀ ▄████▀▀▄  ███
███  ██▄ ▀▀   ▄████▀▀ ▄████▀▀ ▄██  ███
███  ██▀   ▄████▀▀ ▄████▀▀ ▄  ▀██  ███
███  ▀  ▄████▀▀ ▄████▀▀  ████▄  ▀  ███
█▀   ▄████▀▀ ▄████▀▀ ▄▄█▄  ▀████▄   ▀█
  ▄████▀▀ ▄████▀▀    ▀▀████▄ ▀▀████▄
████▀▀ ▄████▀▀          ▀▀████▄ ▀▀████
███  ████▀▀ ▄█▄         ▄▄ ▀▀████  ███
███  ███  ▄▀▀███▄    ▄███▀▀   ███  ███
███  ███  ██▄ ▀▀  ▄███▀▀ ▄██  ███  ███
███  ███  █▀   ▄███▀▀ ▄███▀▀  ███  ███
███  ███    ▄███▀▀ ▄███▀▀  ▄  ███  ███
███  ███  ███▀▀ ▄███▀▀   ▄██  ███  ███
▀██  ███  ▀▀ ▄███▀▀  ▄██▄ ▀█  ███  ██▀
  ▀  ███  ▄███▀▀      ▀▀███▄  ███  ▀
      ▀█  █▀▀            ▀▀█  █▀
LUXCORE
██████████████▄
██          ██▀█▄
██  ██████  ██  ▀█▄
██  ██████  ██    ▀█
██  ██████  ████████
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ███████       ██
██                ██
████████████████████
▬▬▬     DOWNLOAD WALLETS     ▬▬▬
| WINDOWS | MAC | LINUX | LUXBLOCKCHAIN |
████████      EXCHANGE      ████████



                      ▄▄
                  ▄▄████
              ▄▄████████
          ▄▄███████▀████
      ▄▄█████████▀ █████
  ▄▄███████████▀ ▄██████
█████████████▀  ████████
   ▀▀██████▀  ▄█████████
       ▀▀▀  ▄███████████
           ▄████████████
           █████████████
           ████▀  ▀▀████
           ██▀       ▀██
enkayz
Full Member
***
Offline Offline

Activity: 298
Merit: 100

hashbag.cc


View Profile WWW
July 19, 2017, 04:49:09 AM
 #132

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 <SIGT_WALLET_ADDRESS> -p c=SIGT

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

hashbag.cc - where do you put your hash? region based stratums available now: https://bitcointalk.org/index.php?topic=2044808.new
tusandii
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 521


Leading Crypto Sports Betting & Casino Platform


View Profile
July 19, 2017, 04:57:00 AM
 #133

it seems only gpu miner could join this fair distribution, good luck everyone !

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 19, 2017, 05:04:32 AM
 #134

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 <SIGT_WALLET_ADDRESS> -p c=SIGT

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

Pool working for me.
georgeandy
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
July 19, 2017, 05:06:58 AM
 #135

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 .
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 19, 2017, 05:46:11 AM
 #136

does't work with more than 1 gpu useless, for nvidia
victorsundaram
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 19, 2017, 05:55:12 AM
 #137

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)
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 19, 2017, 06:05:35 AM
 #138

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.
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
July 19, 2017, 06:08:35 AM
 #139

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 :/

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
AlexHrap
Sr. Member
****
Offline Offline

Activity: 560
Merit: 253



View Profile
July 19, 2017, 06:11:13 AM
 #140

job  not found. Why is so???
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 ... 526 »
  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!