Bitcoin Forum
June 23, 2024, 11:55:56 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: January 24, 2018, 10:18:57 AM
My wallet (version v1.2.0.3) has been stuck at 5 days behind for a long time now.

It says I have 8 active connections and says it is syncing with the network.

Restarting the wallet has no effect. I deleted the block info in app data and it redownloaded...got stuck again in same spot.

Says it has process 440025 of 2740366

Any advice?


You can try to reset your peer database too (move all peers* files away to a temp folder) and make sure you've included the mentioned addnode lines in your tigercoin.conf file.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: June 05, 2017, 07:51:34 AM
Still no joy solo mining just solving blocks too late shame the node i was running had 15 connections.. bfgminer wont work with my gekko 2pac which is a shame I would have liked to have given that option a try. Thanks for the help though its given me some insight.

I am back to the pools for the time being.



I was totally wrong about the cause of your mining issue. I just took a short look at your error message and jumped to conclusions. Apologies.

I took a closer look and found out the problem is some buggy code in the way cgminer calculates the serialized block height. This results in faulty block height data in your mined blocks.

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: June 03, 2017, 12:56:36 PM
As a last resort you could also set queue to 0 but I doubt you need this with expiry and scantime set to 1..
Unless you really need to, keep it at default (1).
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: June 03, 2017, 11:22:04 AM
In fact, I'd advise to try setting both expiry and scantime to 1. As long a you run solo and local, there's no harm in doing so, and it will minimize the risk on working on expired work due to new found blocks on the network.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: June 03, 2017, 10:32:11 AM
looking through the debug.log I am getting this for said solved blocks


ThreadRPCServer method=submitblock
ERROR: AcceptBlock() : block height mismatch in coinbase
ERROR: ProcessBlock() : AcceptBlock FAILED
ThreadRPCServer method=getblockcount

any ideas on whats going wrong?

It looks like you are finding blocks just fine, the only thing is your miner is finding them after their height already have been mined by somebody else.
This means your miner keeps working on the work it got dispatched for too long before checking whether it is still relevant.

Try to set the upper limit for new work to for example 20 seconds using the expiry argument:

Code:
--expiry|-E <arg>   Upper bound on how many seconds after getting work we consider a share from it stale (default: 120)

Also, if your port is open and the client running, you will be acting as a full node.

You can also check this with:
Code:
getpeerinfo

After running the client for a while, you should see some inbound peers coming up ("inbound" : true).



6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: May 19, 2016, 04:07:01 PM
You're definitely having connection issues to the internet. Something is blocking the client. Your log states it can't even 'surf' to http://91.198.22.70 to check your current IP at DynDNS.

Your firewall or anything like that is probably blocking the client from having access to the internet.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: May 19, 2016, 06:56:59 AM
fred96002001, do you see any errors in your debug.log?

Can you telnet to:

telnet 194.135.91.150 15660

?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: March 10, 2016, 09:33:24 AM
I disagree with you if the difficulty retarget is not properly adjusted and there is huge power, the fight for blocks can fork the chain and you discover a lot of blocks that stall and are not confirmed... so a lot of mining power wasted.....

But at the moment the bad thing about TGC is that we don't have an exchange......

Exactly. So don't throw an irrational high amount of power into the network or you'll be wasting some of your mining power. ;-)
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: March 10, 2016, 07:32:28 AM
[snip]

Difficulty will pick up. Don't worry about that. In the meantime. If you mine, you earn rewards / fees. Just like always. If you mine with too much power, you'll mine less efficient. Just like always.
The fact that the network generates a few more blocks evey now and then doesn't really hurt you, does it? ;-) See it as a temporary extra insentive for miners if you will.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: March 09, 2016, 07:16:19 PM
Seems that there is an issue with the coin.... i see from the wallet downloaded chain that are some days that are mined more than 10/15 blocks minute, and the difficulty don't retarget stuck on 44....

There is nothing wrong with the coin. All this is by design. The difficulty is adjusting just fine each block.  No worries.
The difficulty algorithm has a long term component built in which ensures block generation to keep on track. Also, this protects the network against known difficulty attacks.
Because block generation has been quite sluggish over the past few years, this long term component can have quite an intense result every once in a while. This will become less and less over time.

The main objective here is continued and uninterrupted block generation. This ensures TX capacity at any time you want. Consider this: if the network would have been steadily minting blocks every 45 seconds, it would have been at over 1.75 million blocks by now. We're close to 1 million..

An exchange would be very nice indeed. I'm sure this won't be a problem in the long run though. The coin won't die, so I guess it's just a matter of time.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: February 14, 2016, 05:53:16 PM
iSpace has run into the 1.2.0.2 bug and is on a forked chain. I've told them multiple times months ago they should upgrade but unfortunatly they did not.

As long as you are running the latest version you are on the main chain.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: February 12, 2016, 09:32:11 PM
There is no need to fork. Everything is just fine. The network is healthy and very resilient.  Tigercoin has plenty of TX capacity to process a lot more TXs per second than Bitcoin can at the moment.

Besides that, a new update is being built with very powerful new features.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 19, 2015, 04:19:10 PM
Hi.
I see too many error in log like:
CWalletTx::GetAmounts: Unknown transaction type found, txid fea8a224dad76d71315909fc64d6ccc522140e8e999e7dcfca22b9c72c1f7bc0
CWalletTx::GetAmounts: Unknown transaction type found, txid ff12587913dabc58dcc506cc30a238c8b5467c1fe2c36a77e14738c9ac39b036
CWalletTx::GetAmounts: Unknown transaction type found, txid ff1739cdc04f9440bb6b4b4d0c7d3cac0aff53690d2593d479d9b9d6609ff3af

What's wrong?


Could you give a bit more information please?

- What client version do you run?
- Besides these error messages in your log file, is your client functioning normally?
- Are your seing only these three txid's giving errors in your logs? Or others as well?
- Do these error messages (so basically the same tc IDs) repeat themselves?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 17, 2015, 11:01:58 PM
I noticed a bug that could render a client unable to download new valid blocks from it's peers.
This only happenness in a very specific situation on clients with a (temporary) bad connection receiving multiple valid chains.
Nonetheless, I advise to update your clients asap to guarantee stability of both your daemon and network.
The risk of running into this bug is higher when you are actively mining on your client. Especially when this is combined with slow network connections / slow block synchronising.

So I released a new client (version 1.2.0.3) on Github and updated the link to the Windows binary as well.


For your convenience, here is the link to github:
https://github.com/TigerCoinDev/Tigercoin
And the new Windows binary:
https://mega.nz/#!J99mUJ6B!2OVZY-Cz8O4MgS7FP7YOP-rQFijjZIfQ0UPcxetcOy4

Good luck & enjoy!
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 16, 2015, 08:22:21 PM
Bitnodes actually seems to be lagging behind at the moment.
The best thing to do is to use:

Code:
addnodes=108.61.10.90
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 15, 2015, 02:30:36 PM
So as predicted block generation was quite fast for a while due to the new algo adjusting the sluggish network of the past few months (/year). I'll have to admit this went a bit less smooth than I anticipated. Still, I did mention upfront that block generation would be faster for a while. Thanks to all involved in throwing 55+ TH into the mix ;-)

Now, the algo will take care of stable block generation.
Of course it would help a lot to have more than one pool up and running. And maybe some solo miners. That would greatly help network stability.

But either way. Considering the current situation, from now on Tigercoin will be the most stable coin out there. :-)
No more waiting for multiple days for a new block to be generated.
No more malicious miners messing with the difficulty.
Just the most stable block generation possible. Maybe it will sometimes take longer than 45 seconds. Maybe sometimes less. But as long as there is hashing power, it will be the most stable you'll ever see.
You can transfer coins at any time without ages of waiting.

Also, max block size is 2MB.
So throughput is max 2MB every 45 seconds.
Which is over 26 times the throughput on the bitcoin network.

This might be a problem if the network gets really busy and you are on a 64 kpbs internet connection while you really need to be up to date (for example to be able to mine). But as long as you have solid hardware and connections you should be fine. ;-)

As a final note. It probably won't surprise you that I am working on a nice feature for the future.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 10, 2015, 03:13:31 PM
I'm not that familiar with P2Pool to be honest. But blocks are being generated on the network just fine.
There are no known issues with mining on the 1.2.0.2 client.

Have you tried solo mining?

UPDATE: By the way the message you mentioned normally means you mined blocks that were orphaned.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 10, 2015, 12:12:53 PM
FYI; I updated the addnodes to two nodes that seem to work well at the moment:

Code:
addnode=91.236.140.149
addnode=82.161.253.248
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 09, 2015, 03:21:07 PM
Finding blocks depends on your hash rate. Also, make sure your system time (clock) is accurate.

Difficulty should be around 1690 at the moment and is adjusted every block.
Block height is around 491652 now.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TGC][ANN] Relaunch Tigercoin - Official thread on: October 09, 2015, 02:34:37 PM
Yes. As mentioned before:

Quote
The last valid block on ispace.co.uk is 482296

Or, put another way: Block 482297 on the iSpace chain has an invalid difficulty value and thus is invalid. None of the other clients in the network will ever accept this block, or any blocks generated/built upon it.
So I am afraid that client has to resync with the network in order to be on a valid chain.
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!