Bitcoin Forum
March 29, 2024, 07:11:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: [ANN][TET] Tetcoin - The Currency for Change  (Read 17402 times)
tuaris
Hero Member
*****
Offline Offline

Activity: 765
Merit: 500



View Profile WWW
January 02, 2015, 12:20:36 PM
 #41


Just look at all these nodes with different chain heights:


Where do I look? Startingheight?


Yeah, there are starting heights of more than 100,000 blocks which means people have been mining on there own forks.  Even the block explorer he has linked to in this forum is wrong  Current latest block should be 72312.

"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711696294
Hero Member
*
Offline Offline

Posts: 1711696294

View Profile Personal Message (Offline)

Ignore
1711696294
Reply with quote  #2

1711696294
Report to moderator
1711696294
Hero Member
*
Offline Offline

Posts: 1711696294

View Profile Personal Message (Offline)

Ignore
1711696294
Reply with quote  #2

1711696294
Report to moderator
SeymourSkinner
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
January 02, 2015, 12:27:06 PM
 #42


Just look at all these nodes with different chain heights:


Where do I look? Startingheight?


Yeah, there are starting heights of more than 100,000 blocks which means people have been mining on there own forks.  Even the block explorer he has linked to in this forum is wrong  Current latest block should be 72312.

Thank you. And if the nodes have different starting heights then every different height represents a fork?

In other words: the nodes should all have the same startingheight?

How do you know which one the 'original' chain?
tuaris
Hero Member
*****
Offline Offline

Activity: 765
Merit: 500



View Profile WWW
January 02, 2015, 01:35:07 PM
 #43


Just look at all these nodes with different chain heights:


Where do I look? Startingheight?


Yeah, there are starting heights of more than 100,000 blocks which means people have been mining on there own forks.  Even the block explorer he has linked to in this forum is wrong  Current latest block should be 72312.

Thank you. And if the nodes have different starting heights then every different height represents a fork?

In other words: the nodes should all have the same startingheight?

How do you know which one the 'original' chain?


Whatever chain the client on the main website accepts, which is currently the one I've been mentioning.
The 0.8.7.2 client that he released here in the forum is broken, thus causing the fork.

SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
January 02, 2015, 03:23:25 PM
 #44

what are the plans for XTN ?
as i dumped all my tetcoins (way too cheap) in askcoin
and burned the rest for XTNs

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
tuaris
Hero Member
*****
Offline Offline

Activity: 765
Merit: 500



View Profile WWW
January 03, 2015, 03:23:15 AM
 #45

I'm not going to pursue this any further as I am only trying to point out what was done wrong here.  I myself have not suffered any loss due to your error, but I'm sure several others would disagree with what you did.

You released a minor update to the wallet no hard forking or consensus change in October.  However, you unnecessarily blocks older clients from connecting to his new one.

Code:
// network protocol versioning
//
-static const int PROTOCOL_VERSION = 70003;
+static const int PROTOCOL_VERSION = 12870003;
// intial proto version, to be increased after version/verack negotiation
-static const int INIT_PROTO_VERSION = 209;
+static const int INIT_PROTO_VERSION = 128209;
// disconnect from peers older than this proto version
-static const int MIN_PEER_PROTO_VERSION = 70003;
+static const int MIN_PEER_PROTO_VERSION = 12870003;
// nTime field added to CAddress, starting with this version;
// if possible, avoid requesting addresses nodes older than this
@@ -42,9 +42,9 @@ static const int NOBLKS_VERSION_START = 32000;
static const int NOBLKS_VERSION_END = 32400;
// BIP 0031, pong message, is enabled for all versions AFTER this one
-static const int BIP0031_VERSION = 60000;
+static const int BIP0031_VERSION = 12860000;
// "mempool" command, enhanced "getdata" behavior starts with this version:
-static const int MEMPOOL_GD_VERSION = 60002;
+static const int MEMPOOL_GD_VERSION = 12860002;
#endif

You fail to mention this on the forum thread. Months go by, users continue with the 'older' client and now there are two block chains.

Code:

2015-01-02 11:26:20 received block 178a051007c33c93cf98ddbe837fe30c1b6b3499f5687f39246be3aa8f46b197
2015-01-02 11:26:20 ERROR: CheckProofOfWork() : hash doesn't match nBits
2015-01-02 11:26:20 ERROR: CheckBlock() : proof of work failed
2015-01-02 11:26:20 ERROR: ProcessBlock() : CheckBlock FAILED
2015-01-02 11:26:20 Misbehaving: 93.118.178.241:59288 (0 -> 50)
2015-01-02 11:26:43 stored orphan tx b620433a2c2db2b7a3ef2caa15b66b071a582a71b432b495de411a5be205f86d (mapsz 10001)
2015-01-02 11:26:43 mapOrphan overflow, removed 1 tx
2015-01-02 11:26:47 stored orphan tx 5089fd1831481bf760827773e563ffc3e934013a534047ecfc9c9e7255953693 (mapsz 10001)
2015-01-02 11:26:47 mapOrphan overflow, removed 1 tx
2015-01-02 11:26:48 received block 26d9dbf22c30cfd05c2f538d2e8709dea2467650d0792c16ba1eaaeee73cc73a
2015-01-02 11:26:48 ERROR: CheckProofOfWork() : hash doesn't match nBits
2015-01-02 11:26:48 ERROR: CheckBlock() : proof of work failed
2015-01-02 11:26:48 ERROR: ProcessBlock() : CheckBlock FAILED
2015-01-02 11:26:48 Misbehaving: 93.118.178.241:59288 (50 -> 100) DISCONNECTING
2015-01-02 11:26:48 disconnecting node 93.118.178.241:59288
2015-01-02 11:26:48 socket select error 9
2015-01-02 11:26:53 stored orphan tx d075597f90dc372d1044929deeb6f9e693f1851f4e5f7f5278f0a6e38748fb22 (mapsz 10001)
2015-01-02 11:26:53 mapOrphan overflow, removed 1 tx

jluizg
Full Member
***
Offline Offline

Activity: 165
Merit: 100


View Profile
January 30, 2015, 01:07:16 PM
 #46

25 satoshis on ASK?  Sad Huh
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
June 07, 2015, 12:27:08 PM
 #47

For the support of TET (I do it in a favor of all merged-mining coins) I've setup instant node and TET merged  mining with litecoin in one of my pools.

Hope this effort helps you.
FurianSun
Full Member
***
Offline Offline

Activity: 124
Merit: 100



View Profile
June 07, 2015, 04:58:54 PM
 #48

Looked ok at first but all the fork and wallet stuff is a nah from me.
Ivanech
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1014


View Profile
June 07, 2015, 06:26:39 PM
 #49

For the support of TET (I do it in a favor of all merged-mining coins) I've setup instant node and TET merged  mining with litecoin in one of my pools.

Hope this effort helps you.


зaмeчaтeльный.  Should there be a public facing website for the pool, please let us know so that we can add you to the Tetcoin links.


Not now. It's my own (private) solo pool for scrypt algo coins backed up with merge mining chains.

But I'll support public open instant node to help syncing TET blockchain.
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
June 17, 2015, 09:30:21 PM
 #50

Here is the Raspberry Pi wallet for v0.8.7.6-unk-beta - for both the Qt and headless daemon (command line) - UPNP enabled. It is possible to solo mine with this wallet if you want to.

Important:
1) Always backup your wallet.dat first before you do anything
2) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
3) Installation directory where the binaries are installed is ~/opt/tetcoin or /home/pi/opt/tetcoin
4) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to click on the Tetcoin icon on your desktop to launch the Qt wallet or go to the directory with the wallets and run the daemon (tetcoind) with the options you want at the command prompt or in a terminal window
5) An Internet connection is required for the installation
6) A bootstrap.dat is used to fast track the blockchain sync - up to block 109643
7) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\tetcoin folder and run the Win client again
8.) You need at least an 8GB memory card
9) The installation itself takes about 30-45min on an out-of-the-box Pi
10) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
11) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
12) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/tetcoin folder and execute sha256sum <filename> and md5sum <filename> and compare the values with the values in the checksums.txt file

Users will be familiar with the Qt wallet as it works like a Qt wallet in Windows. Instructions to use the headless command line daemon wallet:

1) Since you the installation script created a tetcoin.conf file with the startup settings in it, go to the folder with the binaries ~/opt/tetcoin and enter ./tetcoind in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./tetcoind eg. ./tetcoind getinfo
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./tetcoind encryptwallet <yourpassword>

Let me know about any issues that you may encounter.

To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
Code:
wget https://bitbucket.org/jc12345/tetcoin/downloads/tetcoin_installation_pi.sh && chmod +x tetcoin_installation_pi.sh && ./tetcoin_installation_pi.sh && rm -f tetcoin_installation_pi.sh

Direct links:
Link to installation script
Link to tetcoin-qt
Link to tetcoind
Link to virustotal scan for tetcoin-qt
Link to virustotal scan for tetcoind
Link to bootstrap.dat up to block 109643 - .tar.gz
Link to bootstrap.dat up to block 109643 - .zip for the Win users
Link to checksums.txt
upsidedown75
Legendary
*
Offline Offline

Activity: 1288
Merit: 1036



View Profile
October 12, 2015, 02:06:53 PM
 #51

I am currently having problems to synchronize my wallet. Is there a good list of nodes available?
jc12345
Legendary
*
Offline Offline

Activity: 1638
Merit: 1013


View Profile
October 12, 2015, 02:30:13 PM
 #52

I am currently having problems to synchronize my wallet. Is there a good list of nodes available?

You can try 185.92.222.31 current block is 119946
pinball_wizard
Full Member
***
Offline Offline

Activity: 702
Merit: 102

I am the Kung Fury...


View Profile
November 28, 2017, 01:28:14 PM
 #53

A coin with no use made with scrypt now is a bit late to get attention...next please!

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
sorinslv
Member
**
Offline Offline

Activity: 280
Merit: 10


View Profile
March 04, 2018, 08:06:37 PM
 #54

need node, it doesnt sync
uklimov
Newbie
*
Offline Offline

Activity: 83
Merit: 0


View Profile
March 23, 2018, 08:37:03 AM
 #55

addnode-?Huh?
Agent009
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
May 18, 2018, 10:05:47 AM
 #56

Realy?
When?
neyworfigh
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 06, 2018, 06:59:56 PM
 #57

Good night, fellows.
I'm moving all my bitcoins to buy every last one of these coins. This is the next big thing guys, this is the btc 2.0 you were waiting for. You missed btc, you missed eth, you even missed eos...So, don't repeat your mistakes anymore with this great coin!
kedia (OP)
Member
**
Offline Offline

Activity: 72
Merit: 250



View Profile
April 05, 2021, 06:01:10 PM
Last edit: April 05, 2021, 06:12:42 PM by kedia
 #58



Tetcore 2.0 Experimental is now available for testing - https://github.com/tetcoin/tetcore/releases/tag/2.0-experimental
Pages: « 1 2 [3]  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!