Pages:
Author

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

newbie
Activity: 55
Merit: 0
This Feathercoin2 business better no be interfering with Hazardcoin's development, that one I'm really rooting for Smiley
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...
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.
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

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
legendary
Activity: 1148
Merit: 1000
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?
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..
hero member
Activity: 1395
Merit: 505
Assuming theres no network issues, you can just run a cgminer instance on each machine and point them at the one running the wallet.

This is what I am doing with EC2.  I have instances running cpuminer that are sending hashes over to the wallet on my windows machine.  I'm impressed windows sockets are scaling to this level actually
legendary
Activity: 1442
Merit: 1000
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
legendary
Activity: 980
Merit: 1000
Assuming theres no network issues, you can just run a cgminer instance on each machine and point them at the one running the wallet.
hero member
Activity: 1395
Merit: 505
I have several thousand FTC2 for sale if anyone is interested.  Asking 10 LTC per 1000 but may we willing to come down in price for a sincere offer
full member
Activity: 208
Merit: 100
Throwing 6MH/s at the network, feeling so rejected  Cry
legendary
Activity: 1148
Merit: 1000
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?

full member
Activity: 182
Merit: 100
fml
Nothing but Orphans Sad
full member
Activity: 208
Merit: 100
Okay I forwarded the ports to my server, 50 active connections now and a synched wallet. Still rejections..
newbie
Activity: 56
Merit: 0
hero member
Activity: 854
Merit: 500
WTB 5k FC2. Please PM me with offers.
hero member
Activity: 756
Merit: 501


{
"blocks" : 8659,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 24627106,
"pooledtx" : 0,
"testnet" : false
}

do you load these in conf file?
No this is the output of the getinfo command.
legendary
Activity: 1148
Merit: 1000


{
"blocks" : 8659,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.01562500,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 24627106,
"pooledtx" : 0,
"testnet" : false
}



do you load these in conf file?
legendary
Activity: 980
Merit: 1000
Pages:
Jump to: