Author

Topic: [ANN] [CHC] Chaincoin - Network Upgrade 16.1 - SegWit Activated - page 104. (Read 321645 times)

m33
legendary
Activity: 1064
Merit: 1000
Never invest with borrowed coins
Wow , I run the master nodes and yet admins remove me from chat thanks , Guess ill just sell now and forget about ungrateful ppl , thanks for the 5 btc chaincoin
newbie
Activity: 7
Merit: 0

Public service announcement Derrend and Ivan don't own any chaincoin and are looking to buy it on the cheap Smiley

Derrend, we know that the codebase has been dormant, but for developers, it is really not a big deal to bring the coin codebase up to date, based on bitcoin and dash or pivx codebase, so the kind of FUD about git commits is irrelevant to the value of the coin; that is just the way it is.

Look at codebases from all coins forked from bitcoin, 99% of the code is the same, so this kind of analysis won't make you do the good picks.

People concerned because of no development can put their BTC (which is falling) in coins they believe in, only buy CHC if you are going to hold it.
newbie
Activity: 3
Merit: 0
Hey guys
This is pr0fess0r from the Chaincoin team. I'm the guy that wrote the masternode setup doc and made the YouTube guide at YouTube.com/Chaincoin Just letting you know that we are alive and well and there are developers working on the coin as we speak. We have a growing wiki at chaincoin.org/wiki which answers some of the common issues with setting up masternodes. Our Slack team (https://chaincoin-slack.herokuapp.com/) is a good place to discuss the coin too. We're only a small team right now so it's hard work keeping up with all the various communities!
Cheers
legendary
Activity: 2212
Merit: 1038
^^^ the warning about mining to your exchange address doesn't apply to pools with manual or threshold payout schemes, it only applies to distributed pools like p2pool.
member
Activity: 101
Merit: 10
What's Quirky In Life?
Can i withdraw from suprnova to Cryptopia? Or only on my wallet?
You can't mine to your cryptopia address I opened a support ticket and asked the question myself.

Best you download the CHC wallet from the official website and use the address there

In light to this question, you can acquire CHC address from Cryptopia and cashout from Suprnova once a day / week.
This is the answer I got from their support...


"We don't accept mining directly to your Cryptopia address, however, you can deposit from supernova using their payout system once a day/week etc. Mining directly to your wallet can make it dust resulting in unnecessary maintenance. "
newbie
Activity: 39
Merit: 0
Can i withdraw from suprnova to Cryptopia? Or only on my wallet?
You can't mine to your cryptopia address I opened a support ticket and asked the question myself.

Best you download the CHC wallet from the official website and use the address there
I test with 1 CHC transaction from suprnova.  All ok. Transfer complete )
legendary
Activity: 2212
Merit: 1038
getaccountaddress "account" ?

what would the account be though?  I only signed up on cryptopia to get CHC.

https://bitcointalk.org/index.php?board=39.0 <--- Beginners & Help
newbie
Activity: 3
Merit: 0
getaccountaddress "account" ?

what would the account be though?  I only signed up on cryptopia to get CHC.
legendary
Activity: 2212
Merit: 1038
Sorry, what do you mean by input terminal?  I went to request payment and saw the address there.. but it looks like a public address that changes.

I think it's under the help menu or tab, when you find it just type help for a list of commands.
newbie
Activity: 3
Merit: 0
Sorry, what do you mean by input terminal?  I went to request payment and saw the address there.. but it looks like a public address that changes.
legendary
Activity: 2212
Merit: 1038
A bit new to this...I bought 19 ChainCoin to start off.  I also downloaded the Chaincoin-QT wallet on my Mac.  Let's say I transfer the coins from Cryptopia to my wallet , and then my computer crashes or dies a month from now... how can I recover the coins?  Also can I store Chaincoins on a paper wallet or is that not possible?

If you memorize the private key then you're coins are safe, even if you die you can "take it with you" now.  Cheesy

Find the input terminal, input the command to display the private key for a specific address, take note of the key and Bob's your uncle.
newbie
Activity: 3
Merit: 0
A bit new to this...I bought 19 ChainCoin to start off.  I also downloaded the Chaincoin-QT wallet on my Mac.  Let's say I transfer the coins from Cryptopia to my wallet , and then my computer crashes or dies a month from now... how can I recover the coins?  Also can I store Chaincoins on a paper wallet or is that not possible?
newbie
Activity: 21
Merit: 0
No one concerned?

https://github.com/chaincoin/chaincoin/graphs/contributors

Who is still developing this coin?

Concerned, *pfft* what other coin has a "Bitcoin Chief Scientist"?

https://i.imgur.com/cgH2nCU.png

Except that he has not contributed since 2013.  There are only two contributors since then.  One of them is some guy who made 5 commits yesterday (long after the hype began) and the rest are from the GitHub ChainCoin account itself.  The changes done by the ChainCoin account are mostly secretarial in nature.  The five changes made by Harris Brakmić may have some relevance but again it's five changes that were made just yesterday.  The only way this coin continues to flourish is if the buying draws developers to support this project.
newbie
Activity: 34
Merit: 0
Looks like a good coin to buy and hold. But I'm watching the market closely in case of sudden dumps.
legendary
Activity: 2212
Merit: 1038
No one concerned?

https://github.com/chaincoin/chaincoin/graphs/contributors

Who is still developing this coin?

Concerned, *pfft* what other coin has a "Bitcoin Chief Scientist"?

sr. member
Activity: 322
Merit: 250
so far the HODL is doing well
sr. member
Activity: 546
Merit: 255
Interesting coin. The price is rising every day haha
member
Activity: 70
Merit: 10
As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15

Sorry newb here. Compile the code into where? Is there an easier method where I can just click start??

Newb here. Ho
Unless you're running windows it's best if you compile yourself due to discrepancies with dependencies from various flavors of linux.

Go to a command prompt and enter the instructions ocminer posted and the executable will be built in sgminer-chaincoin directory.  That's if you have all the dependencies.  Give it a try.  If you can't do it let me know what flavor of linux you're running and I'll compile for you in a VM. 


thank you
hero member
Activity: 707
Merit: 505
full member
Activity: 176
Merit: 100
As I had some requests, I've modded latest sgminer to work with the c11 algo:

https://github.com/ocminer/sgminer-chaincoin

you can compile with:

Code:
git clone https://github.com/ocminer/sgminer-chaincoin
cd sgminer-chaincoin
git submodule add https://github.com/akheron/jansson.git submodules/jansson
sh autogen.sh
./configure
make
and then run with:

Code:
sgminer.exe --kernel chaincoin -o stratum+tcp://chc.suprnova.cc:5888 -u username.worker -p x -I 21 -g 4 -w 128 --lookup-gap 4 -s 1 --queue 1 -E 15

Sorry newb here. Compile the code into where? Is there an easier method where I can just click start??

Newb here. Ho
Unless you're running windows it's best if you compile yourself due to discrepancies with dependencies from various flavors of linux.

Go to a command prompt and enter the instructions ocminer posted and the executable will be built in sgminer-chaincoin directory.  That's if you have all the dependencies.  Give it a try.  If you can't do it let me know what flavor of linux you're running and I'll compile for you in a VM. 
Jump to: