Bitcoin Forum
May 05, 2024, 03:08:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 563 »
  Print  
Author Topic: [ANN][SCRYPT] KlondikeCoin ★ Cryptsy.com ★ Prepaid VISA Cards ★ 0% Premine [KDC]  (Read 554369 times)
ny2cafuse
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002


HODL for life.


View Profile
March 11, 2014, 04:35:47 PM
 #9081

Ok, but as a exchange owner, are you not allowed to take whatever coin you want? Please remember that they said that another coin will be added today... so i don't see anything wrong in what they did. If i had a exchange and for example i was mining Heavycoin then i would also add it, why not? It is not that they are ignoring the vote coins, they just added a extra coin, nothing wrong with that. If Klondike coin has his own exchange then i would also ask to add one of my coins, and most likely they will add it too Smiley

I totally agree... they can do whatever they want.

All I'm saying is stop wasting BTC by throwing it at a fixed system.  Take the BTC, put up a buy order, and bump the price.  If you believe in KDC, you'll not only gain some KDC, but you'll help the KDC market in general.

-Fuse

Community > Devs
1714878535
Hero Member
*
Offline Offline

Posts: 1714878535

View Profile Personal Message (Offline)

Ignore
1714878535
Reply with quote  #2

1714878535
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714878535
Hero Member
*
Offline Offline

Posts: 1714878535

View Profile Personal Message (Offline)

Ignore
1714878535
Reply with quote  #2

1714878535
Report to moderator
1714878535
Hero Member
*
Offline Offline

Posts: 1714878535

View Profile Personal Message (Offline)

Ignore
1714878535
Reply with quote  #2

1714878535
Report to moderator
1714878535
Hero Member
*
Offline Offline

Posts: 1714878535

View Profile Personal Message (Offline)

Ignore
1714878535
Reply with quote  #2

1714878535
Report to moderator
Gh0stMiner
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
March 11, 2014, 04:36:01 PM
 #9082

15k-20k sat such low numbers. add a 0 and were in business Smiley


I hope  Grin ... in a few month, if all is good .. why not Smiley
bentmar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
March 11, 2014, 05:02:02 PM
 #9083

Hi,

I just want to start with kdc, some please help me getting started.
I have troubles compiling it on Linux while wallets of other coins compile fine here. I have qt4 and db4.8. This is what I get
Code:
make[1]: Entering directory `/tmp/klondikecoin/src/leveldb'
make[1]: `libleveldb.a' is up to date.
make[1]: `libmemenv.a' is up to date.
make[1]: Leaving directory `/tmp/klondikecoin/src/leveldb'
cd /tmp/klondikecoin; /bin/sh share/genbuild.sh /tmp/klondikecoin/build/build.h
g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -Ibuild -Ibuild -o build/db.o src/db.cpp
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
src/db.cpp:1:0: note: this is the location of the previous definition
src/db.cpp:29:1: error: ‘CDBEnv’ does not name a type
src/db.cpp:31:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘void EnvShutdown()’:
src/db.cpp:33:10: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:36:5: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:37:15: error: ‘dbenv’ was not declared in this scope
src/db.cpp:40:10: error: ‘fMockDb’ was not declared in this scope
src/db.cpp:41:25: error: ‘path’ was not declared in this scope
src/db.cpp:41:25: note: suggested alternative:
In file included from /usr/include/boost/filesystem.hpp:16:0,
                 from src/util.h:25,
                 from src/db.cpp:8:
/usr/include/boost/filesystem/path.hpp:55:31: note:   ‘boost::filesystem::path’
src/db.cpp: At global scope:
src/db.cpp:44:1: error: ‘CDBEnv’ does not name a type
src/db.cpp:50:1: error: ‘CDBEnv’ does not name a type
src/db.cpp:55:6: error: ‘CDBEnv’ has not been declared
src/db.cpp:60:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘bool Open(const boost::filesystem::path&)’:
src/db.cpp:62:9: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:67:5: error: ‘path’ was not declared in this scope
src/db.cpp:67:5: note: suggested alternative:
In file included from /usr/include/boost/filesystem.hpp:16:0,
                 from src/util.h:25,
                 from src/db.cpp:8:
/usr/include/boost/filesystem/path.hpp:55:31: note:   ‘boost::filesystem::path’
src/db.cpp:77:5: error: ‘dbenv’ was not declared in this scope
src/db.cpp:100:5: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:101:5: error: ‘fMockDb’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:105:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘void MakeMock()’:
src/db.cpp:107:9: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:114:5: error: ‘dbenv’ was not declared in this scope
src/db.cpp:133:5: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:134:5: error: ‘fMockDb’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:137:1: error: ‘CDBEnv’ does not name a type
src/db.cpp:154:6: error: ‘CDBEnv’ has not been declared
src/db.cpp:155:34: error: ‘CDBEnv’ was not declared in this scope
src/db.cpp:155:53: error: template argument 1 is invalid
src/db.cpp:155:53: error: template argument 2 is invalid
src/db.cpp: In function ‘bool Salvage(std::string, bool, int&)’:
src/db.cpp:157:5: error: ‘cs_db’ was not declared in this scope
src/db.cpp:158:5: error: ‘mapFileUseCount’ was not declared in this scope
src/db.cpp:165:12: error: ‘dbenv’ was not declared in this scope
src/db.cpp:201:21: error: request for member ‘push_back’ in ‘vResult’, which is of non-class type ‘int’
src/db.cpp: At global scope:
src/db.cpp:209:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘void CheckpointLSN(std::string)’:
src/db.cpp:211:5: error: ‘dbenv’ was not declared in this scope
src/db.cpp:212:9: error: ‘fMockDb’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:218:1: error: ‘CDB’ does not name a type
src/db.cpp:281:6: error: ‘CDB’ has not been declared
src/db.cpp: In function ‘void Flush()’:
src/db.cpp:283:9: error: ‘activeTxn’ was not declared in this scope
src/db.cpp:288:9: error: ‘fReadOnly’ was not declared in this scope
src/db.cpp:291:5: error: ‘bitdb’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:294:6: error: ‘CDB’ has not been declared
src/db.cpp: In function ‘void Close()’:
src/db.cpp:294:6: error: redefinition of ‘void Close()’
src/db.cpp:55:6: error: ‘void Close()’ previously defined here
src/db.cpp:296:10: error: ‘pdb’ was not declared in this scope
src/db.cpp:298:9: error: ‘activeTxn’ was not declared in this scope
src/db.cpp:300:5: error: ‘activeTxn’ was not declared in this scope
src/db.cpp:301:5: error: ‘pdb’ was not declared in this scope
src/db.cpp:306:9: error: ‘bitdb’ was not declared in this scope
src/db.cpp:307:33: error: ‘strFile’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:311:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘void CloseDb(const string&)’:
src/db.cpp:314:9: error: ‘cs_db’ was not declared in this scope
src/db.cpp:315:13: error: ‘mapDb’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:326:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘bool RemoveDb(const string&)’:
src/db.cpp:328:5: error: invalid use of ‘this’ in non-member function
src/db.cpp:330:5: error: ‘cs_db’ was not declared in this scope
src/db.cpp:331:14: error: ‘dbenv’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:335:6: error: ‘CDB’ has not been declared
src/db.cpp: In function ‘bool Rewrite(const string&, const char*)’:
src/db.cpp:340:13: error: ‘bitdb’ was not declared in this scope
src/db.cpp:352:21: error: ‘CDB’ was not declared in this scope
src/db.cpp:352:25: error: expected ‘;’ before ‘db’
src/db.cpp:367:36: error: ‘db’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:429:6: error: ‘CDBEnv’ has not been declared
src/db.cpp: In function ‘void Flush(bool)’:
src/db.cpp:434:59: error: ‘fDbEnvInit’ was not declared in this scope
src/db.cpp:438:9: error: ‘cs_db’ was not declared in this scope
src/db.cpp:439:41: error: ‘mapFileUseCount’ was not declared in this scope
src/db.cpp:450:17: error: ‘dbenv’ was not declared in this scope
src/db.cpp:452:22: error: ‘fMockDb’ was not declared in this scope
src/db.cpp:466:17: error: ‘dbenv’ was not declared in this scope
src/db.cpp:468:22: error: ‘fMockDb’ was not declared in this scope
src/db.cpp:469:51: error: ‘path’ was not declared in this scope
src/db.cpp:469:51: note: suggested alternative:
In file included from /usr/include/boost/filesystem.hpp:16:0,
                 from src/util.h:25,
                 from src/db.cpp:8:
/usr/include/boost/filesystem/path.hpp:55:31: note:   ‘boost::filesystem::path’
src/db.cpp: At global scope:
src/db.cpp:490:1: error: ‘CAddrDB’ does not name a type
src/db.cpp:495:6: error: ‘CAddrDB’ has not been declared
src/db.cpp: In function ‘bool Write(const CAddrMan&)’:
src/db.cpp:527:30: error: ‘pathAddr’ was not declared in this scope
src/db.cpp: At global scope:
src/db.cpp:533:6: error: ‘CAddrDB’ has not been declared
src/db.cpp: In function ‘bool Read(CAddrMan&)’:
src/db.cpp:536:24: error: ‘pathAddr’ was not declared in this scope
make: *** [build/db.o] Error 1

No linux haxxor to help out? We have to embrace all our new miners Smiley

KlondikeCoin - KDC - Join the Gold rush!  KlondikeCoin:L1gyKVVs8wTcXEGLUHBLktz9P5JWuDjdqF  SunCoin: SfWNMhYF7vYwttRn3M8GHH4mHPkBUM2z6E
tminer
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 11, 2014, 05:03:11 PM
 #9084

NEW CLUE ABOUT THE NEXT COIN TO BE ADDED FROM MINTPAL

@MintPalExchange
Heavycoin going well, and now to our next coin. It is older, but we are impressed by its recent volume. Some might say it's smoking hot...


CAN ANY ONE GET ANY IDEA ??

BTC   188Voq78hJpfTg7CQKACiy4XbaN1UxdGqf
Jes159
Member
**
Offline Offline

Activity: 84
Merit: 10

KlondikeCoin - KDC - Join the Gold Rush Now!


View Profile
March 11, 2014, 05:04:15 PM
 #9085

From Mintcoin:

Heavycoin going well, and now to our next coin. It is older, but we are impressed by its recent volume. Some might say it's smoking hot

Looks like no voting coins being added today, which was what we were expecting anyway. Guess Tuesday is the wildcard day Smiley
Jes159
Member
**
Offline Offline

Activity: 84
Merit: 10

KlondikeCoin - KDC - Join the Gold Rush Now!


View Profile
March 11, 2014, 05:05:20 PM
 #9086

NEW CLUE ABOUT THE NEXT COIN TO BE ADDED FROM MINTPAL

@MintPalExchange
Heavycoin going well, and now to our next coin. It is older, but we are impressed by its recent volume. Some might say it's smoking hot...


CAN ANY ONE GET ANY IDEA ??


Suncoin maybe?
SparkIt
Hero Member
*****
Offline Offline

Activity: 714
Merit: 529


View Profile
March 11, 2014, 05:06:03 PM
 #9087

NEW CLUE ABOUT THE NEXT COIN TO BE ADDED FROM MINTPAL

@MintPalExchange
Heavycoin going well, and now to our next coin. It is older, but we are impressed by its recent volume. Some might say it's smoking hot...


CAN ANY ONE GET ANY IDEA ??


Suncoin maybe?
I'm 90% sure it's Solarcoin.



That would give me 100% accuracy today  Cheesy
tminer
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 11, 2014, 05:09:15 PM
 #9088

WE ARE SOME OLD, BUT MAY NOT BE SMOKING HOT

CHANCES -  Klondike Coin
                   SolarCoin
                   CarbonCoin
                   OilGasCoin
                   PetroDollar
                   GoldBars
                   GoldCoin

BTC   188Voq78hJpfTg7CQKACiy4XbaN1UxdGqf
Jilixi
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
March 11, 2014, 05:15:43 PM
 #9089

KDCGOODS.COM GO CHECK IT OUT AND GIVE ME SOME FEEDBACK

VISA cards available for preorder!

Exchange KDC -> FIAT will be up in a couple of hours.


Owner of BlackCoin Store - BlackCoin Store
BC: BNatbck1SDJebHRMQemkUEFPVZR9uLHLrM
BTC: 161EcdmbgmxpZMk2ssZCjGQqB6gypduu97
Hollowman338
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
March 11, 2014, 05:16:18 PM
 #9090

BBQcoin?
xspeed9190
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
March 11, 2014, 05:16:42 PM
 #9091

WE ARE SOME OLD, BUT MAY NOT BE SMOKING HOT

CHANCES -  Klondike Coin
                   SolarCoin
                   CarbonCoin
                   OilGasCoin
                   PetroDollar
                   GoldBars
                   GoldCoin

We are number one on the list.  If they list another coin thats not the top 5 its bullshit.  How many times are we gonna get passed over for garbage coins??  

BTC:19vSvHFzpFegJJsqCnkXTSPQF4UE3Vsm6i
luck5
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
March 11, 2014, 05:17:21 PM
 #9092

NEW CLUE ABOUT THE NEXT COIN TO BE ADDED FROM MINTPAL

@MintPalExchange
Heavycoin going well, and now to our next coin. It is older, but we are impressed by its recent volume. Some might say it's smoking hot...


CAN ANY ONE GET ANY IDEA ??


i guess POT
DailyModo
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000


www.gamebet.gg


View Profile
March 11, 2014, 05:25:22 PM
 #9093

KDCGOODS.COM GO CHECK IT OUT AND GIVE ME SOME FEEDBACK

VISA cards available for preorder!

Exchange KDC -> FIAT will be up in a couple of hours.



Amazing work

Betting on esports with crypto's and steam items has never been easier.
CONTACT
dailymodo@gamebet.gg @GamebetGg
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
March 11, 2014, 05:30:09 PM
 #9094

KDCGOODS.COM GO CHECK IT OUT AND GIVE ME SOME FEEDBACK

VISA cards available for preorder!

Exchange KDC -> FIAT will be up in a couple of hours.



Amazing work

+1 Really like the VISA card idea  Cool
freeworm
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
March 11, 2014, 05:34:57 PM
 #9095

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
March 11, 2014, 05:38:14 PM
 #9096

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC


 Shocked
MaKii
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 11, 2014, 05:40:47 PM
 #9097

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC

omfg !! thats Legen...Wait for it...Dary !!

KDC to the mooooon  Grin

buy gold !
Jilixi
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
March 11, 2014, 05:42:37 PM
 #9098

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC

omfg !! thats Legen...Wait for it...Dary !!

KDC to the mooooon  Grin

Visa Cards, FIAT -> KDC, Bter, Mintpal and Cryptsy to top it off. I love this!! Cheesy

Owner of BlackCoin Store - BlackCoin Store
BC: BNatbck1SDJebHRMQemkUEFPVZR9uLHLrM
BTC: 161EcdmbgmxpZMk2ssZCjGQqB6gypduu97
Gabri
Sr. Member
****
Offline Offline

Activity: 856
Merit: 250



View Profile
March 11, 2014, 05:55:20 PM
 #9099

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC

omfg !! thats Legen...Wait for it...Dary !!

KDC to the mooooon  Grin

Visa Cards, FIAT -> KDC, Bter, Mintpal and Cryptsy to top it off. I love this!! Cheesy

We are going to see big changes in the next week. Mainly in KDC price  Grin
Prelektro
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250



View Profile
March 11, 2014, 05:57:50 PM
 #9100

KDC has been added to Bter.com market at

https://bter.com/trade/kdc_btc

deposit at

https://bter.com/myaccount/deposit/KDC

finally a solid exchange!

Pages: « 1 ... 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 [455] 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 ... 563 »
  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!