Bitcoin Forum
September 29, 2025, 09:28:44 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [GIVEAWAY]FREE BitBar! 0.01 BTB per Person on: May 04, 2013, 02:43:34 AM
much obliged.

BSd2cCXaubDrtHQHd3W2QsCF198jdvhKXH
2  Alternate cryptocurrencies / Altcoin Discussion / Re: WARNING: Cryptonit Destroyed My LTC on: May 02, 2013, 06:40:16 PM
happened to me too but they returned. check around in the "cryptocurrency" area where LTC is. use different browsers etc., it showed up as "not confirmed" later and stayed that way for 12 hours. after 12 hours I found that all the time there was a "check again" button or something next to those unconfirmed LTC. Clicked it and they were back.

/edit/ however this is the reason why it's time to leave this finicky website in the dust and trade at btc-e or vircurex now that feathercoin is everywhere.
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Is it time to buy LTC or sell LTC ? What do forum gurus say ? ;D on: May 02, 2013, 01:00:19 PM
At least litecoin is the reference currency for most new pump and dump scheme cryptocurrencies due to the faster transaction time. The trollbox trader's currency of choice. D:
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 12:48:38 PM
difficulty jump from 1 to 4 just happened. D:
5  Alternate cryptocurrencies / Altcoin Discussion / Re: pay 20ltc/k CNC on: May 02, 2013, 11:34:51 AM
Just sent you 500 CNC: a0c12267b40dd5c538cf869069723bc2d6870f82cbfdc4e894d41be00a2e4c5e
My LTC address is: LiNW1GDceq5GzD7QUcEnMSEW742BwrWSD7

/edit/ promptly received my LTC: 6dea7519c2ba0645a24bda320f9390f49799271a9a47ffd4f3961cf0be79a250
thanks!
6  Alternate cryptocurrencies / Altcoin Discussion / Re: pay 20ltc/k CNC on: May 02, 2013, 11:25:13 AM
I would like to trade 500 CNC for 10 LTC, first trade, I would go first of course Cheesy
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 04:21:29 AM
this is why we can't have nice things. Sad
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 03:59:56 AM
shit. may or may not be coincidence that it's chinacoin.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 03:56:44 AM
I've got a competitor up at http://chn.dontmine.me:9999/

Running on a backup machine so don't expect too much, but it seems to be paying me okay.

getting by far the lowest stale rate of all pools until now, but are you sure that everything is working correctly? it seems a bit too unlucky right now.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 02:39:23 AM
While it was busy downloading the blockchain, I was setting up all my stuff. I had guiminer running a stratum proxy, and it said it was connected and working, and I was throwing hashes at it through stratum port from my VPS elsewhere, but I had to change up a bunch of network settings because my DHCP lease ran out at the worst time, now it won't connect to localhost port 8108 for stratum! What's the deal? I've got Windows firewall turned off, ports are open, I just DMZ'd myself.

not sure about the stratum thing, but for regular miners throughout the day 8106 and 8844 were two other ports that you could try.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 02:16:56 AM
and now I hear avantasia in my head. I'm right below you. D:
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 02:07:39 AM
Nice work Mr. Romanus! Stratum stalerates feel so good...
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 02, 2013, 01:45:23 AM
On my netbook, the new blocks come in faster than it can sync up. Cheesy
yay for the usability of ChinaCoin as an actual currency apart from trollbox games.

/edit/ is my pool broken or did the profitability actually go down by 75% over the last 2 hours Cheesy
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Solo Mining Setup on: May 01, 2013, 09:46:17 PM
For those of you who are still struggling with solo mining, here is copy and paste instruction for Windows.

1. Download and install CGMiner https://bitcointalk.org/index.php?topic=28402.0

2. Open Notepad and save it as chncoin.conf file inside this folder:
C:\Users\YOURUSERNAME\AppData\Roaming\CHNCoin
paste these codes inside the chncoin.conf file and save it:
Code:
server=1
daemon=1
rpcuser=AnyRandomUserNameYouWant
rpcpassword=AnyRandomPasswordYouWant
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcallowip=192.168.2.*
rpcport=8108
port=8106

3.Go to the folder where you installed CHNcoin-qt client (lets assume you installed it to default "Program Files"), find the CHNCoin-qt.exe file and right click to create a shortcut to Desktop
Now go to your desktop, right click on the shortcut you just created, then choose Properties.
Under "Shortcut" tab, navigate to "Target" field and add this text " -server" - it shall look like this:
Quote
"C:\Program Files\CHNCoin\CHNCoin-qt.exe" -server
Click Ok.

4. On your Desktop, Open Notepad again and save a new file called SoloMine.bat (make sure it's .bat file, not ending with .txt => choose "All files" during save).
inside your SoloMine.bat file paste this code:
Code:
"C:\Program Files\cgminer\cgminer.exe" --scrypt -o localhost:8108 
-u AnyRandomUserNameYouWant -p AnyRandomPasswordYouWant
--thread-concurrency 8192 -I 13 -g 2 -w 256 -s 1 -E 5
--gpu-reorder --gpu-engine 1050 --gpu-memclock 1500
Above code assumes you installed CGMiner on Program Files - change this if you have a different path.
The last line of code is configuration for your graphic card, mine is AMD 7970.

=======

TO START MINING:

a) double-click the desktop icon for CHNCoin-qt (created in step 3) - wait for it to get full block chain updated.
b) double-click the SoloMine.bat file (created in step 4) to Launch Mining!

Enjoy and good luck!

Quoting this amazing guide one more time since people keep asking how to mine it instead of reading the thread.

1) get chinacoin client, open it once so it creates its appfolder files, close it again.
2) Set up the config file in the appdata folder, like every guide tells you
3) open your client up with the -server parameter again (it has to either say server=1 in the config file or you fire it up over cmd or shortcut with -server behind the path)
4) point your miner to the data that you entered in the config file.

What miner you use is basically up to you, just keep in mind that guiminer does not require you to enter http:// like cgminer does.
If it does not work, try port 8106, 8108, 8844 (meaning that you change it in the config file and also connect to it).
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 01, 2013, 09:42:44 PM
As holland reported before, the french pool gives far less stales for european miners.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 01, 2013, 06:24:26 PM
bob's pool started kicking in for me now. had one of my 600 kh/s 7950s pointed there for about an hours while still sending the other 2 solo mining (100% pointless). Just got spammed with almost 200 coins in many many many small transactions.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 01, 2013, 05:41:58 PM

I'm mining at 430kh/sec and I seem to still be finding blocks soloing. Make sure your scantime is very low to make sure you can find the new blocks quickly. A: 7 R: 1 is my current block count.

What -s and --expiry values are you using? Should I also add those parameters for p2p pool mining?
Also you probably are close to China?

Bob's pool just paid me 0.44, so at least SOMETHING is working.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 01, 2013, 05:30:45 PM
Thanks for the 0.10 CNC, that worked. However I can't even think about dumps/pumps since I only have those 0.10 to dump anyway.

What does it look like for people solo mining now? I'm using guiminer, getting 0 shares accepted ever, 2 hours ago I still got 2 accepted shares which turned out orphaned. I am seeing very little activity, maybe one stale share per minute (with 1750 kh/s).

Are you guys still seeing the stale counter jumping up like crazy? Then something is definitely not working for me.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] a new coin based on Litecoin - CHNCoin on: May 01, 2013, 05:24:41 PM
What if the chinese firewall delayes all P2P connections to and from china and so we get only stales?

I'm doing fine and i'm not in china.


make a pool on your machine and charge 10% win win for everyone if your latency doesnt get 99.9% rejects like most people.

Nah, i've seen enough pool ops fail to know i shouldn't want to start a pool in one day without any prior experience. People will instantly start expecting things from me and since i haven't written the stuff i can't know if i can fix the problems.

Better for an experienced op to start one.

I read that in Bender's voice.

Well, I've been solo mining for 3 hours now with ~1600 kh/s, nothing came around. I'd say fuck this coin. Bail out!

/edit/ Can someone send me like 0.0000001 coins to CTUx7xhtiEnChcaza6KKSjeMiBXNSAnnBP
I'm starting to doubt that this shitty client is working at all...
20  Alternate cryptocurrencies / Altcoin Discussion / Re: FeatherCoin Exchange Bounty Claimed on: April 26, 2013, 06:11:45 PM
nothing seems to be working there...
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!