Bitcoin Forum
May 06, 2024, 11:17:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 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 ... 85 »
  Print  
Author Topic: [ANN] a new coin based on Litecoin - CHNCoin  (Read 181094 times)
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 01, 2013, 10:04:19 AM
 #261

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
Code:
    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
Code:
    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.
1715037469
Hero Member
*
Offline Offline

Posts: 1715037469

View Profile Personal Message (Offline)

Ignore
1715037469
Reply with quote  #2

1715037469
Report to moderator
1715037469
Hero Member
*
Offline Offline

Posts: 1715037469

View Profile Personal Message (Offline)

Ignore
1715037469
Reply with quote  #2

1715037469
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715037469
Hero Member
*
Offline Offline

Posts: 1715037469

View Profile Personal Message (Offline)

Ignore
1715037469
Reply with quote  #2

1715037469
Report to moderator
1715037469
Hero Member
*
Offline Offline

Posts: 1715037469

View Profile Personal Message (Offline)

Ignore
1715037469
Reply with quote  #2

1715037469
Report to moderator
1715037469
Hero Member
*
Offline Offline

Posts: 1715037469

View Profile Personal Message (Offline)

Ignore
1715037469
Reply with quote  #2

1715037469
Report to moderator
Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
May 01, 2013, 10:04:56 AM
 #262

Did anyone can install it on Linux or give a workaround? Doesn't work. >.<
page back or so
Thanks a lot! Smiley

psybits
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000



View Profile
May 01, 2013, 10:11:03 AM
Last edit: May 01, 2013, 10:24:37 AM by psybits
 #263

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 Wink
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
May 01, 2013, 10:12:50 AM
 #264


WTB 100.000 CHCoins.

https://bitcointalk.org/index.php?topic=192398.0
hk47
Jr. Member
*
Offline Offline

Activity: 41
Merit: 2


View Profile
May 01, 2013, 10:13:21 AM
 #265


я здecь http://p2pool.org/ нe нaшeл этoт фopк. Дaй ccылкy

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 Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
May 01, 2013, 10:17:56 AM
 #266

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 Offline

Activity: 1064
Merit: 1002


View Profile
May 01, 2013, 10:18:16 AM
 #267

Okay so just figured out they are orphaned. 11 Shares 2 valid 9 orphaned WTF?
Yurizhai
Hero Member
*****
Offline Offline

Activity: 764
Merit: 500



View Profile
May 01, 2013, 10:20:00 AM
 #268

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.html

3 things you do

Make conf file in roaming

Make server execute file that opens wallet in server mode

Set miner to server
Moray
Full Member
***
Offline Offline

Activity: 143
Merit: 100


View Profile
May 01, 2013, 10:20:58 AM
 #269

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 Offline

Activity: 46
Merit: 0


View Profile
May 01, 2013, 10:23:28 AM
 #270

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

Activity: 840
Merit: 1000



View Profile
May 01, 2013, 10:24:13 AM
 #271

I'm sorry to say but p2pool.chnco.in sucks ass.
Solo FTW..
imafish2002
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
May 01, 2013, 10:25:17 AM
 #272

weee I found a block, good times!
RetardedMonkey
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 01, 2013, 10:25:27 AM
 #273

I must be unlucky, getting sweet fa from solo
blastbob
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
May 01, 2013, 10:26:37 AM
 #274

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

Activity: 686
Merit: 500



View Profile
May 01, 2013, 10:27:34 AM
Last edit: May 01, 2013, 11:56:15 PM by Tittiez
 #275

snip
killa12222
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 01, 2013, 10:27:42 AM
 #276

Solo here with ~520kh of power! So far 5 shares, 0 coins Sad
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
May 01, 2013, 10:29:46 AM
 #277

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. Smiley

cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
May 01, 2013, 10:31:52 AM
 #278

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 Smiley


I like the pools though so try to get yours going again seemed to work great and you set it up very fast.

Moray
Full Member
***
Offline Offline

Activity: 143
Merit: 100


View Profile
May 01, 2013, 10:32:46 AM
 #279

No need.  Cheesy  Glad if helped.
cygnusxi
Sr. Member
****
Offline Offline

Activity: 397
Merit: 251


CureCoin Lead Dev


View Profile WWW
May 01, 2013, 10:33:07 AM
 #280

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

Fold Proteins, earn cryptos! CureCoin. https://bitcointalk.org/index.php?topic=603757 MergeFold with FoldingCoin https://bitcointalk.org/index.php?topic=781352.0
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 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 ... 85 »
  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!