Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: pizza on May 04, 2013, 06:50:50 PM



Title: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:50:50 PM
Anybody have a link on how to solo mine? Or please explain how to do it? Thanks


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 06:51:57 PM
also interested. worth doing with 3000KH/s?


Title: Re: How to solo mine CHN Coin?
Post by: boingy45 on May 04, 2013, 06:53:11 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:53:34 PM
also interested. worth doing with 3000KH/s?

I think so, I'm at about 5500kh/sec


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:54:24 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks, also how do I collect the coins to my wallet?


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 06:54:36 PM
also interested. worth doing with 3000KH/s?

I think so, I'm at about 5500kh/sec

how often you finding blocks?


Title: Re: How to solo mine CHN Coin?
Post by: boingy45 on May 04, 2013, 06:55:00 PM


Thanks, also how do I collect the coins to my wallet?


when you solo mine, they will be added to your wallet automatically :)


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:55:19 PM
also interested. worth doing with 3000KH/s?

I think so, I'm at about 5500kh/sec

how often you finding blocks?

I haven't mined it yet


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:55:48 PM


Thanks, also how do I collect the coins to my wallet?


when you solo mine, they will be added to your wallet automatically :)

ok thanks for the info! I'll donate some to you later when I mine some : )


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:56:42 PM
Is solo mining protected from DDOS? Im behind a VPN also.


Title: Re: How to solo mine CHN Coin?
Post by: boingy45 on May 04, 2013, 06:58:22 PM
Is solo mining protected from DDOS? Im behind a VPN also.

you yourself are fine, the network can always get DDOSed but i wouldn't worry about that :)


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 06:58:28 PM
i've been mining on a pool for ~2 hours with only 1800KH/s and found a block already. once i get my full rig up and going id imagine it would be more frequent...5 blocks a day would make it worth solo mining. its just weird not seeing the constant "accepted" that i see from a pool


Title: Re: How to solo mine CHN Coin?
Post by: balu on May 04, 2013, 06:58:43 PM
Nothing is protected from a DDOS, but there is no point in DDOSing single users, so you should feel safe.


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 06:59:11 PM
Make sure you are running the miner as --scrypt.

yes I know that, can I use my current config for cgminer and where it says pool replace it with the localhost my user name and pass?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:03:13 PM
how about using the miner in the chncoin qt app? Or is it not optimized as my current scrypt confg is?


Title: Re: How to solo mine CHN Coin?
Post by: boingy45 on May 04, 2013, 07:04:13 PM
how about using the miner in the chncoin qt app? Or is it not optimized as my current scrypt confg is?

that miner only does CPU mining, so it won't even use your GPU :)

so it's basically 15 times less powerful (or more, depending on your GPU)


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:05:21 PM
how about using the miner in the chncoin qt app? Or is it not optimized as my current scrypt confg is?

that miner only does CPU mining, so it won't even use your GPU :)

so it's basically 15 times less powerful (or more, depending on your GPU)

kk thanks


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 07:05:25 PM
how should i run chncoin-qt in order to have it be in "server" mode?  i was thinking this:

Code:
./chncoin-qt -server -conf=chncoin.conf

my chncoin.conf file looks like this:

Code:
rpcuser=user
rpcpassword=pass
server=1
rpcport=8104
rpcallowip=192.168.1.*

and id run my miners (a different machine) like this

Code:
./cgminer --scrypt SERVERIP:8104 -u user -p pass randomsettingshere


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 07:09:13 PM
im on linux but this looks pretty similar other than that id specify chncoin.conf as such

-conf=chncoin.conf



Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:09:37 PM
do I use http:// to set my local host?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:15:29 PM
do I use http:// to set my local host?

No.  Localhost is fine.

You can also use 127.0.0.1 same as localhost.

ok thanks cgminer crashes when I run localhost let me restart computer maybe that will help


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:15:52 PM
also should I have cgncoin.qt open when mining? or closed?


Title: Re: How to solo mine CHN Coin?
Post by: iamalitecoin on May 04, 2013, 07:22:01 PM
what output from cgminer can i expect when solo mining?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:25:35 PM
i think the problem is with qt. It says wallet out of sync is there a way to force it to download the block? NVM its syncing now


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:31:58 PM
what output from cgminer can i expect when solo mining?

cgminer will output stats... sorry but don't have a screenshot.

how often are blocks generated?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:36:31 PM
what output from cgminer can i expect when solo mining?

cgminer will output stats... sorry but don't have a screenshot.

how often are blocks generated?

depends on what you are mining and the power you have, plus luck.

yeah it synced finally its ok now its working, quick question with solo mining if I disconnect or something while solving a block do I lose that whole block?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 07:46:00 PM
my cgminer says new block detected on network, how do I know if it's mining it or not? Also, how long does payment take? after a certain amount of confirms?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 08:20:06 PM
120 Confirmations.  Just mined a block and looked at it.

hey whats your difficulty at? mine is showing 526K!! or is that cgminer difficulty?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 08:28:26 PM
120 Confirmations.  Just mined a block and looked at it.

hey whats your difficulty at? mine is showing 526K!! or is that cgminer difficulty?

Yes, it's 526K.  That's correct.

I was running it on my laptop and it was showing 8 lol. Isn't that higher than litecoin and feathercoin?


Title: Re: How to solo mine CHN Coin?
Post by: techbytes on May 04, 2013, 08:49:33 PM
also interested. worth doing with 3000KH/s?

I think so, I'm at about 5500kh/sec

You shouldn't have problems getting more than 8 blocks a day.  Even more if you are lucky. 

tb


Title: Re: How to solo mine CHN Coin?
Post by: jdebunt on May 04, 2013, 08:49:58 PM
hope everything is working as you want it to? :)


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 08:56:19 PM
I mean its working, it's just the difficulty is so high it might be easier to mine feathercoin lol. Can someone please confirm the current difficulty is it 8 or 526?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 08:58:37 PM
120 Confirmations.  Just mined a block and looked at it.

hey whats your difficulty at? mine is showing 526K!! or is that cgminer difficulty?

Yes, it's 526K.  That's correct.

I was running it on my laptop and it was showing 8 lol. Isn't that higher than litecoin and feathercoin?

Wait, you're geting 5500 Kh/s on a laptop?  Are you on a network with separate miners?

no my laptop gets 200kh/sec my desktops get 5500 kh/sec, on my laptop when I mine it shows 8k difficulty on desktops it shows 526K which is the real difficulty?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:01:18 PM
I mean its working, it's just the difficulty is so high it might be easier to mine feathercoin lol. Can someone please confirm the current difficulty is it 8 or 526?

It's both.  They are the same just converted in different ways.

http://cnc.strament.com/

so 526 means its 8k? is that my understanding?


Title: Re: How to solo mine CHN Coin?
Post by: biganth on May 04, 2013, 09:04:00 PM
This guide worked for me:

http://maunderingcabal.blogspot.se/2013/02/bitcoin-mining-log-9-how-to-solo-mine.html


Title: Re: How to solo mine CHN Coin?
Post by: techbytes on May 04, 2013, 09:04:24 PM
Are you sure you are not mining in a pool on your laptop?  

tb


Title: Re: How to solo mine CHN Coin?
Post by: Radacoin on May 04, 2013, 09:06:13 PM
Which settings in cgminer are you guys using for solo mining?

I am using -s 1 --expiry 1 -- queue 0



Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:08:31 PM
Are you sure you are not mining in a pool on your laptop?  

tb

yes I am sure


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:09:09 PM
120 Confirmations.  Just mined a block and looked at it.

hey whats your difficulty at? mine is showing 526K!! or is that cgminer difficulty?

Yes, it's 526K.  That's correct.

I was running it on my laptop and it was showing 8 lol. Isn't that higher than litecoin and feathercoin?

Wait, you're geting 5500 Kh/s on a laptop?  Are you on a network with separate miners?

no my laptop gets 200kh/sec my desktops get 5500 kh/sec, on my laptop when I mine it shows 8k difficulty on desktops it shows 526K which is the real difficulty?

5500kh/sec will give you a block each 0 day(s), 1 hour(s), 44 min, 25 sec

http://cnc.strament.com/calculator.php


For litecoin, the shares are 65536 times smaller than bitcoin, therefore difficulty is reported wrong in cgminer. To get the correct one, take the number show in cgminer and divide it by 65536.


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:09:33 PM
Maybe someone else can explain it to you better.  The 8 represents the difficulty in some way which translates to 500K.

I mean if I mine feather coin which difficulty is about 250k and I mine chncoin which is 8k or 526k where will I make more coins?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:12:02 PM
120 Confirmations.  Just mined a block and looked at it.

hey whats your difficulty at? mine is showing 526K!! or is that cgminer difficulty?

Yes, it's 526K.  That's correct.

I was running it on my laptop and it was showing 8 lol. Isn't that higher than litecoin and feathercoin?

Wait, you're geting 5500 Kh/s on a laptop?  Are you on a network with separate miners?

no my laptop gets 200kh/sec my desktops get 5500 kh/sec, on my laptop when I mine it shows 8k difficulty on desktops it shows 526K which is the real difficulty?

5500kh/sec will give you a block each 0 day(s), 1 hour(s), 44 min, 25 sec

http://cnc.strament.com/calculator.php


For litecoin, the shares are 65536 times smaller than bitcoin, therefore difficulty is reported wrong in cgminer. To get the correct one, take the number show in cgminer and divide it by 65536.

thanks for the calculator


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:12:54 PM
the only thing that confuses me is if network difficulty is 8 why does it show 526k in cgminer. On my laptop on the other hand it shows 8k the proper difficulty


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:15:30 PM
the only thing that confuses me is if network difficulty is 8 why does it show 526k in cgminer. On my laptop on the other hand it shows 8k the proper difficulty

I have explained you already.

Shares of difficulty 1 in Litecoin are 65536 times smaller than the BTC ones. Therefore, cgminer reports it wrong. To get the right one, take 526k, and divide it by 65536

Result = 8.026123046875

On your laptop, it might be that something is wrong, or that is the share difficulty.


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:17:32 PM
the only thing that confuses me is if network difficulty is 8 why does it show 526k in cgminer. On my laptop on the other hand it shows 8k the proper difficulty

I have explained you already.

Shares of difficulty 1 in Litecoin are 65536 times smaller than the BTC ones. Therefore, cgminer reports it wrong. To get the right one, take 526k, and divide it by 65536

Result = 8.026123046875

On your laptop, it might be that something is wrong, or that is the share difficulty.

on my 3rd desktop it shows difficulty 16k ?? lol dafuk is going on??


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:18:12 PM
the only thing that confuses me is if network difficulty is 8 why does it show 526k in cgminer. On my laptop on the other hand it shows 8k the proper difficulty

I have explained you already.

Shares of difficulty 1 in Litecoin are 65536 times smaller than the BTC ones. Therefore, cgminer reports it wrong. To get the right one, take 526k, and divide it by 65536

Result = 8.026123046875

On your laptop, it might be that something is wrong, or that is the share difficulty.

on my 3rd desktop it shows difficulty 16k ?? lol dafuk is going on??

Is it showing that on Diff: or "connected to whatever diff" ?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:23:31 PM
the only thing that confuses me is if network difficulty is 8 why does it show 526k in cgminer. On my laptop on the other hand it shows 8k the proper difficulty

I have explained you already.

Shares of difficulty 1 in Litecoin are 65536 times smaller than the BTC ones. Therefore, cgminer reports it wrong. To get the right one, take 526k, and divide it by 65536

Result = 8.026123046875

On your laptop, it might be that something is wrong, or that is the share difficulty.

on my 3rd desktop it shows difficulty 16k ?? lol dafuk is going on??

Is it showing that on Diff: or "connected to whatever diff" ?

connected to is showing 16k and block difficulty is showing 16k


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:24:37 PM
my 3rd desktop just gave me 8 blocks in a few minutes while the other two desktops at 526k are like at 1 block and 0 blocks


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:25:22 PM
my 3rd desktop just gave me 8 blocks in a few minutes while the other two desktops at 526k are like at 1 block and 0 blocks

Are you sure you're definetly mining CNC?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:27:44 PM
my 3rd desktop just gave me 8 blocks in a few minutes while the other two desktops at 526k are like at 1 block and 0 blocks

Are you sure you're definetly mining CNC?

yes man 100% positive


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:34:26 PM
its back to normal now, the block wasn't properly syncd lmao. I was getting 88coins every min or two I got very excited lol


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:35:32 PM
its back to normal now, the block wasn't properly syncd lmao. I was getting 88coins every min or two I got very excited lol

I can't say how jealous I am lawl. What rig are you packing?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:37:01 PM
its back to normal now, the block wasn't properly syncd lmao. I was getting 88coins every min or two I got very excited lol

I can't say how jealous I am lawl. What rig are you packing?

3 7950s, I would of been excited if the blocks confirmed but not of them did lol


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:46:12 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:49:36 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:52:11 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.

yeah I know but all the pools seemed like they were having problems, some of them saying we are going to get ddosd tonight. Yay!! fun times lol


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:54:52 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.

yeah I know but all the pools seemed like they were having problems, some of them saying we are going to get ddosd tonight. Yay!! fun times lol

Yep. Last night while I was working on my blockchain stats I got to calculations that difficulty would rise to 33. All of the pools got DDOS-ed, I think because of very high hash rate, so they wanted difficulty to drop. At the end, the difficulty rise up just to 8. It seems unlogical, however to DDOS them now. As you can see on my site, difficulty will increase in 4 and somewhat days.

We need DDOS protected pools...


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 09:58:23 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.

yeah I know but all the pools seemed like they were having problems, some of them saying we are going to get ddosd tonight. Yay!! fun times lol

Yep. Last night while I was working on my blockchain stats I got to calculations that difficulty would rise to 33. All of the pools got DDOS-ed, I think because of very high hash rate, so they wanted difficulty to drop. At the end, the difficulty rise up just to 8. It seems unlogical, however to DDOS them now. As you can see on my site, difficulty will increase in 4 and somewhat days.

We need DDOS protected pools...

well if I remember reading correctly you will make the same with pools or without. It's just with pools you will make coins more consistently instead of blocks of 88 coins every 4 days for example.


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 09:59:02 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.

yeah I know but all the pools seemed like they were having problems, some of them saying we are going to get ddosd tonight. Yay!! fun times lol

Yep. Last night while I was working on my blockchain stats I got to calculations that difficulty would rise to 33. All of the pools got DDOS-ed, I think because of very high hash rate, so they wanted difficulty to drop. At the end, the difficulty rise up just to 8. It seems unlogical, however to DDOS them now. As you can see on my site, difficulty will increase in 4 and somewhat days.

We need DDOS protected pools...

well if I remember reading correctly you will make the same with pools or without. It's just with pools you will make coins more consistently instead of blocks of 88 coins every 4 days for example.

Precisely, and with pools it is guarranteed to earn, unlike solo. You can have 2000KH/s, and be that unlucky that you get no blocks in days.


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 04, 2013, 10:00:40 PM
so what happens if I restart my miner in the middle of mining a block? will I lose it? or when it reconnects everything will pick up where it left off?

I'm not far too sure. Blocks are not guarranteed when solo'd, meaning there is always a very high chance of well, not getting anything. Personal advice is to go to a pool. You'll get almost same amount of coin/day.

yeah I know but all the pools seemed like they were having problems, some of them saying we are going to get ddosd tonight. Yay!! fun times lol

Yep. Last night while I was working on my blockchain stats I got to calculations that difficulty would rise to 33. All of the pools got DDOS-ed, I think because of very high hash rate, so they wanted difficulty to drop. At the end, the difficulty rise up just to 8. It seems unlogical, however to DDOS them now. As you can see on my site, difficulty will increase in 4 and somewhat days.

We need DDOS protected pools...

well if I remember reading correctly you will make the same with pools or without. It's just with pools you will make coins more consistently instead of blocks of 88 coins every 4 days for example.

Precisely, and with pools it is guarranteed to earn, unlike solo. You can have 2000KH/s, and be that unlucky that you get no blocks in days.

I could care less if I get paid out in a big chunk of 88 coins, or 5 coins every hour, as long as at the end its the same. And with the current pools being ddos'd doesn't make much sense.


Title: Re: How to solo mine CHN Coin?
Post by: moreporknz on May 04, 2013, 10:36:58 PM
sigh been solo mining 2 days and no blocks (1800kh/s)  found like 40 stales is there some special setting I should be using?


Title: Re: How to solo mine CHN Coin?
Post by: Extornia on May 04, 2013, 10:38:19 PM
sigh been solo mining 2 days and no blocks (1800kh/s)  found like 40 stales is there some special setting I should be using?

"Precisely, and with pools it is guarranteed to earn, unlike solo. You can have 2000KH/s, and be that unlucky that you get no blocks in days."


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 12:11:02 AM
sigh been solo mining 2 days and no blocks (1800kh/s)  found like 40 stales is there some special setting I should be using?

That's unusual.  You might be having bad luck.  I've only got 200 Kh/s and I found a block not too long ago.

should I run my 3 machines on the same username? or different usernames?


Title: Re: How to solo mine CHN Coin?
Post by: thaile4ever on May 05, 2013, 12:21:54 AM
I guess some people don't understand what "mining" means in cryptocurrencies.

Think of it as there is a block of dirt and somewhere in that dirt is a bag full of coins.

The size of the block of dirt is depend on the difficulty of the coin.  Higher difficulty = bigger block of dirt.

Now Everyone "mining" is currently digging away at that block of dirt looking for the bag of coins.

The higher the hash rate the faster you dig.

Once someone finds the bag, game over and everyone moves on to the next block of dirt.

Solo mining is just yourself digging away and maybe you find the bag.  If you stop or someone else finds the bag game over and move on to the next block.

Pool mining is a bunch of people digging away at the block and sharing the reward base on how much effort you put in.



Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 12:30:15 AM
I guess some people don't understand what "mining" means in cryptocurrencies.

Think of it as there is a block of dirt and somewhere in that dirt is a bag full of coins.

The size of the block of dirt is depend on the difficulty of the coin.  Higher difficulty = bigger block of dirt.

Now Everyone "mining" is currently digging away at that block of dirt looking for the bag of coins.

The higher the hash rate the faster you dig.

Once someone finds the bag, game over and everyone moves on to the next block of dirt.

Solo mining is just yourself digging away and maybe you find the bag.  If you stop or someone else finds the bag game over and move on to the next block.

Pool mining is a bunch of people digging away at the block and sharing the reward base on how much effort you put in.



so should I mine my machines on the same username? or 3 different usernames when solo mining?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 02:47:35 AM
are you guys getting high discard rates? im getting like 99%


Title: Re: How to solo mine CHN Coin?
Post by: donjonson on May 05, 2013, 05:05:09 AM
I guess some people don't understand what "mining" means in cryptocurrencies.

Think of it as there is a block of dirt and somewhere in that dirt is a bag full of coins.

The size of the block of dirt is depend on the difficulty of the coin.  Higher difficulty = bigger block of dirt.

Now Everyone "mining" is currently digging away at that block of dirt looking for the bag of coins.

The higher the hash rate the faster you dig.

Once someone finds the bag, game over and everyone moves on to the next block of dirt.

Solo mining is just yourself digging away and maybe you find the bag.  If you stop or someone else finds the bag game over and move on to the next block.

Pool mining is a bunch of people digging away at the block and sharing the reward base on how much effort you put in.



Couldn't be better explained.


Title: Re: How to solo mine CHN Coin?
Post by: donjonson on May 05, 2013, 05:06:50 AM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks boing. How can I do it with Debian?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 05:19:19 AM
jimmy what are your rejected stale rates Im getting about 99% can you post your cgminer.conf?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 05:32:45 AM
jimmy what are your rejected stale rates Im getting about 99% can you post your cgminer.conf?

Are you solo mining or pool mining?

im back to solo, but both solo and pool mining I am getting 99% rejected, with solo mining before I found a 3 blocks in about 4-6 hours so it seems to be working im assuming.


Title: Re: How to solo mine CHN Coin?
Post by: Wolf Rainer on May 05, 2013, 05:37:53 AM
Good BYE CNC, Dontmine me is about to get 51%
"Registration has been temporarily closed due to the large hash rate on this server relative to the total hash power of the network.
It will reopen when the pool/network hash rate (50.54%) drops below 35%


Thank you for your support!"

http://cnc.dontmine.me/register


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 05:49:07 AM
jimmy what are your rejected stale rates Im getting about 99% can you post your cgminer.conf?

Are you solo mining or pool mining?

im back to solo, but both solo and pool mining I am getting 99% rejected, with solo mining before I found a 3 blocks in about 4-6 hours so it seems to be working im assuming.

With solo mining you will get rejects if the share is below the target.  So, the rejects should be Rejected sde3df3ed 126K/526K - I've gotten three in the past couple of hours.  You can also get rejected if your solution isn't as fast to the network as someone else's solution.  There are other factors which get technical.  If you are getting blocks, then it's working.

maybe because of my high hashrate its going through a lot of targets that are lower? could this be a possibility? Another question how many accepts are you getting?


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 05:52:35 AM
well actually im about 65% rejects, I meant discarded shares, discarded shares are like 95%


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 06:03:26 AM
There is a lot of hashing power on that coin right now.  I wish I could answer all your questions... but I need some rest.  Just keep mining!

kk goodnight!


Title: Re: How to solo mine CHN Coin?
Post by: jdebunt on May 05, 2013, 06:14:02 AM
There is a lot of hashing power on that coin right now.  I wish I could answer all your questions... but I need some rest.  Just keep mining!

kk goodnight!

if you're solo mining, there is a very high rate of invalids/stales/discarded shares .

This is because there are a few pools out there who are mining the same blocks as you are, so you may be able to actually solve a block, but if that same block has already been solved by the network, it becomes invalid.

It's a race at the moment to get as many blocks solved, there are a few pools out there who you're competing with :)


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 06:24:54 AM
There is a lot of hashing power on that coin right now.  I wish I could answer all your questions... but I need some rest.  Just keep mining!

kk goodnight!

if you're solo mining, there is a very high rate of invalids/stales/discarded shares .

This is because there are a few pools out there who are mining the same blocks as you are, so you may be able to actually solve a block, but if that same block has already been solved by the network, it becomes invalid.

It's a race at the moment to get as many blocks solved, there are a few pools out there who you're competing with :)

yeah I tried using a pool but got nowhere near the payout as I did solo mining


Title: Re: How to solo mine CHN Coin?
Post by: pizza on May 05, 2013, 06:28:45 AM
also how does the whole reward thing work? If I find a block do only I have the option of solving it? Or is it a race on who solves it first.

Does it mean if I'm outpowered I will always lose?


Title: Re: How to solo mine CHN Coin?
Post by: noel on May 05, 2013, 08:20:08 AM
Hi all i have finally worked out how to get the cgminer solo mining with a pool as back-up to be honest i can not remember why it just became a challenge lol
is it still solo mining?
Why is it now saying "Stratum from pool 1 detected new block" ? instead of "New block detected on network"
what is the meaning of "Block change for http://127.0.0.1:port detection via http://pool.what.ever:port stratum"
Thanks noel


Title: Re: How to solo mine CHN Coin?
Post by: erk on May 05, 2013, 08:34:36 AM
Good BYE CNC, Dontmine me is about to get 51%
"Registration has been temporarily closed due to the large hash rate on this server relative to the total hash power of the network.
It will reopen when the pool/network hash rate (50.54%) drops below 35%


Thank you for your support!"

http://cnc.dontmine.me/register

Looks like it will be a while: 

Net Hash: 2509.29 MH/s   
   
Pool Hash: 1045.63 MH/s


Title: Re: How to solo mine CHN Coin?
Post by: penta on May 05, 2013, 01:56:11 PM
how come when i solo mine i dont see any accepted/rejected shares or any U:/wu: numbers
but as soon as i connect to a pool i get it up. its otherwise hashing away as normal and it keeps detecting new blocks?

only seems to happen with chn coins as far as i can see.


Title: Re: How to solo mine CHN Coin?
Post by: MaGNeT on May 05, 2013, 01:59:13 PM
how come when i solo mine i dont see any accepted/rejected shares or any U:/wu: numbers
but as soon as i connect to a pool i get it up. its otherwise hashing away as normal and it keeps detecting new blocks?

only seems to happen with chn coins as far as i can see.


You don't have shares when you solo mine.

You either find a block or you don't.


Title: Re: How to solo mine CHN Coin?
Post by: penta on May 05, 2013, 02:53:27 PM
how come when i solo mine i dont see any accepted/rejected shares or any U:/wu: numbers
but as soon as i connect to a pool i get it up. its otherwise hashing away as normal and it keeps detecting new blocks?

only seems to happen with chn coins as far as i can see.


You don't have shares when you solo mine.

You either find a block or you don't.

ah, could swear i saw shares when solo mining another alt coin. i guess i was wrong.
thanks!


Title: Re: How to solo mine CHN Coin?
Post by: sweeppicking on May 05, 2013, 04:01:06 PM
Hi i just mined in solo mode by following this instructions.
I have to show you guys something so weird, i just found 383 Blocks with my 2000khs rig.


http://i1270.photobucket.com/albums/jj601/emmanuel_ortiz1/asdasd_zpsb040f62e.jpg


After a few minutes, the CNC wallet crash and star loading blocks again. it seems i lose all the coins and the registrers of transactions.
I almost cry when i see all those coins and blocks.
I so sad :(


Title: Re: How to solo mine CHN Coin?
Post by: BeneQ on May 05, 2013, 08:35:29 PM
sweeppicking

Jesus Christ  Mate  look at  your   R:  ( rejected )   You  got  more  R:  than   A: ( accepted )


Title: Re: How to solo mine CHN Coin?
Post by: frobley on May 05, 2013, 08:49:02 PM
Hi i just mined in solo mode by following this instructions.
I have to show you guys something so weird, i just found 383 Blocks with my 2000khs rig.


http://i1270.photobucket.com/albums/jj601/emmanuel_ortiz1/asdasd_zpsb040f62e.jpg


After a few minutes, the CNC wallet crash and star loading blocks again. it seems i lose all the coins and the registrers of transactions.
I almost cry when i see all those coins and blocks.
I so sad :(

That was back when difficulty was 16, you didn't sync ur wallet


Title: Re: How to solo mine CHN Coin?
Post by: spiderJ on May 05, 2013, 10:24:50 PM
http://i1281.photobucket.com/albums/a504/mixmatosis/cgminer_zps5316b4e2.jpg

I've just tried to set up solo-mining (cnc) with cgminer, eventually got it running but I doesn't seem to be accepting/rejecting blocks?
In the last hour I've found about 50 new blocks

can anyone tell me is this normal? do you have to wait till the blocks are either accepted/rejected.



2x7950 MSI Frozr, Windows 7

cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --gpu-engine 1001 --gpu-memclock 1401 -I 19 -w 256 --lookup-gap 2 -g 1

chncoin.conf file:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0

chncoin-qt -server


Title: Re: How to solo mine CHN Coin?
Post by: spiderJ on May 05, 2013, 10:40:57 PM
no I just quickly copy and pasted the conf details from earlier in the thread. Is it worth me changing my scantime (at 60 right now) or adding long polling?


Title: Re: How to solo mine CHN Coin?
Post by: Wilderness on May 05, 2013, 11:31:04 PM
http://i1281.photobucket.com/albums/a504/mixmatosis/cgminer_zps5316b4e2.jpg

I've just tried to set up solo-mining (cnc) with cgminer, eventually got it running but I doesn't seem to be accepting/rejecting blocks?
In the last hour I've found about 50 new blocks

can anyone tell me is this normal? do you have to wait till the blocks are either accepted/rejected.



2x7950 MSI Frozr, Windows 7

cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --gpu-engine 1001 --gpu-memclock 1401 -I 19 -w 256 --lookup-gap 2 -g 1

chncoin.conf file:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0

chncoin-qt -server

Finding blocks means it running right.

Please tell me that you aren't solo mining with username = user and password = password.

Hi guys,

I follow these instructions but get

Quote
[2013-05-06 08:58:12] Unable to get work from pool 0 http://127.0.0.1:8108
 [2013-05-06 08:58:12] No servers were found that could be used to get work from
.
 [2013-05-06 08:58:12] Please check the details from the list below of the serve
rs you have input
 [2013-05-06 08:58:12] Most likely you have input the wrong URL, forgotten to ad
d a port, or have not set up workers
 [2013-05-06 08:58:12] Pool: 0  URL: http://127.0.0.1:8108  User: usernameinconffile  Pass
word: passwordinconffile
 [2013-05-06 08:58:12] Press any key to exit, or cgminer will try again in 15s.


just wondering what I'm doing wrong, is the username and password in the cgscript just what you put in the chncoin.conf?

also my network is 192.168.1.* - is the * what you put in so all computers on the local network can fine to that wallet? Also is http://127.0.0.1:8108 the same for all computers? I don't understand the significance of this number sorry


Title: Re: How to solo mine CHN Coin?
Post by: 1krona on May 07, 2013, 07:36:00 AM
Hi,

I started to solomine right now but I only get like 3 kH/s, it´s ridiculous.
I have a HD 6870 and 8GB of DDR2 RAM 800 Mhz.

This is the first time I´ve tried scrypt-mining sha-256 works fine, could it be because I´m using DDR2 RAM?.
Do anyone have any idea why it´s so slow?

Edit: Or is it because it only us the CPU instead of the GPU? I used the miner that came with the Chinacoin package, but I also have cgminer, but I havent got it to work properly.


Title: Re: How to solo mine CHN Coin?
Post by: vuli on May 07, 2013, 06:54:01 PM
this is becouse you are mining with cpu. minerd.exe support only cpu.
for gpu minig you need cgminer-3.1.0-windows (with --script)
http://ck.kolivas.org/apps/cgminer/cgminer-3.1.0-windows.zip

example: start/run/cmd
cgminer.exe --scrypt -o http://yourpool.com:5555 -u username of worker -p password of worker -I 13 (intensity, could be "d" for dynamic but low hash or "18" but lag desktop)
I am getting with 6870 ~240Khs with I 14, with I 18 goes to ~300khs but no comment about desktop.


Title: Re: How to solo mine CHN Coin?
Post by: 1krona on May 08, 2013, 11:26:57 PM
this is becouse you are mining with cpu. minerd.exe support only cpu.
for gpu minig you need cgminer-3.1.0-windows (with --script)
http://ck.kolivas.org/apps/cgminer/cgminer-3.1.0-windows.zip

example: start/run/cmd
cgminer.exe --scrypt -o http://yourpool.com:5555 -u username of worker -p password of worker -I 13 (intensity, could be "d" for dynamic but low hash or "18" but lag desktop)
I am getting with 6870 ~240Khs with I 14, with I 18 goes to ~300khs but no comment about desktop.
Thank you! I think im starting to get it now, which pool do you run on?


Title: Re: How to solo mine CHN Coin?
Post by: vuli on May 09, 2013, 03:58:14 AM
I tried on weminecnc.com but than i go back on btc with guiminer.


Title: Re: How to solo mine CHN Coin?
Post by: MINX on May 09, 2013, 06:05:47 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks, also how do I collect the coins to my wallet?

Hi, do you have to add the "-server" to your CHNCoin-qt shortcut command?.  I'm a bit confused with this.  I connected to CHNCoin-qt without the "-server"  using a CPU miner but I can't connect when I try to use CGMiner and got this:

 [2013-05-09 20:38:02] Started cgminer 3.1.0
 [2013-05-09 20:38:02] Probing for an alive pool
 [2013-05-09 20:38:02] Network diff set to 2.74M
 [2013-05-09 20:38:02] No suitable long-poll found for http://127.0.0.1:8108

My CGminer command line is: cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --auto-fan --temp-target 70

What I'm doing wrong?


Title: Re: How to solo mine CHN Coin?
Post by: vuli on May 09, 2013, 07:30:11 PM
as far as I know is this in .conf
server=1
the same
as, if your run chncoin-qt.exe with "-server" comand
maybe in cmd you will be able to run chncoin-qt.exe -server this way.

I had the same as you posted in cgminer, than I shut down chncoin-qt and cgminer  respond that he lost connection to the server. So I am preety sure you are doing fine.
Just be sure I have opened 8108? port on your router (pointing to your lan IP - 192,168.0.100 or 192.168.1.100 or something else.)


Title: Re: How to solo mine CHN Coin?
Post by: the1silverwolf on May 09, 2013, 07:49:22 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks, also how do I collect the coins to my wallet?

Hi, do you have to add the "-server" to your CHNCoin-qt shortcut command?.  I'm a bit confused with this.  I connected to CHNCoin-qt without the "-server"  using a CPU miner but I can't connect when I try to use CGMiner and got this:

 [2013-05-09 20:38:02] Started cgminer 3.1.0
 [2013-05-09 20:38:02] Probing for an alive pool
 [2013-05-09 20:38:02] Network diff set to 2.74M
 [2013-05-09 20:38:02] No suitable long-poll found for http://127.0.0.1:8108

My CGminer command line is: cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --auto-fan --temp-target 70

What I'm doing wrong?

The CHNCoin-qt server does not support long-polling, that is what you are supposed to see.


Title: Re: How to solo mine CHN Coin?
Post by: MINX on May 09, 2013, 08:47:27 PM
as far as I know is this in .conf
server=1
the same
as, if your run chncoin-qt.exe with "-server" comand
maybe in cmd you will be able to run chncoin-qt.exe -server this way.

I had the same as you posted in cgminer, than I shut down chncoin-qt and cgminer  respond that he lost connection to the server. So I am preety sure you are doing fine.
Just be sure I have opened 8108? port on your router (pointing to your lan IP - 192,168.0.100 or 192.168.1.100 or something else.)

Hi, yes the 8108 port is opened because the CPU miner is working good (11 khash7s), but looks that the CHNCoin-qt server doesn't allow long poll.  Other user is posting that here....   :(


Title: Re: How to solo mine CHN Coin?
Post by: MINX on May 09, 2013, 08:50:07 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks, also how do I collect the coins to my wallet?

Hi, do you have to add the "-server" to your CHNCoin-qt shortcut command?.  I'm a bit confused with this.  I connected to CHNCoin-qt without the "-server"  using a CPU miner but I can't connect when I try to use CGMiner and got this:

 [2013-05-09 20:38:02] Started cgminer 3.1.0
 [2013-05-09 20:38:02] Probing for an alive pool
 [2013-05-09 20:38:02] Network diff set to 2.74M
 [2013-05-09 20:38:02] No suitable long-poll found for http://127.0.0.1:8108

My CGminer command line is: cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --auto-fan --temp-target 70

What I'm doing wrong?

The CHNCoin-qt server does not support long-polling, that is what you are supposed to see.


Thanks for the reply, then that means that I can't do GPU solo mining with the CHNcoin-qt or chncoind and CPU mining is a very big waste of time.   Do you know any other way to do?


Title: Re: How to solo mine CHN Coin?
Post by: 12gaFacelift on May 09, 2013, 09:05:30 PM
yes i know how, just make your first pool solo mining and use the second pool, a p2pool its also good and start cgminer

my cgminer.conf for testing when there is a nice and good p2pool.exe  :P

{
"pools" : [
   {
      "url" : "http://192.168.0.2:8844",
      "user" : "chncoin1",
      "pass" : "YuperetPasdNuDNLLOBBED3"
   },
   {
      "url" : "stratum+tcp://stratum.weminecnc.com:5555",
      "user" : "noname.4",
      "pass" : "1"
   },
   {
      "url" : "http://chncoin.no-ip.biz:9340",
      "user" : "Cea5zk3spFpbZgcm9UQXKq2CEyc9EMK1ee+0.00011641",
      "pass" : "12345"
   }
]
,
"intensity" : "12",
"vectors" : "1",
"worksize" : "64",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "2048",
"shaders" : "400",
"scrypt" : true,
"failover-only" : true,
"fix-protocol" : true,
"gpu-engine" : "0-0",
"gpu-fan" : "0-80",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "5",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "5",
"temp-hysteresis" : "3",
"shares" : "0",
"no-pool-disable" : true,
"kernel-path" : "/usr/local/bin"
}

im not very good with english but im sure with that someone can help you more than me.
good luck


Title: Re: How to solo mine CHN Coin?
Post by: the1silverwolf on May 09, 2013, 09:27:10 PM
Download the client & create a chncoin.conf file in your %appdata%\Roaming\Chncoin folder with the following info :

rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=8106
daemon=1
server=1
gen=0


save this file, then restart the chncoin client.

then point your miner to localhost:8108 -u username -p password

Thanks, also how do I collect the coins to my wallet?

Hi, do you have to add the "-server" to your CHNCoin-qt shortcut command?.  I'm a bit confused with this.  I connected to CHNCoin-qt without the "-server"  using a CPU miner but I can't connect when I try to use CGMiner and got this:

 [2013-05-09 20:38:02] Started cgminer 3.1.0
 [2013-05-09 20:38:02] Probing for an alive pool
 [2013-05-09 20:38:02] Network diff set to 2.74M
 [2013-05-09 20:38:02] No suitable long-poll found for http://127.0.0.1:8108

My CGminer command line is: cgminer.exe --scrypt -u username -p password -o 127.0.0.1:8108 --auto-fan --temp-target 70

What I'm doing wrong?

The CHNCoin-qt server does not support long-polling, that is what you are supposed to see.


Thanks for the reply, then that means that I can't do GPU solo mining with the CHNcoin-qt or chncoind and CPU mining is a very big waste of time.   Do you know any other way to do?

You can still solomine without LP support, it will still work it's just slightly less efficient because it may not know about discovered blocks as fast.   
Alternatively, you can add a pool (any cnc pool will work) as a failover option and cgminer will use the Long Polling from it.  Also if your client crashes or something then cgminer will switch over to the failover option so that it doesn't sit idle all night whie you are asleep :).

You can use my pool as a failover option if you want, i don't mind...  http://silverwolf.ath.cx/cnc



Title: Re: How to solo mine CHN Coin?
Post by: the1silverwolf on May 09, 2013, 09:32:35 PM
As per the previous comment, the way to set a failover option is as follows... In the cgminer.conf file in the pool section, you just add a second section under the first with a comma seperating them.  like so :

 {
      "url" : "http://127.0.0.1:8104",
      "user" : "yourusername",
      "pass" : "yourpassword"
   },
   {
      "url" : "http://silverwolf.ath.cx:8339",
      "user" : "yourusername.workername",
      "pass" : "yourworkerpassword"
   }



That way if the first one goes down (client crashes, etc...) then cgminer will switch to the second automatically.  It will also use whatever longpolling data it can find from either pool source, so you should be good there.

You can set as many pools as you want in that fashion.


Title: Re: How to solo mine CHN Coin?
Post by: dmatthewstewart on May 12, 2013, 09:46:10 PM
Did I miss something?

I need the address to point my cpuminer at. Anyone have that address/IP and port?


Title: Re: How to solo mine CHN Coin?
Post by: lanji74 on July 29, 2014, 08:01:17 AM
i just start to learn solo mining CHncoin  I need help with my cgminer to run it right. this is what I have so far. I has syn the chncoin wallet. but when I try to run the cgminer it give me a no suitable long poll found on 127.0.0.1:8108 then cgminer crashed.

I am using windows 8.1
cgminer --scrypt  -o 127.0.0.1:8108 -u my username -p my password

chncoin.conf

rpcuser=username
rpcpassword=password
rcpallowip=127.0.0.1
rpcport=8108
port=8106
daemon=1
server=1
gen=0

please help me out, what did I did wrong here?