Silk Road forums

Discussion => Newbie discussion => Topic started by: mjaras on February 28, 2013, 05:21 am

Title: A Few Queries inregards to PGP and Buying etc
Post by: mjaras on February 28, 2013, 05:21 am
Hi there guys I have been trying to find answers to the following questions for the last few hours and cant so resorting to this.
First of all please correct me if im wrong: From what I have gathered when you want to buy some product you send encrypted messages though the silk road message system with you address and other details. Then/or before Transfer the required btc from your SR btc wallet to the user name of the vendor. Is this how it works?

In regards to setting up my pgp i have gotten as far as creating my own public and private keys and have tried importing the public key of the vendor from a .txt file using gpg --import savedkey.txt(name of the .txt file on desktop with the public key of vendor in it) but it says :
C:\Users\Mike>gpg --import lucykey.txt
gpg: can't open `lucykey.txt': No such file or directory
gpg: Total number processed: 0

so i must be doing something blatantly wrong can someone please point it out?

MUCH APPRECIATED :D
Title: Re: A Few Queries inregards to PGP and Buying etc
Post by: dimitry on February 28, 2013, 06:28 am
Hi there guys I have been trying to find answers to the following questions for the last few hours and cant so resorting to this.
First of all please correct me if im wrong: From what I have gathered when you want to buy some product you send encrypted messages though the silk road message system with you address and other details. Then/or before Transfer the required btc from your SR btc wallet to the user name of the vendor. Is this how it works?

In regards to setting up my pgp i have gotten as far as creating my own public and private keys and have tried importing the public key of the vendor from a .txt file using gpg --import savedkey.txt(name of the .txt file on desktop with the public key of vendor in it) but it says :
C:\Users\Mike>gpg --import lucykey.txt
gpg: can't open `lucykey.txt': No such file or directory
gpg: Total number processed: 0

so i must be doing something blatantly wrong can someone please point it out?

MUCH APPRECIATED :D

I might be able to help you. With respect to your first two questions. Your address, and any other information encrypt is sent to the buyer at the time that you make a purchase. Part of the purchase process involces SR confirming you have the coins to pay for what you buy. When you add something to your  SR trolley, and select a postage type, there will be an area to add your encrypted address. When you select buy, SR checks that you have the coin, if you don't have enough, the transaction goes no further. If you do have the coins, the coins are held in "Escrow" by SR. This means that the SR site actually holds your coins until you Finalize the purchase. You should only Finalize once your purchase has arrived. Escrow protects you by only releasing the funds once you confirm the goods have arrived.

With respect to your pgp question. I often get the same error finally worked out what it is. All PGP keys begin and end like this

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)

Make sure that the five dashes at the start of the key are hard up against the left hand column of text.

The text below is correct and the pgp key will be imported

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)


The following text is incorrect, and the pgp will not be imported

     -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)

I hope this helps.

Dimitry from Straya
Title: Re: A Few Queries inregards to PGP and Buying etc
Post by: SelfSovereignty on February 28, 2013, 06:56 am
I hate it when people accidentally make their answer part of the quote...

I have no clue if you said this, but you're in the wrong directory.  The file doesn't exist, so of course it wont' import.  You need to type this first:

Code: [Select]
cd Desktop

... then type the same thing again and it will import.  Your desktop is the directory "C:\Users\USERNAME\Desktop"