Author

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

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Just passed 1,000,000 TEK  Cheesy
sr. member
Activity: 350
Merit: 250
I never hashed for this...
Love POS coins  Cool
sr. member
Activity: 252
Merit: 250
Hail  TekCoin! Saviour of PoS  Grin
newbie
Activity: 31
Merit: 0


We added TekCoin to our wiki.
http://coinwik.org/BitGem
if you feel there's something needed to be added to their page, please do add it and feel free.


Here another exchange that can be added:

https://sharexcoin.com/market/TEK_BTC

legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
You might not have miniupnp installed. Try qmake "USE_UPNP=0" tekcoin-qt-linux.pro

It appears I needed libminiupnpc-dev as well. With this I was able to compile with UPNP support. Thanks so much for your help.
And for anyone interested, here are the exact steps I took:

Build instructions for Qt4 GUI tekcoin wallet on Ubuntu 14.04
-------

You probably don't need to use "USE_UPNP=1" because it assumes that by default, as seen by it tripping the error when you tried building without it. So even "qmake tekcoin-qt-linux.pro" should work.  Also you can use QT 5.2.1 with TEK, I updated the source code to be compatible with both.

For QT 5, there is qt5-qmake package in the Ubuntu repo but not libqt5-dev. Maybe by another name?

Hmm I'm not sure, I have only used 4.8.5 with linux, so maybe it isn't on apt yet?
full member
Activity: 225
Merit: 100
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
You might not have miniupnp installed. Try qmake "USE_UPNP=0" tekcoin-qt-linux.pro

It appears I needed libminiupnpc-dev as well. With this I was able to compile with UPNP support. Thanks so much for your help.
And for anyone interested, here are the exact steps I took:

Build instructions for Qt4 GUI tekcoin wallet on Ubuntu 14.04
-------

You probably don't need to use "USE_UPNP=1" because it assumes that by default, as seen by it tripping the error when you tried building without it. So even "qmake tekcoin-qt-linux.pro" should work.  Also you can use QT 5.2.1 with TEK, I updated the source code to be compatible with both.

For QT 5, there is qt5-qmake package in the Ubuntu repo but not libqt5-dev. Maybe by another name?
newbie
Activity: 31
Merit: 0


We added TekCoin to our wiki.
http://coinwik.org/BitGem
if you feel there's something needed to be added to their page, please do add it and feel free.


Great, but please use the right link :-)

http://coinwik.org/TekCoin
full member
Activity: 154
Merit: 100


We added TekCoin to our wiki.
http://coinwik.org/BitGem
if you feel there's something needed to be added to their page, please do add it and feel free.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
You might not have miniupnp installed. Try qmake "USE_UPNP=0" tekcoin-qt-linux.pro

It appears I needed libminiupnpc-dev as well. With this I was able to compile with UPNP support. Thanks so much for your help.
And for anyone interested, here are the exact steps I took:

Build instructions for Qt4 GUI tekcoin wallet on Ubuntu 14.04
-------
Ubuntu has an officially maintained personal package archive (PPA) for Bitcoin wallet. Add this repository by entering these following commands in a terminal window:
   sudo add-apt-repository ppa:bitcoin/bitcoin
   sudo apt-get update

Install required packages for Qt4 development:
   apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
   libboost-filesystem-dev libboost-program-options1.54-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev miniupnpc libminiupnpc-dev

Download the source files from presstab's repository and extract them.

Navigate to the source folder and execute the following commands:
   qmake "USE_UPNP=1" tekcoin-qt-linux.pro
       make

An executable file named `tekcoin-qt` will be built.

You probably don't need to use "USE_UPNP=1" because it assumes that by default, as seen by it tripping the error when you tried building without it. So even "qmake tekcoin-qt-linux.pro" should work.  Also you can use QT 5.2.1 with TEK, I updated the source code to be compatible with both.
hero member
Activity: 812
Merit: 500
Tekcoin Article : http://247cryptonews.com/tekcoin-super-eco-minting-and-interest/

