Pages:
Author

Topic: [ANN] a new coin based on Litecoin - CHNCoin - page 70. (Read 181137 times)

full member
Activity: 168
Merit: 100
Somebody needs to make a pool for CHN before the dificulty rises Tongue
sr. member
Activity: 302
Merit: 252
May someone send me some to see if the chain is working for me ? CXNj5tMv5NgWRqPbKphcNYNfn2m4HMAbJn

Thanks, that worked..
newbie
Activity: 47
Merit: 0
All orphans...

chncoind listtransactions
[
    {
        "account" : "",
        "category" : "orphan",
        "amount" : 88.00000000,
        "confirmations" : 0,
        "txid" : "74112c434c2266642beb7e893be25026c83fdba4f5383b21e57f138f03a8e492",
        "time" : 1367405820
    },
    {
        "account" : "",
        "category" : "orphan",
        "amount" : 88.00000000,
        "confirmations" : 0,
        "txid" : "f7aa2a03e046f4cdff0577244fa92f9f61e1138d1aed6a22144b0db2727664cb",
        "time" : 1367405841
    },
    {
        "account" : "",
        "category" : "orphan",
        "amount" : 88.00000000,
        "confirmations" : 0,
        "txid" : "c58f928acacd5ace0470750410354d245811337c5cd73c0bd66f61b989962bbd",
        "time" : 1367406166
    },
    {
        "account" : "",
        "category" : "orphan",
        "amount" : 88.00000000,
        "confirmations" : 0,
        "txid" : "b448b1f389ad4ce0413762566a3b18ae866e747e69960f123d63c2785c538e88",
        "time" : 1367406452
    }
]
sr. member
Activity: 302
Merit: 252
Instead I am only getting some rejects in cgminer I am also getting accepted, but they did not confirm in client, other blocks do.
How does that come from ?

May someone send me some to see if the chain is working for me ? CXNj5tMv5NgWRqPbKphcNYNfn2m4HMAbJn
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
when solo mining should you see this...

found block for pool 0

and then rejected after every single one?

what kind of ratio would be normal if everthing is working okay. 1 accept against 50 rejected?

im seeing 100% rejected , does that suggest something is set up incorrectly my end?

I think the problem is in network propagation speed.

I see a constant stram of 'New block detected on network'
Then, once in a while i get a 'Found block for pool'.
Then i get 2/3 accepts and 1/3 rejects.

It's possible that your connection is a little bit slower and you always get too old blocks to work on.
Other possibility is that you announce your answers too late to the network and someone elses answer was already accepted.


thanks for answer i am seeing found new block for pool 0  a lot and all rejects so i guess my connection speed is too slow for solo mining.

i have to wait for bob to get his pool working again it would seem.

there is nothing inside the chn wallet itself i have to change to make solo mining work?

hero member
Activity: 840
Merit: 1000
when solo mining should you see this...

found block for pool 0

and then rejected after every single one?

what kind of ratio would be normal if everthing is working okay. 1 accept against 50 rejected?

im seeing 100% rejected , does that suggest something is set up incorrectly my end?

I think the problem is in network propagation speed.

I see a constant stram of 'New block detected on network'
Then, once in a while i get a 'Found block for pool'.
Then i get 2/3 accepts and 1/3 rejects.

It's possible that your connection is a little bit slower and you always get too old blocks to work on.
Other possibility is that you announce your answers too late to the network and someone elses answer was already accepted.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
when solo mining should you see this...

found block for pool 0

and then rejected after every single one?

what kind of ratio would be normal if everthing is working okay. 1 accept against 50 rejected?

im seeing 100% rejected , does that suggest something is set up incorrectly my end?
sr. member
Activity: 350
Merit: 250
so cgmier says I have 3 accepted, the wallet shows 3 transactions but no coins. how do I into solo-mine?

Is your Wallet synced?

yeap, my settings

cgminer --scrypt -o 127.0.0.1:8108  --intensity 17,13 --thread-concurrency 8192 --gpu-threads 1 --worksize 256 --vectors 1 -s 1 --expiry 1 --queue 0

also no transactions appear in the transactions list
member
Activity: 84
Merit: 10
so cgmier says I have 3 accepted, the wallet shows 3 transactions but no coins. how do I into solo-mine?

Is your Wallet synced?
sr. member
Activity: 350
Merit: 250
so cgmier says I have 3 accepted, the wallet shows 3 transactions but no coins. how do I into solo-mine?
newbie
Activity: 46
Merit: 0

i know how to do -server , but it still dont work, i solo mined other coins, but this dont work,

is it possible that like in FRC some mined coins goes to dev??

Not sure about that. Make sure the port of other coin is different.
legendary
Activity: 1008
Merit: 1000
8108 seems to be working. Hopefully will get something.

A noob question; can I activate some form of long-polling?
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
Its trying to process a shitload of DOA

IF someone feels for it, see if these guys want to set it up
http://p2pool.org/

I published my code at
https://github.com/chrda/p2pool-chncoin


If anyone has any comment to make the code better, please let me know Smiley


How long do you think before yours will be up again bob?

hero member
Activity: 602
Merit: 500
Its trying to process a shitload of DOA

IF someone feels for it, see if these guys want to set it up
http://p2pool.org/

I published my code at
https://github.com/chrda/p2pool-chncoin


If anyone has any comment to make the code better, please let me know Smiley
ImI
legendary
Activity: 1946
Merit: 1019
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

didnt work for me

You have to run CHNCoin-qt.exe as server.

You do so already by puting "server=1" into the conf.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
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,
    ),





it was a good pool, please let me know when it comes live again, so far with solo mining i only get rejects
hero member
Activity: 602
Merit: 500
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

Of course i'm not saying your effort is not appreciated!  Grin

I know, dont mess with people coins.. its expterimental. I tried get the pushpool working, but because of the orphans it made it a little hard to test.

I have fixed some config stuff, but someone is sending alot of DOA shares for p2pool to process, until that process is done it will be unstable.

I need some sleep! Smiley
hero member
Activity: 636
Merit: 500
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

didnt work for me

You have to run CHNCoin-qt.exe as server.
- To do so, create a text file named "server.bat" (without quote) inside the same location of CHNCoin-qt.exe.
- open "server.bat" in textfile, then paste "CHNCoin-qt.exe -server" without quote and save it.
- Run the server.bat

Credit goes to someone who shared in this thread.


i know how to do -server , but it still dont work, i solo mined other coins, but this dont work,

is it possible that like in FRC some mined coins goes to dev??
full member
Activity: 168
Merit: 100
No luck here as well..

Can anyone send me some coins to this adress? CQJ22rWWio91p1rAKFu9yM2LCsY4nkKotZ

Will be forever thankful!!
legendary
Activity: 1596
Merit: 1010
Hi,

i solomined for quite a while and now i see that from my transactions only about 5% got confirmed.

So about 95% of my found blocks are lost?

Greets

ImI


same here, i stopped mining after seeing that BS Smiley i got 1 confirmed block, i can live with that
Pages:
Jump to: