eastwind_ja
|
|
May 04, 2014, 04:49:21 PM |
|
How is this coin?? good or not??
|
|
|
|
goodluck0319
|
|
May 04, 2014, 04:52:31 PM |
|
I use my cpu, I found 21 block in 3 hrs. I don't know if that is good or not.
|
|
|
|
matrix961
|
|
May 04, 2014, 04:55:08 PM |
|
How is this coin?? good or not??
I'd say pretty popular at least... GUI is showing 125 connections on network for me and network hash rate is currently 6163925. Current diff is 0.02823616. 30 Blocks found for me so far. Haven't found one in the past hour tho. Still chugging along.
|
|
|
|
solocoin
Newbie
Offline
Activity: 34
Merit: 0
|
|
May 04, 2014, 05:00:24 PM |
|
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?
|
|
|
|
CryptoHobo
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
May 04, 2014, 05:16:49 PM |
|
i'll chuck some hashes in cause why not ? i5-4570 @ 3.2GHz - 22408 hashes per second been mining for one minute and no blocks yet
|
|
|
|
tlas (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 04, 2014, 05:18:03 PM |
|
|
|
|
|
matrix961
|
|
May 04, 2014, 05:24:17 PM |
|
So tlas can you tell us anything about future plans? You going to be working on the website etc?
|
|
|
|
tlas (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
May 04, 2014, 06:15:19 PM |
|
Error compiling on Linux:
recipe for target 'build/tw.o' failed
Any help?
Linux: git clone https://github.com/tlas/tlascoincd tlascoin/src vi tchar2.h #if defined(__BORLANDC__) && !defined(_TCHAR_DEFINED) typedef _TCHAR TCHAR, *PTCHAR; typedef _TCHAR TBYTE, *PTBYTE; #define _TCHAR_DEFINED #endif
vi tw.cpp change to make -f makefile.unix
|
|
|
|
AfrikaMan
Member
Offline
Activity: 63
Merit: 10
|
|
May 04, 2014, 06:35:20 PM |
|
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 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.
|
|
|
|
spicelord
|
|
May 04, 2014, 07:33:45 PM |
|
AMD FX-8150
15:32:36  gethashespersec
15:32:36  15082
|
|
|
|
duhosnyul
|
|
May 04, 2014, 07:42:15 PM |
|
need pool, no blocks mined for me solo
|
|
|
|
pttx
Newbie
Offline
Activity: 47
Merit: 0
|
|
May 04, 2014, 08:27:36 PM |
|
I seem to be getting 2x the hashrate on linux compared to windows...
Dual E5-2697
"hashespersec" : 117183, "networkhashps" : 6686978,
|
|
|
|
ajeef
|
|
May 04, 2014, 09:50:43 PM |
|
difficult too high. need pool and minerd
|
|
|
|
matrix961
|
|
May 04, 2014, 10:06:05 PM |
|
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
|
|
|
|
zsnorbi
|
|
May 04, 2014, 10:11:18 PM |
|
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
|
|
|
|
ajeef
|
|
May 04, 2014, 10:16:04 PM |
|
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
|
|
|
|
skwinx
Member
Offline
Activity: 100
Merit: 10
|
|
May 04, 2014, 10:30:15 PM |
|
I guess, clone tlascoin coin will appear soon. Dev tlas Provides a new algo. and Very unique.
|
|
|
|
archit
|
|
May 04, 2014, 10:47:39 PM |
|
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?
|
|
|
|
zsnorbi
|
|
May 04, 2014, 10:52:30 PM |
|
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:)
|
|
|
|
Kooness
|
|
May 05, 2014, 01:31:51 AM |
|
I like "New Hash Algorithm" coin!
|
|
|
|
|