Silk Road forums

Market => Rumor mill => Topic started by: morerogain on November 09, 2012, 06:08 am

Title: New DMT vendor coming soon!
Post by: morerogain on November 09, 2012, 06:08 am
Hey ya'll,

I've been hanging around on the forums for the last few months trying to figure out how things work here (still in the works of course), and I think it's about time I introduce myself.  I am an organic chemist who has been interested in psychedelics since long ago.  Thus far in my career I have synthesized Mescaline (HCl) and DMT, the synthetic route of course, from a certain aldehyde and a certain ethylamine, respectively.  I do my own analytics on these compounds, specifically HNMR, LCMS, and HPLC.  They are always 97%+ pure.  I have been dealing locally for the last year (with positive results), but have decided to take a peak onto this underground network to spread the love.  I have noticed over the last few months of being on here that there are not a lot of Mescaline or DMT vendors, is that because the demand just isn't there or is there something I am missing?  Am I trying to jump into a market which is already saturated or a fan base which is already satisfied?  I feel like there can always be more vendors especially of a quality product.

 I am wondering what the next step should be, specifically, do I start handing out samples to respected members?  How many samples and what is the sample size?  Would 5x1.0g be sufficient?  I am still trying to figure out the PGP/GPG decryption system for my Mac (which has been a bit of a pain) if anyone would like to help.  Also, I would like to setup a vendor account which needs bitcoins.  Anybody have any suggestions for cash---->bitcoin vendor or Western Union----->bitcoin vendor?  Or I could send product to a respected member for bitcoins?  Is that out of the question? (I would of course send the product and then it would be paid for once product arrives).

Any advice would help.  Thanks a lot and much respect to the ones doing the good work!

MR
Title: Re: New DMT vendor coming soon!
Post by: correctly on November 09, 2012, 06:17 am
a gram of mesc or dmt for sample would be very generous. good luck with your SR vendor account.
Title: Re: New DMT vendor coming soon!
Post by: gromble on November 09, 2012, 08:14 pm
Where are you located, if I may ask? I generally don't order internationally, so if you happened to be in the US, mescaline would be fanTASTIC - very sparse on the road, I've found.

There are a few DMT vendors with good reputations, I've bought once from one and had a good experience and fair price, but there's always room for more if your product is good and competitively priced.

Your first step should be getting a vendor account - even your samples you should send out via the site, as then you will get feedback on the site as well as here on the forums.

I can't help much with graphical tools for Mac, but gpg for the command line really isn't that bad. Most people for most common use cases only need a small handful of commands:

Code: [Select]
gpg --gen-key #generate a public/private keypair - it walks you through the process, easy

gpg --armor --export [key]   # output your public key, to attach to messages, paste into your vendor profile, etc.

gpg --decrypt /path/to/message #decrypt a message encrypted with your public key

gpg --import /path/to/publickey #add a public key, which you copy pasted from the site or wherever, to your keyring

gpg --armor --recipient [whoever] --encrypt /path/to/message #encrypt a message using [whoever]'s public key