Pages:
Author

Topic: [ANN] LuckyCoin LKY | Lucky Blocks | Fast | Fun | Fair - page 48. (Read 113251 times)

member
Activity: 83
Merit: 10
4 rigs = 4500khs, nothing over here....
hero member
Activity: 602
Merit: 500
P2POOL SETUP FOR LUCKYCOIN

p2pool/networks.py

Code:
    luckycoin=math.Object(
        PARENT=networks.nets['luckycoin'],
        SHARE_PERIOD=30,
        CHAIN_LENGTH=24*60*60//30,
        REAL_CHAIN_LENGTH=24*60*60//30,
        TARGET_LOOKBEHIND=200,
        SPREAD=15,
        IDENTIFIER='6c75636b79212121'.decode('hex'),
        PREFIX='1a60193ab8b9617f'.decode('hex'),
        P2P_PORT=48911,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19335,
        BOOTSTRAP_ADDRS='207.12.89.101 66.172.10.55'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

p2pool/bitcoin/networks.py

Code:
    luckycoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9917,
        ADDRESS_VERSION=47,
        RPC_PORT=9918,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'luckycoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 88*100000000 >> (height + 1)//1036800,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=60,
        SYMBOL='LKY',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Luckycoin') if platform.system() == 'Windows' else os.path.expanduser('~/Li$
        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**16,
    ),


Good work, i still think devs should post this from start Smiley
hero member
Activity: 518
Merit: 500
Also just noticed -- his example conf file clearly gives away that he owns a mining farm. The rpcallowip=10.1.1.* means he's got multiple machines hashing to his wallet.
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager
P2POOL SETUP FOR LUCKYCOIN

p2pool/networks.py

Code:
    luckycoin=math.Object(
        PARENT=networks.nets['luckycoin'],
        SHARE_PERIOD=30,
        CHAIN_LENGTH=24*60*60//30,
        REAL_CHAIN_LENGTH=24*60*60//30,
        TARGET_LOOKBEHIND=200,
        SPREAD=15,
        IDENTIFIER='6c75636b79212121'.decode('hex'),
        PREFIX='1a60193ab8b9617f'.decode('hex'),
        P2P_PORT=48911,
        MIN_TARGET=0,
        MAX_TARGET=2**256//2**20 - 1,
        PERSIST=False,
        WORKER_PORT=19335,
        BOOTSTRAP_ADDRS='207.12.89.101 66.172.10.55'.split(' '),
        ANNOUNCE_CHANNEL='#p2pool-alt',
        VERSION_CHECK=lambda v: True,
    ),

p2pool/bitcoin/networks.py

Code:
    luckycoin=math.Object(
        P2P_PREFIX='fbc0b6db'.decode('hex'),
        P2P_PORT=9917,
        ADDRESS_VERSION=47,
        RPC_PORT=9918,
        RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
            'luckycoinaddress' in (yield bitcoind.rpc_help()) and
            not (yield bitcoind.rpc_getinfo())['testnet']
        )),
        SUBSIDY_FUNC=lambda height: 88*100000000 >> (height + 1)//1036800,
        POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
        BLOCK_PERIOD=60,
        SYMBOL='LKY',
        CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Luckycoin') if platform.system() == 'Windows' else os.path.expanduser('~/Li$
        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**16,
    ),
hero member
Activity: 518
Merit: 500
Well, got linux working.. Shit now actually works, found 3 blocks 0 orphans. Good.
newbie
Activity: 29
Merit: 0
Help, found 5 blocks soloing, never received a single coin.  Now that I'm on p2p, the're rolling in.

What happened to the 5 found blocks?  I run cgminer on remote rigs to connect to my wallet on a local PC.

They were orphaned, most likely due to the latency between cgminer and your wallet. You should run wallet and miner on the same computer or at least same LAN when blocks are found in a rapid pace.
full member
Activity: 196
Merit: 100
This pool should be working better now.  You guys hammered the piss out of it.

http://lky.allpoolz.com
full member
Activity: 206
Merit: 102
step forward
Wowww network power near to 1Gshit/s!!!



Quote
      //int rand = generateMTRandom(seed, 100000);
      int rand = 50005;
sr. member
Activity: 294
Merit: 250
I've added a new p2pool.

Here are the parameters:

cgminer --scrypt -o next.afraid.org:8116 -u yourLKYaddress -p . --queue 0 -s 1

statistics available here: http://next.afraid.org:8116. This pool use a PPLNS payout scheme, and is stratum enabled.

3% fee.

----
This one is up, and fully reliable.


Joined up
not responding


I've added a second node connected to the main one (next.afraid.org:8116), available at least for the next 24h. More bandwith with:

second node:     pool.afraid.org:8116


sr. member
Activity: 476
Merit: 250
this one works.

Is the stratum pool works?
full member
Activity: 205
Merit: 100
Help, found 5 blocks soloing, never received a single coin.  Now that I'm on p2p, the're rolling in.

What happened to the 5 found blocks?  I run cgminer on remote rigs to connect to my wallet on a local PC.
To be expected at the start of a launch, due to low difficulty you'll find people with better latency and more QT connections than you will submit the work faster.
full member
Activity: 224
Merit: 100
Obviously OP had a AWS/EM2 instance set up for the launch and the pool was obviously just a scam as well. 800 MH/S what a fucking joke. Let this one die.

We should let you die, all you do is talk shit about every single coin lol. 800mh/sec with 65.5k diff. chill the fuck out, pool owners should kick out high hashers with 40mb/sec

Blow me kid. Pool total hash rate is 80 MH/S network has is 600 MH/S. Doesn't take a genius to figure out OP had a pool, GPU farm or AWS instance set up to instamine the shit out of the coin. Idiot.

proof or go die

Proof? Oh I don't know. It's a coin that was launched for less than 20 min when it hit 600 MH/s hash rate with no working pools. You have to be fucking retarded not to understand what that means.

Oh and now when the discussion noticed the hash rate, it just dropped by 300 MH/s instantly. Damn, what a coincidence  Huh

your fuckin dumb lmao, go troll another launch

So anyone think pizza is the person that paid Hazard for the coin to do this launch??

Not exactly unlikely. Going to be fun when Hazard spills the beans on what coins loser JR muppets have paid him to create.
full member
Activity: 224
Merit: 100
Yeah, p2p is the way to go
legendary
Activity: 1621
Merit: 1000
news.8btc.com
Nice, It's fun though.
full member
Activity: 223
Merit: 100
Birb.co Bounty and Airdrop Manager

Joined your pool
P2Pool for LuckyCoin (LKY)


http://p2p.sytes.net:19335/static/

Guideline to set optimal difficulty for your hash power:

Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

Example: if you have 50 KH/s, then add +0.00005821 to your address:
  
Code:
cgminer --scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x

CPUminer example:
Code:
minerd --algo scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x


Stratum and getwork supported.
Pool fee is 1%


Thank you, we have a block!
Soon I will publish the code
hero member
Activity: 644
Merit: 501
Help, found 5 blocks soloing, never received a single coin.  Now that I'm on p2p, the're rolling in.

What happened to the 5 found blocks?  I run cgminer on remote rigs to connect to my wallet on a local PC.



happened
full member
Activity: 224
Merit: 100
P2Pool for LuckyCoin (LKY)


http://p2p.sytes.net:19335/static/

Guideline to set optimal difficulty for your hash power:

Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

Example: if you have 50 KH/s, then add +0.00005821 to your address:
  
Code:
cgminer --scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x

CPUminer example:
Code:
minerd --algo scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x


Stratum and getwork supported.
Pool fee is 1%


DO we add the difficulty per miner or for total per username?

Example
1 pc
500khash
500khash

pc 2
400khash

So do i set each miner to +0.00058207
hero member
Activity: 874
Merit: 1000
Obviously OP had a AWS/EM2 instance set up for the launch and the pool was obviously just a scam as well. 800 MH/S what a fucking joke. Let this one die.

We should let you die, all you do is talk shit about every single coin lol. 800mh/sec with 65.5k diff. chill the fuck out, pool owners should kick out high hashers with 40mb/sec

Blow me kid. Pool total hash rate is 80 MH/S network has is 600 MH/S. Doesn't take a genius to figure out OP had a pool, GPU farm or AWS instance set up to instamine the shit out of the coin. Idiot.

proof or go die

Proof? Oh I don't know. It's a coin that was launched for less than 20 min when it hit 600 MH/s hash rate with no working pools. You have to be fucking retarded not to understand what that means.

Oh and now when the discussion noticed the hash rate, it just dropped by 300 MH/s instantly. Damn, what a coincidence  Huh

your fuckin dumb lmao, go troll another launch

So anyone think pizza is the person that paid Hazard for the coin to do this launch??
full member
Activity: 224
Merit: 100
Obviously OP had a AWS/EM2 instance set up for the launch and the pool was obviously just a scam as well. 800 MH/S what a fucking joke. Let this one die.

We should let you die, all you do is talk shit about every single coin lol. 800mh/sec with 65.5k diff. chill the fuck out, pool owners should kick out high hashers with 40mb/sec

Blow me kid. Pool total hash rate is 80 MH/S network has is 600 MH/S. Doesn't take a genius to figure out OP had a pool, GPU farm or AWS instance set up to instamine the shit out of the coin. Idiot.

proof or go die

Proof? Oh I don't know. It's a coin that was launched for less than 20 min when it hit 600 MH/s hash rate with no working pools. You have to be fucking retarded not to understand what that means.

Oh and now when the discussion noticed the hash rate, it just dropped by 300 MH/s instantly. Damn, what a coincidence  Huh

your fuckin dumb lmao, go troll another launch

Did we get sand in the cooch or are you just on the 'team' with OP? Either way, this shitcoin is dead. Another fail launch and premine with instamining added with bots for extra flavor. Have fun w that piece of crap.
newbie
Activity: 28
Merit: 0

Joined your pool
P2Pool for LuckyCoin (LKY)


http://p2p.sytes.net:19335/static/

Guideline to set optimal difficulty for your hash power:

Hash Rate (KH/s)             Difficulty
             1                  +0.00000116
             5                  +0.00000582
            10                  +0.00001164
            50                  +0.00005821
            100                +0.00011641
            250                +0.00029103
            500                +0.00058207
            750                +0.00087310
            1000               +0.00116414
            1600               +0.001862624

Example: if you have 50 KH/s, then add +0.00005821 to your address:
  
Code:
cgminer --scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x

CPUminer example:
Code:
minerd --algo scrypt -s 5 -o p2p.sytes.net:19335 -u LKY_ADDRESS+0.00005821 -p x


Stratum and getwork supported.
Pool fee is 1%

Pages:
Jump to: