blastbob
|
|
May 01, 2013, 10:04:19 AM |
|
Still waiting for p2pool to go throught alot of DOA data.. If anyone want to setup p2pool or help me tune the code here it is: p2pool/p2pool/network.py litecoin=math.Object( PARENT=networks.nets['litecoin'], SHARE_PERIOD=10, # seconds CHAIN_LENGTH=24*60*60//10, # shares REAL_CHAIN_LENGTH=24*60*60//10, # shares TARGET_LOOKBEHIND=200, # shares SPREAD=12, # blocks IDENTIFIER='e037d5b8c6923410'.decode('hex'), PREFIX='7208c1a53ef629b0'.decode('hex'), P2P_PORT=8668, MIN_TARGET=0, MAX_TARGET=2**256//2**20 - 1, PERSIST=False, WORKER_PORT=8800, BOOTSTRAP_ADDRS='p2pool.chnco.in'.split(' '), ANNOUNCE_CHANNEL='#p2pool-alt', VERSION_CHECK=lambda v: True, ),
p2pool/p2pool/bitcoin/networks.py litecoin=math.Object( P2P_PREFIX='fbc0b6db'.decode('hex'), P2P_PORT=8106, ADDRESS_VERSION=28, RPC_PORT=8107, RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue( 'chncoinaddress' in (yield bitcoind.rpc_help()) and not (yield bitcoind.rpc_getinfo())['testnet'] )), SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//840000, POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)), BLOCK_PERIOD=150, # s SYMBOL='CNC', CONF_FILE_FUNC=lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'chncoin') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/chncoin/') if platform.system() == 'Darwin' else os.path.expanduser('~/.chncoin'), 'chncoin.conf'), BLOCK_EXPLORER_URL_PREFIX='http://explorer.litecoin.net/block/', ADDRESS_EXPLORER_URL_PREFIX='http://explorer.litecoin.net/address/', SANE_TARGET_RANGE=(2**256//1000000000 - 1, 2**256//1000 - 1), DUMB_SCRYPT_DIFF=2**16, ),
|
Bitrated user: blastbob.
|
|
|
Passion_ltc
|
|
May 01, 2013, 10:04:56 AM |
|
Did anyone can install it on Linux or give a workaround? Doesn't work. >.<
page back or soThanks a lot!
|
|
|
|
psybits
Legendary
Offline
Activity: 1386
Merit: 1000
|
|
May 01, 2013, 10:11:03 AM Last edit: May 01, 2013, 10:24:37 AM by psybits |
|
Buying CHNCoin 3 LTC per 1000 or 30 LTC for 10 000 Can also trade with FTC and BTC. PM me or keep me in mind when you've mined some
|
|
|
|
ImI
Legendary
Offline
Activity: 1946
Merit: 1019
|
|
May 01, 2013, 10:12:50 AM |
|
|
|
|
|
hk47
Jr. Member
Offline
Activity: 41
Merit: 2
|
|
May 01, 2013, 10:13:21 AM |
|
Heтy y мeня ccылки. Гдe тo в этoм тpeдe был aдpec китaйcкий. Ho cyдя пo вceмy тaм тoжe чe тo нe фypычит.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 01, 2013, 10:17:56 AM |
|
what happened to the pool?
also any one who can teach me how to solo mine?
i made the conf file
but not sure what ip to put in?
can anyone put an exact example of what to put in the conf and bat?
some saying 8108 for the rcp and some saying 8444?
i have 24 chncoins from the pool but thats broken now. You can have those coins if you can get me solo mining because really i would rather try solo
|
|
|
|
mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
May 01, 2013, 10:18:16 AM |
|
Okay so just figured out they are orphaned. 11 Shares 2 valid 9 orphaned WTF?
|
|
|
|
Yurizhai
|
|
May 01, 2013, 10:20:00 AM |
|
what happened to the pool?
also any one who can teach me how to solo mine?
i made the conf file
but not sure what ip to put in?
can anyone put an exact example of what to put in the conf and bat?
some saying 8108 for the rcp and some saying 8444?
i have 24 chncoins from the pool but thats broken now. You can have those coins if you can get me solo mining because really i would rather try solo
http://maunderingcabal.blogspot.com/2013/02/bitcoin-mining-log-9-how-to-solo-mine.html3 things you do Make conf file in roaming Make server execute file that opens wallet in server mode Set miner to server
|
|
|
|
Moray
|
|
May 01, 2013, 10:20:58 AM |
|
chncoin.conf
rpcuser=user rpcpassword=password server=1 daemon=1 rpcport=8106 rpcport=8108
cgminer
cgminer --scrypt -o 127.0.0.1:8106 -u user -p password --worksize 256 --lookup-gap 2 --thread-concurrency 5760 -g 1 --intensity 18
|
|
|
|
amiracle2
Newbie
Offline
Activity: 46
Merit: 0
|
|
May 01, 2013, 10:23:28 AM |
|
Okay so just figured out they are orphaned. 11 Shares 2 valid 9 orphaned WTF?
Still better than me. I got 8 shares, all orphaned LOL.
|
|
|
|
mobodick
|
|
May 01, 2013, 10:24:13 AM |
|
I'm sorry to say but p2pool.chnco.in sucks ass. Solo FTW..
|
|
|
|
imafish2002
|
|
May 01, 2013, 10:25:17 AM |
|
weee I found a block, good times!
|
|
|
|
RetardedMonkey
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 01, 2013, 10:25:27 AM |
|
I must be unlucky, getting sweet fa from solo
|
|
|
|
blastbob
|
|
May 01, 2013, 10:26:37 AM |
|
I'm sorry to say but p2pool.chnco.in sucks ass. Solo FTW..
Its noted. Lets hope someone with a little more skills into the coding area makes a solution. I asked around before, and i usually dont get much help. Hopefully up soon , with fresh config
|
Bitrated user: blastbob.
|
|
|
Tittiez
|
|
May 01, 2013, 10:27:34 AM Last edit: May 01, 2013, 11:56:15 PM by Tittiez |
|
snip
|
|
|
|
killa12222
Newbie
Offline
Activity: 56
Merit: 0
|
|
May 01, 2013, 10:27:42 AM |
|
Solo here with ~520kh of power! So far 5 shares, 0 coins
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 01, 2013, 10:29:46 AM |
|
chncoin.conf
rpcuser=user rpcpassword=password server=1 daemon=1 rpcport=8106 rpcport=8108
cgminer
cgminer --scrypt -o 127.0.0.1:8106 -u user -p password --worksize 256 --lookup-gap 2 --thread-concurrency 5760 -g 1 --intensity 18
thanks mate i am going to try this now, post your chn address and i send you my 24 coins.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 01, 2013, 10:31:52 AM |
|
hey bob i liked your pool was great when i could get it working i got 24 coiins in a few mins. Solo i have not got working yet but now going to try out what i was just told on here I like the pools though so try to get yours going again seemed to work great and you set it up very fast.
|
|
|
|
Moray
|
|
May 01, 2013, 10:32:46 AM |
|
No need. Glad if helped.
|
|
|
|
cygnusxi
|
|
May 01, 2013, 10:33:07 AM |
|
at about 3000 rejected... 50 accepted.... 0 coins , no record of any transactions still.
found shares a while before people posted screen shots of blocks confirming....
weak ... glitchcoin
|
|
|
|
|