Bitcoin Forum
May 04, 2024, 11:34:18 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 34849 times)
BrewCrewFan
Hero Member
*****
Offline Offline

Activity: 672
Merit: 501



View Profile
May 14, 2013, 07:38:07 PM
 #221

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.

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

XChat : Addy : XYuZESQpeMtZ2wit8nVVnXKGytfiaTBCo6 PubKey : eteshLzeq8Bh54BRjGSunMTc6Ytxtk7HYaSmDYMQn61z
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
1714865658
Hero Member
*
Offline Offline

Posts: 1714865658

View Profile Personal Message (Offline)

Ignore
1714865658
Reply with quote  #2

1714865658
Report to moderator
ryanb
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
May 14, 2013, 07:40:24 PM
 #222

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?



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

Activity: 112
Merit: 10



View Profile
May 14, 2013, 07:40:32 PM
 #223

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
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 14, 2013, 07:40:50 PM
 #224

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.

techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 14, 2013, 07:42:11 PM
 #225

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...

fenican
Hero Member
*****
Offline Offline

Activity: 1394
Merit: 505


View Profile
May 14, 2013, 07:42:53 PM
 #226

I will add 200 FTC2 to the bounty for the first guy who gets a good FTC2 pool up and running
Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 14, 2013, 07:43:31 PM
 #227

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.

e777
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
May 14, 2013, 07:43:49 PM
 #228

FC 2,new coin? Huh

LTC:LZ65nep6TNv4KQpqqQJ6XFoPaBJeTHhW3K
Rubberduckie
Legendary
*
Offline Offline

Activity: 1442
Merit: 1000



View Profile
May 14, 2013, 07:44:35 PM
 #229

FC 2,new coin? Huh

it's already 3 hours old Smiley

ryanb
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000



View Profile
May 14, 2013, 07:45:07 PM
 #230

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

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

Activity: 378
Merit: 250



View Profile
May 14, 2013, 07:45:52 PM
 #231

Couldn't even make a new logo in the gui? Lol troll harder next time.
riku2015
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 14, 2013, 07:46:50 PM
 #232

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

Activity: 980
Merit: 1000



View Profile WWW
May 14, 2013, 07:48:12 PM
 #233

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.

reb0rn21
Legendary
*
Offline Offline

Activity: 1898
Merit: 1024


View Profile
May 14, 2013, 07:48:34 PM
 #234

i can`t connect with cgminer, .conf file should be named feathercoin2.conf? in app data folder?

              ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀
   
..I  D  E  N  A..
   
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency
 



 
▲    2 3 2 2

..N  O  D  E  S..
   
                ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀
   
D O W N L O A D

Idena node

   
   
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
   
    .REQUEST INVITATION.
fenican
Hero Member
*****
Offline Offline

Activity: 1394
Merit: 505


View Profile
May 14, 2013, 07:49:54 PM
 #235

i can`t connect with cgminer, .conf file should be named feathercoin2.conf? in app data folder?

yes feathercoin2.conf.  Make sure that you also run the executable with the -server option
p00chie
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
May 14, 2013, 07:51:09 PM
 #236

why on earth would anyone buy this shit?

i dont care Smiley just wanna make some money

fenican
Hero Member
*****
Offline Offline

Activity: 1394
Merit: 505


View Profile
May 14, 2013, 07:52:52 PM
 #237

poochie, not sure but keep in mind that each FTC is worth .001 BTC.  I would expect FTC2 to be worth more since it is the next generation and had a much smaller premine.

Hats off to Hazard - this is one of the few coins I have actually been able to solo mine without getting 100% orphans.  Suggests an honest coin
techbytes
Legendary
*
Offline Offline

Activity: 1694
Merit: 1054


Point. Click. Blockchain


View Profile
May 14, 2013, 07:53:27 PM
 #238

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


remove "rpcconnect=127.0.0.1" and restart your wallet with the "-server" tag.  If you still can't connect, try disabling windows firewall.  Make sure you have the port number 9132 in your URL:  http://192.168.1.98:9132

Hazard (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
May 14, 2013, 07:54:04 PM
 #239

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

riku2015
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 14, 2013, 07:54:57 PM
 #240

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
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!