Pages:
Author

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

sr. member
Activity: 277
Merit: 250
im not crying because its 20 and not 100  Tongue
hero member
Activity: 630
Merit: 500
Difficulty was supposed to hit 100 and it went to 20.88??
newbie
Activity: 56
Merit: 0
new difficulty: 20

Am I missing something ?

was expecting something like 100
sr. member
Activity: 335
Merit: 255
Counterparty Developer
New Pushpool/mmcFE pool:

url: http://chn.imineco.in/
mining port: 8336
pool fee: 0%
server:  EU dedicated server (Intel Core i5-2400 3.4GHZ - 16 Go DDR3 - 2x 2To SATA2 - 100 Mbps)

It's a beta version and need more test to be fully operational.

Here my setting for pushpoold. I'am not sure that the best settings for CHNCoin. Help is welcome! Thank you :

"longpoll.disable" : false,
"rpc.target.rewrite" : true,
"work.expire" : 20,
"roll.ntime.disable" : true,
"longpoll.keepalive" : 20

the second point i'am not sure, it's the hashrate calculation by mmcFE. Here the code used :

$retarget = 18;
$hashrate = $resultrow->id;
$key = bcpow(2,$retarget) or die("bcpow err");
$hashrate = round((($hashrate*$key)/600)/1000, 3);

Thanks for your help to make this pool fully operational !!
hero member
Activity: 532
Merit: 500
bearded, drunk, fat, naked
the truck is coming.
full member
Activity: 153
Merit: 100
Can't believe the profitability of this coin atm. But the difficulty will eventually catch up, it must?

Time to retarget   0 day(s), 3 hour(s), 32 min, 17 sec
Next difficulty   105.87796166539


http://cnc.strament.com/
sr. member
Activity: 434
Merit: 250
Can't believe the profitability of this coin atm. But the difficulty will eventually catch up, it must?
hero member
Activity: 602
Merit: 500
Set up a new p2pool at http://188.95.224.183:8800 . Swedish server, latency should be goood. Fees at 3% atm. Hashes and feedback welcomed!

hello, this seems to work , accepted 81 on one radeon 7970  - accepted 89 on other radeon 7970 in 10 minutes.

but how is the payment? when it occurs?
1-3 hours Smiley its variable
hero member
Activity: 606
Merit: 500
Set up a new p2pool at http://188.95.224.183:8800 . Swedish server, latency should be goood. Fees at 3% atm. Hashes and feedback welcomed!

hello, this seems to work , accepted 81 on one radeon 7970  - accepted 89 on other radeon 7970 in 10 minutes.

but how is the payment? when it occurs?
newbie
Activity: 14
Merit: 0
If you are having troubles with other pools:

I helped set up this pool. It is not mine per se, but the owner cannot post here so he asked me to do it.

CNC p2pool: http://192.162.112.138:8109

Fee: 1%

connect with your miner: cgminer -o 192.162.112.138:8109 -u -p

Helpful: http://192.162.112.138:8109/static/graphs.html?Hour

p2pool rate: 203MH/s

If you are from europe, this is the pool to use.

No matter what your mining speed is, you should start seeing rewards in your CNC wallet 1-2 hours after starting to mine.
This pool is connected to a few other pools, so we already have 200 M/hash/sec, so we're finding blocks pretty often.

And since there aren't that many people onto here, the connectivity is very good since the server is not overloaded ^_^
hero member
Activity: 490
Merit: 500
Same thing that happened to me twice.  I checked and it was my account address was different.
hero member
Activity: 708
Merit: 500
Has anyone else noticed their account addresses randomly changing?

it could be that my address has been changed,
I've found the same problem of missing payments on most of the p2pool in last 2 days,

Get a payment or maybe more, payments stop, miner still hashing away
hero member
Activity: 490
Merit: 500
Has anyone else noticed their account addresses randomly changing?
hero member
Activity: 708
Merit: 500
Set up a new p2pool at http://188.95.224.183:8800 . Swedish server, latency should be goood. Fees at 3% atm. Hashes and feedback welcomed!

Was looking good, got one payment, then dropped off the list, miner not changed status
CYksAT.........
full member
Activity: 168
Merit: 100
Did anyone succeed in compiling this for OSX? Im stuck at a Qmenu/Qgui not found error in Qt Creator..

I don't bother with that, just do it in the Terminal window,
Build the src subdirectory by typing make -f makefile.osx
then go back up to the main directory and do:

qmake
make

Then move the CHNCoin-Qt.app/ directory to your /Applications folder and click on it.

I am using Snow Leopard.

If you get errors then it will be some dependency that you need to install first from Macports, Google for the Litecoin tutorial with the list of Macports you need to install.


Didn't work, constantly get this error: no rul to make target makefile.osx. stop.

Can you please make a step by step fully explained guide with what I need to do to compile on mac osx? A lot of users are having trouble with it and it must not be hard to do. I have installed xcode full version inclusive command line tools and all the required macports, so that is not the problem
hero member
Activity: 636
Merit: 500
what server host should i use for p2pool over there if i don't want to host it on my pc?
full member
Activity: 154
Merit: 100
Set up a new p2pool at http://188.95.224.183:8800 . Swedish server, latency should be goood. Fees at 3% atm. Hashes and feedback welcomed!
erk
hero member
Activity: 826
Merit: 500
Did anyone succeed in compiling this for OSX? Im stuck at a Qmenu/Qgui not found error in Qt Creator..

I don't bother with that, just do it in the Terminal window,
Build the src subdirectory by typing make -f makefile.osx
then go back up to the main directory and do:

qmake
make

Then move the CHNCoin-Qt.app/ directory to your /Applications folder and click on it.

I am using Snow Leopard.

If you get errors then it will be some dependency that you need to install first from Macports, Google for the Litecoin tutorial with the list of Macports you need to install.
legendary
Activity: 2940
Merit: 1090
Did anyone succeed in compiling this for OSX? Im stuck at a Qmenu/Qgui not found error in Qt Creator..

I am not even getting that far:

Code:
bash-3.2# make -f makefile.osx 
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1

mkdir obj maybe?

(Does a dir named obj actually exist where it expects it to be?)

-MarkM-
erk
hero member
Activity: 826
Merit: 500
Did anyone succeed in compiling this for OSX? Im stuck at a Qmenu/Qgui not found error in Qt Creator..

I am not even getting that far:

Code:
bash-3.2# make -f makefile.osx 
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1


SOVLED just had to make the missing obj directory
Pages:
Jump to: