Bitcoin Forum
June 22, 2024, 01:00:24 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 [433] 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 1628 »
  Print  
Author Topic: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos  (Read 1483649 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
hoertest
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
June 18, 2014, 06:10:51 PM
 #8641

This is MindFox's code review during XC's FUD period.

https://bitcointalk.org/index.php?topic=630547.msg7024211#msg7024211

Quote
Then, I was invited to Developer's station with a Teamviewer session and saw the code that implements the specific feature.

I don't believe he ever had access to the sourcecode. Do you think MindFox could replicate XC with snippets of code from teamviewer? I doubt ATC showed him the meat and bones.

The only facts we have is ATC shared some of the code with MindFox for a peer review and now MindFox is suddenly launching an anon coin.

We don't know anything else until ATC clarifies.

Remember though, that XC now has the crucial multipath technology that takes it a step above DRK and that was added only in the last week or so, a lot later than the code review.

XC is like a PS4, Crypt is like a SNES.


on another note can you idiot stay out of the dark thread , its not pretty classy to promote XC in their thread, gives our community a bad image, if you want to compare them at least do it here
cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
June 18, 2014, 06:13:34 PM
 #8642

That's fair, but what goes around comes around I guess. There are a few dark trolls you might want to tell that to also, who do the same thing on this thread.

swannsonite
Member
**
Offline Offline

Activity: 109
Merit: 10

In Crypto We Verify


View Profile
June 18, 2014, 06:13:48 PM
 #8643

https://www.youtube.com/watch?v=RAzTIKoF8rA   Was thinking of using this a the background song to the video... fade music in a t 20 secs.... im listenign to the whole song to see what would be best part to fade in but i think this tone goes perfect with ANNON.... and the privacy platform theme.. im open to suggestions!!!

If you open a thread here http://forum.xctalk.com/index.php?/forum/24-technical/ I will discuss it with you!

Love the movie  Cheesy hate that EYE


Love the epic sound of that song here is another epic song I like maybe it fits?  Cheesy From "Sunshine" https://www.youtube.com/watch?v=NQXVzg2PiZw
hoertest
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
June 18, 2014, 06:15:12 PM
 #8644

That's fair, but what goes around comes around I guess. There are a few dark trolls you might want to tell that to also, who do the same thing on this thread.

Yeah but that doesn't mean we have to do the same, what he just did was not called for or justified in any way,just provocation, go over there and look
pinkman12345
Legendary
*
Offline Offline

Activity: 1070
Merit: 1021


View Profile
June 18, 2014, 06:15:25 PM
 #8645

why so much hatred between DRK and XC, get over it  Grin

atcsecure
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile WWW
June 18, 2014, 06:22:35 PM
 #8646




For those using ubuntu


sudo apt-add-repository ppa:n00bsys0p/xc-official

sudo apt-add-repository ppa:bitcoin/bitcoin && sudo apt-get update

sudo apt-get install x11coin-qt


- this will install the base client and required deps


then you can just dpkg -i the new v1.51 package


Join the revolution - XC - Decentralized Trustless Multi-Node Private Transactions
noobtrader
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
June 18, 2014, 06:23:48 PM
 #8647

I confirm that this work, but you need to extract the .deb files.... no need install  .deb  files




I get an error when I treid to install, i'm missing dependency libdb4.8++

What's the command to install it?

thanks.


So here is the way I used to got it working on my Ubuntu Raring, without installing .deb, just extracting the bin file  Wink

Quote
add-apt-repository ppa:bitcoin/bitcoin     edit : not sure it's required
apt-get update
apt-get install libqrencode-dev libqrencode3 db4.8 g++ git make qt4-dev-tools qt4-qmake libdb++-dev libssl-dev libminiupnpc-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libgmp-dev
apt-get install libboost-chrono1.53-dev libboost-filesystem1.53-dev libboost-system1.53-dev libboost-program-options1.53-dev libboost-thread1.53-dev

mkdir XC
cd XC

wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
../dist/configure --enable-cxx
make
edit go step 3 should be ok
step 1 : sudo make install
step 2 : ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
or
step 3 : ln -s /XC/db-4.8.30.NC/build_unix/.libs/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so

then

Quote
mkdir XC
cd XC
wget http://xc-official.com/release/ubuntu/x11coin-ubuntu-packages/x11coin-qt_0.9.1.33-x11coin-1.0-saucy1_amd64.deb
dpkg -x x11coin-qt_0.9.1.33-x11coin-1.0-saucy1_amd64.deb  x11coin-qt_0.9.1.33-x11coin-1.0-saucy1_amd64
cd  XC/x11coin-qt_0.9.1.33-x11coin-1.0-saucy1_amd64/usr/bin/
./x11coin-qt

and it works : X11COIN version v0.9.1.51x11-coin-1.0

enjoy  Grin


followed all these steps but my Qt wont execute. When i go to install it from the Deb file it says error with dependencies not satisfiable libdb4.8++

I'm getting the same error too.

"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...",  satoshi@vistomail.com
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
June 18, 2014, 06:31:08 PM
 #8648




For those using ubuntu


sudo apt-add-repository ppa:n00bsys0p/xc-official

sudo apt-add-repository ppa:bitcoin/bitcoin && sudo apt-get update

sudo apt-get install x11coin-qt


- this will install the base client and required deps


then you can just dpkg -i the new v1.51 package




Im guessing the xnode setup is the same as windows?

mrBitcoinZ.com
@mrB1tc01n
scibi
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 18, 2014, 06:32:15 PM
 #8649

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...
n00bnoxious
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Bitnation Development Team Member


View Profile
June 18, 2014, 06:35:14 PM
 #8650

I confirm that this work, but you need to extract the .deb files.... no need install  .deb  files


followed all these steps but my Qt wont execute. When i go to install it from the Deb file it says error with dependencies not satisfiable libdb4.8++

I'm getting the same error too.

Hey guys - just add ppa:bitcoin/bitcoin and install the dependency from there like this:

Code:
sudo apt-add-repository ppa:bitcoin/bitcoin && sudo apt-get update && sudo apt-get install libdb4.8++

That'll add the dependency, then you can just install the package like normal - the command from terminal, in the folder you downloaded the file to is:
Code:
sudo dpkg -i x11coin-*.deb

"Im guessing the xnode setup is the same as windows?"

Yep!
cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
June 18, 2014, 06:35:38 PM
 #8651

That's fair, but what goes around comes around I guess. There are a few dark trolls you might want to tell that to also, who do the same thing on this thread.

Yeah but that doesn't mean we have to do the same, what he just did was not called for or justified in any way,just provocation, go over there and look

yes I'm not saying it's right, but the dark trolls have been doing the same if not worse on this thread for the past few weeks. Both sides need to stop trolling and just stick to supporting the coin they choose without putting down other coins is all Im saying.

lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
June 18, 2014, 06:36:43 PM
 #8652




For those using ubuntu


sudo apt-add-repository ppa:n00bsys0p/xc-official

sudo apt-add-repository ppa:bitcoin/bitcoin && sudo apt-get update

sudo apt-get install x11coin-qt


- this will install the base client and required deps


then you can just dpkg -i the new v1.51 package




Im guessing the xnode setup is the same as windows?

ATC with those instructions fixed my wallet btw. Im running Ubuntu 14.04, followed those steps, went to the Ubuntu Release link, downloaded the .deb and executed it with no errors. TY. Time to mess around w/ the xnode

mrBitcoinZ.com
@mrB1tc01n
hoertest
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
June 18, 2014, 06:44:18 PM
 #8653

That's fair, but what goes around comes around I guess. There are a few dark trolls you might want to tell that to also, who do the same thing on this thread.

Yeah but that doesn't mean we have to do the same, what he just did was not called for or justified in any way,just provocation, go over there and look

yes I'm not saying it's right, but the dark trolls have been doing the same if not worse on this thread for the past few weeks. Both sides need to stop trolling and just stick to supporting the coin they choose without putting down other coins is all Im saying.

me too, the guy was promoting XC in the Dark thread, you just don't do that shit, it wasn even a response to fake accusations or s.th. , Bitchmove, XC is to good for that
noobtrader
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
June 18, 2014, 07:12:44 PM
 #8654

Pls help, im setting node and sending 551 xc coin, but its not showing on my MIXER wallet ?


however it is showing on the explorer


http://cryptexplorer.com/address/XPYNfiegWVnKD2ynnYjFLCzoNbCfqizanN


thanks

EDIT : can anyone show a good debug.log files which show a wallet is working as a node ?

"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...",  satoshi@vistomail.com
the_game1224
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 18, 2014, 07:15:32 PM
 #8655

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...

Updates have been happening very very fast IMO.  PR needs to keep evolving however.
But having said that I do agree the declining volume and decrease in frequency of posts here have me scratching my head.
mr_random
Legendary
*
Offline Offline

Activity: 1330
Merit: 1001



View Profile
June 18, 2014, 07:20:12 PM
 #8656

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...

Updates have been happening very very fast IMO.  PR needs to keep evolving however.
But having said that I do agree the declining volume and decrease in frequency of posts here have me scratching my head.

DRK was undervalued for a long time.

There are a lot of people waiting on the sidelines right now with their BTC hoping to buy XC cheap. But when it starts rising watch how fast they jump on board.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
SushiChef
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 18, 2014, 07:25:41 PM
 #8657

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...

Updates have been happening very very fast IMO.  PR needs to keep evolving however.
But having said that I do agree the declining volume and decrease in frequency of posts here have me scratching my head.

A lot is happening here http://forum.xctalk.com/ and threw PM... don't want to feed the trolls!

the_game1224
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 18, 2014, 07:27:46 PM
 #8658

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...

Updates have been happening very very fast IMO.  PR needs to keep evolving however.
But having said that I do agree the declining volume and decrease in frequency of posts here have me scratching my head.

DRK was undervalued for a long time.

There are a lot of people waiting on the sidelines right now with their BTC hoping to buy XC cheap. But when it starts rising watch how fast they jump on board.

I think XC is VERY cheap right now given what it has accomplished in a limited amount of time.  It's almost as if the price has been in a stalemate for the past two weeks.  
Just when it looks like its going to shoot back up beyond .002 its dumped back down and on the flip side when it appears poised to test .001 again it jumps back up.  Guess there is some stability at least...
embraer
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
June 18, 2014, 07:30:37 PM
 #8659

How can i setup Xnode on mac? i have the latest wallet.
Thanks
donnyd413
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 18, 2014, 07:30:56 PM
 #8660

110btc volumne on mintpal is not best for XC now, some faster updates should happend in neer future...

People are now catching on to cinnis BS announcements. They lack credibility IMHO. Like the boy who cried wolf!
Pages: « 1 ... 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 [433] 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 ... 1628 »
  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!