Bitcoin Forum
May 11, 2024, 03:44:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
Author Topic: [TLS] Tlascoin | CPU| POW / NEW Twister algo | NO PREMINE| Exchange  (Read 24559 times)
eastwind_ja
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500


View Profile
May 04, 2014, 04:49:21 PM
 #41

How is this coin??    good or not??

1715399071
Hero Member
*
Offline Offline

Posts: 1715399071

View Profile Personal Message (Offline)

Ignore
1715399071
Reply with quote  #2

1715399071
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715399071
Hero Member
*
Offline Offline

Posts: 1715399071

View Profile Personal Message (Offline)

Ignore
1715399071
Reply with quote  #2

1715399071
Report to moderator
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 04, 2014, 04:52:31 PM
 #42

I use my cpu, I found 21 block in 3 hrs. I don't know if that is good or not.
matrix961
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
May 04, 2014, 04:55:08 PM
 #43

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 Offline

Activity: 34
Merit: 0


View Profile
May 04, 2014, 05:00:24 PM
 #44

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 Offline

Activity: 1050
Merit: 1000



View Profile
May 04, 2014, 05:16:49 PM
 #45

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  Grin
tlas (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 04, 2014, 05:18:03 PM
 #46

Block Explorer - http://www.tlascoin.org/blockcrawler/  Wink
matrix961
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
May 04, 2014, 05:24:17 PM
 #47

So tlas can you tell us anything about future plans? You going to be working on the website etc?
tlas (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 04, 2014, 06:15:19 PM
 #48

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 <tchar.h>”
  change to
Code:
“#include "tchar2.h"

make -f makefile.unix
AfrikaMan
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
May 04, 2014, 06:35:20 PM
 #49

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.
spicelord
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
May 04, 2014, 07:33:45 PM
 #50

AMD FX-8150

15:32:36

gethashespersec


15:32:36

15082

duhosnyul
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
May 04, 2014, 07:42:15 PM
 #51

need pool, no blocks mined for me solo

Energycoin. eD5Kv8NxNAgge58bbyJfZpANDDJg2G7uid
Freebiescoin- Free Distribution
FCsxVbuZzEekqY9q9voNZHps7fnqndRfuF
pttx
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
May 04, 2014, 08:27:36 PM
 #52

I seem to be getting 2x the hashrate on linux compared to windows...

Dual E5-2697

"hashespersec" : 117183,
    "networkhashps" : 6686978,
ajeef
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251



View Profile
May 04, 2014, 09:50:43 PM
 #53

difficult too high.
need pool and minerd
matrix961
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
May 04, 2014, 10:06:05 PM
 #54

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
zsnorbi
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
May 04, 2014, 10:11:18 PM
 #55

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
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251



View Profile
May 04, 2014, 10:16:04 PM
 #56

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 Offline

Activity: 100
Merit: 10


View Profile
May 04, 2014, 10:30:15 PM
 #57

I guess, clone tlascoin coin will appear soon. Dev tlas Provides a new algo.
 
and Very unique.
archit
Full Member
***
Offline Offline

Activity: 159
Merit: 100


View Profile
May 04, 2014, 10:47:39 PM
 #58

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
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
May 04, 2014, 10:52:30 PM
 #59

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
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
May 05, 2014, 01:31:51 AM
 #60

I like "New Hash Algorithm" coin!
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!