Bitcoin Forum
May 07, 2024, 10:19:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 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.
rotzbouf
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 17, 2017, 11:09:51 AM
 #6141

Hi all, I am trying to compile the qt wallet on Arch Linux but it seems I am missing something as the compile fails constantly here:
Code:
g++ -c -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Ibuild -Ibuild -o build/net.o src/net.cpp
In file included from src/bignum.h:12:0,
                 from src/main.h:8,
                 from src/db.h:8,
                 from src/net.cpp:7:
src/util.h:245:22: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     return strprintf("%"PRI64d, n);
                      ^
In file included from src/main.h:10:0,
                 from src/db.h:8,
                 from src/net.cpp:7:
src/net.h:381:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             printf("askfor %s   %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str());
                    ^
In file included from src/db.h:8:0,
                 from src/net.cpp:7:
src/main.h:644:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d, strTxComment=%s)\n",
                          ^
src/main.h:644:72: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
      str += strprintf("(hash=%s, nTime=%d, ver=%d, vin.size=%"PRIszu", vout.size=%"PRIszu", nLockTime=%d, strTxComment=%s)\n",
                                                                     ^
src/main.h:934:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
             printf(" entropybit=%"PRI64d"\n", hashSig.Get64());
                    ^
src/main.h:1070:16: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         printf("CBlock(hash=%s, ver=%d, hashPrevBlock=%s, hashMerkleRoot=%s, nTime=%u, nBits=%08x, nNonce=%u, vtx=%"PRIszu", vchBlockSig=%s)\n",
                ^
src/main.h:1333:26: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
         return strprintf("CBlockIndex(nprev=%p, pnext=%p, nFile=%u, nBlockPos=%-6d nHeight=%d, nMint=%s, nMoneySupply=%s, nFlags=(%s)(%d)(%s), nStakeModifier=%016"PRI64x", nStakeModifierChecksum=%08x, hashProofOfStake=%s, prevoutStake=(%s), nStakeTime=%d merkle=%s, hashBlock=%s)",
                          ^
src/net.cpp:1330:12: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
     printf("Flushed %d addresses to peers.dat  %"PRI64d"ms\n",
            ^
src/net.cpp:61:1: error: reference to ‘array’ is ambiguous
 array<int, THREAD_MAX> vnThreadsRunning;
 ^~~~~
In file included from src/net.h:9:0,
                 from src/main.h:10,
                 from src/db.h:8,
                 from src/net.cpp:7:
/usr/include/boost/array.hpp:60:11: note: candidates are: template<class T, unsigned int N> class boost::array
     class array {
           ^~~~~
In file included from /usr/include/c++/6.2.1/tuple:39:0,
                 from /usr/include/c++/6.2.1/bits/stl_map.h:63,
                 from /usr/include/c++/6.2.1/map:61,
                 from src/util.h:17,
                 from src/bignum.h:12,
                 from src/main.h:8,
                 from src/db.h:8,
                 from src/net.cpp:7:
/usr/include/c++/6.2.1/array:90:12: note:                 template<class _Tp, unsigned int _Nm> struct std::array
     struct array
            ^~~~~
make: *** [Makefile:1362: build/net.o] Error 1

Thanks for any hint which could help resolving the problem.

П    |⧛ ☛  Join the signature campaign and earn free PI daily!  ✅ |⧛    П
|⧛         ☛  PiCoin - get in now  ✅     ☛ No ICO!  ✅          |⧛
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715077191
Hero Member
*
Offline Offline

Posts: 1715077191

View Profile Personal Message (Offline)

Ignore
1715077191
Reply with quote  #2

1715077191
Report to moderator
1715077191
Hero Member
*
Offline Offline

Posts: 1715077191

View Profile Personal Message (Offline)

Ignore
1715077191
Reply with quote  #2

1715077191
Report to moderator
1715077191
Hero Member
*
Offline Offline

Posts: 1715077191

View Profile Personal Message (Offline)

Ignore
1715077191
Reply with quote  #2

1715077191
Report to moderator
coinhugger
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500



View Profile
February 17, 2017, 12:12:58 PM
 #6142



Darn Valentine's Day.  It made me miss out on this fantastic game!

Can't have it all I guess.  Grin


well then...Captain Obvious says happy valentines day!...obviously!

500 tek sent to coinhugger

bonus for additional 500 tek...

what time does the 5 AM express train to Tek Land leave the station? (heading for the moon in your dreams  Cheesy Grin)
(no looking at the time table now!  ahh  wait a minute... doesn't exist anyway  Wink )

Captain Obvious and Sirazimuth are the best!  Thank you for 500 TEK!  Smiley


Ok, my answer is 5:01AM...  because people get on the train until 5AM, then the doors still have to close and the conductor has to check if all is clear in order for the train to leave.

My next guess would have been 5:30AM to allow for the latecomers to still get on board... because there are always those who get into TEK late. It's never TOO late though, a new train is waiting to take new investors to TEK land daily.

My TEK address: Bk6jczgU3G5kj8P2eynAhp7AN3i9Y4E5Bu

Thanks!

sirazimuth
Legendary
*
Offline Offline

Activity: 3360
Merit: 3499


born once atheist


View Profile
February 18, 2017, 03:31:13 AM
Last edit: February 18, 2017, 03:47:51 AM by sirazimuth
 #6143



Darn Valentine's Day.  It made me miss out on this fantastic game!

Can't have it all I guess.  Grin


well then...Captain Obvious says happy valentines day!...obviously!

500 tek sent to coinhugger

bonus for additional 500 tek...

what time does the 5 AM express train to Tek Land leave the station? (heading for the moon in your dreams  Cheesy Grin)
(no looking at the time table now!  ahh  wait a minute... doesn't exist anyway  Wink )

So, your stepping up the difficulty level. The obvious time of departure of course is 7:43 PM which is a quantum leap derivative of random recall anomalies. But my answer is 5am which is a very common feel good number. So 5 am is my final answer.    BdZczoKWcAsrujb68mM1GumZzpJBRs1rWV

WOW! Captain Obvious is truly impressed!!!
5am is absolutely and positively correct!! and yes..obviously the difficulty was indeed stepped up, obviously an amazing observation!
random recall anomalies aside,congratulations on your brilliant deductive reasoning to solve this obvious  enigma of epic proportions!

500 tek sent


Bitcoin...the future of all monetary transactions...and always will be
sirazimuth
Legendary
*
Offline Offline

Activity: 3360
Merit: 3499


born once atheist


View Profile
February 18, 2017, 03:47:05 AM
 #6144



Darn Valentine's Day.  It made me miss out on this fantastic game!

Can't have it all I guess.  Grin


well then...Captain Obvious says happy valentines day!...obviously!

500 tek sent to coinhugger

bonus for additional 500 tek...

what time does the 5 AM express train to Tek Land leave the station? (heading for the moon in your dreams  Cheesy Grin)
(no looking at the time table now!  ahh  wait a minute... doesn't exist anyway  Wink )

Captain Obvious and Sirazimuth are the best!  Thank you for 500 TEK!  Smiley


Ok, my answer is 5:01AM...  because people get on the train until 5AM, then the doors still have to close and the conductor has to check if all is clear in order for the train to leave.

My next guess would have been 5:30AM to allow for the latecomers to still get on board... because there are always those who get into TEK late. It's never TOO late though, a new train is waiting to take new investors to TEK land daily.

My TEK address: Bk6jczgU3G5kj8P2eynAhp7AN3i9Y4E5Bu

Thanks!



great answer! 500 tek sent!

well that's all folks!...
and until next time, may you always know the obvious answer! (and maybe even the one that isn't!) Wink Cheesy)

Bitcoin...the future of all monetary transactions...and always will be
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 19, 2017, 03:01:31 PM
 #6145

Pumping TEK on yobit. Buy it all now.
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
February 19, 2017, 03:36:29 PM
 #6146

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 19, 2017, 03:37:27 PM
 #6147

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone
Well you can deposit Smiley I did this morning.
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
February 19, 2017, 03:38:39 PM
 #6148

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone
Well you can deposit Smiley I did this morning.

Have you tried withdrawal yet ?

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
JudgeDredd_
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile
February 19, 2017, 03:40:09 PM
 #6149

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone
Well you can deposit Smiley I did this morning.

Have you tried withdrawal yet ?
no but I imagine if deposit works, then wd should work too?

when did you wd ? maybe yobit was on wrong chain back then.
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
February 19, 2017, 03:41:20 PM
 #6150

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone
Well you can deposit Smiley I did this morning.

Have you tried withdrawal yet ?
no but I imagine if deposit works, then wd should work too?

when did you wd ? maybe yobit was on wrong chain back then.

Quite a while back when it was still double digits

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
February 20, 2017, 01:23:01 AM
 #6151

Pumping TEK on yobit. Buy it all now.

I could not withdraw the last time tried 20k Tek gone
Well you can deposit Smiley I did this morning.

Have you tried withdrawal yet ?
no but I imagine if deposit works, then wd should work too?

when did you wd ? maybe yobit was on wrong chain back then.


Withdrawal ok ?

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
*BITCOIN*
Jr. Member
*
Offline Offline

Activity: 41
Merit: 10


View Profile
February 21, 2017, 01:35:50 AM
 #6152

Tek price go up !!!  Cheesy
maybe to 200 Satoshi  Grin
https://yobit.net/en/trade/TEK/BTC
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 21, 2017, 01:38:20 AM
Last edit: February 21, 2017, 01:51:12 AM by gembitz
 #6153

Tek price go up !!!  Cheesy
maybe to 200 Satoshi  Grin
https://yobit.net/en/trade/TEK/BTC


fontas, wolong, and bob surplus walk into a bar....haha >_> TEK!!! :-)

https://yobit.net/en/trade/TEK/BTC

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
February 21, 2017, 01:47:48 AM
 #6154

Tek price go up !!!  Cheesy
maybe to 200 Satoshi  Grin
https://yobit.net/en/trade/TEK/BTC

Lol I hope so but on cryptopia not yobitch!

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
sirazimuth
Legendary
*
Offline Offline

Activity: 3360
Merit: 3499


born once atheist


View Profile
February 22, 2017, 01:34:05 AM
 #6155

my tek worth tree dorrah!....

later....

ohh no!!!! now ownree wun dorrah!

Bitcoin...the future of all monetary transactions...and always will be
gembitz
Hero Member
*****
Offline Offline

Activity: 1834
Merit: 639


*Brute force will solve any Bitcoin problem*


View Profile
February 22, 2017, 03:19:51 AM
 #6156

TEK starting up here nice lotto season pick!! :-D *stay tuned*

©2021*MY POSTS ARE STRICTLY FOR NOVELTY AND/OR PRESERVATION/COLLECTING PURPOSES ONLY!*It should not be regarded as investment/trading advice.*advocate to promote sharing and free software for the bitcoin community* #EFF #FSF #XTZ ===> START WITH NOTHING AND BUILD IT INTO SOMETHING!
tevasu
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
February 25, 2017, 06:50:51 AM
 #6157

Pumping TEK on yobit. Buy it all now.

Help please:

I am presuming that yobit is on the same chain as cryptopia.  I hope so as I just bought a big hunk of tek at yobit and just sent them to my osx v2.4.1.0 tek wallet where I have been sending my tek purchases from cryptopia.
tevasu
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
February 26, 2017, 08:21:17 PM
Last edit: February 27, 2017, 03:51:39 PM by tevasu
 #6158

Pumping TEK on yobit. Buy it all now.

Help please:

I am presuming that yobit is on the same chain as cryptopia.  I hope so as I just bought a big hunk of tek at yobit and just sent them to my osx v2.4.1.0 tek wallet where I have been sending my tek purchases from cryptopia.

This question came up after reading through several old post regarding a (old news) fork but yobit and cryptopia 'are' on the same chain as I just did a round trip deposit/withdrawal test between the exchanges. TEK is the fastest coin I have ever sent btw. What a pleasure to have speed like this.  I am new to TEK, have read almost all the back post, have some correspondence with (devs?)noise23 and presstab  on another of my favorite pos coins,Truckcoin. I think it is only a matter of time before TEK moves up to the 50 satoshi range and passes 100 sat before the end of the year. For you TEK old timers I know that seems pathetic  compared to those 20000 sat days but a buy in at these low levels now can reap great profits at  much lower levels and with still the very healthy staking percentages I am hearing people say they are realizing. My goal is to get at least 10 mil of TEK and treat it as a bitcoin generator with my 10 mil acting as an 'untouched' principle virtual mining machine shedding 10-40% a month. With bitcoin on the rise with the great potential to reach $10,000 plus in the next 5 years, that makes for a very healthy roi.
carlo_0000
Legendary
*
Offline Offline

Activity: 1281
Merit: 1003


View Profile
February 26, 2017, 08:27:45 PM
 #6159

Pumping TEK on yobit. Buy it all now.

Help please:

I am presuming that yobit is on the same chain as cryptopia.  I hope so as I just bought a big hunk of tek at yobit and just sent them to my osx v2.4.1.0 tek wallet where I have been sending my tek purchases from cryptopia.

This question came up after reading through several old post regarding a (old news) fork but yobit and cryptopia 'are' on the same chain as I just did a round trip deposit/withdrawal test between the exchanges. TEK is the fastest coin I have ever sent btw. What a pleasure to have speed like this.  I am new to TEK, have read almost all the back post, have some correspondence with (devs?)noise23 and presstab  on another of my favorite pos coins,Truckcoin. I think it is only a matter of time before TEK moves up to the 50 satoshi range and passes 100 sat before the end of the year. For you TEK old timers I know that seems pathetic  compared to those 20000 sat days but a buy in at these low levels now can reap great profits at  much lower levels and with still the very healthy staking percentages I am hearing people say they are realizing. My goal is to get at least 10 mil of TEK and treat it as a bitcoin generator with my 10 mil acting as an 'untouched' principle virtual mining machine shedding 10-40% a month. With bitcoin on the rise with the great potential to reach $10,000 plus in the next 5 years, that makes for a very health roi.

i don't think so, tek pos is to high to much coins are made , no polo = no buy support,  so seeing an price at 100 sat, i don't think so
just like all the other coins in the same category and to many of them
Jonesd
Legendary
*
Offline Offline

Activity: 1876
Merit: 1014



View Profile
February 26, 2017, 10:07:41 PM
 #6160

For some unclear reason I've also been buying and mining tekcoin for a while now. I think it is probably the fact that it is low priced, has a developer and some people are in this thread that have been on this forum for a long time. As a long time member myself, I can say this is a pretty good indicator of success.

The 100 sat aim seems unlikely, but I would not be surprised to suddenly see it going to a strong 25+ support.

Co-Founder and Managing Partner of Block Bastards
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 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!