Author

Topic: [TEK] TEKcoin Hi-PoS hybrid pos/pow no premine/ipo/ico - page 195. (Read 446058 times)

sr. member
Activity: 298
Merit: 250


Thats why we need The MarketMaking multipool. So we can point all our haspower to this pool and mine for other most profit altcoins (scrypt, sha256,x11, ? etc.) Auto-check for most profit coin every hour (or we can decide on how often later) Then we can sell this mined altcoins using Cryptsy API for BTC and using the same API to place the TEK BUY order with this amount of BTC/// So if this multipool will have 4500 Ths SHA256 power + 600MHs Scrypt power (2x Excalibur 7) and 30MHs X11 then (according to Coinwarz calc) this multipool can create atleast 270$ (2951,368 TEK) BUY order every day or 123 TEK BUY order every hour!!!+ today trading volume of 290$ (according to Coinmarketcap.com)  That can create more liquid market + more trading volume... and everybody can sell his stake coins when he wants and know that there will be BUY order every hour!

Thundertoe! I would like you to share of what you think of this multipool Idea and make a comment as a well known member of this community?!
Thank you//peace

I really like the idea, as i like to mine/hold TEK. This would maximize the amount of TEK i can get by mining per day and cut the amount of work down to do it.  Increased daily market volume i think would be a great added benefit.
[/quote]

Has there been any further discussion on this idea?
[/quote]

This idea can be called - The Marketmaking Multipool that backs the TEKcoin... Where Hashrates directly translates to coin's value.
Until the devs are doing their jobs.. the community can do it's job and crowdfund this Multipool. As I know that people from http://teslacoinpool.com team are ready to build that pool for us for some bounty. We can offer 2BTC for the work done.
Someone trusted from the tekcoin community (I would trust any of the devs) can create the newnew TEK  address and everyone can send as much as they want.. I think we can set the funding goal at 1 BTC and I will add 1BTC from my self!
What do you think people?
Peace people..
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Yup. Missed that post. But the question really is what was the underlying reason for this change. It didn't need to be changed to fix the stuck PoS block. It was extra on top of the other code that was changed.


So was this a problem of cut and paste? 
Or was it a intentional change?
Long term, does it matter how quickly we inflate the coin?

Just my thoughts,
Jason

The change was intentional, because in testing the difficulty was not lowering and no staking was occuring. Defaced and Thundertoe thought that lowering the initial difficulty would break it loose, which in testing worked just fine. On the actual launch, we all saw the chaos that ensued, not all of which was because of this. Tranz says this was not necessary to unstick the frozen POS blocks, and Presstab seems to agree. Since both of them are better programmers than I'll ever be, I'll not question that too much, except that the fix was NOT working until that line was changed. Press, Tranz, could you perhaps elaborate on why that could be? I'm not officially part of the dev team here, and probably never will be, but I do talk to them all the time and I am a huge fan of this coin. Whatever else may come to pass, I want to see it working correctly. I intend to dedicate a lot of my resources to promoting this beast, and it needs to work correctly for that to happen.
legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.


I would add to this that it has historically been pretty accurate, up until the hole that nobody knew about hosed the coin. Once the fix was made, the steady progression of stakes had been interrupted and a whole swarm of stake ready wallets hit the network all at once. There were a number of unforseen problems with this, most of which were FAR more troublesome than the nvcs adjustment. Besides, it's likely to return to normal levels *IF* we all use coin control to spread out our blocks. Consider it incentive to not be lazy.


I will tell you all the issue. It is simple.

This one line was changed:  https://github.com/maxxine/TEK/blob/master/src/main.cpp#L39

The base difficulty was lowered as part of the fix.  

This allows/causes a few things.
1) Easier/lower CPU intensive staking
2) Easier chance of attacking with PoS
3) Lower stake reward, as now the starting point of the reward calc is much lower (see here): https://github.com/maxxine/TEK/blob/master/src/main.cpp#L992-L1006

The chance of this going back to this difficulty are low, therefor the chance of getting the full reward (500%) are also low..

This can not be changed again without a hard fork.

Yep. I posted about this but nobody cared.  https://bitcointalksearch.org/topic/m.8574529

 

I missed it. I care Tongue

Anyway, so basically the fix created a new problem, correct? If I understand what else was done, then putting this line back now that staking is working should restore it's proper function and the other fixes should prevent the initial problem from ever happening again. Is this correct?

Because frankly, a new fork after getting everything else straight doesn't seem to me to be that big of a deal as long as there's a bit more lead time than last time.

Also, how hard would it be to set up an actual testnet for TEK? As I read it, it seems like it would be easy, just would need a couple of fulltime dedicated nodes. Once I get moved, I'd be willing to rent a couple servers for that very purpose.
m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
or is tek starting to hurt pay 40% , that it needs to be lower?
newbie
Activity: 58
Merit: 0
Yup. Missed that post. But the question really is what was the underlying reason for this change. It didn't need to be changed to fix the stuck PoS block. It was extra on top of the other code that was changed.


So was this a problem of cut and paste? 
Or was it a intentional change?
Long term, does it matter how quickly we inflate the coin?

Just my thoughts,
Jason
legendary
Activity: 1540
Merit: 1052
May the force bit with you.


I would add to this that it has historically been pretty accurate, up until the hole that nobody knew about hosed the coin. Once the fix was made, the steady progression of stakes had been interrupted and a whole swarm of stake ready wallets hit the network all at once. There were a number of unforseen problems with this, most of which were FAR more troublesome than the nvcs adjustment. Besides, it's likely to return to normal levels *IF* we all use coin control to spread out our blocks. Consider it incentive to not be lazy.


I will tell you all the issue. It is simple.

This one line was changed:  https://github.com/maxxine/TEK/blob/master/src/main.cpp#L39

The base difficulty was lowered as part of the fix.  

This allows/causes a few things.
1) Easier/lower CPU intensive staking
2) Easier chance of attacking with PoS
3) Lower stake reward, as now the starting point of the reward calc is much lower (see here): https://github.com/maxxine/TEK/blob/master/src/main.cpp#L992-L1006

The chance of this going back to this difficulty are low, therefor the chance of getting the full reward (500%) are also low..

This can not be changed again without a hard fork.

Yep. I posted about this but nobody cared. https://bitcointalk.org/index.php?topic=320404.2100 https://bitcointalksearch.org/topic/m.8574529

 

Yup. Missed that post. But the question really is what was the underlying reason for this change. It didn't need to be changed to fix the stuck PoS block. It was extra on top of the other code that was changed.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer


I would add to this that it has historically been pretty accurate, up until the hole that nobody knew about hosed the coin. Once the fix was made, the steady progression of stakes had been interrupted and a whole swarm of stake ready wallets hit the network all at once. There were a number of unforseen problems with this, most of which were FAR more troublesome than the nvcs adjustment. Besides, it's likely to return to normal levels *IF* we all use coin control to spread out our blocks. Consider it incentive to not be lazy.


I will tell you all the issue. It is simple.

This one line was changed:  https://github.com/maxxine/TEK/blob/master/src/main.cpp#L39

The base difficulty was lowered as part of the fix.  

This allows/causes a few things.
1) Easier/lower CPU intensive staking
2) Easier chance of attacking with PoS
3) Lower stake reward, as now the starting point of the reward calc is much lower (see here): https://github.com/maxxine/TEK/blob/master/src/main.cpp#L992-L1006

The chance of this going back to this difficulty are low, therefor the chance of getting the full reward (500%) are also low..

This can not be changed again without a hard fork.

Yep. I posted about this but nobody cared.  https://bitcointalksearch.org/topic/m.8574529

 
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Please state this on OP. Please remember the high interest is what attracted most users to this coin. How do we get back to that? Even IF its high cpu usage , it just needs to be stated on the op, that way users cannot complain , as they have been warned they need a powerful cpu. High end I-7 maybe. I set my Bitmain 1th/s on this coin because of high interest. Can we get back to that? I do have the lastest and greatest CPU (Intel 4790K), and a Bitmain S2 , and want to put them to work on this coin. Maybe this coin could cater to high end users that have the hardware? I think this will bring more value to the coin, as very few people have what it takes to mine it, and the supply will be less. Those that have what it takes will be rewarded.



legendary
Activity: 1540
Merit: 1052
May the force bit with you.


I would add to this that it has historically been pretty accurate, up until the hole that nobody knew about hosed the coin. Once the fix was made, the steady progression of stakes had been interrupted and a whole swarm of stake ready wallets hit the network all at once. There were a number of unforseen problems with this, most of which were FAR more troublesome than the nvcs adjustment. Besides, it's likely to return to normal levels *IF* we all use coin control to spread out our blocks. Consider it incentive to not be lazy.


I will tell you all the issue. It is simple.

This one line was changed:  https://github.com/maxxine/TEK/blob/master/src/main.cpp#L39

The base difficulty was lowered as part of the fix.  

