Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Signatum - New Algorithm - Fair Launch - No Premine - Cryptopia
by
j4rd4
on 28/07/2017, 11:50:50 UTC
no linux version?

Unfortunately not at this time, I need confirmations that previous build is working for others (for my hosts it's OK) before compiling new version.

no linux version?

Unfortunately not at this time, I need confirmations that previous build is working for others (for my hosts it's OK) before compiling new version.

Hi palgin. FYI: I am using it, but only for testing (my rigs are AMD) on ntb with nvidia > Model: "nVidia GM107GLM [Quadro M1000M] - only 4.05 kH/s, intensity 20 ".
If does function, but after about 5-10 minutes it crashes with memory acces violation. This could be suboptimally tempfixed by bash cycle

#!/usr/bin/env bash
while true
do
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_SINGLE_ALLOC_PERCENT=100
export GPU_MAX_ALLOC_PERCENT=100
/home/d3f4ult/bin/ccminer-1.0-skunk/ccminer -a skunk -o stratum+tcp://sigt.pool.mn:8732 -u user.rig -p passw --cpu-priority=3 -i 20
sleep 1
done