Bitcoin Forum
May 05, 2024, 11:49:17 PM *
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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 312 »
  Print  
Author Topic: [TEK] TEKcoin Hi-PoS hybrid pos/pow no premine/ipo/ico  (Read 446023 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
thundertoe (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
May 31, 2014, 05:04:14 PM
 #661

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

Posts: 1714952957

View Profile Personal Message (Offline)

Ignore
1714952957
Reply with quote  #2

1714952957
Report to moderator
1714952957
Hero Member
*
Offline Offline

Posts: 1714952957

View Profile Personal Message (Offline)

Ignore
1714952957
Reply with quote  #2

1714952957
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
thundertoe (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
May 31, 2014, 05:47:37 PM
 #662

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.
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 31, 2014, 05:56:17 PM
 #663

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. 

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
thundertoe (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
May 31, 2014, 07:37:22 PM
 #664

new tekcoin article

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

check out the working Altaccept button at the bottom Smiley
thundertoe (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
May 31, 2014, 09:25:50 PM
 #665

300k$ market cap in reach go TEK go!  Shocked

http://coinmarketcap.com/
dickwhite
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
May 31, 2014, 10:03:49 PM
 #666

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 <miniupnpc/miniwget.h>
                                ^
compilation terminated.
make: *** [build/net.o] Error 1

Any ideas?
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
May 31, 2014, 10:16:46 PM
 #667

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 <miniupnpc/miniwget.h>
                                ^
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

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
dickwhite
Full Member
***
Offline Offline

Activity: 225
Merit: 100


View Profile
June 01, 2014, 01:22:31 AM
 #668

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

Activity: 808
Merit: 502



View Profile
June 01, 2014, 02:00:01 AM
 #669

Hey what happened to the Rich List? It seems to be broken...



        ▄██▄            ▄██▄
       ██  ███████████ ██  ██
        ▀██▀            ▀███▌
       ▄                  ▐██
     ▄██▀   ▄▄▄▄▄▄▄        ▐██▄
    ▄██    ██▀ ▄▄▄▄         ▀▀
 ▄███▀     █ ▄█▀ ▄▄▄           ▄██▄
██  ██     █ █  █████  █ ▄    ██  ██
 ▀██▀            ▀▀▀ ▄██ █     ███▀
     ▄            ▄▄██▀ ▄█   ▄██▌
    ▀██▄          ▄▄▄▄▄█▀   ▄██
      ██▄                   ▀▀
       ▀███▄            ▄██▄
       ██  ██  ██████████  ██
        ▀██▀            ▀██▀


        ▄██▄            ▄██▄
       ██  ███████████ ██  ██
        ▀██▀            ▀███▌
       ▄                  ▐██
     ▄██▀   ▄▄▄▄▄▄▄        ▐██▄
    ▄██    ██▀ ▄▄▄▄         ▀▀
 ▄███▀     █ ▄█▀ ▄▄▄           ▄██▄
██  ██     █ █  █████  █ ▄    ██  ██
 ▀██▀            ▀▀▀ ▄██ █     ███▀
     ▄            ▄▄██▀ ▄█   ▄██▌
    ▀██▄          ▄▄▄▄▄█▀   ▄██
      ██▄                   ▀▀
       ▀███▄            ▄██▄
       ██  ██  ██████████  ██
        ▀██▀            ▀██▀
.
PRE-REGISTER NOW FOR
THE MAIN TOKENSALE


██
██
██ ██
██ ██
██ ██
██ ██
██ ██
██ ██
   ██
   ██
.MONETIZE YOUR IOT DATA!.

Telegram
Twitter
▄▄███████████████████████████████████▄▄
██████████▀▀▀▀███████████▀▀▀▀██████████
█████████▌ ██          █▌ ██  █████████
██████████▄▄▄▄███████████▄▄  ▐█████████
█████████▀▀█████████████████  ▀████████
████████  ▄███▀ ▄▄▄▄█████████▌ ▀███████
██████▀  ▄██▀ ▄█▀ ▄▄██████████▄▄███████
███▀▀▀  ███▌ ▄█ ▄█▀▀▀███████████▀▀▀▀███
██▌ ██ ▐███▌ █▌ █ ▐█▌ █▌ █ ▐███  ██ ▐██
███▄▄▄▄███████████▄▄▄█▀ ▄█ ▐███▌  ▄▄███
███████▀▀██████████▄▄▄▄█▀ ▄███▀  ██████
███████▄  █████████▄▄▄▄▄▄████▀  ███████
████████▄  ▀█████████████████▄▄████████
██████████    ▀██████████▀▀▀▀██████████
██████████▌ ██ ▐█         ██ ▐█████████
███████████▄▄▄▄██████████▄▄▄▄██████████
▀▀███████████████████████████████████▀▀
SpiryGolden
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
June 01, 2014, 02:56:58 AM
 #670

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 .
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 01, 2014, 03:40:30 AM
 #671

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.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
indiguy
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
June 01, 2014, 05:55:55 AM
 #672



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.
cazze
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 01, 2014, 08:17:11 AM
 #673



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

Activity: 225
Merit: 100


View Profile
June 01, 2014, 10:50:45 AM
 #674

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?
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 01, 2014, 05:28:24 PM
 #675

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?

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
cazze
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
June 01, 2014, 07:47:14 PM
 #676



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

armin22
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 01, 2014, 07:51:02 PM
 #677

Hail  TekCoin! Saviour of PoS  Grin

JeffK
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

I never hashed for this...


View Profile
June 01, 2014, 07:54:04 PM
 #678

Love POS coins  Cool
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 02, 2014, 01:51:37 AM
 #679

Just passed 1,000,000 TEK  Cheesy

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
mighty jol
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 02, 2014, 06:23:46 AM
 #680

1.4 M next month? XD

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 312 »
  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!