Author

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

sr. member
Activity: 546
Merit: 257
Have you found the Yellow Sign?

My friend should think well and do not rush

I didn't rush. I bought at 400 sat and mined days ago because this coin was fairly launched and I don't care what codebase it's based on if it's so efficient and was launched in such a way to make it the crypto community's token as opposed to the developer's token.

I don't think it is a derivative of Denarius algo. But that's the developer's to speak on, I'm simply saying the community obviously prefers one method of launching: fair, no premine, and open with the community instead of launching it after you mined it. DNR is 20k sat, so SIGT should be right there with it if you believe they're so identical.
full member
Activity: 146
Merit: 100
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"

yes the algo is almost identical.. when I wrote the hashing module for hashbag (prior to their release of a hashing module) I noticed that it's technically the same thing with different algo names (and another algo added). i've never seen 80 bytes of an algo and 64 bytes of the others before Denarius, and then this week all the sudden comes 'SkunkHash + Raptor' where it is 80 bytes of one algo + 64 bytes of 3 other algos, and i have been wondering what Raptor is as I never added it to any hashing module however the blocks are accepted by the network just using the 4 algos: 80b skein, 64b cubehash fugue gost, no need for anything else

thats why i went to look in his own hashing module once he released it but it looks like a pretty close copy of ex_mac's hashing modules.. eg
https://github.com/signatumd/hashing-module/blob/master/skunkhashmodule.c
https://github.com/exmac/tribus-hash/blob/master/tribusmodule.c
only difference is where it says 'tribus' in the skunkhash it says 'skunkhash'

in the skunkhash.c hashing module:
https://github.com/signatumd/hashing-module/blob/master/skunkhash.c
https://github.com/exmac/tribus-hash/blob/master/tribus.c
only difference is that the hash functions used are different (however the first hash is still 80 bytes) and also the init calls are removed (they dont really do anything other than create the variables but you are supposed to use them for some fussy compilers) and they don't use constants for the hashes (again a thing you are supposed to do for max compiler support) and there is a fourth algo added at the end there, otherwise the functionality is identical to the tribus hashing module

and nowhere does it say raptor anywhere, so thats why I wonder what the hell this raptor algo is? searched on the net and didn't find anything about raptor algo

You missed a key difference:  denarius is a premine scam =) SIGT has no premine. It could be a 1:1 carbon copy of denarius and be superior due to no premine.
My friend should think well and do not rush
sr. member
Activity: 1344
Merit: 252
Suprnova web site is lying down...again...
Eternal story...
sr. member
Activity: 546
Merit: 257
Have you found the Yellow Sign?
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"

yes the algo is almost identical.. when I wrote the hashing module for hashbag (prior to their release of a hashing module) I noticed that it's technically the same thing with different algo names (and another algo added). i've never seen 80 bytes of an algo and 64 bytes of the others before Denarius, and then this week all the sudden comes 'SkunkHash + Raptor' where it is 80 bytes of one algo + 64 bytes of 3 other algos, and i have been wondering what Raptor is as I never added it to any hashing module however the blocks are accepted by the network just using the 4 algos: 80b skein, 64b cubehash fugue gost, no need for anything else

thats why i went to look in his own hashing module once he released it but it looks like a pretty close copy of ex_mac's hashing modules.. eg
https://github.com/signatumd/hashing-module/blob/master/skunkhashmodule.c
https://github.com/exmac/tribus-hash/blob/master/tribusmodule.c
only difference is where it says 'tribus' in the skunkhash it says 'skunkhash'

in the skunkhash.c hashing module:
https://github.com/signatumd/hashing-module/blob/master/skunkhash.c
https://github.com/exmac/tribus-hash/blob/master/tribus.c
only difference is that the hash functions used are different (however the first hash is still 80 bytes) and also the init calls are removed (they dont really do anything other than create the variables but you are supposed to use them for some fussy compilers) and they don't use constants for the hashes (again a thing you are supposed to do for max compiler support) and there is a fourth algo added at the end there, otherwise the functionality is identical to the tribus hashing module

and nowhere does it say raptor anywhere, so thats why I wonder what the hell this raptor algo is? searched on the net and didn't find anything about raptor algo

You missed a key difference:  denarius is a premine scam =) SIGT has no premine. It could be a 1:1 carbon copy of denarius and be superior due to no premine.
full member
Activity: 146
Merit: 100
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"

yes the algo is almost identical.. when I wrote the hashing module for hashbag (prior to their release of a hashing module) I noticed that it's technically the same thing with different algo names (and another algo added). i've never seen 80 bytes of an algo and 64 bytes of the others before Denarius, and then this week all the sudden comes 'SkunkHash + Raptor' where it is 80 bytes of one algo + 64 bytes of 3 other algos, and i have been wondering what Raptor is as I never added it to any hashing module however the blocks are accepted by the network just using the 4 algos: 80b skein, 64b cubehash fugue gost, no need for anything else

thats why i went to look in his own hashing module once he released it but it looks like a pretty close copy of ex_mac's hashing modules.. eg
https://github.com/signatumd/hashing-module/blob/master/skunkhashmodule.c
https://github.com/exmac/tribus-hash/blob/master/tribusmodule.c
only difference is where it says 'tribus' in the skunkhash it says 'skunkhash'

in the skunkhash.c hashing module:
https://github.com/signatumd/hashing-module/blob/master/skunkhash.c
https://github.com/exmac/tribus-hash/blob/master/tribus.c
only difference is that the hash functions used are different (however the first hash is still 80 bytes) and also the init calls are removed (they dont really do anything other than create the variables but you are supposed to use them for some fussy compilers) and they don't use constants for the hashes (again a thing you are supposed to do for max compiler support) and there is a fourth algo added at the end there, otherwise the functionality is identical to the tribus hashing module

and nowhere does it say raptor anywhere, so thats why I wonder what the hell this raptor algo is? searched on the net and didn't find anything about raptor algo
This is what I doubt
full member
Activity: 146
Merit: 100
No ! the algo can never be compared with Tribus .

And no fishy or chicky going on .


Dev - Personal info is not available . That's all.
Can you show me his autobiography?
hero member
Activity: 677
Merit: 500
Cryptopia wallet stuck one hour ago. And i feel, price will be dropped before  wallet go work  Angry
Dump is going...
full member
Activity: 298
Merit: 100
hashbag.cc
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"

yes the algo is almost identical.. when I wrote the hashing module for hashbag (prior to their release of a hashing module) I noticed that it's technically the same thing with different algo names (and another algo added). i've never seen 80 bytes of an algo and 64 bytes of the others before Denarius, and then this week all the sudden comes 'SkunkHash + Raptor' where it is 80 bytes of one algo + 64 bytes of 3 other algos, and i have been wondering what Raptor is as I never added it to any hashing module however the blocks are accepted by the network just using the 4 algos: 80b skein, 64b cubehash fugue gost, no need for anything else

thats why i went to look in his own hashing module once he released it but it looks like a pretty close copy of ex_mac's hashing modules.. eg
https://github.com/signatumd/hashing-module/blob/master/skunkhashmodule.c
https://github.com/exmac/tribus-hash/blob/master/tribusmodule.c
only difference is where it says 'tribus' in the skunkhash it says 'skunkhash'

in the skunkhash.c hashing module:
https://github.com/signatumd/hashing-module/blob/master/skunkhash.c
https://github.com/exmac/tribus-hash/blob/master/tribus.c
only difference is that the hash functions used are different (however the first hash is still 80 bytes) and also the init calls are removed (they dont really do anything other than create the variables but you are supposed to use them for some fussy compilers) and they don't use constants for the hashes (again a thing you are supposed to do for max compiler support) and there is a fourth algo added at the end there, otherwise the functionality is identical to the tribus hashing module

and nowhere does it say raptor anywhere, so thats why I wonder what the hell this raptor algo is? searched on the net and didn't find anything about raptor algo
full member
Activity: 140
Merit: 100
DeepOnion ♡
No ! the algo can never be compared with Tribus .

And no fishy or chicky going on .


Dev - Personal info is not available . That's all.
full member
Activity: 146
Merit: 100
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"
Be careful, my friends
There is something fishy
sr. member
Activity: 365
Merit: 250
The launch of the Roadmap has further stimulated the market, and the construction of Tor nodes has made more people happy.up up up.
legendary
Activity: 1988
Merit: 1000
signatum is the next pascal
sr. member
Activity: 1344
Merit: 252
Already 4500. Where it can go guys , what your guesses?
full member
Activity: 146
Merit: 100
Dear developer
I have some doubts about you
who are you ?
Why are all your accounts new like Twitter and Github?
Especially this algorithm I think it's a Denarius "Tribus"
full member
Activity: 298
Merit: 100
hashbag.cc
What a roller coaster... Honestly i dont know what to think anymore... There isnt anything new with this one besides the algo right? I know ive heard of some possible roadmap but is it beeing developed at the moment or is there something unique ( besides the algo ) to be announced soon? I really like the whole idea but i would like to understand why would people be buying this if it has no current use... Thanks for your answers

The Signatum roadmap had been published earlier today

Signatum Roadmap ver-1
—----------------------------
1. Project dedicated explorer ( to be released as OpenSource under GPL ) - completed 24th July 2017
2. Whitepaper - task assigned to community member Dan Jensen for writeup with dev team
3. Update Website
4. Signatum Marketplace where people can trade goods and services using SIGT currency
5. Better Anonymity network with more Tor nodes.
6. Signatum Web Wallet in NodeJS
7. SignatumPay
8. More Exchanges
9. Signatum Crowdfunding platform
10. Plan & Build a Signatum Foundation - suggested by community member Mr. Rick
11. Signatum Exchange - suggested by user EVP & Dan Jensen

Note: The suggestions will need more community input and support to be included in RoadMap ver-2

The Signatum dedicated explorer (currently alpha) can be found at http://internal.signatum.io/, and charting at http://charts.signatum.io/. Both are opensource under GPLv3 Licensing on our Github, https://github.com/signatumd/signatum-explorer https://github.com/signatumd/signatum-charts.


thanks dev

i wonder if you could help me figure something out, i was looking into the algorithm and trying to figure out what raptor is, so i searched the hashing module at https://github.com/signatumd/hashing-module/search?utf8=%E2%9C%93&q=raptor&type=

and there is 0 results for 'raptor' in the code

also in the daemon i searched for raptor https://github.com/signatumd/source/blob/3d3dc2b81a623cd1407946b27cb625a8eaef2274/src/obj/skunkhash/raptor.h and there is only header files, no actual functions that do anything, just a reference to a function called RaptorFuck() in a header file
sr. member
Activity: 490
Merit: 264
| Privacy Advocate | Game Theory | Free Thinker |
What a roller coaster... Honestly i dont know what to think anymore... There isnt anything new with this one besides the algo right? I know ive heard of some possible roadmap but is it beeing developed at the moment or is there something unique ( besides the algo ) to be announced soon? I really like the whole idea but i would like to understand why would people be buying this if it has no current use... Thanks for your answers

The Signatum roadmap had been published earlier today

Signatum Roadmap ver-1
—----------------------------
1. Project dedicated explorer ( to be released as OpenSource under GPL ) - completed 24th July 2017
2. Whitepaper - task assigned to community member Dan Jensen for writeup with dev team
3. Update Website
4. Signatum Marketplace where people can trade goods and services using SIGT currency
5. Better Anonymity network with more Tor nodes.
6. Signatum Web Wallet in NodeJS
7. SignatumPay
8. More Exchanges
9. Signatum Crowdfunding platform
10. Plan & Build a Signatum Foundation - suggested by community member Mr. Rick
11. Signatum Exchange - suggested by user EVP & Dan Jensen

Note: The suggestions will need more community input and support to be included in RoadMap ver-2

The Signatum dedicated explorer (currently alpha) can be found at http://internal.signatum.io/, and charting at http://charts.signatum.io/. Both are opensource under GPLv3 Licensing on our Github, https://github.com/signatumd/signatum-explorer https://github.com/signatumd/signatum-charts.


Thank you for your answer... Is this roadmap already been developed or has any time frames associated with it? Yes the early days of any crypto is mostly speculation but im wondering what is there to speculate about... Im not saying in any way i wont support this project, quite the opposite, thats why im interested in making these questions before i jump on board.
newbie
Activity: 27
Merit: 0
Hi everyone can you give me a hand on this please? I was ready to start supporting this project, followed this http://cryptovore.com/2017/07/19/how-to-mine-signatum-sigt/

But after initiating the batch file, the window close right after.

This is my Os win10.64b
Gpu ATI RADEON HD4800 (2gbram ddr5)

Thanks in advance
full member
Activity: 298
Merit: 100
hashbag.cc
hashbag.cc pool now at 1 hour payout, no registration required. if you like your payouts quick, come join us!

use the stratum link: -o stratum+tcp://pool.hashbag.cc:8644 -u -p c=SIGT,stats

the 'stats' part allows you to submit stats with nvidia's ccminer so it will show in the benchmarks section

all miners welcome Smiley
member
Activity: 78
Merit: 10
What a roller coaster... Honestly i dont know what to think anymore... There isnt anything new with this one besides the algo right? I know ive heard of some possible roadmap but is it beeing developed at the moment or is there something unique ( besides the algo ) to be announced soon? I really like the whole idea but i would like to understand why would people be buying this if it has no current use... Thanks for your answers
Same here...
But that is almost the same with any crypto currency. Mostly speculation driven I am guessing.

I am very optimistic about this coin, the initial stage always experienced the price rise and fall too big, wait time precipitation, believe this will be a very good coin.
Agree, wondering if to sell some now before the drop occurs (if), or just to wait it out for the next rise thereafter.
An interesting game to say the least.
newbie
Activity: 59
Merit: 0
What a roller coaster... Honestly i dont know what to think anymore... There isnt anything new with this one besides the algo right? I know ive heard of some possible roadmap but is it beeing developed at the moment or is there something unique ( besides the algo ) to be announced soon? I really like the whole idea but i would like to understand why would people be buying this if it has no current use... Thanks for your answers

The Signatum roadmap had been published earlier today

Signatum Roadmap ver-1
—----------------------------
1. Project dedicated explorer ( to be released as OpenSource under GPL ) - completed 24th July 2017
2. Whitepaper - task assigned to community member Dan Jensen for writeup with dev team
3. Update Website
4. Signatum Marketplace where people can trade goods and services using SIGT currency
5. Better Anonymity network with more Tor nodes.
6. Signatum Web Wallet in NodeJS
7. SignatumPay
8. More Exchanges
9. Signatum Crowdfunding platform
10. Plan & Build a Signatum Foundation - suggested by community member Mr. Rick
11. Signatum Exchange - suggested by user EVP & Dan Jensen

Note: The suggestions will need more community input and support to be included in RoadMap ver-2

The Signatum dedicated explorer (currently alpha) can be found at http://internal.signatum.io/, and charting at http://charts.signatum.io/. Both are opensource under GPLv3 Licensing on our Github, https://github.com/signatumd/signatum-explorer https://github.com/signatumd/signatum-charts.
Jump to: