Pages:
Author

Topic: [TLS] Tlascoin | CPU| POW / NEW Twister algo | NO PREMINE| Exchange - page 14. (Read 24574 times)

newbie
Activity: 14
Merit: 0
WTS 10K TLS for 0.2 BTC for all.

Would you consider donating, thank you.  Grin


TYYx3Spc4dWKR1knfer7E9y7uLx6avXxoB
sr. member
Activity: 464
Merit: 252
WTS 10K TLS for 0.2 BTC for all.
sr. member
Activity: 434
Merit: 250
I like "New Hash Algorithm" coin!
I am not sure for twister but sha256 cannot be considered as "new"
Maybe this is why there's written "Just smile, nobody really cares anyway."
full member
Activity: 159
Merit: 100
Get me a bounty for GPU miner and I'll get it done
legendary
Activity: 1400
Merit: 1050
I like "New Hash Algorithm" coin!
I am not sure for twister but sha256 cannot be considered as "new"
full member
Activity: 227
Merit: 100
I like "New Hash Algorithm" coin!
hero member
Activity: 686
Merit: 500
The only problem with this is besides that there is no premine, 2 minutes after this post wallet was already at block ~500 probably instamined by dev
So i stick with talkcoin with working gpu miner from start on a new algo
if it only cpu,it is much better than clone coin


talkcoin is with unique algo so it is not a clone coin, and this one is cpu-only, as long as somebody does not builds a gpu miner for it:)
full member
Activity: 159
Merit: 100
Those interested, the mining algortihm is SHA256 + Twister + SHA256


Yep, You are the first see the code, Thank you. Seriously.

Lol. Interested for a GPU miner?

YPOOL  archit?

yeah?
member
Activity: 100
Merit: 10
I guess, clone tlascoin coin will appear soon. Dev tlas Provides a new algo.
 
and Very unique.
sr. member
Activity: 728
Merit: 251
The only problem with this is besides that there is no premine, 2 minutes after this post wallet was already at block ~500 probably instamined by dev
So i stick with talkcoin with working gpu miner from start on a new algo
if it only cpu,it is much better than clone coin
hero member
Activity: 686
Merit: 500
The only problem with this is besides that there is no premine, 2 minutes after this post wallet was already at block ~500 probably instamined by dev
So i stick with talkcoin with working gpu miner from start on a new algo
full member
Activity: 150
Merit: 100
I seem to be getting 2x the hashrate on linux compared to windows...

Dual E5-2697

"hashespersec" : 117183,
    "networkhashps" : 6686978,

What doesn't run better on linux vs windows Tongue
sr. member
Activity: 728
Merit: 251
difficult too high.
need pool and minerd
newbie
Activity: 47
Merit: 0
I seem to be getting 2x the hashrate on linux compared to windows...

Dual E5-2697

"hashespersec" : 117183,
    "networkhashps" : 6686978,
sr. member
Activity: 266
Merit: 250
need pool, no blocks mined for me solo
sr. member
Activity: 252
Merit: 250
AMD FX-8150

15:32:36

gethashespersec


15:32:36

15082
member
Activity: 63
Merit: 10
Always interesting to see new algos.

As far as I can tell the hashing algo is:

SHA2(Twister(SHA2(X))) where X is the message.

From hash.h

Code:
    uint256 hash1;
    SHA256((pbegin == pend ? pblank : (unsigned char*)&pbegin[0]), (pend - pbegin) * sizeof(pbegin[0]), (unsigned char*)&hash1);

    BitSequence hashval[32];
Hasht1( 256, (const unsigned char*)hash1.ToString().c_str(),256, hashval );
////// BEGIN ////
char s[128]={};
int offset=0;
for( int i= 0; i<32; i++ )
{
offset+=sprintf(s+offset, "%02x", hashval[i] );
}
s[offset+2]='\0';
///// END ////
uint256 hash2;
    SHA256((unsigned char*)&hashval, sizeof(hashval), (unsigned char*)&hash2);
    return hash2;
}

The part I marked between BEGIN and END seems unnecessary..?

From what I read about Twister, it is an AES variant, and it is comparable in speed to SHA2. With the reported hash rates it seems this implementation of Hasht1 could benefit from some optimisation.
newbie
Activity: 14
Merit: 0
Error compiling on Linux:

recipe for target 'build/tw.o' failed

Any help?

Linux:

git clone https://github.com/tlas/tlascoin

cd tlascoin/src

vi tchar2.h

Code:
#if defined(__BORLANDC__) && !defined(_TCHAR_DEFINED)
        typedef _TCHAR    TCHAR, *PTCHAR;
        typedef _TCHAR    TBYTE, *PTBYTE;
        #define _TCHAR_DEFINED
#endif

vi tw.cpp

Code:
“#include
  change to
Code:
“#include "tchar2.h"

make -f makefile.unix
full member
Activity: 150
Merit: 100
So tlas can you tell us anything about future plans? You going to be working on the website etc?
newbie
Activity: 14
Merit: 0
Pages:
Jump to: