Pages:
Author

Topic: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex - page 77. (Read 74416 times)

hero member
Activity: 574
Merit: 500
legendary
Activity: 2548
Merit: 1009
Leading Crypto Sports Betting & Casino Platform
After POW phase total coin available : 21M +  Shocked
 
hero member
Activity: 574
Merit: 500
What if the holders its already sold out? Buy support has sharply become less... Embarrassed

Are you still not enough?
sr. member
Activity: 994
Merit: 260
What if the holders its already sold out? Buy support has sharply become less... Embarrassed
hero member
Activity: 574
Merit: 500
Pump on Yobit.
full member
Activity: 126
Merit: 100
I want to go on by BT......... Smiley
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
We are ready to make POD 5+ later, but we will not give real contact information. we want to save privacy. We don't know how companies, where we are working at the moment, will react on our project

Understandable, thank you for replying to this matter Smiley
It does make me wonder why you post your claimed names on here already and your photos, but ok  Wink
sr. member
Activity: 994
Merit: 260
I certainly changed opinion because I see how some big players to buy support, so they know the insider information and a coin which is so quickly gaining popularity necessarily waiting for a big exchange)
newbie
Activity: 4
Merit: 0
We are ready to make POD 5+ later, but we will not give real contact information. we want to save privacy. We don't know how companies, where we are working at the moment, will react on our project

Are they your actual "team" pictures or not?
sr. member
Activity: 994
Merit: 260
Time to dump this purchase, especially since it is false can not last long
lol like a schoolboy "it's my only hope" it's time to teach lessons, baby because this is another Scam and your parents will kick your ass the Deposit is depleted Grin Grin Grin
Again a lie, any unit will not, and if he is, then the developers made sure that he got them and then your order will fill up to 1 sat inclusive  Wink
Coin accumulating, fudsters activated, big future for this project, wait Bittrex very soon  Cool

Looks like EdvinZ bought BT.  Grin
  Wink
newbie
Activity: 14
Merit: 0
We are ready to make POD 5+ later, but we will not give real contact information. we want to save privacy. We don't know how companies, where we are working at the moment, will react on our project
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
I understand that!

But he never shared his identity right? These guys did, at least they claim to be these guys in the photos Wink

Oh well.. I guess it doesnt matter. I will keep a few just in case. But I really think their is something fishy with the photos and claimed indentities
sr. member
Activity: 532
Merit: 250
guys please spread hash on our pool
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Fud is created to buy cheap coins... I dont want to buy any BT if the devs cant confirm their claimed indentity  Wink So I guess it is not really fud right?

If you share your identity on here, make sure people can confirm it so we can really moon  Wink Else you have little sneaky bastards like myself looking for information on the net.  Wink And it isnt looking good atm, that is why Im asking for a linkedin or something  Wink

damn it, my eyes hurt from all the winks  Wink

It's not that important for a coin to know who created it.

Did we find the real Satoshi Nakamoto? Wink
hero member
Activity: 574
Merit: 500
Time to dump this purchase, especially since it is false can not last long
lol like a schoolboy "it's my only hope" it's time to teach lessons, baby because this is another Scam and your parents will kick your ass the Deposit is depleted Grin Grin Grin
Again a lie, any unit will not, and if he is, then the developers made sure that he got them and then your order will fill up to 1 sat inclusive  Wink
Coin accumulating, fudsters activated, big future for this project, wait Bittrex very soon  Cool

Looks like EdvinZ bought BT.  Grin
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
Fud is created to buy cheap coins... I dont want to buy any BT if the devs cant confirm their claimed indentity  Wink So I guess it is not really fud right?

If you share your identity on here, make sure people can confirm it so we can really moon  Wink Else you have little sneaky bastards like myself looking for information on the net.  Wink And it isnt looking good atm, that is why Im asking for a linkedin or something  Wink

damn it, my eyes hurt from all the winks  Wink
sr. member
Activity: 994
Merit: 260
Coin accumulating, fudsters activated, big future for this project, wait Bittrex very soon  Cool
newbie
Activity: 14
Merit: 0
hi all!
I got this error while compiling BT dameon on ubuntu 14,04 LTS:

src/key.cpp:17:23: fatal error: secp256k1.h: No such file or directory
 #include "secp256k1.h"
                       ^
compilation terminated.
make: *** [build/key.o] Error 1

Please help me!
Thanks
BitcoinT is dependent upon libsecp256k1 by sipa, the sources for which can be found here: https://github.com/bitcoin/secp256k1

Thank you

But now i have this one:
make: *** [build/key.o] Error 1


Did you
sudo make install
for libsecp256k1?

pls PM me output of
ls -la /usr/local/lib/libsecp*

I also have problems compiling after installing secp256k1

Code:
src/key.cpp:29:25: error: use of undeclared identifier 'SECP256K1_START_SIGN'
        secp256k1_start(SECP256K1_START_SIGN);
                        ^
src/key.cpp:32:9: error: use of undeclared identifier 'secp256k1_stop'
        secp256k1_stop();
        ^
src/key.cpp:469:10: error: no matching function for call to 'secp256k1_ec_privkey_import'
    if (!secp256k1_ec_privkey_import((unsigned char*)begin(), &privkey[0], privkey.size()))


ls -l /usr/local/lib/libsecp*

Code:
$ ls -l /usr/local/lib/libsecp*
lrwxr-xr-x  1 root  admin      20 Apr 24 19:39 /usr/local/lib/libsecp256k1.0.0.0.dylib -> libsecp256k1.0.dylib
-rwxr-xr-x  1 root  admin   92000 Apr 24 19:39 /usr/local/lib/libsecp256k1.0.dylib
-rw-r--r--  1 root  admin  376128 Apr 24 19:39 /usr/local/lib/libsecp256k1.a
lrwxr-xr-x  1 root  admin      20 Apr 24 19:39 /usr/local/lib/libsecp256k1.dylib -> libsecp256k1.0.dylib
-rwxr-xr-x  1 root  admin     967 Apr 24 19:39 /usr/local/lib/libsecp256k1.la
-rwxr-xr-x  1 root  admin   48716 Jan 18  2014 /usr/local/lib/libsecp256k1.so
There was commit in project secp256k1 recently
where were made changes, which arent considered in our coin yet, but doesnt affect on wallet/daemon functional

if you want to compile wallet/daemon, you have to make reverse commit to
d5b53aa81816214aa7c9e1095ff6ee1d4c13f9d2 библиотеки secp256k1:
git clone https://github.com/bitcoin/secp256k1
cd ./secp256k1
git checkout d5b53aa81816214aa7c9e1095ff6ee1d4c13f9d2
./autogen.sh
./configure
make
sudo make install
and after all of this you're able to build wallet/daemon
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
Let me ask you this dev..... Linkedin? Im sure you 3 pro's have a linkedin right? Or some other confirmation to ensure us you are these people?  Roll Eyes

I am not trying to spread fud btw guys. Im just sick of being scammed by these pathetic coincreators. If they prove me wrong, I will delete my posts  Wink
Pages:
Jump to: