Bitcoin Forum
April 26, 2024, 09:56:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  Print  
Author Topic: [ANN] Introducing Firecoin², an honest scrypt based coin.  (Read 34843 times)
Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:23:23 PM
 #201

Nothing but Orphans Sad

1714168591
Hero Member
*
Offline Offline

Posts: 1714168591

View Profile Personal Message (Offline)

Ignore
1714168591
Reply with quote  #2

1714168591
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714168591
Hero Member
*
Offline Offline

Posts: 1714168591

View Profile Personal Message (Offline)

Ignore
1714168591
Reply with quote  #2

1714168591
Report to moderator
ryanb
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
May 14, 2013, 07:27:50 PM
 #202

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?


https://bitcoinfundingteam.com/ref/SatoshiTeam
turn 0.1 BTC to 80BTC week after week!!!
ElJay
Full Member
***
Offline Offline

Activity: 208
Merit: 100


View Profile
May 14, 2013, 07:28:15 PM
 #203

Throwing 6MH/s at the network, feeling so rejected  Cry

fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 14, 2013, 07:28:25 PM
 #204

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
Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 14, 2013, 07:28:39 PM
 #205

Assuming theres no network issues, you can just run a cgminer instance on each machine and point them at the one running the wallet.

Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:29:09 PM
 #206

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

Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
May 14, 2013, 07:29:25 PM
 #207

pool please Smiley

fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 14, 2013, 07:29:48 PM
 #208

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
riku2015
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 14, 2013, 07:30:06 PM
 #209

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..
ryanb
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
May 14, 2013, 07:30:37 PM
 #210

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?

https://bitcoinfundingteam.com/ref/SatoshiTeam
turn 0.1 BTC to 80BTC week after week!!!
Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:31:19 PM
 #211

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

Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 14, 2013, 07:31:41 PM
 #212

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.

riku2015
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 14, 2013, 07:32:59 PM
 #213

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...
kibu
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
May 14, 2013, 07:33:07 PM
 #214

This Feathercoin2 business better no be interfering with Hazardcoin's development, that one I'm really rooting for Smiley
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 14, 2013, 07:33:15 PM
 #215

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.

BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
May 14, 2013, 07:33:36 PM
 #216

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.

Free SIGNs giving everyday. Be part, do not miss!.
SqMe5ceYfdcGsRyVpgvpYb6bRLS9j8omvB

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:34:34 PM
 #217

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

fenican
Hero Member
*****
Offline Offline

Activity: 1393
Merit: 505


View Profile
May 14, 2013, 07:35:11 PM
 #218

Don't forget to set rpcallowip=* in your .conf file otherwise only local host connections get accepted
Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:35:22 PM
 #219

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

Hydroponica
Full Member
***
Offline Offline

Activity: 182
Merit: 100


fml


View Profile
May 14, 2013, 07:37:34 PM
 #220

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

Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!