Bitcoin Forum
March 29, 2024, 02:10:39 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 202 »
  Print  
Author Topic: Feathercoin [FTC]  (Read 460453 times)
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 03:40:38 PM
 #301

Lol I am user lab puters about 480 khas each Smiley

1711721439
Hero Member
*
Offline Offline

Posts: 1711721439

View Profile Personal Message (Offline)

Ignore
1711721439
Reply with quote  #2

1711721439
Report to moderator
1711721439
Hero Member
*
Offline Offline

Posts: 1711721439

View Profile Personal Message (Offline)

Ignore
1711721439
Reply with quote  #2

1711721439
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711721439
Hero Member
*
Offline Offline

Posts: 1711721439

View Profile Personal Message (Offline)

Ignore
1711721439
Reply with quote  #2

1711721439
Report to moderator
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 17, 2013, 03:42:28 PM
 #302

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=

nesic1
Hero Member
*****
Offline Offline

Activity: 636
Merit: 500


View Profile
April 17, 2013, 03:44:20 PM
 #303

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
juve4v
Hero Member
*****
Offline Offline

Activity: 505
Merit: 500


View Profile
April 17, 2013, 03:44:52 PM
 #304

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
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 03:50:01 PM
 #305

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

r3animation
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 17, 2013, 03:51:28 PM
 #306

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.
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 03:51:41 PM
 #307

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

juve4v
Hero Member
*****
Offline Offline

Activity: 505
Merit: 500


View Profile
April 17, 2013, 03:53:21 PM
 #308

cgminer
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 17, 2013, 03:56:47 PM
 #309

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...
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 03:57:25 PM
 #310

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

c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 17, 2013, 03:58:40 PM
 #311

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...
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 03:58:46 PM
 #312

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.

c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 17, 2013, 04:01:59 PM
 #313

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
Alarion
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
April 17, 2013, 04:06:11 PM
 #314

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.
CJM1682
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 17, 2013, 04:10:26 PM
 #315

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

LTC: LcN9tjjcNyjgE7HnZHSC686fWuhUUCiWsn      BTC: 163MGvqd2mr7iHumVYSpEM9jpS7dfEEqkv
CHN: CY2tsr2JKmQa7tUgZW9SkRJyUNwHzvveT2   FTC: 6uH8iaXt23WPVcJHy8eGLtm5cst5kYQnhN
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 04:11:18 PM
 #316

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
 

c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
April 17, 2013, 04:13:52 PM
 #317

See `config.log' for more details

I recommend starting here. If you can post the output of this log, I can probably help you.
alex_fun
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 17, 2013, 04:16:32 PM
 #318

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

r3animation
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
April 17, 2013, 04:21:16 PM
 #319

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
riku2015
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
April 17, 2013, 04:24:30 PM
 #320

hah just launched and already 16.4k dif! huh huh accept=0 its getting harder

how much ppl is mining??? anyone have hash info for this yet? Smiley


edit:  [2013-04-17 16:27:40] New block: 0d6e5c544fc1310a... diff 65.5K
Smiley
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 [16] 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ... 202 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!