Tips  : BjE1J2ogsLhcgdauEVJAD8K23JLUzPDcJh

Don't forget TEK coin needs merchants . So think about a product you can offer and use www.AltAccept.com and processes TEK at very low fee's .
hero member
Activity: 808
Merit: 502
Hey what happened to the Rich List? It seems to be broken...
full member
Activity: 225
Merit: 100
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
You might not have miniupnp installed. Try qmake "USE_UPNP=0" tekcoin-qt-linux.pro

It appears I needed libminiupnpc-dev as well. With this I was able to compile with UPNP support. Thanks so much for your help.
And for anyone interested, here are the exact steps I took:

Build instructions for Qt4 GUI tekcoin wallet on Ubuntu 14.04
-------
Ubuntu has an officially maintained personal package archive (PPA) for Bitcoin wallet. Add this repository by entering these following commands in a terminal window:
   sudo add-apt-repository ppa:bitcoin/bitcoin
   sudo apt-get update

Install required packages for Qt4 development:
   apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
   libboost-filesystem-dev libboost-program-options1.54-dev libboost-thread-dev \
        libssl-dev libdb4.8++-dev miniupnpc libminiupnpc-dev

Download the source files from presstab's repository and extract them.

Navigate to the source folder and execute the following commands:
   qmake "USE_UPNP=1" tekcoin-qt-linux.pro
       make

An executable file named `tekcoin-qt` will be built.
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
I have the Bitcoin PPA and all required files installed. Ran qmake and make and it terminates with this error:

src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include
                                ^
compilation terminated.
make: *** [build/net.o] Error 1

Any ideas?

You might not have miniupnp installed. Try qmake "USE_UPNP=0" tekcoin-qt-linux.pro
full member
Activity: 225
Merit: 100
Hey guys,
I'm trying to build 1.2 wallet on Ubuntu 14.04 and running into some compilation errors.
I have the Bitcoin PPA and all required files installed. Ran qmake and make and it terminates with this error:

src/net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include
                                ^
compilation terminated.
make: *** [build/net.o] Error 1

Any ideas?
legendary
Activity: 938
Merit: 1000
300k$ market cap in reach go TEK go!  Shocked

http://coinmarketcap.com/
legendary
Activity: 938
Merit: 1000
new tekcoin article

http://247cryptonews.com/tekcoin-super-eco-minting-and-interest/

check out the working Altaccept button at the bottom Smiley
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Everyone, I will be posting all of the changes I make to the wallet on this thread over at the TEK hosted forum on cryptocointalk https://cryptocointalk.com/topic/11886-presstab-tek-wallet-development/

It is much easier to keep track of everything on a separate thread.  Go over to the thread and let me know what you think about the new splash screen I added. 
legendary
Activity: 938
Merit: 1000
Just looking back at some charts, dec 1st was during a price spike .0004 and today atm .00042.

How much win does TEK offer you could have compounded that 40% 6 times. And we still are a sleeper under the radar.
legendary
Activity: 938
Merit: 1000
anyone thinking you could make a living out of this coin if you had someone to buy them stakes every month?

A strategy that has worked out well for me was buying set amounts daily for a month or more. Usually I wait and hope for a dump each day, and then buy up into sells if i cant get them dumped. A month later i have a decent avg buy in price and stakes starting to fire off daily. I guess the downside to this approach is running the wallet 24/7, i don't mind though. I have no problems selling stake the market absorbs dumps much better than you would expect when looking at the orders.

Also i will sell some stake and try for 10% trades, sell at x price then use the btc to buy 10% cheaper resell that 10% higher rinse repeat make more btc or more tek. If i cant flip the tek on a downswing ill wait only a short time and then just send to wallet and restake.
legendary
Activity: 938
Merit: 1000
http://tek.dsync.net is not in the OP, but it's a great pool that's been hashing TEK for a while.
good pool, updated the front page
Jump to: