sceeth0
Newbie
Offline
Activity: 23
Merit: 0
|
 |
June 16, 2012, 04:51:32 PM |
|
There seem to be a lot of us that are coming out of hiding after lurking for approximately a year. For me, the tipping point was a post that indicated another bitcoiner lived nearby. Anyone needing to boost post count want to explain your tipping points?
|
|
|
|
steveme
Newbie
Offline
Activity: 37
Merit: 0
|
 |
June 16, 2012, 06:21:50 PM |
|
Hi all,
I've been reading quite a bit of the forum and thought I'd better create an account and join in. I'm been mining at ~720Mh/s on a 5970 for about a month and am now looking at moving into FPGA's
Steve.
|
|
|
|
CoinDiner
Newbie
Offline
Activity: 28
Merit: 0
|
 |
June 16, 2012, 08:48:10 PM |
|
|
|
|
|
wikiaki
Member

Offline
Activity: 91
Merit: 10
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
|
 |
June 16, 2012, 08:51:59 PM |
|
Boom 
|
|
|
|
dgray9000
Newbie
Offline
Activity: 29
Merit: 0
|
 |
June 16, 2012, 11:04:24 PM Last edit: June 16, 2012, 11:17:36 PM by dgray9000 |
|
Hey, I've been lurking on this forum for awhile now and i finally decided to register to get some help. Before this I've mostly been using Kiv's GUIminer (which is awesome btw thanks for making it) but now i need to use either CGminer or UFAsoft since i got some BFL singles but I get an error message when on the last step in the build process for CGminer. it looks like this:
$ CFLAGS="-02 -msse2" ./configure checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for a BSD-compatible install... /bin/install - checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/David/cgminer-2.4.2-win32': configure: error: C compiler cannot create executables See `config.log' for more details
when i open up the config.log in the command line interface i get this:
$ config.log ./config.log: line 1: This: command not found ./config.log: line 2: running: command not found ./config.log: line 4: It: command not found ./config.log: line 5: generated: command not found ./config.log: line 7: $: command not found hostname: extra operand `David-PC' Try `hostname --help' for more information. uname: extra operand `=' Try `uname --help' for more information. ./config.log: line 15: syntax error near unexpected token `(' ./config.log: line 15: `uname -r = 1.0.17(0.48/3/2)'
if anyone can tell me what to do it would be greatly appreciated and rewarded with a bitcoin or 3
|
|
|
|
davidspitzer
|
 |
June 16, 2012, 11:47:41 PM |
|
Hi,
My name is David and I have been researching the bitcoin market. I am planning to get into mining and accept bitcoins at my calligraphy ink website ( I make calligraphy ink). I look forward to interacting and sharing ideas
|
|
|
|
steveme
Newbie
Offline
Activity: 37
Merit: 0
|
 |
June 17, 2012, 12:06:56 AM |
|
Hey, I've been lurking on this forum for awhile now and i finally decided to register to get some help. Before this I've mostly been using Kiv's GUIminer (which is awesome btw thanks for making it) but now i need to use either CGminer or UFAsoft since i got some BFL singles but I get an error message when on the last step in the build process for CGminer. it looks like this:
$ CFLAGS="-02 -msse2" ./configure checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for a BSD-compatible install... /bin/install - checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/David/cgminer-2.4.2-win32': configure: error: C compiler cannot create executables See `config.log' for more details
when i open up the config.log in the command line interface i get this:
$ config.log ./config.log: line 1: This: command not found ./config.log: line 2: running: command not found ./config.log: line 4: It: command not found ./config.log: line 5: generated: command not found ./config.log: line 7: $: command not found hostname: extra operand `David-PC' Try `hostname --help' for more information. uname: extra operand `=' Try `uname --help' for more information. ./config.log: line 15: syntax error near unexpected token `(' ./config.log: line 15: `uname -r = 1.0.17(0.48/3/2)'
if anyone can tell me what to do it would be greatly appreciated and rewarded with a bitcoin or 3
It looks like the output of 'hostname' is breaking the 'configure' script (it may be returning a string with spaces) - I've not used mingw32, so a wild stab in the dark guess would be to change the name of your pc to a single string. Either that or modify the 'configure' script If that doesn't work, you could always PM ckolivas (the author) Also, you'll want to add '--enable-bitforce' to your 'configure' command line as detailed here : https://github.com/ckolivas/cgminer/blob/master/windows-build.txt
|
|
|
|
Foxpup
Legendary
Offline
Activity: 4634
Merit: 3619
Vile Vixen and Miss Bitcointalk 2021-2023
|
 |
June 17, 2012, 12:11:49 AM Last edit: June 17, 2012, 12:23:30 AM by Foxpup |
|
Hey, I've been lurking on this forum for awhile now and i finally decided to register to get some help. Before this I've mostly been using Kiv's GUIminer (which is awesome btw thanks for making it) but now i need to use either CGminer or UFAsoft since i got some BFL singles but I get an error message when on the last step in the build process for CGminer. it looks like this:
$ CFLAGS="-02 -msse2" ./configure checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for a BSD-compatible install... /bin/install - checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/home/David/cgminer-2.4.2-win32': configure: error: C compiler cannot create executables See `config.log' for more details
when i open up the config.log in the command line interface i get this:
$ config.log ./config.log: line 1: This: command not found ./config.log: line 2: running: command not found ./config.log: line 4: It: command not found ./config.log: line 5: generated: command not found ./config.log: line 7: $: command not found hostname: extra operand `David-PC' Try `hostname --help' for more information. uname: extra operand `=' Try `uname --help' for more information. ./config.log: line 15: syntax error near unexpected token `(' ./config.log: line 15: `uname -r = 1.0.17(0.48/3/2)'
if anyone can tell me what to do it would be greatly appreciated and rewarded with a bitcoin or 3
EDIT: Nevermind, didn't notice you were using MingW.  Is your \ming\bin folder in your system PATH? If not, you probably need to add it in order for it to work correctly.
|
Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
|
|
|
Phenoxide
Newbie
Offline
Activity: 5
Merit: 0
|
 |
June 17, 2012, 02:47:51 AM |
|
Hey,
Been lurking longtime and finally took the plunge, but looking foward to posting more.
|
|
|
|
xorgate
Newbie
Offline
Activity: 9
Merit: 0
|
 |
June 17, 2012, 04:06:57 AM |
|
Hello this is me trying to meet the limits to post in other subforums.
Lurking around the irc channels already, trying to figure things out.
|
|
|
|
MassMaster
Newbie
Offline
Activity: 6
Merit: 0
|
 |
June 17, 2012, 07:13:44 AM |
|
Hello! I'm Van. I like fencing. Glad to meet you all.
Cheers!
|
|
|
|
doobeedoo
Newbie
Offline
Activity: 24
Merit: 0
|
 |
June 17, 2012, 08:38:45 AM |
|
hi all,
trying to post enough to get out of the newbiesection, to reply to other threads.
|
|
|
|
HonorMe
Newbie
Offline
Activity: 28
Merit: 0
|
 |
June 17, 2012, 03:49:16 PM |
|
Im HonorMe (David irl), I have been into mining for a while now and actually came to this forum to look for a new mining rig. Hopefully when my noobie status has worn off i can head to the marketplace 
|
|
|
|
luke
Newbie
Offline
Activity: 6
Merit: 0
|
 |
June 17, 2012, 03:55:21 PM |
|
hello everyone
|
|
|
|
rockyleal
Newbie
Offline
Activity: 22
Merit: 0
|
 |
June 17, 2012, 04:02:39 PM |
|
|
|
|
|
local_hero
Newbie
Offline
Activity: 21
Merit: 0
|
 |
June 18, 2012, 01:40:20 AM |
|
Nice article nicolas.
|
|
|
|
KajiMaster
Member

Offline
Activity: 76
Merit: 10
|
 |
June 18, 2012, 02:49:34 AM |
|
I'm Blake and new to bitcoins. I excited about what i'm reading and ready to invest and to keep learning more.
|
|
|
|
acninetyfive
Newbie
Offline
Activity: 2
Merit: 0
|
 |
June 18, 2012, 03:05:36 AM |
|
|
|
|
|
suigeneris
Newbie
Offline
Activity: 6
Merit: 0
|
 |
June 18, 2012, 03:34:37 AM |
|
Hello world.
|
|
|
|
BBE
Newbie
Offline
Activity: 5
Merit: 0
|
 |
June 18, 2012, 03:51:01 AM |
|
hello bitcoin forum 
|
|
|
|
|