Bitcoin Forum
May 25, 2024, 02:45:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 »
1701  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] RoyalCoin - a new scrypt based coin on: May 14, 2013, 09:39:34 PM
Selling RYC, send me a PM if interested  Shocked
1702  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 09:08:09 PM
Yeah I'm not sure I want to get involved with a coin made by the guy who fucked with the Elacoin release.
I exposed that milkshake was planning a massive 1360 block premine.

You should be thanking me.
1703  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 09:06:41 PM
Yet another coin by Hazard. No thanks.
Another Huh This is the first one I've released
1704  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:54:04 PM
why on earth would anyone buy this shit?

i dont care Smiley just wanna make some money
Feathercoin2 is to feathercoin, like broadband is to dialup.

The evolution.  Roll Eyes
1705  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:48:12 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.
1706  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:43:31 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.
1707  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:31:41 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.
1708  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:28:39 PM
Assuming theres no network issues, you can just run a cgminer instance on each machine and point them at the one running the wallet.
1709  Alternate cryptocurrencies / Altcoin Discussion / Re: [Bounty in BTC] Elacoin windows -qt binary ( Need donators aswell ) on: May 14, 2013, 07:19:15 PM
Elacoin dev inserted checkpoints to overwrite the actual blockchain with one that he created in private.

This is old news people.
1710  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:17:26 PM
1711  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:01:33 PM
Network hash rate at 26MH Shocked

At this rate, we will outpace elacoin Cheesy
1712  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 07:00:07 PM
Hazard, how to query the total network hashes?
getmininginfo in the debug window
1713  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:57:22 PM
I have to say that this is one of the best 'coin jokes' ever! The fact that someone is throwing actual money (Amazon instances) at this is absolutely hilarious!
You're gonna be flabbergasted when FC3 is released then!

I'll make call of duty jealous of my release cycle Wink
1714  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:52:10 PM
diff has just increase 4 times  Tongue
Hashrate just doubled too!

FC2 is the one true altcoin.
1715  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:50:59 PM
Hazard, thanks for the mining practice. While I'm attempting to get better at solo mining, I'm noticing that some wallets will only allow up to 8 connections, while others will do more. Adding more nodes via addnode= doesn't help. I can use connect= to connect to more than 8.. but if I do that, it doesn't seem to actively look for anymore.

Anyone know how to force the windows wallets to connect to more than 8?
That is a firewall/router issue.

My firewall?
Yes
1716  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:50:24 PM
Hazard, thanks for the mining practice. While I'm attempting to get better at solo mining, I'm noticing that some wallets will only allow up to 8 connections, while others will do more. Adding more nodes via addnode= doesn't help. I can use connect= to connect to more than 8.. but if I do that, it doesn't seem to actively look for anymore.

Anyone know how to force the windows wallets to connect to more than 8?
That is a firewall/router issue.
1717  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:47:47 PM
Second FC2 transaction complete

4100 FC2 for 5.5 LTC

We're going to the sky, baby Shocked
1718  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:44:12 PM
Hazard the least you could do is to come up with your own name, not just try to float on feathercoin reputation...
 been a part of a lot of bubblecoins. But this one must be the most retarded of em all...
Will not mine
1719  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Introducing Feathercoin2, a feathercoin fork! With windows binaries! on: May 14, 2013, 06:38:22 PM
600 FC2 bounty for the first pool!
1720  Alternate cryptocurrencies / Altcoin Discussion / Re: So since elacoin fell through?????? on: May 14, 2013, 06:35:41 PM
He already launched form real.

He decided to just do another scam instead of fixing the initial difficulty as he said he would?

Not only that, Milkshake added two checkpoints in the hours after launch to manipulate the blockchain and make the "official" blockchain not be the one that actually had majority hashpower.  Thus, more than half the mining hashpower forked onto separate chains on two different occasions while the "official" blockchain was replaced with one of Milkshake's liking.
That scenario is exactly what I exposed on page 22 of the original thread.
Pages: « 1 ... 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 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!