Pages:
Author

Topic: [FCN] Fantomcoin. CN based, anonymous. Merge mine with BCN, XMR, QCN, duck. - page 40. (Read 127109 times)

member
Activity: 109
Merit: 10
anyone know how resolv this problem
with the pool that I'm trying to set with fantomcoin?
the error that I get from this is
Code:
2014-05-31 09:24:10 [Pool]      (Thread 1) [Share Validator] Bad hash from miner 

and it is this part of the code

    if (hash.toString('hex') !== resultHash) {
        log('error', 'Share Validator', 'Bad hash from miner ' + miner.login + '@' + miner.ip);
        return false;
    }

on the miner this
[2014-05-31 16:24:19] thread 3: 97 hashes, 20.56 H/s
[2014-05-31 16:24:20] thread 2: 11 hashes, 18.94 H/s
[2014-05-31 16:24:20] accepted: 0/1 (0.00%), 82.75 H/s at diff 3000 (booooo)
[2014-05-31 16:24:24] thread 1: 113 hashes, 22.10 H/s
[2014-05-31 16:24:24] thread 0: 106 hashes, 21.10 H/s
[2014-05-31 16:24:24] thread 2: 96 hashes, 21.98 H/s
[2014-05-31 16:24:25] thread 3: 104 hashes, 20.02 H/s
sr. member
Activity: 322
Merit: 250
sr. member
Activity: 322
Merit: 250
Why are these freaks selling this coin so cheap?  Roll Eyes
full member
Activity: 126
Merit: 100


followtheboss
You don't need to run few instances of minerc. You can add paramter --t "number of threads". For example:
minerc --node1=192.168.1.10:18081 --node2=192.168.1.10:24081 --wallet1=MRO wallet address --wallet2=FCN wallet address --t 8 (if you have 8 threads CPU)



To the bat file with minerc command add to end : --threads 4



Ok thanks guys,   Smiley
 i will add --threads 2 in bat file cause for my cpu it's the same as 3 or 4

cheers

full member
Activity: 134
Merit: 100
To the bat file with minerc command add to end : --threads 4
member
Activity: 504
Merit: 10
YOUC | John McAfee Supports
followtheboss
You don't need to run few instances of minerc. You can add paramter --t "number of threads". For example:
minerc --node1=192.168.1.10:18081 --node2=192.168.1.10:24081 --wallet1=MRO wallet address --wallet2=FCN wallet address --t 8 (if you have 8 threads CPU)
full member
Activity: 126
Merit: 100
@followtheboss: With minerc if you wan't it to use more threads, just run multiple instances of it (1instance=1thread).
And yes minerc is merge-miner from FCN developer, while minerd is multi-algo miner.

Anyone figured out how to solomine with minerd on FCN or other cryptonote coins?

Ok thank you i tried to make multiple instance but it's only sharing my total hash rate

for example,

2 instances i got  33h/s + 33h/s = 66h/s  cpuload 50%
3 instances i got  22h/s + 22h/s +22h/s = 66h/s  cpuload 75%

So i can't get the maximum from my cpu right ?

cheers
full member
Activity: 177
Merit: 100
@followtheboss: With minerc if you wan't it to use more threads, just run multiple instances of it (1instance=1thread).
And yes minerc is merge-miner from FCN developer, while minerd is multi-algo miner.

Anyone figured out how to solomine with minerd on FCN or other cryptonote coins?
full member
Activity: 126
Merit: 100
With 800 h/s I have two blocks in 4 hours Smiley 4.36 coins per block

nice hashrate, you got yourself a big cpu  Shocked

I think I was wrong, maybe I have 75-90 h/s (without kilo), because minerc displays hash rate as 80.420.

What cpu's are you mining? And at which hash rate? Maybe it's seriously unprofitable?

I think I will stay on MRO or QCN till there will be a pool for FCN
My hashrate 50h/s so it's useless for solo.
What kind of CPU do u have that u get out of it 800 h/s, i have i7-860 and i only get 70 h/s?
I have 20 x Core2Quad Q8300. Each one have 40 h/s. I use 3 cores because on 4 cores i have only 32 h/s.
The computers are connected in LAN network.

If you want to configure solo LAN mining you need to:

1. Start daemons on one computer (something like server) with parameters:
Start daemon 1 (MRO, QCN or BCN):
bitmonerod.exe --rpc-bind-ip=192.168.1.10 --allow-local-ip

Start daemon 2 (FCN):
fantomcoind.exe --rpc-bind-ip=192.168.1.10 --allow-local-ip

"192.168.1.10" - your IP machine where you run daemons

2. Start minerc on rest computers ( clients):

minerc --node1=192.168.1.10:18081 --node2=192.168.1.10:24081 --wallet1=MRO wallet address --wallet2=FCN wallet address

It works for me...

After this wallet will not see your daemon so you need to start wallet with parameters:
simplewallet.exe --daemon-address=192.168.1.10:18081


BTW... This calculator shows me that I should mine 40 USD per day with my power:  Grin
http://whatmine.com/

Thank you for your tutorial.

I have some questions, I'm using minerc on windows,

how can we allow number of thread?
why my cpu load is around 25% and not 100% with cmd in 1st post ?
how I know I got a block with minerc ?
minerc and minerd are differents ?


that a lot of questions  Grin

cheers
member
Activity: 504
Merit: 10
YOUC | John McAfee Supports
With 800 h/s I have two blocks in 4 hours Smiley 4.36 coins per block

nice hashrate, you got yourself a big cpu  Shocked

I think I was wrong, maybe I have 75-90 h/s (without kilo), because minerc displays hash rate as 80.420.

What cpu's are you mining? And at which hash rate? Maybe it's seriously unprofitable?

I think I will stay on MRO or QCN till there will be a pool for FCN
My hashrate 50h/s so it's useless for solo.
What kind of CPU do u have that u get out of it 800 h/s, i have i7-860 and i only get 70 h/s?
I have 20 x Core2Quad Q8300. Each one have 40 h/s. I use 3 cores because on 4 cores i have only 32 h/s.
The computers are connected in LAN network.

If you want to configure solo LAN mining you need to:

1. Start daemons on one computer (something like server) with parameters:
Start daemon 1 (MRO, QCN or BCN):
bitmonerod.exe --rpc-bind-ip=192.168.1.10 --allow-local-ip

Start daemon 2 (FCN):
fantomcoind.exe --rpc-bind-ip=192.168.1.10 --allow-local-ip

"192.168.1.10" - your IP machine where you run daemons

2. Start minerc on rest computers ( clients):

minerc --node1=192.168.1.10:18081 --node2=192.168.1.10:24081 --wallet1=MRO wallet address --wallet2=FCN wallet address

It works for me...

After this wallet will not see your daemon so you need to start wallet with parameters:
simplewallet.exe --daemon-address=192.168.1.10:18081


BTW... This calculator shows me that I should mine 40 USD per day with my power:  Grin
http://whatmine.com/
full member
Activity: 224
Merit: 100
This coin is a fantom alright - its price has disappeared.
legendary
Activity: 1151
Merit: 1001
see above https://bitcointalksearch.org/topic/m.7049524
I'm unable to connect it to FCN demon and mine with it
legendary
Activity: 1638
Merit: 1013
Merged mining with QCN on I7-3770k - 4 threads - 150h/s. After 36hours only one block FCN.
With 5,6,7,8 threads  only 120h/s.
with latest miner from Wolf you could get 200+

Where can one download the new miner from Wolf?
legendary
Activity: 1151
Merit: 1001
Merged mining with QCN on I7-3770k - 4 threads - 150h/s. After 36hours only one block FCN.
With 5,6,7,8 threads  only 120h/s.
with latest miner from Wolf you could get 200+
full member
Activity: 134
Merit: 100
Merged mining with QCN on I7-3770k - 4 threads - 150h/s. After 36hours only one block FCN.
With 5,6,7,8 threads  only 120h/s.
legendary
Activity: 1151
Merit: 1001
How can one see the difficulty or total network hashrate?

Are other cryptonight miners compatible?
I tried Lucas & Wolf's multi-miners, but they say
Quote
minerd -a cryptonight -o 127.0.0.1:24081 -O wallet:x --no-longpoll -t 3
 Using JSON-RPC 2.0
 3 miner threads started, using 'cryptonight' algorithm.
 HTTP request failed: The requested URL returned error: 404
 Not found
 ...retry after 10 seconds
:S
member
Activity: 109
Merit: 10
I managed to put one
and passing the parse on the blocks of fantomcoin
but now I'm Blocked to parse on the share that the miners sent
sr. member
Activity: 252
Merit: 250
I'm happy to host an FCN only pool but atm the standard Cryptonote pool code wont work with the FCN miner and I haven't had time to look at what would be required. As for merged pool mining, after a brief inspection its beyond my coding skills I'm afraid Sad
Pages:
Jump to: