Bitcoin Forum
October 20, 2025, 02:59:14 PM *
News: Latest Bitcoin Core release: 30.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 563 »
  Print  
Author Topic: [ANN][SCRYPT] KlondikeCoin ★ Cryptsy.com ★ Prepaid VISA Cards ★ 0% Premine [KDC]  (Read 554526 times)
waldocarter
Full Member
***
Offline Offline

Activity: 378
Merit: 100


The Premier Digital Asset Management Ecosystem


View Profile
January 19, 2014, 07:58:44 PM
 #1341

come on guys.. hashrate low Sad

http://coinminer.net:19997/

6 blocks mined...
Rob, we need more nodes. P2Pool is worthless with just a single node.

Read my comment a few pages back, you need to release source so that other nodes can be brought up. Any block found on any P2Pool node rewards the entire network.

forzendiablo
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
January 19, 2014, 08:01:23 PM
 #1342

anybdy wants to see few k of KDC? PM me.

yolo
placebo
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
January 19, 2014, 08:14:34 PM
 #1343

Something interesting to use as marketing tool:

Have a look at this:

https://www.thunderclap.it/projects/8184-it-s-time-for-usd-e-cryptocoin?locale=en

of course someone needs to modify it to KDC Smiley


What is Thunderclap?
Thunderclap is a tool that lets a message be heard when you and your friends say it together. Join a Thunderclap, and you and others will share the same message at the same time, spreading an idea through Facebook and Twitter that cannot be ignored.

What exactly am I agreeing to when I authorize my Facebook or Twitter account?
You’re allowing Thunderclap to share a single message on your behalf. This is only the case when you click the button on the campaign page to support with Twitter, Facebook, or Tumblr. After the campaign is complete, we won’t post any additional messages.

Will you only post to my account, or to my friends' accounts as well?
Just your feed. We won't spam your friends; that wouldn't be nice.

Wait, but why does the authorization message say you need access to my friends list?
The permissions granted to us by Twitter and Facebook include some that we have no intention of using, which includes access to your friends list. We only post a single message to your account in support of your chosen campaign. We only store a token that is given to us by the social networks over a secure connection. We do not see your password, nor do we store it in our system.

What if I decide that I no longer want to support a campaign?
Not to worry. You can always opt out of a specific campaign by returning to the campaign page and following the prompts.

For campaign organizers:
I’ve submitted my Thunderclap but it has not been approved yet. What’s up?
We typically approve campaigns within 1-3 days. As long as your campaign does not include profanity or offensive content, it will get approved.

How much does it cost?
There is no charge to create or support a basic Thunderclap. For details on our premium Thunderclap Pro option, click here.

Can I use a link shortener for my URL?
Thunderclap automatically shortens the URL you submit to a “thndr.it” link, so don’t worry about shortening it before you submit it.

How do I promote my Thunderclap?
Share the link to your campaign page with your friends on social media and email as often as possible leading up to your campaign’s launch date. You should also check out our handy guide for strategic promotion tips.

I run a Facebook page for a brand or organization. Can I support a Thunderclap campaign as my page?
No. Because Facebook pages have likes instead of friends, they can’t directly back a Thunderclap campaign. However, page admins can still post the link to a campaign page on their organization’s page and encourage fans to support it.

I want to embed the Thunderclap widget on my site. Can I have the code?
Sure! You can find the instructions here.

How large is the main photo on the campaign page?
570 x 260 px

I have more questions about Thunderclap.
Email us at help@thunderclap.it and we'll help you out!





gginer
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 19, 2014, 08:18:45 PM
 #1344

Still selling my 10000 KDC. PM for more info!

Energycoin - Save Energy, Pure POS (Free IPO).  eP14cFcoFzszt3CiiBMyir8kjKLFRqMqJ5
Tofer
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 08:20:46 PM
 #1345

Still selling my 10000 KDC. PM for more info!

Read page 1...

BitCoinTalk Trading Thread: https://bitcointalk.org/index.php?topic=409234.msg4437231#msg4437231

Need someone to Mod your board so you can focus on your coin?  Want someone to be there answering newcomer  questions for the launch of your coin?  PM me for more info.  I can help!
RobRoy
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 19, 2014, 08:40:14 PM
 #1346

come on guys.. hashrate low Sad

http://coinminer.net:19997/

6 blocks mined...
Rob, we need more nodes. P2Pool is worthless with just a single node.

Read my comment a few pages back, you need to release source so that other nodes can be brought up. Any block found on any P2Pool node rewards the entire network.

my setup:

networks.py

    klondike=math.Object(
        PARENT=networks.nets['klondike'],
        SHARE_PERIOD=60, # seconds target spacing
        CHAIN_LENGTH=12*60*60//15, # shares
        REAL_CHAIN_LENGTH=12*60*60//15, # shares
        TARGET_LOOKBEHIND=100, # shares coinbase maturity
        SPREAD=30, # blocks
        IDENTIFIER='be43F6b9c6924210'.decode('hex'),
        PREFIX='b587199ba6d7729a'.decode('hex'),
        P2P_PORT=18997,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19997,
        BOOTSTRAP_ADDRS='',
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),


bitcoin/networks.py

    klondike=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=56680,
        ADDRESS_VERSION=47,
        RPC_PORT=56679,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'klondike' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 77*100000000 >> (height * 1)//129600,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=60, # s targetspacing
        SYMBOL='KDC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'klondikecoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/klondikecoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.klondikecoin'), 'klondikecoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://cryptexplorer.com/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://cryptexplorer.com/address/',
        TX_EXPLORER_URL_PREFIX='http://cryptexplorer.com/transaction/',
        SANE_TARGET_RANGE=(2**256//100000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**16,
        DUST_THRESHOLD=1e8,
    ),
hasar
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
January 19, 2014, 08:48:18 PM
 #1347

I love KlondikeCoin

I AM A DNOTES FANS THE COIN ABOVE ALL OTHERS.
ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
January 19, 2014, 08:58:36 PM
 #1348

Viva Klondike coin!!
oscar5
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 19, 2014, 09:00:45 PM
 #1349

Klondike to the moon guys. Buy low now, sell later!
MysticDOGE
Full Member
***
Offline Offline

Activity: 126
Merit: 100

KlondikeCoin - Get Real Gold !


View Profile
January 19, 2014, 09:09:22 PM
 #1350

New Give Away

Located at: https://bitcointalk.org/index.php?topic=423303.0

Claim your free Klondike Coin Now !

My Coins of Choice // Donations accepted 24 hours, 7 days a week \\
DOGE: DBdnFUqigpJ3gjWPNmC8T9rHo9Q7M16mKu - KlondikeCoin: LGsd3mnFdJZTXek2VumBTajE96ur2AAWrv  - Follow me: Twitter.com/MineCrypto
KlondikeCoin - KDC - Join the Gold rush! NO PREMINE
matriculator
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 19, 2014, 09:11:47 PM
 #1351

Gold rush! Heck yeah. To the mines and to the moon.
hoju2k
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 19, 2014, 09:14:05 PM
 #1352

Started mining this coin. Little late to the party...
MysticDOGE
Full Member
***
Offline Offline

Activity: 126
Merit: 100

KlondikeCoin - Get Real Gold !


View Profile
January 19, 2014, 09:15:16 PM
 #1353

Started mining this coin. Little late to the party...

Difficulty still low. You didn't miss the train. Welcome onboard!

My Coins of Choice // Donations accepted 24 hours, 7 days a week \\
DOGE: DBdnFUqigpJ3gjWPNmC8T9rHo9Q7M16mKu - KlondikeCoin: LGsd3mnFdJZTXek2VumBTajE96ur2AAWrv  - Follow me: Twitter.com/MineCrypto
KlondikeCoin - KDC - Join the Gold rush! NO PREMINE
Nullu
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
January 19, 2014, 09:20:46 PM
 #1354

Started mining this coin. Little late to the party...

http://www.youtube.com/watch?v=vD94dVu8lqQ

 Cheesy

BTC - 14kYyhhWZwSJFHAjNTtyhRVSu157nE92gF
altseeker
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
January 19, 2014, 09:22:37 PM
 #1355

Klondike coin is very profitable right now and I'm planning to invest some BTC for KDC.  Smiley
coinmaker33
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
January 19, 2014, 09:24:35 PM
 #1356

I love this coin...  Lets get our support behind it.

+1 from me!

Rockin the Bitcointalk Community
TimFChavez
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 19, 2014, 09:24:51 PM
 #1357

Joining the Gold Rush for the Klondike Coin.

KDC: L1QkXh6rQk32DEgWcyAS6k5QTnqPQ7eUfo

thanks

Rraider
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
January 19, 2014, 09:25:05 PM
 #1358

KLONDIKE for the gold
Tofer
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
January 19, 2014, 09:28:28 PM
 #1359

I can read minds through the net and this is what that troll on the trading thread really said!

I WONT BUY KLONDIKES
I will pay $1 for 1KDC if I could afford even 1 with all my PHS "profits"
It's a fair price for late comers and naysayers of Klondike coins

email me @ IwishIminedKDCinsteadofPHS.com

Sorry but Another coins devs tried to pay bounty to troll your coin but
I really couldn't, because this coin is so awesome! Who cares about a bounty for junk coins.

Need someone to Mod your board so you can focus on your coin?  Want someone to be there answering newcomer  questions for the launch of your coin?  PM me for more info.  I can help!
rikkie
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Richard Coleman - Chief Executive @ CloudThink.IO


View Profile WWW
January 19, 2014, 09:29:53 PM
 #1360

Good luck with this very amazing coin.
Pages: « 1 ... 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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 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!