This allows/causes a few things.
1) Easier/lower CPU intensive staking
2) Easier chance of attacking with PoS
3) Lower stake reward, as now the starting point of the reward calc is much lower (see here): https://github.com/maxxine/TEK/blob/master/src/main.cpp#L992-L1006

The chance of this going back to this difficulty are low, therefor the chance of getting the full reward (500%) are also low..

This can not be changed again without a hard fork.
m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
Why is Tekcoin connecting to the LFnet irc server? This is a security problem, that's why the irc connections have been disabled in the bitcoin protocol updates.

any information on this?



I'm guessing this is what Kaspersky is flagging as a trojan. Breakbeater's useful post shows how to override it, but that won't help when Kaspersky or other AVs refuse to download the files at all.

No answer yet for why Tekcoin connects to IRC in the first place? Was this just added? If so, why? (especially if it  can be overridden without consequence using breakbeater's conf file suggestion).

Thanks!

hey i had same problem with av too , but after i added the line for not connect to irc in conf. and install tek into a new machine it was clean .so the trogen is on our own system but i cant detect it with av , looks like malware , im at a loss
 



Most coins have irc included, it has been around for a very long time.  Not sure what the surprise is about?  We disabled it on Fluttercoin recently but we still need to go through and remove it from the code, it is no longer used as a sync option on our end.  Use of DNS seeds is an option to identify nodes unless you hard code a few in a conf file.  Last I checked tek source didn't have any dnsseed nodes listed, so irc may still play a role.
(May have added some during the fix)


Thanks for that. I'm still puzzled though. Addnodes have been recommended for tekcoin.conf files for weeks (months?) now, but the Kaspersky IRC trojan flag just showed up with the most recent compiled Windows version. Looks like I'm at an impasse - I can't use the new version without bypassing Kaspersky which I'm reluctant to do on the machines in question for obvious reasons (Windows).     Wink

So far the advice is "just trust it". I appreciate the advice, internet strangers, but - you know - nothing personal. Call me chicken. Put it down to the fact that I was an early BFL customer (40ish BTC down the drain).

Bottom line for me so far - I won't use the compiled Windows version until Kaspersky is satisfied with it again. No big deal - I'm not in a hurry - and I certainly acknowledge that this may be a fuss over nothing.
 

legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry


we just had a hardfork,  when i wrote the ann is was conservatively as accurate as i could simply explain. Its not been my focus of attention lately but im sure amazing a non "shady" inspiring ann can win over all the hearts and minds of the brave crypto investors who support this experimental technology.

There is no perfect solution, you get posters complaining about not enough stake in one sentence and then freaking out about inflation in the next. There may need to be some more adj to the code if the future, but right now the adj factor looks like its going to do its job and force moving of blocks from hardfork date or incur possible penalty for minting at a higher diff.

The nvcs pos diff adjustment is an important feature it gives incentive to move the staking blocks apart from where the high diff is, spreading them out increases network strength.

Please edit the post to reflect the new rate!! Or else, yes this is shade.  Undecided

I'm hungry and like my TEK cool, so I'll buy you or anyone else's shady TEK. Let's talk and I'll setup a wall on Comkort for you to dump into alright?

I don't have tek, just wanted to buy some. Why does it say 40%+ SUperStake in 30 days if thats not how it is??? Makes no sense.

At this current block the interest rate is 175% annually, so this would give you about ~ 14.5% after your 30 days.  TEK uses the NVCS method of inflation control, which is just actually a carbon copy of PPC's PoW reward setup.  What this means is that TEK can have interest up to 40% in 30 days, but the interest/stake rate is actually variable and depends on the PoS difficulty. Most TEK/PoS users already know this.

I would add to this that it has historically been pretty accurate, up until the hole that nobody knew about hosed the coin. Once the fix was made, the steady progression of stakes had been interrupted and a whole swarm of stake ready wallets hit the network all at once. There were a number of unforseen problems with this, most of which were FAR more troublesome than the nvcs adjustment. Besides, it's likely to return to normal levels *IF* we all use coin control to spread out our blocks. Consider it incentive to not be lazy.
hero member
Activity: 808
Merit: 502
Thanks Presstab that is a good explanation and very accurate description.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry


we just had a hardfork,  when i wrote the ann is was conservatively as accurate as i could simply explain. Its not been my focus of attention lately but im sure amazing a non "shady" inspiring ann can win over all the hearts and minds of the brave crypto investors who support this experimental technology.

There is no perfect solution, you get posters complaining about not enough stake in one sentence and then freaking out about inflation in the next. There may need to be some more adj to the code if the future, but right now the adj factor looks like its going to do its job and force moving of blocks from hardfork date or incur possible penalty for minting at a higher diff.

The nvcs pos diff adjustment is an important feature it gives incentive to move the staking blocks apart from where the high diff is, spreading them out increases network strength.

Please edit the post to reflect the new rate!! Or else, yes this is shade.  Undecided

I'm hungry and like my TEK cool, so I'll buy you or anyone else's shady TEK. Let's talk and I'll setup a wall on Comkort for you to dump into alright?

I don't have tek, just wanted to buy some. Why does it say 40%+ SUperStake in 30 days if thats not how it is??? Makes no sense.

At this current block the interest rate is 175% annually, so this would give you about ~ 14.5% after your 30 days.  TEK uses the NVCS method of inflation control, which is just actually a carbon copy of PPC's PoW reward setup.  What this means is that TEK can have interest up to 40% in 30 days, but the interest/stake rate is actually variable and depends on the PoS difficulty. Most TEK/PoS users already know this.
hero member
Activity: 763
Merit: 534
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry


we just had a hardfork,  when i wrote the ann is was conservatively as accurate as i could simply explain. Its not been my focus of attention lately but im sure amazing a non "shady" inspiring ann can win over all the hearts and minds of the brave crypto investors who support this experimental technology.

There is no perfect solution, you get posters complaining about not enough stake in one sentence and then freaking out about inflation in the next. There may need to be some more adj to the code if the future, but right now the adj factor looks like its going to do its job and force moving of blocks from hardfork date or incur possible penalty for minting at a higher diff.

The nvcs pos diff adjustment is an important feature it gives incentive to move the staking blocks apart from where the high diff is, spreading them out increases network strength.

Please edit the post to reflect the new rate!! Or else, yes this is shade.  Undecided

I'm hungry and like my TEK cool, so I'll buy you or anyone else's shady TEK. Let's talk and I'll setup a wall on Comkort for you to dump into alright?
legendary
Activity: 938
Merit: 1000
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry


we just had a hardfork,  when i wrote the ann is was conservatively as accurate as i could simply explain. Its not been my focus of attention lately but im sure amazing a non "shady" inspiring ann can win over all the hearts and minds of the brave crypto investors who support this experimental technology.

There is no perfect solution, you get posters complaining about not enough stake in one sentence and then freaking out about inflation in the next. There may need to be some more adj to the code if the future, but right now the adj factor looks like its going to do its job and force moving of blocks from hardfork date or incur possible penalty for minting at a higher diff.

The nvcs pos diff adjustment is an important feature it gives incentive to move the staking blocks apart from where the high diff is, spreading them out increases network strength.

Please edit the post to reflect the new rate!! Or else, yes this is shade.  Undecided

thanks for your help have a great day and enjoy superstake.
legendary
Activity: 938
Merit: 1000
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry


we just had a hardfork,  when i wrote the ann is was conservatively as accurate as i could simply explain. Its not been my focus of attention lately but im sure amazing a non "shady" inspiring ann can win over all the hearts and minds of the brave crypto investors who support this experimental technology.

There is no perfect solution, you get posters complaining about not enough stake in one sentence and then freaking out about inflation in the next. There may need to be some more adj to the code if the future, but right now the adj factor looks like its going to do its job and force moving of blocks from hardfork date or incur possible penalty for minting at a higher diff.

The nvcs pos diff adjustment is an important feature it gives incentive to move the staking blocks apart from where the high diff is, spreading them out increases network strength.
sr. member
Activity: 364
Merit: 250
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry

Yes, very shady. Please let me know how many you want to dump and I will just take them off your hands for you as a favor...............
hero member
Activity: 763
Merit: 534
I am very glad I keep waiting to buy TEKs and multiply them all. So now interest rate is not the advertised rate in the thread? Is that false advertising? Devs sound shady  Angry

Yeah shady. I say dump Angry
newbie
Activity: 11
Merit: 0
Downloaded the update and wallet still will not sync with network it is showing over 13000 blocks reaming I have had PC running for days now and it still has not complete updating.  After reading a bit I noticed there was a Fix update but that is being blocked and instantly deleted by Kapersky when the extracted file is opened this was never a issue before when downloading the wallets or updates so it makes me also a bit leery of trying to go around Kapersky.  Is there any other fix to get my wallet up and running.

Thanks AquaTron
sr. member
Activity: 444
Merit: 250
Life is a bitch, get used to it...
You can use a Virtual Machine like Oracle VirtualBox, it's free and realy easy to use. Wink
Jump to: