Author

Topic: [ANN][XST] Stealth-Coin.com | Tor | StealthText, World's first anonymous SMS Tx! - page 352. (Read 748616 times)

member
Activity: 101
Merit: 11
That will build a statically linked daemon that you can share with your friends.
Code:
apt install libboost1.55-all-dev

E: Unable to locate package libboost1.55-all-dev
E: Couldn't find any package by regex 'libboost1.55-all-dev'

 Sad
Try libboost1.54-all-dev - probably you have old linux version. You can go to Synaptic, search "libboost" and install newest package.

Code:
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
That means you have to install libboost-system1.5x(4 or 5 or whatever)-dev package. Same with "thread", "filesystem", "program-options".
hero member
Activity: 728
Merit: 500
That will build a statically linked daemon that you can share with your friends.
Code:
apt install libboost1.55-all-dev

E: Unable to locate package libboost1.55-all-dev
E: Couldn't find any package by regex 'libboost1.55-all-dev'

 Sad
member
Activity: 101
Merit: 11
That will build a statically linked daemon that you can share with your friends.

If you just want a linux daemon (64 bit), you can use this:

https://drive.google.com/file/d/0B8rWObF4xz1YSFdidXpiM3ZDeFE/edit?usp=sharing


-- Hondo

Thanks dev. Berkeley-db works perfectly now. But I get some errors about libboost again... why??? I've installed libboost with: apt-get install libboost-all-dev

Quote
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1

Code:
apt install libboost1.55-all-dev

legendary
Activity: 2184
Merit: 1028
#mitandopelomundo
any theories on why the price is so flat?

A whale who maybe has invested in other crypto be buying and selling their own xst with a bot to manipulate the market making the price drops.

Anyone know a hitman in deepweb who accept xst to kill this motherfucker?  Grin

hero member
Activity: 728
Merit: 500
That will build a statically linked daemon that you can share with your friends.

If you just want a linux daemon (64 bit), you can use this:

https://drive.google.com/file/d/0B8rWObF4xz1YSFdidXpiM3ZDeFE/edit?usp=sharing


-- Hondo

Thanks dev. Berkeley-db works perfectly now. But I get some errors about libboost again... why??? I've installed libboost with: apt-get install libboost-all-dev

Quote
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
member
Activity: 85
Merit: 10
Because privacy is a basic human right.
I just got the message processor complete and we have had our first fully automated StealthText transaction, which is a big step.

1c6f16b92097d3beb4a5b64ff14eb83470f69367e95808952bf280599a5e55ac

Now that I have that done, I'm going to work on instructions and simplifying the process, and I'll also work on finishing the whitepaper, which is still in "rough draft" form.

A number of people have been curious about why StealthText uses email to transmit the encrypted transaction to the wallet. This necessity boils down to the fact that two fundamentally different communication protocols are involved.

On one end (the phone), you have SMS, and on the other end (the wallet) you have TCP/IP. Somehow you need a service that intercepts the SMS and turns it into TCP/IP. One such service (of many) is google voice. If you have a google voice account, your SMS messages can be turned into TCP/IP messages, which take the form of email. I boldface and underline "One" because there are plenty of other ways to skin this particular cat. I chose google voice and email because it is free and convenient. In other words, email is chosen for its convenience and not out of necessity.

However, email is an excellent way to encapsulate information. It is a perfect metaphor for regular mail. In regular mail, you have a message on a piece of paper. You put the message in an envelope and put it in a mail box to be carried away by the postman. The nature of the message (and even the medium on which the message is printed) does not change in this process.

The same is true for email. The encrypted transaction gets packaged into a message with To: and From: headers and other information. However, the encrypted transaction does not change during this process. The email is then sent through TCP/IP, where it is routed to its recipient.

This email message, with the unchanged encrypted transaction, comes over a protocol called IMAP. IMAP is not understood by the wallet (it's a protocol for mail not cryptocurrencies!), so the transaction (unchanged) needs to be unpackaged from it's email envelop and repackaged into RPC (remote procedure call), which is understood by the wallet. And, just like when you unpackage and repackage physical objects, they don't change during the process. They are simply moved from one package to another.

That's the function of the simple message processor I wrote over the last couple of nights. As you can imagine, this conversion from mail format to wallet format is not common, so I had to write the message processor specifically for this task.

-- Hondo
full member
Activity: 154
Merit: 100
Would rather have flat than downward trend anyday.
I suggested and still do that Hondo reach out to jl777 from BitcoinDark to be one of the first coins to join the supernetwork.
full member
Activity: 224
Merit: 100
any theories on why the price is so flat?
sr. member
Activity: 272
Merit: 250
i have lost big opportunity in DRK  Sad

then i bought SPA with that btc, and now i lost everything.

I hope this is my second chance with 9000 XST
keep spirit dev, do all the best  Wink


I think you've made a safe bet with XST you'll recoup your losses.
member
Activity: 85
Merit: 10
Because privacy is a basic human right.
When I compile the linux deamon I get this error:

[...]

How can I solve it? Thanks!

What system are you using? If ubuntu/debian/mint, then you have it made.

1. You need to download Berkeleydb 4.8 (http://download.oracle.com/berkeley-db/db-4.8.30.NC.zip)
2. Unpack it and follow the instructions to install it in the default location (/usr/local/BerkeleyDB.4.8 )

Then follow the instructions at the top of the file here: https://github.com/StealthSend/Stealth/blob/master/src/makefile.debian

Note how those instructions cover the dependencies you mention.

Then use that make file.

Code:
make -f makefile.debian

That will build a statically linked daemon that you can share with your friends.

If you just want a linux daemon (64 bit), you can use this:

https://drive.google.com/file/d/0B8rWObF4xz1YSFdidXpiM3ZDeFE/edit?usp=sharing


-- Hondo
sr. member
Activity: 322
Merit: 250
Super Smash Bros. Ultimate Available Now!
i have lost big opportunity in DRK  Sad



then i bought SPA with that btc, and now i lost everything.

I hope this is my second chance with 9000 XST
keep spirit dev, do all the best  Wink
hero member
Activity: 728
Merit: 500
When I compile the linux deamon I get this error:

g++: error: /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
g++: error: /usr/local/ssl/lib/libssl.a: No such file or directory
g++: error: /usr/local/ssl/lib/libcrypto.a: No such file or directory
g++: error: /usr/local/lib/libz.a: No such file or directory
make: *** [StealthCoind] Error 1

How can I solve it? Thanks!
sr. member
Activity: 322
Merit: 250
28 sells of 50 XST a piece. Driving the price down?
sr. member
Activity: 322
Merit: 250
Super Smash Bros. Ultimate Available Now!
StealthText Video

https://www.youtube.com/watch?v=MrM5IjL5Zh8

this proved StealthText working and it was simple setup.
All i did was setup StealthText to connect to desktop wallet, copy and paste QR code of premined address, enter amount, PIN and sent. I cut the wait time for transaction to show up on block explorer.

gj! im on way try it,bought last night another 30k coins Cheesy btw,why is price not on way to the moon? Smiley good for me now,i can buy more.

this coin is good with innovation, but devs need to think about promotion, and let people know. maybe free some small giveaway for promotion  Wink
hero member
Activity: 784
Merit: 1000
Pools Of Honor
is there any way to know how many coins are in circulation? active coins, not accidentally deleted.. or burned... POW+POS so far?
hero member
Activity: 742
Merit: 500
From Reddit:

"Anyone with access between the phone and the wallet can intercept a versiend transaction and (1) record the amount, (2) record the destination, (3) change the amount, (4) change the destination. And not say thank you.
What can you do with a StealthText transaction besides note the phone number and that someone was trying to send some encrypted information?""

http://www.reddit.com/r/DarkNetMarkets/comments/2es896/stealthcoin_release_anonymous_sms_transactions/


Yeah, I saw that. I'm concerned about the client identifier in the message, though. It seems like it tags the transaction because the comma is always there. The devs should rethink that part of the service.

Also, how vulnerable is this to correlation analysis? It also seems like big bro could match the SMS messaging to the blockchain in terms of timing. It would be cool if the devs could randomly delay the transactions or something.

Either way, this is a lot better than verisend (actually verisms, technically), which is not useable from a security standpoint. This is at least useable for low frequency transactions (maybe 10 or so a day per StealthText user).

sr. member
Activity: 272
Merit: 250
Not sure - Maybe just email/tweet them,
Although I've seen at least one major marketplace offer to add new coins in the range of 0.5-1 btc.



If you find something, I'm willing to help with that hurdle...

I think a run through of the hidden wiki and seeing if there's any appropriate forums to get the message out could be a good start.



legendary
Activity: 1008
Merit: 1000
StealthText Video

https://www.youtube.com/watch?v=MrM5IjL5Zh8

this proved StealthText working and it was simple setup.
All i did was setup StealthText to connect to desktop wallet, copy and paste QR code of premined address, enter amount, PIN and sent. I cut the wait time for transaction to show up on block explorer.

gj! im on way try it,bought last night another 30k coins Cheesy btw,why is price not on way to the moon? Smiley good for me now,i can buy more.

Yes, I think the price is joke. I wise I have more available funds.

StealthCoin, first TOR implemented, first anon SMS, the dev team know what they're doing and more good stuffs to come. I believed this is just the start and proved what Stealthcoin team can do.
sr. member
Activity: 417
Merit: 250
StealthText Video

https://www.youtube.com/watch?v=MrM5IjL5Zh8

this proved StealthText working and it was simple setup.
All i did was setup StealthText to connect to desktop wallet, copy and paste QR code of premined address, enter amount, PIN and sent. I cut the wait time for transaction to show up on block explorer.

gj! im on way try it,bought last night another 30k coins Cheesy btw,why is price not on way to the moon? Smiley good for me now,i can buy more.
legendary
Activity: 1008
Merit: 1000
StealthText Video

https://www.youtube.com/watch?v=MrM5IjL5Zh8

this proved StealthText working and it was simple setup.
All i did was setup StealthText to connect to desktop wallet, copy and paste QR code of premined address, enter amount, PIN and sent. I cut the wait time for transaction to show up on block explorer.
Jump to: