Bitcoin Forum
April 27, 2024, 04:56: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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 85 »
  Print  
Author Topic: [ANN] BitcoinT [BT] | X11 | Lucky Stake | POS | BitTrex  (Read 74366 times)
Work2Work
Member
**
Offline Offline

Activity: 78
Merit: 11


View Profile
April 24, 2015, 03:19:56 PM
 #121

ITT
1714236978
Hero Member
*
Offline Offline

Posts: 1714236978

View Profile Personal Message (Offline)

Ignore
1714236978
Reply with quote  #2

1714236978
Report to moderator
1714236978
Hero Member
*
Offline Offline

Posts: 1714236978

View Profile Personal Message (Offline)

Ignore
1714236978
Reply with quote  #2

1714236978
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714236978
Hero Member
*
Offline Offline

Posts: 1714236978

View Profile Personal Message (Offline)

Ignore
1714236978
Reply with quote  #2

1714236978
Report to moderator
1714236978
Hero Member
*
Offline Offline

Posts: 1714236978

View Profile Personal Message (Offline)

Ignore
1714236978
Reply with quote  #2

1714236978
Report to moderator
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 24, 2015, 03:21:22 PM
 #122

ITT


dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
April 24, 2015, 03:21:45 PM
 #123

Block explorer would be nice.. Just saying
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
April 24, 2015, 03:36:03 PM
 #124

i'm solo mining with all my 3 cards
this coin is my only hope Smiley

Are you kidding? Solo at that diff? Cmon, you will not find a block with 3 cards.

i have found LTC block at end of 2013 with 1 card.
good chance within the remaining blocks



and got some fee too

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 24, 2015, 03:37:47 PM
 #125



and got some fee too

Congratulations Smiley
But if you followed my twitter there was few 1000 BT codes.  Smiley
waffles99
Sr. Member
****
Offline Offline

Activity: 275
Merit: 250


View Profile
April 24, 2015, 04:05:42 PM
 #126

ITT



LOL yup this ANN is too cute I'll let everyone else get in on some dirty cash I'm good
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 24, 2015, 04:12:39 PM
 #127

I want to warn all. I sent a few coins on the market, but the balance is zero exbito.com is a scam. Be careful. Max REPOST https://twitter.com/pollystripe/status/591622333330288640

What is exbito and how this connected to BT  Huh
dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
April 24, 2015, 04:25:23 PM
 #128

I want to warn all. I sent a few coins on the market, but the balance is zero exbito.com is a scam. Be careful. Max REPOST https://twitter.com/pollystripe/status/591622333330288640

What is exbito and how this connected to BT  Huh

I read they are targeting new markets (coins)
Battareus
Hero Member
*****
Offline Offline

Activity: 826
Merit: 501


View Profile
April 24, 2015, 04:29:55 PM
 #129

I want to warn all. I sent a few coins on the market, but the balance is zero exbito.com is a scam. Be careful. Max REPOST https://twitter.com/pollystripe/status/591622333330288640

What is exbito and how this connected to BT  Huh

I read they are targeting new markets (coins)
eksbitsionito
Bitshill
Full Member
***
Offline Offline

Activity: 168
Merit: 100

Not a Doctor


View Profile
April 24, 2015, 04:36:43 PM
 #130

3k sats is easy money on this one.

The way to make money is to buy when blood is running in the streets.
BitcoinT_Team (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 24, 2015, 04:43:31 PM
 #131

Block explorer will be ready on Sunday or Monday
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
April 24, 2015, 04:48:21 PM
 #132

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

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
Mario241077
Legendary
*
Offline Offline

Activity: 1302
Merit: 1000

ORB has a good chance to grow.


View Profile
April 24, 2015, 05:01:05 PM
 #133

looks nice, nearly as good as ORB Smiley

Are you a part of the ORB Community or want to be it, then gives your vote! here!! One of the first 30 currencys in the World is Orbitcoin DEV Forum - don't forget free ORB's are here ORB Faucet, tell your friend's - With PoW (without Asic's)/PoS Hybrid-System everyone can mine ORB with general purpose pc-hardware. The PoS (Proof of Stake) generation features very low energy consumption. Green Stake over PoS
EdvinZ
Sr. Member
****
Offline Offline

Activity: 994
Merit: 260



View Profile
April 24, 2015, 05:07:54 PM
 #134

looks nice, nearly as good as ORB Smiley
yes great coin nice dev Smiley

altsareback
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
April 24, 2015, 05:12:17 PM
 #135

Just wrote an article on BitcoinT on my website.

Please let me know once you post major announcements or updates for a new article Smiley
MickGhee
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000

Fucker of "the system"


View Profile
April 24, 2015, 05:38:10 PM
 #136

Block explorer will be ready on Sunday or Monday

why so long i can get u one for really cheap

Last night, while you were sleeping. I fucked the system!
EdvinZ
Sr. Member
****
Offline Offline

Activity: 994
Merit: 260



View Profile
April 24, 2015, 05:42:57 PM
 #137

Block explorer will be ready on Sunday or Monday

why so long i can get u one for really cheap
for accumulating of course, on trex it will be very high price  Roll Eyes

MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
April 24, 2015, 05:57:22 PM
 #138

Whut?

- a wallet that synchronizes in 15 seconds?
- no IPO / ICO?
- real people with faces?
- 3 exchanges already?
- a good looking OP?

This must be too good to be true...

I bought a few  Grin
yakpimp
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile WWW
April 24, 2015, 05:59:22 PM
 #139

If you guys are interested in getting some poker chips made let me know.
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
April 24, 2015, 06:07:53 PM
 #140

Alright.. I was mining this as well... BUT I still had doubts in the posted pictures of the devs. Which are IMHO fake! I googled those names for a few hours... nothing relates to the 3 posted pictures! The names posted here are completely different people  Roll Eyes They are right about their "work", but these are not the guys we think they are Roll Eyes

To big of a risk for me... Im out... cheers
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 85 »
  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!