Pages:
Author

Topic: [ANN] Introducing Firecoin², an honest scrypt based coin. - page 30. (Read 34912 times)

legendary
Activity: 1901
Merit: 1024
i can`t connect with cgminer, .conf file should be named feathercoin2.conf? in app data folder?
legendary
Activity: 980
Merit: 1000
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.
member
Activity: 112
Merit: 10
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 ?
sr. member
Activity: 378
Merit: 250
Couldn't even make a new logo in the gui? Lol troll harder next time.
legendary
Activity: 1148
Merit: 1000
my first computer with the wallet address is 192.168.1.98 and i have that in the conf file and it is minig


my second rig address 192.168.1.102 it is not mining saying wrong url

i have the host address as 192.168.1.98

Is it correct or am i doing something wrong?




Post your config file...

here is my conf file

rpcuser=user   
rpcpassword=password
testnet=0
listen=1
maxconnections=100
server=1
rpcport=9132
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
port=9131
legendary
Activity: 1442
Merit: 1000
member
Activity: 98
Merit: 10
FC 2,new coin? Huh
legendary
Activity: 980
Merit: 1000
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.
hero member
Activity: 1395
Merit: 505
I will add 200 FTC2 to the bounty for the first guy who gets a good FTC2 pool up and running
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
my first computer with the wallet address is 192.168.1.98 and i have that in the conf file and it is minig


my second rig address 192.168.1.102 it is not mining saying wrong url

i have the host address as 192.168.1.98

Is it correct or am i doing something wrong?




Post your config file...
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
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

You should have logmein installed on all your rigs so you can connect to them from work for situation like this.  By the time you get home, you probably have missed the boat.
member
Activity: 112
Merit: 10
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
legendary
Activity: 1148
Merit: 1000
my first computer with the wallet address is 192.168.1.98 and i have that in the conf file and it is minig


my second rig address 192.168.1.102 it is not mining saying wrong url

i have the host address as 192.168.1.98

Is it correct or am i doing something wrong?


hero member
Activity: 672
Merit: 501
Don't forget to set rpcallowip=* in your .conf file otherwise only local host connections get accepted

Yeah I already did that in the %appdata% file. I manually put in each addy in each of its own lines.

Like I said before I am happy we got this coin out when Hazard did. I know its a joke, but it gives practice to people who dont know or need to sharpen up on settings and configuring.
full member
Activity: 182
Merit: 100
fml
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
full member
Activity: 182
Merit: 100
fml
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
hero member
Activity: 1395
Merit: 505
Don't forget to set rpcallowip=* in your .conf file otherwise only local host connections get accepted
full member
Activity: 182
Merit: 100
fml
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
hero member
Activity: 672
Merit: 501
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.
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
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?

On your other rigs, you point them to the IP of your PC running the client.
Pages:
Jump to: