Bitcoin Forum
May 03, 2024, 07:51:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: CNC - ChinaCoin Introduction  (Read 19825 times)
FoundNemo (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 02, 2013, 12:27:43 AM
 #1

Introduction:
CNCoin - a lite version of Litecoin used scrypt as a proof of work scheme.

60 seconds block targets
subsidy halves in 2628k blocks (5 years)
~462.5 million total coins
88 coins per block
5040 blocks to retarget difficulty
Default Port:8106, RPC port:8108
Download Client:
Windows QT Client: SourceForge
Windows Daemon: SourceForge
Linux Client: SourceForge

Official Sites:
Homepage: chncoin.org
Forum: forum.chncoin.org (Coming soon)
Source
https://github.com/CHNCoin/CHNCoin

 Taken from Alt. Currency Thread CHNCOIN User - Promoting new alt currency, get them while there hot!
1714765890
Hero Member
*
Offline Offline

Posts: 1714765890

View Profile Personal Message (Offline)

Ignore
1714765890
Reply with quote  #2

1714765890
Report to moderator
1714765890
Hero Member
*
Offline Offline

Posts: 1714765890

View Profile Personal Message (Offline)

Ignore
1714765890
Reply with quote  #2

1714765890
Report to moderator
1714765890
Hero Member
*
Offline Offline

Posts: 1714765890

View Profile Personal Message (Offline)

Ignore
1714765890
Reply with quote  #2

1714765890
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714765890
Hero Member
*
Offline Offline

Posts: 1714765890

View Profile Personal Message (Offline)

Ignore
1714765890
Reply with quote  #2

1714765890
Report to moderator
1714765890
Hero Member
*
Offline Offline

Posts: 1714765890

View Profile Personal Message (Offline)

Ignore
1714765890
Reply with quote  #2

1714765890
Report to moderator
n_p
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 02, 2013, 06:26:31 AM
 #2

The linux clients don't work.

Posted this here:

https://bitcointalk.org/index.php?topic=192984.0

But to repeat:

Code:
$ ./chncoin-qt 
./chncoin-qt: error while loading shared libraries: libminiupnpc.so.9: cannot open shared object file: No such file or directory

Some of these should have been statically compiled:

Code:
$ ldd chncoin-qt 
../../CHNCoin/64/chncoin-qt: /usr/lib64/libssl.so.1.0.0: no version information available (required by ../../CHNCoin/64/chncoin-qt)
../../CHNCoin/64/chncoin-qt: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ../../CHNCoin/64/chncoin-qt)
        linux-vdso.so.1 (0x00007fff171ff000)
        libminiupnpc.so.9 => not found
        librt.so.1 => /lib64/librt.so.1 (0x00007f4fc415e000)
        libssl.so.1.0.0 => /usr/lib64/libssl.so.1.0.0 (0x00007f4fc3ef4000)
        libcrypto.so.1.0.0 => /usr/lib64/libcrypto.so.1.0.0 (0x00007f4fc3b1f000)
        libdb_cxx-5.1.so => not found
        libboost_system.so.1.46.1 => not found
        libboost_filesystem.so.1.46.1 => not found
        libboost_program_options.so.1.46.1 => not found
        libboost_thread.so.1.46.1 => not found
        libQtGui.so.4 => /usr/lib64/qt4/libQtGui.so.4 (0x00007f4fc2e65000)
        libQtCore.so.4 => /usr/lib64/qt4/libQtCore.so.4 (0x00007f4fc2985000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4fc2768000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libstdc++.so.6 (0x00007f4fc2463000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f4fc216e000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libgcc_s.so.1 (0x00007f4fc1f58000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f4fc1baf000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f4fc4367000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f4fc19ab000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f4fc1795000)
        libEGL.so.1 => /usr/lib64/libEGL.so.1 (0x00007f4fc1577000)
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f4fc1255000)
        libaudio.so.2 => /usr/lib64/libaudio.so.2 (0x00007f4fc103c000)
        libpng15.so.15 => /usr/lib64/libpng15.so.15 (0x00007f4fc0e11000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007f4fc0b71000)
        libSM.so.6 => /usr/lib64/libSM.so.6 (0x00007f4fc0968000)
        libICE.so.6 => /usr/lib64/libICE.so.6 (0x00007f4fc074b000)
        libXi.so.6 => /usr/lib64/libXi.so.6 (0x00007f4fc053b000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007f4fc0331000)
        libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00007f4fc0127000)
        libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f4fbff21000)
        libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00007f4fbfd16000)
        libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00007f4fbfb13000)
        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007f4fbf8dd000)
        libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f4fbf6cb000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f4fbf38e000)
        libX11-xcb.so.1 => /usr/lib64/libX11-xcb.so.1 (0x00007f4fbf18c000)
        libxcb-dri2.so.0 => /usr/lib64/libxcb-dri2.so.0 (0x00007f4fbef87000)
        libxcb-xfixes.so.0 => /usr/lib64/libxcb-xfixes.so.0 (0x00007f4fbed80000)
        libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f4fbeb5f000)
        libudev.so.1 => /lib64/libudev.so.1 (0x00007f4fbe94b000)
        libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x00007f4fbe73f000)
        libXt.so.6 => /usr/lib64/libXt.so.6 (0x00007f4fbe4d7000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f4fbe2d3000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f4fbe0c3000)
        libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007f4fbde98000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007f4fbdc92000)

In particular:

Code:
$ ldd chncoin-qt | grep found
../../CHNCoin/64/chncoin-qt: /usr/lib64/libssl.so.1.0.0: no version information available (required by ../../CHNCoin/64/chncoin-qt)
../../CHNCoin/64/chncoin-qt: /usr/lib64/libcrypto.so.1.0.0: no version information available (required by ../../CHNCoin/64/chncoin-qt)
        libminiupnpc.so.9 => not found
        libdb_cxx-5.1.so => not found
        libboost_system.so.1.46.1 => not found
        libboost_filesystem.so.1.46.1 => not found
        libboost_program_options.so.1.46.1 => not found
        libboost_thread.so.1.46.1 => not found

The litecoin client works fine, and doesn't have any missing dynamic libraries:

Code:
$ ldd litecoin-qt 
        linux-vdso.so.1 (0x00007fff77dc5000)
        libQtGui.so.4 => /usr/lib64/qt4/libQtGui.so.4 (0x00007fb0a8483000)
        libQtCore.so.4 => /usr/lib64/qt4/libQtCore.so.4 (0x00007fb0a7fa3000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb0a7d85000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libstdc++.so.6 (0x00007fb0a7a81000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fb0a778c000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libgcc_s.so.1 (0x00007fb0a7576000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fb0a71ce000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fb0a6fb8000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fb0a6db4000)
        libEGL.so.1 => /usr/lib64/libEGL.so.1 (0x00007fb0a6b96000)
        libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007fb0a6874000)
        libaudio.so.2 => /usr/lib64/libaudio.so.2 (0x00007fb0a665b000)
        libpng15.so.15 => /usr/lib64/libpng15.so.15 (0x00007fb0a6430000)
        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fb0a6190000)
        libSM.so.6 => /usr/lib64/libSM.so.6 (0x00007fb0a5f87000)
        libICE.so.6 => /usr/lib64/libICE.so.6 (0x00007fb0a5d6a000)
        libXi.so.6 => /usr/lib64/libXi.so.6 (0x00007fb0a5b5a000)
        libXrender.so.1 => /usr/lib64/libXrender.so.1 (0x00007fb0a5950000)
        libXrandr.so.2 => /usr/lib64/libXrandr.so.2 (0x00007fb0a5746000)
        libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007fb0a5540000)
        libXcursor.so.1 => /usr/lib64/libXcursor.so.1 (0x00007fb0a5334000)
        libXinerama.so.1 => /usr/lib64/libXinerama.so.1 (0x00007fb0a5131000)
        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00007fb0a4efb000)
        libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007fb0a4ce9000)
        libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fb0a49ac000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fb0a47a3000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb0a913d000)
        libX11-xcb.so.1 => /usr/lib64/libX11-xcb.so.1 (0x00007fb0a45a1000)
        libxcb-dri2.so.0 => /usr/lib64/libxcb-dri2.so.0 (0x00007fb0a439c000)
        libxcb-xfixes.so.0 => /usr/lib64/libxcb-xfixes.so.0 (0x00007fb0a4195000)
        libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007fb0a3f74000)
        libudev.so.1 => /lib64/libudev.so.1 (0x00007fb0a3d60000)
        libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x00007fb0a3b54000)
        libXt.so.6 => /usr/lib64/libXt.so.6 (0x00007fb0a38ec000)
        libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007fb0a36e8000)
        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fb0a34d8000)
        libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00007fb0a32ad000)
        libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00007fb0a30a7000)

Please fix the linux clients.
mr_right
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 02, 2013, 06:39:33 AM
 #3

tried last night. 500KH for 1 hour, 10+ stale 0 good. no thanks.
96redformula
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 02, 2013, 06:57:07 AM
 #4

Joined a CHN Coin pool.  I am mining away for a day before its back to feathercoin.
dan99
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
May 02, 2013, 07:56:40 AM
 #5

24 posts and they wanna create their own coins?Huh
Sentinelrv
Sr. Member
****
Offline Offline

Activity: 648
Merit: 318



View Profile
May 02, 2013, 08:13:40 AM
 #6

Why is the name China coin? Does the designer live in China or something?
Narken
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 02, 2013, 08:26:58 AM
 #7

Just setup a new test P2Pool for CHNcoin on a 100mbit line with very low latency

CHNCoin p2pool:
http://chncoin.no-ip.biz:9333

cgminer:
cgminer --scrypt -o chncoin.no-ip.biz:9333 -u yourCNCaddress -p x -s 5 --expiry 5 --queue 0


cudaminer:
cudaminer -o chncoin.no-ip.biz:9333 -u yourCNCaddress -p x


Yes sir
Cryptocables
Full Member
***
Offline Offline

Activity: 270
Merit: 220


CQ - I make High Voltage glowy things.


View Profile WWW
May 02, 2013, 08:28:31 AM
 #8

Why is the name China coin? Does the designer live in China or something?

[insert knockoff joke here] :D

⚡ VOLTAGE GOAT ⚡
🐐 https://www.voltagegoat.com
🐐 http://www.twitter.com/VoltageGoat

High Voltage Crypto Illuminations. Neons, Nixies, Numitrons, ++ more Smiley
Official Launchpad of the Numitron Bitcoin Ticker Rocket
alex0909
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250



View Profile
May 02, 2013, 09:11:51 AM
 #9

I have been mining for a while, did not get a lot of luck with the PPshares, but still getting a decent stack !
curtisbigs
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 02, 2013, 09:19:34 AM
 #10

I think this is a bit of a stretch
schnebi
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
May 02, 2013, 09:27:59 AM
 #11

I think i will put a couple of Khashs in this....
moronoxy
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 02, 2013, 10:14:31 AM
 #12

Why is the name China coin? Does the designer live in China or something?

I think China is where it will send all your BTC after you let it running for a while...
meh32123
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
May 02, 2013, 11:23:24 AM
 #13

CNC, i was thinking Command And Conquer. Loved that game
xthestig
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile
May 02, 2013, 11:45:14 AM
 #14

Just setup a new test P2Pool for CHNcoin on a 100mbit line with very low latency

CHNCoin p2pool:
http://chncoin.no-ip.biz:9333

cgminer:
cgminer --scrypt -o chncoin.no-ip.biz:9333 -u yourCNCaddress -p x -s 5 --expiry 5 --queue 0


cudaminer:
cudaminer -o chncoin.no-ip.biz:9333 -u yourCNCaddress -p x



I have setup with ya there, approx 550kh/s, would have repliedon your tried but im a newb and cant
rbaggio
Newbie
*
Offline Offline

Activity: 35
Merit: 0



View Profile
May 02, 2013, 12:01:27 PM
 #15

Seems to be popular, judging by the amount of threads in Alt Coins subforum
z3r0
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile WWW
May 02, 2013, 01:50:44 PM
 #16

Is CHCoin being traded on any exchanges? predictions for the future?

Live Bitcoin and Crypto News From Around The World
Free Trading Signals - Twitter: @saintcrypto
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 02, 2013, 01:57:34 PM
 #17

Scam or not, I'm mining some and stash them for a rainy day...   Grin
Solo mining here...

tb

Thorgrim
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile WWW
May 02, 2013, 02:10:15 PM
 #18

I tried solo mining with very little luck yesterday. I managed two blocks in about 10 hours or so. I think my client wasn't keeping up with the number of new blocks being found. My hashing power was good but I was at times submitting no new shares, accepted or stale.

ekylypse
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 02, 2013, 02:15:09 PM
 #19

Seems a good pool here:

https://bitcointalk.org/index.php?topic=193011.0
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 02, 2013, 02:33:24 PM
 #20

I tried solo mining with very little luck yesterday. I managed two blocks in about 10 hours or so. I think my client wasn't keeping up with the number of new blocks being found. My hashing power was good but I was at times submitting no new shares, accepted or stale.

Maybe you'll have better luck today.  I was doing well until 3am when my rig rebooted from microsuck updates.  I forgot to disable it and didn't put a batch file to start chncoin client at startup.  This is why I am still in this noob section.   Cheesy 
Good thing i added a backup pool so not a total lost.

tb

Pages: [1] 2 3 4 »  All
  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!