Author

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

full member
Activity: 178
Merit: 102
53 minutes left , alaaarm !  Shocked

it is 18.00 GMT not 17.00 GMT
hero member
Activity: 980
Merit: 502
I have few questions:
1) What is special about this coin Signatum
2) Is it still worth mining or maybe better to buy from the market
Thanks
sr. member
Activity: 1344
Merit: 252
It's will be online event? Where I can watch it?
sr. member
Activity: 676
Merit: 250
53 minutes left , alaaarm !  Shocked
newbie
Activity: 17
Merit: 0
Ok so today (6pm GMT, 2pm EST) there will be few cool news from Signatum. If you are on SIGT discord you know that devs works hard and community grows pretty fast.

After today announcement two things can happend:
1: Price will skyrocket, maybe we will hit ATH again and then slowly price will climb
2. Price will stay in same place. A lot of people have bags from previous pump and will drop it around 2000sat level.

Whats your bets? I bougt tons of it at 400sat and I own 2 wallets from top20 richlist. I have sell orders at 10k and 20k.
There is still a lot of miners (too much) who just want to instant mine-and-dump on this coin.
Annoucement can drive the price to the good way, but skyrocket will not happens until the first halving imo.
But I definitely think it is the good time to buy. Someone who bought under 1K sats will probably be able to sell at 10k within 6 months.


Im new bie and can you tell me what's sat ?

The satoshi is currently the smallest unit of the bitcoin currency recorded on the block chain. It is a one hundred millionth of a single bitcoin (0.00000001 BTC). The unit has been named in collective homage to the original creator of Bitcoin, Satoshi Nakamoto

Now i see, thank so much

You can use this calculator to convert Satoshi from USD - SAT or USD to SAT.

https://99bitcoins.com/satoshi-usd-converter/

I keep it open all the time when people mention values of coins in Satoshi.
full member
Activity: 532
Merit: 151
The end of the world is coming soon   Cheesy
full member
Activity: 196
Merit: 100
Anyone else from whom I stole something?

You stole my heart.  Wink

But seriously, he's getting 500 SIGT every 4 hours now? That's quite a decent hash rate. Good investigating!
sr. member
Activity: 676
Merit: 250
Almost announcement time  Shocked
newbie
Activity: 4
Merit: 0
Thanks for your reply, i tried differents platform (or none), with no success. I don't have Nivida on this PC, only an Intel integrated card (activated).  

NVML monitoring......: Enabled

That's the issue, seems you've messed dependent libraries (for example, used cl.h from Nvidia toolkit rather than AMD-APP-SDK one) Try finding these broken dependencies, or it will be easier to make a fresh install and build from scratch if we're talking about mining host. If you use your host for work/home everyday use - chase dependencies and clean all nvidia traces from your system.

Thanks again for your help, just recompile it disabling NVML support

sgminer 5.3.3
------------------------------------------------------------------------


Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled
  NVML monitoring......: Disabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -std=gnu99 -march=native -I/opt/AMDAPPSDK-3.0/include
  LDFLAGS..............:  -L/opt/amdgpu-pro/lib/x86_64-linux-gnu -lpthread
  LDADD................: -ldl -lcurl submodules/jansson/src/.libs/libjansson.a -lpthread -L/opt/AMDAPPSDK-3.0/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local


Same result, but no more segfault now. I don't understand where the nvidia support come from, it's a fresh install , only AMD drivers and SDK installed , the only nvidia reference i can find on my system is about ethernet, chipset and so on (in kernel for example)
full member
Activity: 658
Merit: 101
What is the best miner for Nvidia now ?

I have a GTX 1080 ~ 34,5 Mh/s with Palgin Mod.

hero member
Activity: 838
Merit: 500
I see SIGT making moves again. Time to buy and/or mine. Once this coin hits a major exchange, it'll moon.
sr. member
Activity: 266
Merit: 250
Thanks for your reply, i tried differents platform (or none), with no success. I don't have Nivida on this PC, only an Intel integrated card (activated).  

NVML monitoring......: Enabled

That's the issue, seems you've messed dependent libraries (for example, used cl.h from Nvidia toolkit rather than AMD-APP-SDK one) Try finding these broken dependencies, or it will be easier to make a fresh install and build from scratch if we're talking about mining host. If you use your host for work/home everyday use - chase dependencies and clean all nvidia traces from your system.
newbie
Activity: 4
Merit: 0
Hello

Did some manage to mine under linux using AMD GPU (may be it's too late to mine  ..)?

I have grabed the source of the sgminer on the git of Signatum , and try to compile it. Everything seems fine , configure status give me this :+1:
CFLAGS="-O2 -std=gnu99 -march=native -I/opt/AMDAPPSDK-3.0/include" LDFLAGS="-rdynamic -L/opt/amdgpu-pro/lib/x86_64-linux-gnu" ./configure


Try pointing different gpu platform, are you sure that you don't have integrated Nvidia video?

Thanks for your reply, i tried differents platform (or none), with no success. I don't have Nivida on this PC, only an Intel integrated card (activated). 
sr. member
Activity: 266
Merit: 250
Hello

Did some manage to mine under linux using AMD GPU (may be it's too late to mine  ..)?

I have grabed the source of the sgminer on the git of Signatum , and try to compile it. Everything seems fine , configure status give me this :+1:
CFLAGS="-O2 -std=gnu99 -march=native -I/opt/AMDAPPSDK-3.0/include" LDFLAGS="-rdynamic -L/opt/amdgpu-pro/lib/x86_64-linux-gnu" ./configure


Try pointing different gpu platform, are you sure that you don't have integrated Nvidia video?
newbie
Activity: 4
Merit: 0
Hello

Did some manage to mine under linux using AMD GPU (may be it's too late to mine  ..)?

I have grabed the source of the sgminer on the git of Signatum , and try to compile it. Everything seems fine , configure status give me this :+1:
CFLAGS="-O2 -std=gnu99 -march=native -I/opt/AMDAPPSDK-3.0/include" LDFLAGS="-rdynamic -L/opt/amdgpu-pro/lib/x86_64-linux-gnu" ./configure

sgminer 5.3.3

Configuration Options Summary:

Use git version......: yes
libcurl(GBT+getwork).: Enabled: -lcurl
curses.TUI...........: FOUND: -lncurses
OpenCL...............: FOUND. GPU mining support enabled
ADL..................: SDK found, GPU monitoring support enabled
NVML monitoring......: Enabled

Compilation............: make (or gmake)
CPPFLAGS.............:
CFLAGS...............: -O2 -std=gnu99 -march=native -I/opt/AMDAPPSDK-3.0/include
LDFLAGS..............: -rdynamic -L/opt/amdgpu-pro/lib/x86_64-linux-gnu -lpthread
LDADD................: -ldl -lcurl submodules/jansson/src/.libs/libjansson.a -lpthread -L/opt/AMDAPPSDK-3.0/lib/x86_64 -lOpenCL -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
prefix...............: /usr/local

Then, i tried :
./sgminer --gpu-platform 0 -n
[17:00:30] CL Platform vendor: Advanced Micro Devices, Inc.
[17:00:30] CL Platform name: AMD Accelerated Parallel Processing
[17:00:30] CL Platform version: OpenCL 2.0 AMD-APP (1800.Cool
[17:00:30] Error -1: Getting Device IDs (num)
[17:00:30] clDevicesNum returned error, no GPUs usable
[17:00:30] Unable to load the NVIDIA Management Library
Segmentation fault (core dumped)

So of course, from there i can't mine
[16:30:51] Started sgminer 5.3.3
[16:30:51] * using Jansson 2.10
[16:30:51] CL Platform vendor: Advanced Micro Devices, Inc.
[16:30:51] CL Platform name: AMD Accelerated Parallel Processing
[16:30:51] CL Platform version: OpenCL 2.0 AMD-APP (1800.Cool
[16:30:51] Error -1: Getting Device IDs (num)
[16:30:51] clDevicesNum returned error, no GPUs usable
[16:30:51] Default Devices = all
[16:30:51] set_devices(all)
[16:30:51] Loading settings from default_profile for pool 0
[16:30:51] Pool 0 Algorithm set to "skunkhash"
[16:30:51] Pool 0 devices set to "all"
[16:30:51] Pool 0 lookup gap set to "(null)"
[16:30:51] Pool 0 Intensity set to "20"
[16:30:51] Pool 0 Thread Concurrency set to "(null)"
[16:30:51] Pool 0 GPU Clock set to "(null)"
[16:30:51] Pool 0 GPU Memory clock set to "(null)"
[16:30:51] Pool 0 GPU Threads set to "(null)"
[16:30:51] Pool 0 GPU Fan set to "(null)"
[16:30:51] Pool 0 GPU Powertune set to "(null)"
[16:30:51] Pool 0 GPU Vddc set to "(null)"
[16:30:51] Pool 0 Shaders set to "(null)"
[16:30:51] Pool 0 Worksize set to "(null)"
[16:30:51] All devices disabled, cannot mine!

What i am doing wrong ?
newbie
Activity: 32
Merit: 0
Ok so today (6pm GMT, 2pm EST) there will be few cool news from Signatum. If you are on SIGT discord you know that devs works hard and community grows pretty fast.

After today announcement two things can happend:
1: Price will skyrocket, maybe we will hit ATH again and then slowly price will climb
2. Price will stay in same place. A lot of people have bags from previous pump and will drop it around 2000sat level.

Whats your bets? I bougt tons of it at 400sat and I own 2 wallets from top20 richlist. I have sell orders at 10k and 20k.
There is still a lot of miners (too much) who just want to instant mine-and-dump on this coin.
Annoucement can drive the price to the good way, but skyrocket will not happens until the first halving imo.
But I definitely think it is the good time to buy. Someone who bought under 1K sats will probably be able to sell at 10k within 6 months.


Im new bie and can you tell me what's sat ?

The satoshi is currently the smallest unit of the bitcoin currency recorded on the block chain. It is a one hundred millionth of a single bitcoin (0.00000001 BTC). The unit has been named in collective homage to the original creator of Bitcoin, Satoshi Nakamoto

Now i see, thank so much
full member
Activity: 280
Merit: 100
Ok so today (6pm GMT, 2pm EST) there will be few cool news from Signatum. If you are on SIGT discord you know that devs works hard and community grows pretty fast.

After today announcement two things can happend:
1: Price will skyrocket, maybe we will hit ATH again and then slowly price will climb
2. Price will stay in same place. A lot of people have bags from previous pump and will drop it around 2000sat level.

Whats your bets? I bougt tons of it at 400sat and I own 2 wallets from top20 richlist. I have sell orders at 10k and 20k.
There is still a lot of miners (too much) who just want to instant mine-and-dump on this coin.
Annoucement can drive the price to the good way, but skyrocket will not happens until the first halving imo.
But I definitely think it is the good time to buy. Someone who bought under 1K sats will probably be able to sell at 10k within 6 months.


Im new bie and can you tell me what's sat ?

The satoshi is currently the smallest unit of the bitcoin currency recorded on the block chain. It is a one hundred millionth of a single bitcoin (0.00000001 BTC). The unit has been named in collective homage to the original creator of Bitcoin, Satoshi Nakamoto
newbie
Activity: 32
Merit: 0
Ok so today (6pm GMT, 2pm EST) there will be few cool news from Signatum. If you are on SIGT discord you know that devs works hard and community grows pretty fast.

After today announcement two things can happend:
1: Price will skyrocket, maybe we will hit ATH again and then slowly price will climb
2. Price will stay in same place. A lot of people have bags from previous pump and will drop it around 2000sat level.

Whats your bets? I bougt tons of it at 400sat and I own 2 wallets from top20 richlist. I have sell orders at 10k and 20k.
There is still a lot of miners (too much) who just want to instant mine-and-dump on this coin.
Annoucement can drive the price to the good way, but skyrocket will not happens until the first halving imo.
But I definitely think it is the good time to buy. Someone who bought under 1K sats will probably be able to sell at 10k within 6 months.


Im new bie and can you tell me what's sat ?
full member
Activity: 280
Merit: 100
Palgin is Legit. Used his miner with no issues
hero member
Activity: 796
Merit: 505
Haven't seen any sources except original xevan-ccminer, but it has only cpu-hashing implemented, so writing from scratch basing on algo-description and existing opencl kernel. Anyway, there'll be a choice for BitSend miners. Haven't heard about lyra2z330, should look at it. But AMD miners will drown us all one day, will it be leaving ETH for other coins because of hashrate drop, or will it be leaving ETH after PoS, it will definetely be doom-day for all mining community for a long time, I suppose.  Wink
Anyway low speeds of reds on Signatum defended us from them here. With them everything would be much worse.
Lyra2z330 Zoin coin algo. Used to be CPU mining with 300-400Khash per pool till 3-4 days ago. Now top miner makes 1.2Mhash. 10 i5 CPU make 7-8Khash. So you can count.

'll try to make CUDA xaven miner working tonight, but that's hot day and few beers can happen ;-P
Jump to: