Bitcoin Forum
May 25, 2024, 07:17:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: { Introducing CNCoin- }  (Read 1162 times)
FoundNemo (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 02, 2013, 05:07:42 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!

-Browse the Alt. currency thread for more information ---
manywelps
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
May 02, 2013, 05:19:05 AM
 #2

you didn't bring the client links over.
RubberChicken
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
May 02, 2013, 05:23:52 AM
 #3

Put a pot leaf on the logo coin, then spam the legalize forums advertising your coin.

You're welcome. Cool

edit: I read that as CNCoin=Canadian Coin, should have checked the link first.  Smiley
Narken
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 02, 2013, 05:27:40 AM
 #4

Pool up here:


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

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

Yes sir
n_p
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 02, 2013, 08:47:59 AM
 #5

(Linux) clients don't work.

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

Looks like someone linked to a relatively old version of boost (I have 1.49.0 on my system, but the current version is 1.53.0):

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)

A couple of other missing libraries, as well:

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

Litecoin works fine (if cncoin is based on it, there was some poor programming involved:

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)
jaredw
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 02, 2013, 09:42:32 AM
 #6

Interesting...
badger_hunter
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
May 02, 2013, 10:53:35 PM
 #7

any luck with the pool.  how many coins you made ?   Grin
Jaxkr
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
May 02, 2013, 11:12:21 PM
 #8

a lite version of Litecoin used scrypt as a proof of work scheme.
What? Liter than lite?
sserge009
Hero Member
*****
Offline Offline

Activity: 770
Merit: 501



View Profile
May 02, 2013, 11:38:56 PM
 #9

New coin is very interesting as usual, but where is it possible to buy it or to sell? Any ideas?



BIG WINNER!
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████
▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░▄███
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████
██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░
▀██░▄▄▄▄░████▄▄██▄░░░░
▄████████████▀▀▀▀▀▀▀██▄
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄
▀██░████████░███████░█▀
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████
▀████████████████████▀




Rainbot
Daily Quests
Faucet
goryo
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 03, 2013, 02:24:46 AM
 #10

I am also looking to buy with LTC or BTC. Please message me if interested in a trade.

Thanks,
BitJohn
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1001

@Bit_John


View Profile
May 03, 2013, 02:26:36 AM
 #11

Is there an exchange for this yet or is it all forum trading for the time being?
nutnut88
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
May 03, 2013, 02:28:42 AM
 #12

Im looking to trade 5feathercoin for some CHN. Any offers?
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
May 03, 2013, 11:14:27 PM
 #13

so what config for solomining? Smiley

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
jetset220
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
May 03, 2013, 11:17:53 PM
 #14

FoundNemo is a scammer. He is slandering bitcointalk users so no one will believe the scam accusations. That way his other nicknames can continue to scam.

"You logged off as btcmank while I was waiting on my 10,000 CNC's and then logged on as FoundNemo and started slandering me."

-------


foundnemo's pm to me:(admins can verify)

"Yes actually that is fair...  60 LTC for 5k CHN (ChinaCoin) My LTC addrss is LQH3GRs82rZWgsq8m21JGFpbXGE1ZSTkPs   - (also if we could do this kind of quick I gotta go in a bit and am taking more offers) You can read through my posts if you want good trade history, references, and pm reccomendations. After I receive 1st confirmation of 60 LTC I'll send 5k CHN, also I will post in the thread afterwards that we had a good trade and would appreciate the same from you for rep on both sides.... I will await as long as you agree, meanwhile please send me your CHN address"

my ltc transaction sent to him incuding the .5 transaction fee..

http://s2.postimg.org/gnmhzfibd/ltcshot.jpg


#28781004   -60.5 LTC   Withdrawal LTC to address LQH3GRs82rZWgsq8m21JGFpbXGE1ZSTkPs



-------


I don't know how to put it any more clearly. FoundNemo is a scammer.

Ray
cakepie
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 03, 2013, 11:19:29 PM
 #15

How expensive are a bunch of CNC coins right now?
Neverest
Newbie
*
Offline Offline

Activity: 70
Merit: 0



View Profile
May 05, 2013, 12:53:42 PM
 #16

Pool up here:


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

cgminer:
cgminer --scrypt -o chncoin.no-ip.biz:9333 -u yourCNCaddress -p x -s 5 --expiry 5 --queue 0
It runs, but after 10 minutes at 350kh/s I have 17 rejects and no accepts
kevzor
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 05, 2013, 12:59:42 PM
 #17

Retarget is going to suck Cry
Pages: [1]
  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!