Pages:
Author

Topic: [ANN] [FIRE] - Firecoin - NEW DEV- PoS 1%- 97K Max+ Thread Moved - page 11. (Read 29079 times)

full member
Activity: 224
Merit: 100
Think I'll just stake until Bittrex  Smiley
legendary
Activity: 3248
Merit: 1070


Welcome to trade Firecoin at C-CEX.com exchange!

Easy registration, no delays in deposits and withdrawals, very responsive interface, strong security.
You can trade FIRE to BTC, USD (Visa/MC, Payeer (0% dep, withdr.), EgoPay (0% withdr.) available, PayPal withdrawals and many other options).

https://c-cex.com/?p=fire-btc
https://c-cex.com/?p=fire-usd

Also it is tradable to any other coin we have (90+):

https://c-cex.com/?p=fire-ltc
https://c-cex.com/?p=fire-nmc
https://c-cex.com/?p=fire-doge
https://c-cex.com/?p=fire-ftc
....

Trading fee is 0.2%, 0% fee on crypto deposit. Our referral system is paying 5% of our earning from Your referrals.
We have very responsive support team available in Skype, via support tickets and chat on exchange.

Our exchange is convenient and secure place to trade Your coins with fastest deposit and withdrawal system on market.

Sincerely, https://c-cex.com exchange!

lmao 3k satoshi, people are retarded, supply cap 3btc really? they better add a couple of zero
full member
Activity: 136
Merit: 100
firecoinx15, how I can build firecoin from source on OSX?
I have tried makefile.osx, but got an error:

Code:

/bin/sh ../share/genbuild.sh obj/build.h
error: unable to open output file 'obj/alert.o': 'Error opening output file 'obj/alert.o': No such file or directory'
1 error generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1


Please help me to build, because I don't see any documentation related that.

Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).


Git will not create the folders... it's up to you to include the correctly formatted .gitignore file within those folders... Also where is your testnet genesis block? I wanted to test my X15 mining performance Sad
newbie
Activity: 28
Merit: 0
Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).

Thanks. I have installed dependencies listed in bit coin docs by macports. And I created obj folder in src.
But still getting errors:

Code:

/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
In file included from alert.cpp:11:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/alert.h:13:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/util.h:30:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/netbase.h:10:
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
2 errors generated.
make: *** [obj/checkpoints.o] Error 1

Maybe i miss some dependencies?

This has to do with OS X 10.9...Please try referring to this link for some more help: https://github.com/litecoin-project/litecoin/issues/83
sr. member
Activity: 728
Merit: 250


Welcome to trade Firecoin at C-CEX.com exchange!

Easy registration, no delays in deposits and withdrawals, very responsive interface, strong security.
You can trade FIRE to BTC, USD (Visa/MC, Payeer (0% dep, withdr.), EgoPay (0% withdr.) available, PayPal withdrawals and many other options).

https://c-cex.com/?p=fire-btc
https://c-cex.com/?p=fire-usd

Also it is tradable to any other coin we have (90+):

https://c-cex.com/?p=fire-ltc
https://c-cex.com/?p=fire-nmc
https://c-cex.com/?p=fire-doge
https://c-cex.com/?p=fire-ftc
....

Trading fee is 0.2%, 0% fee on crypto deposit. Our referral system is paying 5% of our earning from Your referrals.
We have very responsive support team available in Skype, via support tickets and chat on exchange.

Our exchange is convenient and secure place to trade Your coins with fastest deposit and withdrawal system on market.

Sincerely, https://c-cex.com exchange!

big thx guys!
member
Activity: 70
Merit: 10
Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).

Thanks. I have installed dependencies listed in bit coin docs by macports. And I created obj folder in src.
But still getting errors:

Code:

/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
In file included from alert.cpp:11:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/alert.h:13:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/util.h:30:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/netbase.h:10:
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
    void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
         ^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
    void insert(iterator it, const_iterator first, const_iterator last)
         ^
2 errors generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
2 errors generated.
make: *** [obj/checkpoints.o] Error 1

Maybe i miss some dependencies?
newbie
Activity: 28
Merit: 0
firecoinx15, how I can build firecoin from source on OSX?
I have tried makefile.osx, but got an error:

Code:

/bin/sh ../share/genbuild.sh obj/build.h
error: unable to open output file 'obj/alert.o': 'Error opening output file 'obj/alert.o': No such file or directory'
1 error generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1


Please help me to build, because I don't see any documentation related that.

Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).
member
Activity: 70
Merit: 10
firecoinx15, how I can build firecoin from source on OSX?
I have tried makefile.osx, but got an error:

Code:

/bin/sh ../share/genbuild.sh obj/build.h
error: unable to open output file 'obj/alert.o': 'Error opening output file 'obj/alert.o': No such file or directory'
1 error generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1


Please help me to build, because I don't see any documentation related that.
sr. member
Activity: 574
Merit: 250


Welcome to trade Firecoin at C-CEX.com exchange!

Easy registration, no delays in deposits and withdrawals, very responsive interface, strong security.
You can trade FIRE to BTC, USD (Visa/MC, Payeer (0% dep, withdr.), EgoPay (0% withdr.) available, PayPal withdrawals and many other options).

https://c-cex.com/?p=fire-btc
https://c-cex.com/?p=fire-usd

Also it is tradable to any other coin we have (90+):

https://c-cex.com/?p=fire-ltc
https://c-cex.com/?p=fire-nmc
https://c-cex.com/?p=fire-doge
https://c-cex.com/?p=fire-ftc
....

Trading fee is 0.2%, 0% fee on crypto deposit. Our referral system is paying 5% of our earning from Your referrals.
We have very responsive support team available in Skype, via support tickets and chat on exchange.

Our exchange is convenient and secure place to trade Your coins with fastest deposit and withdrawal system on market.

Sincerely, https://c-cex.com exchange!


Super !!!
newbie
Activity: 28
Merit: 0
It is good that Bittrex follows Firecoin
https[Suspicious link removed]xchange/following
I think today or tomorrow bittrex add Firecoin Wink

Yes I think they will add Firecoin soon!

@grtthegreat - Awesome Vanity Address creator! I will add it to the OP! I will be sending you a tip as well today! Very superb!
member
Activity: 70
Merit: 10
How to build on OSX?
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com


Welcome to trade Firecoin at C-CEX.com exchange!

Easy registration, no delays in deposits and withdrawals, very responsive interface, strong security.
You can trade FIRE to BTC, USD (Visa/MC, Payeer (0% dep, withdr.), EgoPay (0% withdr.) available, PayPal withdrawals and many other options).

https://c-cex.com/?p=fire-btc
https://c-cex.com/?p=fire-usd

Also it is tradable to any other coin we have (90+):

https://c-cex.com/?p=fire-ltc
https://c-cex.com/?p=fire-nmc
https://c-cex.com/?p=fire-doge
https://c-cex.com/?p=fire-ftc
....

Trading fee is 0.2%, 0% fee on crypto deposit. Our referral system is paying 5% of our earning from Your referrals.
We have very responsive support team available in Skype, via support tickets and chat on exchange.

Our exchange is convenient and secure place to trade Your coins with fastest deposit and withdrawal system on market.

Sincerely, https://c-cex.com exchange!
sr. member
Activity: 728
Merit: 250
It is good that Bittrex follows Firecoin
https://twitter.com/BittrexExchange/following
I think today or tomorrow bittrex add Firecoin Wink
hero member
Activity: 527
Merit: 500
legendary
Activity: 3248
Merit: 1070
need bittrex, price in that exchange is not reflecting the supply cap of this coin, should start at 100ks , and i'm being generous...
Tweet @bittrexexchange to add Firecoin

done
sr. member
Activity: 728
Merit: 250
need bittrex, price in that exchange is not reflecting the supply cap of this coin, should start at 100ks , and i'm being generous...
Tweet @bittrexexchange to add Firecoin
sr. member
Activity: 574
Merit: 250
need bittrex, price in that exchange is not reflecting the supply cap of this coin, should start at 100ks , and i'm being generous...

+1
legendary
Activity: 3248
Merit: 1070
need bittrex, price in that exchange is not reflecting the supply cap of this coin, should start at 100ks , and i'm being generous...
sr. member
Activity: 728
Merit: 250
I believe this coin with this quantity has more value than this cheap orders on the market !
someone with 30 BTC can buy all 100,000 coins ... Ridiculous lol
Fair price is 100k sat per coin
yes, waiting for Bittrex and 100k sat  Smiley
and more)
member
Activity: 386
Merit: 10
I believe this coin with this quantity has more value than this cheap orders on the market !
someone with 30 BTC can buy all 100,000 coins ... Ridiculous lol
Fair price is 100k sat per coin
yes, waiting for Bittrex and 100k sat  Smiley
Pages:
Jump to: