Bitcoin Forum
June 20, 2024, 07:54:26 PM *
News: Voting for pizza day contest
 
   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 »
  Print  
Author Topic: JKC, the newest Litecoin-based alt coin has arrived!  (Read 54042 times)
js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 05, 2013, 01:22:52 AM
 #201

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.
Hfleer
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


Changing avatars is currently not possible.


View Profile
May 05, 2013, 01:30:34 AM
 #202

JunkCoin (JKC), the newest altcoin which is Litecoin-based has arrived!
Seems Legit

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 05, 2013, 01:32:56 AM
 #203

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

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 01:36:59 AM
 #204

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.


monocolor
Hero Member
*****
Offline Offline

Activity: 766
Merit: 621


Own ONION


View Profile WWW
May 05, 2013, 01:40:02 AM
 #205

finally a mining pool! let me join in

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 05, 2013, 01:43:43 AM
 #206

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

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 01:55:23 AM
 #207

Sorry, I was watching another code  Grin

Thanks for the coins!

WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 02:00:32 AM
 #208

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,
    ),

WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 02:03:48 AM
 #209

First block, not found  Huh
http://d.evco.in/abe/block/9ebd70a0c715c20510f4f579927de37201b8de59314b12bcbba075a55ea40d5e

live627
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
May 05, 2013, 02:06:02 AM
 #210

No payout, either. Could it be an orphan?
WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 02:11:50 AM
 #211

No payout, either. Could it be an orphan?

Maybe,  is there any way to know?

koumuu
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 05, 2013, 02:24:15 AM
 #212

lol
dreamhouse
Hero Member
*****
Offline Offline

Activity: 1073
Merit: 666



View Profile
May 05, 2013, 02:40:09 AM
 #213

there's a mining pool now? makes my life easier  Wink
WOPR
Full Member
***
Offline Offline

Activity: 223
Merit: 100


Birb.co Bounty and Airdrop Manager


View Profile
May 05, 2013, 02:51:04 AM
 #214

Block solved!

http://d.evco.in/abe/block/1dd5c6dfc83d865afaae1ff3b27f90ff842493a99a7615be74965cc46ca83798

js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 05, 2013, 02:54:26 AM
 #215

Good. Looks like the first one is ok too, right? or is it still orphan?
Lollaskates
Sr. Member
****
Offline Offline

Activity: 249
Merit: 250


View Profile
May 05, 2013, 03:02:14 AM
 #216

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

Activity: 58
Merit: 0


View Profile
May 05, 2013, 03:11:39 AM
 #217

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?
dreamhouse
Hero Member
*****
Offline Offline

Activity: 1073
Merit: 666



View Profile
May 05, 2013, 03:31:02 AM
 #218

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

Activity: 766
Merit: 621


Own ONION


View Profile WWW
May 05, 2013, 04:18:48 AM
 #219

Have been receiving payments from the mining pool... not big amounts but feel good  Smiley

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
.....DeepVault.....
....Blockchain File Signatures....
...deeponion.org...
js2082 (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
May 05, 2013, 04:50:17 AM
 #220

I saw some super blocks (payout 3 times = 3x50=150 COINs) mined, the chances to get it is 1%. I hope the mining pool will get one soon.

some exmples:

http://d.evco.in/abe/block/f2eca72f6b9ef852aed5426d53c6cb2b65a493361dd535910da55a5e1657e47d
http://d.evco.in/abe/block/5e2f1cd91a68d9cb911a55f499d440ed1400b74686d15bf075808f7e443bc2ea
http://d.evco.in/abe/block/88d18d69cf5c002080ca70ce98c75e368ad049c6227c6f0e1f192145e51b7407

Did not see any 1000 COIN block yet, the chance to see one is every 1/10,000.
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 »
  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!