ozzy1926
|
|
June 05, 2014, 11:48:03 AM |
|
can we mine this coin in a pool?
|
|
|
|
bitcoinbear
|
|
June 05, 2014, 11:58:41 AM |
|
can we mine this coin in a pool?
Yes! Today Minergate.com pool introduced merged mining option! You can mine FCN with any CryptoNote coin you want. It's a first MM pool implementation there is and we're very grateful for it!
|
|
|
|
bitcoinbear
|
|
June 05, 2014, 01:54:16 PM |
|
Forgot to mention.
All open-source lovers can mine using cpuminer-multi (a.k.a. minerd) on Minergate.
Please use this addresses as your --url
FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO: fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563
There is a one problem tho which is going to be resolved any time soon: if you're sending stale share to the minergate you're going to get "Unknown job id" error. To fix this error you should stop/start the mining.
|
|
|
|
MCOnyx
|
|
June 05, 2014, 02:19:41 PM |
|
Forgot to mention.
All open-source lovers can mine using cpuminer-multi (a.k.a. minerd) on Minergate.
Please use this addresses as your --url
FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO: fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563
There is a one problem tho which is going to be resolved any time soon: if you're sending stale share to the minergate you're going to get "Unknown job id" error. To fix this error you should stop/start the mining.
What about username and pass? We use Minergate profile, or wallets? Could you post sample CMD? Thanks. BTW Why does hashrate decrease when merge-mining with Minergate 2.0, compared to mining without merge. Thank you.
|
|
|
|
mirny
Legendary
Offline
Activity: 1108
Merit: 1005
|
|
June 05, 2014, 02:24:28 PM |
|
Minergate miner wont even run on win7 64, do I need to install some other SW?
|
This is my signature...
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
June 05, 2014, 02:26:26 PM |
|
is fake is a normale monerocoin/quazarcoin pool infact Also this fucking Minerc is a fake you are not mining together two cryptocurrency but only one Monero or quazar just look at the code Minerc to understand that the only currency that were mining is the first to enter std::cout << "Mining (height=" << m_block2.height << ", diff=" << m_block2.difficulty << " | donor: height=" << m_block1.height << ", diff=" << m_block1.difficulty << ")" << std::endl; crypto::hash hash; if (m_miner.findNonce(m_block1.block, m_block1.height, std::min(m_block1.difficulty, m_block2.difficulty), threads, hash)) { if (cryptonote::check_hash(hash, m_block1.difficulty)) { if (submitBlock(m_block1.block, address1, m_httpClient1)) { std::cout << "Submitted block to donor network at height " << m_block1.height << " diff " << m_block1.difficulty << std::endl; } else { std::cout << "Failed to submit block to donor network" << std::endl; } }
if (!m_legacy2) { if (cryptonote::check_hash(hash, m_block2.difficulty)) { if (!mergeBlocks()) { std::cout << "Internal error" << std::endl; return false; }
if (submitBlock(m_block2.block, address2, m_httpClient2)) { std::cout << "Submitted block at height " << m_block2.height << " diff " << m_block2.difficulty << std::endl; } else { std::cout << "Failed to submit block" << std::endl; } } } the second is not taken into consideration and the first can not be fantomcoin only if you find a block in the first then the program trying to give it a try with the second then it is useless if you use Minerc waste time why you should go to a pool or Monero quazar if you want to mine fantomcoin then use only the wallet "fantomcoind"
|
|
|
|
bitcoinbear
|
|
June 05, 2014, 02:30:39 PM |
|
Minergate miner wont even run on win7 64, do I need to install some other SW?
Working fine on my end. No additional software were installed. What about username and pass? We use Minergate profile, or wallets? Could you post sample CMD? Thanks. BTW Why does hashrate decrease when merge-mining with Minergate 2.0, compared to mining without merge. Thank you.
minerd.exe --algo=cryptonight --url=fcn-mro.pool.minergate.com:5559 --userpass=your_minergate_username:password --threads=7 Password can be absolutely random - 123, qwerty etc. Same as a Bitcoin. Other currencies url's could be found in the post above.
|
|
|
|
nopedope89
Legendary
Offline
Activity: 1078
Merit: 1059
FROSTING
|
|
June 05, 2014, 02:47:33 PM |
|
MinerGate is glad to announce Fantom mining support as a pool and as a miner. FCN can be mined solo or merged with Bytecoin, Monero, Quazarcoin or duckNote. Pool addresses for Fantomcoin: FCN: fcn.pool.minergate.com:5561 Merged mining with Fantomcoin: FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO:fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563 Please visit MinerGate.com to download miner and start mining!
|
|
|
|
amphibian (OP)
Member
Offline
Activity: 210
Merit: 10
|
|
June 05, 2014, 03:06:54 PM |
|
is fake is a normale monerocoin/quazarcoin pool infact Also this fucking Minerc is a fake you are not mining together two cryptocurrency but only one Monero or quazar just look at the code Minerc to understand that the only currency that were mining is the first to enter std::cout << "Mining (height=" << m_block2.height << ", diff=" << m_block2.difficulty << " | donor: height=" << m_block1.height << ", diff=" << m_block1.difficulty << ")" << std::endl; crypto::hash hash; if (m_miner.findNonce(m_block1.block, m_block1.height, std::min(m_block1.difficulty, m_block2.difficulty), threads, hash)) { if (cryptonote::check_hash(hash, m_block1.difficulty)) { if (submitBlock(m_block1.block, address1, m_httpClient1)) { std::cout << "Submitted block to donor network at height " << m_block1.height << " diff " << m_block1.difficulty << std::endl; } else { std::cout << "Failed to submit block to donor network" << std::endl; } }
if (!m_legacy2) { if (cryptonote::check_hash(hash, m_block2.difficulty)) { if (!mergeBlocks()) { std::cout << "Internal error" << std::endl; return false; }
if (submitBlock(m_block2.block, address2, m_httpClient2)) { std::cout << "Submitted block at height " << m_block2.height << " diff " << m_block2.difficulty << std::endl; } else { std::cout << "Failed to submit block" << std::endl; } } } the second is not taken into consideration and the first can not be fantomcoin only if you find a block in the first then the program trying to give it a try with the second then it is useless if you use Minerc waste time why you should go to a pool or Monero quazar if you want to mine fantomcoin then use only the wallet "fantomcoind" Hey, How did you make this conclusion? Look at the code: 1. We find nonce for minimal (among 2 currencies) difficulty if (m_miner.findNonce(m_block1.block, m_block1.height, std::min(m_block1.difficulty, m_block2.difficulty), threads, hash)) 2. If the hash we found satisfies 1st network target we send it there then we check if this hash satisfies 2nd network and, if so, we send it there too. if (cryptonote::check_hash(hash, m_block1.difficulty)) ... if (cryptonote::check_hash(hash, m_block2.difficulty)) m_legacy2 is always false since Fantom got block version 2 from the 1st block. Cheers.
|
|
|
|
mirny
Legendary
Offline
Activity: 1108
Merit: 1005
|
|
June 05, 2014, 03:24:06 PM |
|
MinerGate is glad to announce Fantom mining support as a pool and as a miner. FCN can be mined solo or merged with Bytecoin, Monero, Quazarcoin or duckNote. Pool addresses for Fantomcoin: FCN: fcn.pool.minergate.com:5561 Merged mining with Fantomcoin: FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO:fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563 Please visit MinerGate.com to download miner and start mining! it's useless atm, it's constantly disconnecting
|
This is my signature...
|
|
|
MCOnyx
|
|
June 05, 2014, 03:30:48 PM |
|
MinerGate is glad to announce Fantom mining support as a pool and as a miner. FCN can be mined solo or merged with Bytecoin, Monero, Quazarcoin or duckNote. Pool addresses for Fantomcoin: FCN: fcn.pool.minergate.com:5561 Merged mining with Fantomcoin: FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO:fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563 Please visit MinerGate.com to download miner and start mining! it's useless atm, it's constantly disconnecting Ye sadly it gives "Unkown Job Id" way too fast, unusable until fixed.
|
|
|
|
Zickafa
|
|
June 05, 2014, 04:16:46 PM |
|
Ye sadly it gives "Unkown Job Id" way too fast, unusable until fixed.
I hope soon the bug will be fixed. Can't wait to start mining in big pool!
|
|
|
|
Lyomon86
Member
Offline
Activity: 96
Merit: 10
|
|
June 05, 2014, 04:23:57 PM |
|
is fake is a normale monerocoin/quazarcoin pool infact Also this fucking Minerc is a fake you are not mining together two cryptocurrency but only one Monero or quazar
You can mine monero and quazar simultaneously. You have 2choose btw one of them and mine along with FCN.
|
|
|
|
GVanelly
Member
Offline
Activity: 247
Merit: 10
|
|
June 05, 2014, 04:28:12 PM |
|
is fake is a normale monerocoin/quazarcoin pool infact Also this fucking Minerc is a fake you are not mining together two cryptocurrency but only one Monero or quazar
You can mine monero and quazar simultaneously. You have 2choose btw one of them and mine along with FCN. I believe you wanted to say that you CAN'T mine them simultaneously..
|
|
|
|
BreakingBAD
Member
Offline
Activity: 93
Merit: 10
|
|
June 05, 2014, 04:35:09 PM |
|
How soon GUI version for OSX will be released? It's a bit hard for me to use command line apps.
|
|
|
|
ShitHappens
Member
Offline
Activity: 74
Merit: 10
“Everyone Is A Bank”
|
|
June 05, 2014, 04:37:43 PM |
|
MinerGate is glad to announce Fantom mining support as a pool and as a miner. FCN can be mined solo or merged with Bytecoin, Monero, Quazarcoin or duckNote. Pool addresses for Fantomcoin: FCN: fcn.pool.minergate.com:5561 Merged mining with Fantomcoin: FCN+BCN: fcn-bcn.pool.minergate.com:5558 FCN+MRO:fcn-mro.pool.minergate.com:5559 FCN+QCN: fcn-qcn.pool.minergate.com:5560 FCN+duck: fcn-duck.pool.minergate.com:5563 Please visit MinerGate.com to download miner and start mining! Great news! My congrats!
|
|
|
|
SunSeeder
Member
Offline
Activity: 124
Merit: 10
|
|
June 05, 2014, 04:45:37 PM |
|
Is it possible that there is a difference in mining speed under Windows & Linux on the same system??
|
|
|
|
Lyomon86
Member
Offline
Activity: 96
Merit: 10
|
|
June 05, 2014, 04:48:22 PM |
|
I believe you wanted to say that you CAN'T mine them simultaneously.. Of course, thanx 4correction
|
|
|
|
NoDreamsWatching
Newbie
Offline
Activity: 74
Merit: 0
|
|
June 05, 2014, 04:52:00 PM |
|
can we mine this coin in a pool?
Yes! Today Minergate.com pool introduced merged mining option! You can mine FCN with any CryptoNote coin you want. It's a first MM pool implementation there is and we're very grateful for it! Is it possible to MM FantomCoin and LiteCoin?? Or just to choose from BCN, MRO and QCN?
|
|
|
|
argentinx
Member
Offline
Activity: 109
Merit: 10
|
|
June 05, 2014, 04:54:28 PM |
|
if anyone whant test my pool fcn this is the address http://37.58.111.42/I want to test it to find a block if you want help you are welcome
|
|
|
|
|