Bitcoin Forum
June 20, 2024, 03:53:36 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 »
2061  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Elacoin | Released | Fair Elastic Scrypt Mining | No Premine on: May 14, 2013, 08:33:26 PM
The fair coin, for Linux users Roll Eyes
2062  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTS] 8300 PWC for 24LTC on: May 14, 2013, 08:32:40 PM
Wow, you're selling them low! Let me think about this for a sec, I'm a bit low on LTC. I'll let you know.

Hmmm, since they are worthless, I'd say that's a rip off Roll Eyes
2063  Alternate cryptocurrencies / Altcoin Discussion / Re: FC2 GIVEAWAY / Giving away 500 FC2 / 5 per poster on: May 14, 2013, 08:28:29 PM
6wyKfxVySYJjWKFp4XXhWTEfDfF4o3fDvS
2064  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 08:27:20 PM
We need a pool!!
2065  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 08:15:23 PM
Quote
You got a pool up?

loading blockchain and pool saying connection refused... need wait untill its ready.. address will be http://pool.titanix.net:9999 when i get it Cheesy

My Batchfile is ready to go Wink You use your wallet address as the username and nothing for password, correct? Haven't done P2P before
2066  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 08:12:06 PM
63 connections, and still nothing but orphans.Sigh
2067  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 08:11:06 PM
Yes, brilliant release solid concept, plenty of innovation, need to get this to an exchange, quick!

Sure get it on an exchange and watch the value of it and every other coin fall off the face of the earth. The confidence in crypto currencies will drop if investors ever see this.

Go mine some YAC Roll Eyes
2068  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 08:10:24 PM
Code:
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/fc2/FeatherCoin-master/src -I/home/fc2/FeatherCoin-master/src/obj -DUSE_UPNP=0 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o feathercoin2d obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcrawtransaction.o obj/script.o obj/scrypt.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread
obj/addrman.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [feathercoin2d] Error 1

i was trying compile to get p2pool setup, but well... i have no idea what i should change to get this working..
You trying to compile the daemon? I'll do it for you, give me a second.

on linux...

thanks Smiley im waiting, i setup p2pool there already so need daemon and blockchain load then we can start test it
No can do linux compile right now. Only windows!

You set up all the correct dependencies? Try rebuilding the makefile, if nothing else.

this is the only coin what not compile there, even feathercoin1 compile ok.
maybe u forgot change some files? about addr ?
I didn't post a clean makefile with the source release. Since this coin was not supposed to be taken too seriously.

Remake the makefile and you should get a clean compile.

im not good doing this, not a coder, but i try something. i use abit google if i came up something howto do it Cheesy

i MADE IT! look this:
[fc2@boing src]$ ./feathercoin2d
Feathercoin2 server starting
Buhahahh Tongue
You got a pool up?
2069  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:37:34 PM
I'm so confused right now...Is this for real? And people are actually mining it?
No, you go away too

...That was a serious question. I was at work at the time, and wanted to know if I should mine this when I get home
2070  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:35:22 PM
finally found a block


now if you want to solo mine from multiple rigs do i install FC2 wallet on each and set them up as separate computers?



If your using CG miner, just point your other miners at the computers IP running the wallet in server mode

okay sense most are simular to cg miner....

lets say I am using cuda
my line for the .bat is :
cudaminer.exe -o http://127.0.0.1:9132 -u myusername -p x

now on the second puter.... i would do the "192.168.1.x:9132"?

I noticed I could not get the other gpus to mine... not at least set up the same way I did my main computer... I kept getting a 500 server error.

That's right

FYI 127.0.0.1 is the home address, meaning it directs to the PC you run it on
2071  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:34:34 PM
finally found a block


now if you want to solo mine from multiple rigs do i install FC2 wallet on each and set them up as separate computers?



If your using CG miner, just point your other miners at the computers IP running the wallet in server mode

okay sense most are simular to cg miner....

lets say I am using cuda
my line for the .bat is :
cudaminer.exe -o http://127.0.0.1:9132 -u myusername -p x

now on the second puter.... i would do the "192.168.1.x:9132"?

I noticed I could not get the other gpus to mine... not at least set up the same way I did my main computer... I kept getting a 500 server error.

That's right
2072  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:31:19 PM
finally found a block


now if you want to solo mine from multiple rigs do i install FC2 wallet on each and set them up as separate computers?



If your using CG miner, just point your other miners at the computers IP running the wallet in server mode

do ihave to have any special settings in my conf on my server machine?

and what address do i use on the other rigs?


can i use localhost?

Type IPConfig on the host machine, and use that address. 192.168.0.x
2073  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:29:09 PM
finally found a block


now if you want to solo mine from multiple rigs do i install FC2 wallet on each and set them up as separate computers?



If your using CG miner, just point your other miners at the computers IP running the wallet in server mode
2074  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:23:23 PM
Nothing but Orphans Sad
2075  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Elacoin | Released | Fair Elastic Scrypt Mining | No Premine on: May 14, 2013, 07:10:26 PM
Difficulty seems to be increasing. Now my coin per day projection is 0.3

At this rate I may not even have enough to withdraw. The Daemon wallet balance is still at 0.00000.....  - seems it has become too valuable for any giveaways Sad

EUWYMachpVHPu9JYFDiDcmi9ag8YDHHU9R

.3 per day....Unless it's worth more than LTC, which I highly doubt, this does not seem like a profitable coin to mine...
2076  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:46:21 PM
I'm so confused right now...Is this for real? And people are actually mining it?
2077  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTS] 1750 PWC @ 4LTC per 1000PWC on: May 14, 2013, 06:36:01 PM
Yeah, nobody has any interest is this shit coin
2078  Alternate cryptocurrencies / Altcoin Discussion / Re: FC2 Giveaway 2 FC2 each on: May 14, 2013, 06:33:00 PM
WTF is FC2?
2079  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Elacoin | Released | Fair Elastic Scrypt Mining | No Premine on: May 14, 2013, 06:16:59 PM
have you checked your accepted / rejected ratio?


It takes awhile to ramp-up. Don't worry...

what are you talking about, it doesn't go up because you have too many rejected
he means, pplns. takes time to build enough shares, to get full round payments
2080  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] WorldCoin WDC | Coin of the Future | Instant Transactions on: May 14, 2013, 03:44:33 PM
Bounty's=Pre-Mine?
Pages: « 1 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 [104] 105 106 107 108 109 110 111 112 113 114 115 116 117 118 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!