Author

Topic: Feathercoin [FTC] - page 187. (Read 460641 times)

hero member
Activity: 756
Merit: 500
April 17, 2013, 11:21:16 AM
The difficulty has gone up quite a bit, I was getting new blocks every couple minutes last night. Now, it's taking 20-30 minutes to just SUBMIT a "share" (block). Remember this is solo mining, not pool mining.

My current session has been running for about 2 hours and this is what I have

gpu 0: ~460kh/s - Accepted: 3, Rejected: 3
gpu 1: ~353kh/s - Accepted: 4, Rejected: 1

So if you have decent kh/s, just be patient. give it a few hours and see what you get.

After a reboot and 3 hours I have,

gpu 0: ~453kh/s - Accepted: 0, Rejected: 0
gpu 1: ~453kh/s - Accepted: 0, Rejected: 0

Lol

For the record, I had no success with cgminer. I am using Reaper via GUI miner. Don't know if that make a difference.

Switching over to Reaper now. Smiley
full member
Activity: 196
Merit: 100
April 17, 2013, 11:16:32 AM
See `config.log' for more details

I recommend starting here. If you can post the output of this log, I can probably help you.

http://pastie.org/private/iaisixko7pzu1jzu9y2a
sr. member
Activity: 294
Merit: 250
April 17, 2013, 11:13:52 AM
See `config.log' for more details

I recommend starting here. If you can post the output of this log, I can probably help you.
full member
Activity: 196
Merit: 100
April 17, 2013, 11:11:18 AM
ok I know how to compile the coin source its the miner and cgminer I dont know how to compile for intel while that pooler miner does it out of box.

Ah, ok... My mistake, lol...

You want to do:

Code:
CFLAGS="-O3 -Wall -msse2 --enable-scrypt" ./configure


checking whether the C compiler works... no
configure: error: in `/home/ubuntu/cpuminer':
configure: error: C compiler cannot create executables
See `config.log' for more details

Seems some issue with adding scrypt, googling it Smiley
 
member
Activity: 86
Merit: 10
April 17, 2013, 11:10:26 AM
works good for me decided wth last night and ran it for 1 night i started at 10:00pm EST and it is now 12:00 EST so 14 hours and i have mined 250 blocks Smiley
newbie
Activity: 24
Merit: 0
April 17, 2013, 11:06:11 AM
The difficulty has gone up quite a bit, I was getting new blocks every couple minutes last night. Now, it's taking 20-30 minutes to just SUBMIT a "share" (block). Remember this is solo mining, not pool mining.

My current session has been running for about 2 hours and this is what I have

gpu 0: ~460kh/s - Accepted: 3, Rejected: 3
gpu 1: ~353kh/s - Accepted: 4, Rejected: 1

So if you have decent kh/s, just be patient. give it a few hours and see what you get.

After a reboot and 3 hours I have,

gpu 0: ~453kh/s - Accepted: 0, Rejected: 0
gpu 1: ~453kh/s - Accepted: 0, Rejected: 0

Lol

For the record, I had no success with cgminer. I am using Reaper via GUI miner. Don't know if that make a difference.
sr. member
Activity: 294
Merit: 250
April 17, 2013, 11:01:59 AM
ok I know how to compile the coin source its the miner and cgminer I dont know how to compile for intel while that pooler miner does it out of box.

Ah, ok... My mistake, lol...

You want to do:

Code:
CFLAGS="-O3 -Wall -msse2 --enable-scrypt" ./configure
full member
Activity: 196
Merit: 100
April 17, 2013, 10:58:46 AM
ok I know how to compile the coin source its the miner and cgminer I dont know how to compile for intel while that pooler miner does it out of box.
sr. member
Activity: 294
Merit: 250
April 17, 2013, 10:58:40 AM
For intel cpus setup

is it as per below? I am not sure what CFLAGS meant to do?

./autogen.sh
CFLAGS="-O2 ./configure --enable-scrypt
make

I haven't built this specific client in Linux, but 9 out of 10 clients you can build by going into the "src" directory and doing:

Code:
make -f makefile.unix feathercoind USE_UPNP=



I run ./autogen.sh

then    CFLAGS="-O3 -Wall -msse2" ./configure --enable-scrypt  and gives 1 error that enable scrypt is not recognised option Smiley


See my last response above...
full member
Activity: 196
Merit: 100
April 17, 2013, 10:57:25 AM
For intel cpus setup

is it as per below? I am not sure what CFLAGS meant to do?

./autogen.sh
CFLAGS="-O2 ./configure --enable-scrypt
make

I haven't built this specific client in Linux, but 9 out of 10 clients you can build by going into the "src" directory and doing:

Code:
make -f makefile.unix feathercoind USE_UPNP=



I run ./autogen.sh

then    CFLAGS="-O3 -Wall -msse2" ./configure --enable-scrypt  and gives 1 error that enable scrypt is not recognised option Smiley
sr. member
Activity: 294
Merit: 250
April 17, 2013, 10:56:47 AM
For intel cpus setup

is it as per below? I am not sure what CFLAGS meant to do?

./autogen.sh
CFLAGS="-O2 ./configure --enable-scrypt
make

I haven't built this specific client in Linux, but 9 out of 10 clients you can build by going into the "src" directory and doing:

Code:
make -f makefile.unix feathercoind USE_UPNP=



There is no source dir an from what I read u need to use some flag to get scrypt enable

There is indeed a "src" directory.

It is located in ~/FeatherCoin/src

go to that directory.

Do:

Code:
make -f makefile.unix feathercoind USE_UPNP=

and mine away...
hero member
Activity: 505
Merit: 500
April 17, 2013, 10:53:21 AM
cgminer
full member
Activity: 196
Merit: 100
April 17, 2013, 10:51:41 AM
I tried and got 1400 FC in under 60 min.I see dif 16.4 k atm, which is kinda interesting considering its just been launched

Lol where do u see 16.4 k diff when I run getinfo I see 0.25000000
hero member
Activity: 756
Merit: 500
April 17, 2013, 10:51:28 AM
I tried and got 1400 FC in under 60 min.I see dif 16.4 k atm, which is kinda interesting considering its just been launched

Was launched yesterday and seems to be no pre-mine.
full member
Activity: 196
Merit: 100
April 17, 2013, 10:50:01 AM
For intel cpus setup

is it as per below? I am not sure what CFLAGS meant to do?

./autogen.sh
CFLAGS="-O2 ./configure --enable-scrypt
make

I haven't built this specific client in Linux, but 9 out of 10 clients you can build by going into the "src" directory and doing:

Code:
make -f makefile.unix feathercoind USE_UPNP=



There is no source dir an from what I read u need to use some flag to get scrypt enable
hero member
Activity: 505
Merit: 500
April 17, 2013, 10:44:52 AM
I tried and got 1400 FC in under 60 min.I see dif 16.4 k atm, which is kinda interesting considering its just been launched
hero member
Activity: 636
Merit: 500
April 17, 2013, 10:44:20 AM
when you make shortcut to feathercoin-qt add on the end "-server" without quotas, also let it run when you mine, i also have many rejected than accepted
sr. member
Activity: 294
Merit: 250
April 17, 2013, 10:42:28 AM
For intel cpus setup

is it as per below? I am not sure what CFLAGS meant to do?

./autogen.sh
CFLAGS="-O2 ./configure --enable-scrypt
make

I haven't built this specific client in Linux, but 9 out of 10 clients you can build by going into the "src" directory and doing:

Code:
make -f makefile.unix feathercoind USE_UPNP=

full member
Activity: 196
Merit: 100
April 17, 2013, 10:40:38 AM
Lol I am user lab puters about 480 khas each Smiley
newbie
Activity: 54
Merit: 0
April 17, 2013, 10:39:44 AM
you can basically forget CPU mining lol
Jump to: