Pages:
Author

Topic: JKC, the newest Litecoin-based alt coin has arrived! - page 19. (Read 54081 times)

hero member
Activity: 766
Merit: 621
Own ONION
Have been receiving payments from the mining pool... not big amounts but feel good  Smiley
hero member
Activity: 1073
Merit: 666
Quote
You guys really trust a jr member with 1,000,000 premined coins saying its for a "committee"? He'll sell those immediately for profit the second it hits an exchange. If he really wanted the coin to succeed (and it's obvious he didn't just by the name), he'd give the 1,000,000 to a mod for escrow.

Let this one die and move along, sheesh.

I don't usually expect people to be bad as such, but this one is really nasty, do you have anything to support your arguments? or it is simply your imagination? Of course clearly you wish this coin to die, but why? why not you say clearly the reason? I can see one clear reason there: you try to kill this one to promote another junk coin, possibly junkier one, like that with 2000 blocks pre mined when it is launched, right?

Let me tell you that you are wrong. Every few days a new coin will come out, your XXX junk one would become junkier, that's all. It can not become things like BTC, because it is the first one, so simply don't dream it.
newbie
Activity: 58
Merit: 0
I'm trying to setup a p2pool for JKC. Some hash power are welcome:

cgminer --scrypt -o junkcoin.sytes.net:19327 -u YOUR_JKC_ADDRESS -p x

http://junkcoin.sytes.net:19327/static/

This is beta test and no fees.



Are you paying out based on 50 coins? Your page is suggesting so....should there be several hundred coins more as we are in the first few bonus days?
sr. member
Activity: 249
Merit: 250
You guys really trust a jr member with 1,000,000 premined coins saying its for a "committee"? He'll sell those immediately for profit the second it hits an exchange. If he really wanted the coin to succeed (and it's obvious he didn't just by the name), he'd give the 1,000,000 to a mod for escrow.

Let this one die and move along, sheesh.
member
Activity: 70
Merit: 10
Good. Looks like the first one is ok too, right? or is it still orphan?
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
hero member
Activity: 1073
Merit: 666
there's a mining pool now? makes my life easier  Wink
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
the pool seems working, got blocks really quick, nice!

WOPR, please post your JKC address, will send first 3000JKC bounty, the rest 5000 JKC will be sent once you maintain the pool for 3 days. Thanks.

7j1m7BFyGViEwByYmdv6y1b11GdoUWDttm

Thank you!
newbie
Activity: 17
Merit: 0
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
No payout, either. Could it be an orphan?

Maybe,  is there any way to know?
hero member
Activity: 574
Merit: 500
No payout, either. Could it be an orphan?
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
P2Pool changes I am working with:

/path/p2pool/p2pool/networks.py

Code:
    junkcoin=math.Object(     
        PARENT=networks.nets['junkcoin'],
        SHARE_PERIOD=60, # seconds target spacing
        CHAIN_LENGTH=24*60*60//10, # shares
        REAL_CHAIN_LENGTH=24*60*60//10, # shares
        TARGET_LOOKBEHIND=70, # shares coinbase maturity
        SPREAD=120, # blocks
        IDENTIFIER='e031F5b8c6924210'.decode('hex'),
        PREFIX='e290192ba6d4729a'.decode('hex'),
        P2P_PORT=9772,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=9771,
        BOOTSTRAP_ADDRS=''.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

/path/p2pool/p2pool/bitcoin/networks.py

Code:
    junkcoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9772,
        ADDRESS_VERSION=16,
        RPC_PORT=9771,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'junkcoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//1080000,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=60, # s targetspacing
        SYMBOL='JKC',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Junkcoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/Junkcoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.junkcoin'), 'junkcoin.conf'),
        BLOCK_EXPLORER_URL_PREFIX='http://d.evco.in/abe/block/',
        ADDRESS_EXPLORER_URL_PREFIX='http://d.evco.in/abe/address/',
        SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1),
        DUMB_SCRYPT_DIFF=2**12,
    ),
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
Sorry, I was watching another code  Grin

Thanks for the coins!
member
Activity: 70
Merit: 10
WOPR, not sure where you see it, is not the right project? I see this:

Quote
static const int64 nTargetSpacing = 60; // Junkcoin: 1 minutes

which is 1 min.

Bounty 3000 JKC sent. Please keep up the good work! Please claim the remaining 5000 after 3 days. I will also remmember it to send to you.
hero member
Activity: 766
Merit: 621
Own ONION
finally a mining pool! let me join in
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
Quote
I'm trying to setup a p2pool for JKC. Some hash power are welcome:

cgminer --scrypt -o junkcoin.sytes.net:19327 -u YOUR_JKC_ADDRESS -p x

http://junkcoin.sytes.net:19327/static/

This is beta test and no fees.
nice... let's try it, thanks.


Block target is 1 or 10 minutes? The main.cpp file says:

Code:
unsigned int nStakeTargetSpacing = 10 * 60; // 10-minute block spacing

I think this is a 10 min/block.

member
Activity: 70
Merit: 10
the pool seems working, got blocks really quick, nice!

WOPR, please post your JKC address, will send first 3000JKC bounty, the rest 5000 JKC will be sent once you maintain the pool for 3 days. Thanks.
sr. member
Activity: 448
Merit: 250
Changing avatars is currently not possible.
JunkCoin (JKC), the newest altcoin which is Litecoin-based has arrived!
Seems Legit
member
Activity: 70
Merit: 10
Quote
I'm trying to setup a p2pool for JKC. Some hash power are welcome:

cgminer --scrypt -o junkcoin.sytes.net:19327 -u YOUR_JKC_ADDRESS -p x

http://junkcoin.sytes.net:19327/static/

This is beta test and no fees.
nice... let's try it, thanks.
Pages:
Jump to: