Bitcoin Forum
May 05, 2024, 12:34:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 »
  Print  
Author Topic: [ANN][CRYPT] CryptCoin x11 + PoS | P2P Anonymity | 0% Premine | Commander  (Read 512541 times)
utahjohn
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
October 12, 2014, 02:28:53 PM
 #6441

git hub source for linux wallet? building a multi-coin pool

utahjohn-wallets wallets # git clone https://github.com/ccryptcoin/cryptcoin.git
Cloning into 'cryptcoin'...
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
Checking connectivity... done.
utahjohn-wallets wallets #

all i get is a README no source


OK found it finally

https://github.com/cryptcointeam/cryptcoin.git
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714869268
Hero Member
*
Offline Offline

Posts: 1714869268

View Profile Personal Message (Offline)

Ignore
1714869268
Reply with quote  #2

1714869268
Report to moderator
utahjohn
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
October 12, 2014, 03:58:31 PM
 #6442

OK I am building in ubuntu linux (Linuxmint 17 actually)

qmake
....
make
....

and get this error:

/usr/bin/ld: cannot find -lboost_system-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [cryptcoin-qt] Error 1

Anyone run into this before and how do I resolve problem Huh I have not encountered this error building other wallets ...
Thanks
child_harold
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
October 12, 2014, 05:07:51 PM
 #6443

OK I am building in ubuntu linux (Linuxmint 17 actually)

qmake
....
make
....

and get this error:

/usr/bin/ld: cannot find -lboost_system-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [cryptcoin-qt] Error 1

Anyone run into this before and how do I resolve problem Huh I have not encountered this error building other wallets ...
Thanks

Possible Fix:
https://bbs.archlinux.org/viewtopic.php?pid=1373433

which links to:
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/

tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 12, 2014, 05:14:04 PM
 #6444



ROFL  Grin Grin


P.S : another big amount bought this afternoon
Zarmung
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
October 12, 2014, 06:44:44 PM
 #6445

I have a strong feeling that CryptCoin's bull time is coming

tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 12, 2014, 09:38:16 PM
 #6446

Someone just keep buying  Cheesy
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 12, 2014, 09:43:26 PM
 #6447

New number 1 on rich list oO

yea, i saw https://chainz.cryptoid.info/crypt/address.dws?86448.htm aswel.

funds are moving under the surface
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 12, 2014, 09:45:18 PM
 #6448

perhaps that 4btc buywall owner is buying now, wall is gone
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 12, 2014, 09:59:20 PM
 #6449

i kinda enjoy this, much speculation, many uncertainties
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 12, 2014, 10:21:25 PM
Last edit: October 12, 2014, 10:33:36 PM by tkon3
 #6450

This coin is sooooo random, everything can happen anytime. Thats fun  Cheesy
Btc price is going up aswell right now, thats fine Cheesy


EDIT : Someone has a clue about this ?
https://chainz.cryptoid.info/crypt/#!network
What is this 0.8% ?
utahjohn
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
October 13, 2014, 06:42:48 AM
 #6451

OK I am building in ubuntu linux (Linuxmint 17 actually)

qmake
....
make
....

and get this error:

/usr/bin/ld: cannot find -lboost_system-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [cryptcoin-qt] Error 1

Anyone run into this before and how do I resolve problem Huh I have not encountered this error building other wallets ...
Thanks

Possible Fix:
https://bbs.archlinux.org/viewtopic.php?pid=1373433

which links to:
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/
OK thx will look into this and try Smiley
I was about to give up hope having CRYPT on my USA mirror of miningfield.com
https://bitcointalk.org/index.php?topic=580725.msg9178778#msg9178778
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 13, 2014, 03:21:34 PM
 #6452

2 days left  Cheesy
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 13, 2014, 03:34:18 PM
 #6453

OK I am building in ubuntu linux (Linuxmint 17 actually)

qmake
....
make
....

and get this error:

/usr/bin/ld: cannot find -lboost_system-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [cryptcoin-qt] Error 1

Anyone run into this before and how do I resolve problem Huh I have not encountered this error building other wallets ...
Thanks

Possible Fix:
https://bbs.archlinux.org/viewtopic.php?pid=1373433

which links to:
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/
OK thx will look into this and try Smiley
I was about to give up hope having CRYPT on my USA mirror of miningfield.com
https://bitcointalk.org/index.php?topic=580725.msg9178778#msg9178778

isn't a coin usually added to a pool in the beginning of its life cycle instead of at the end of its life cycle lol, crypt is a reversed world
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 13, 2014, 08:40:53 PM
 #6454

OK I am building in ubuntu linux (Linuxmint 17 actually)

qmake
....
make
....

and get this error:

/usr/bin/ld: cannot find -lboost_system-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw46-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw46-mt-s-1_55
collect2: error: ld returned 1 exit status
make: *** [cryptcoin-qt] Error 1

Anyone run into this before and how do I resolve problem Huh I have not encountered this error building other wallets ...
Thanks

Possible Fix:
https://bbs.archlinux.org/viewtopic.php?pid=1373433

which links to:
http://pw999.wordpress.com/2013/09/29/compiling-memecoin-qt-on-xubuntu/
OK thx will look into this and try Smiley
I was about to give up hope having CRYPT on my USA mirror of miningfield.com
https://bitcointalk.org/index.php?topic=580725.msg9178778#msg9178778

isn't a coin usually added to a pool in the beginning of its life cycle instead of at the end of its life cycle lol, crypt is a reversed world
No rules with Crypt, everything is random.
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
October 13, 2014, 09:57:57 PM
 #6455

someone playing with a bot on crypt @ cryptsy?

lots of  "2014-10-13 17:55:54   Buy   0.00002760   0.34952814   0.00000965"
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 13, 2014, 10:10:16 PM
 #6456

someone playing with a bot on crypt @ cryptsy?

lots of  "2014-10-13 17:55:54   Buy   0.00002760   0.34952814   0.00000965"
Yes, someone perma buying with a bot. That doesnt let the price move a lot like that.
Waldozaur12
Legendary
*
Offline Offline

Activity: 1223
Merit: 1000


View Profile
October 14, 2014, 12:21:56 AM
 #6457

This coin is crazy , epic dump and manipulation, do not sell your coins noobs xD
tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 14, 2014, 09:16:43 AM
 #6458

The death or the reborn is close  Cheesy
child_harold
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
October 14, 2014, 11:27:36 AM
 #6459

Tomorrow's the deadline. Anybody have any idea what time?

tkon3
Hero Member
*****
Offline Offline

Activity: 824
Merit: 1000



View Profile
October 14, 2014, 11:40:06 AM
Last edit: October 14, 2014, 11:51:03 AM by tkon3
 #6460

Tomorrow's the deadline. Anybody have any idea what time?
Prolly 23h59 CET, MF hour Cheesy
Anyway i doubt something will happen. I hope im wrong.

EDIT : I will buy popcorns and watch this tread tomorrow after 20h CET Grin
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 »
  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!