How do I access coins purchased at ZipZap using a moneygram?

1

I used a moneygram to purchase some Bitcoins. Using the information I got from ZipZap, I was able to get the address where the money was sent and through block explorer that it is there. I have the ScriptPubKey that contains (I hope) what I need to do to get the coins. Unfortunately, I have no idea how to get at it. I have very little knowledge of programming or coding. How can I release this information without going back to college?

EANX

Posted 2013-02-06T18:55:32.240

Reputation: 11

I should have told you that I do know quite a bit of information, through bitcoin block explorer, about the transactionEANX 2013-02-06T19:55:55.980

To spend the coins you need the private key, but you usually have a client to take care of that for you. Could you be a bit more specific? I assume that you gave the Bitcoin provider an address you generated with a client. If you tell which program you use, it would be easier to give you some hints.halftimepad 2013-02-06T20:21:56.270

What do you mean by 'release the information'? Are you trying to spend the coins? What do you mean by 'going back to college'?Nick ODell 2013-02-06T20:42:38.623

No, no address given.EANX 2013-02-06T20:43:39.940

Thanks for the responses. I was told that the Script portion of the ScriptPubKey held the key for redemption. Back to collegesimply means that I am WAY to old (67) to start learning C++ or whatever.EANX 2013-02-06T20:48:51.327

I forgot what a joy it is to talk with science people. After my first couple of For Dummies books I lectured all over the place to audiences full of MCSE's. Brings back memories.EANX 2013-02-06T21:00:59.213

I'l edit the title of this question so you'll have a better chance of getting an accurate answer.goodguys_activate 2013-02-06T22:58:48.363

How did you get the "ScriptPubKey" as you describe it?goodguys_activate 2013-02-06T23:01:17.483

Answers

2

If you purchased coins you probably gave them an "address" to send it to. Although "address" is the preferred terminology it can be called a ScriptPubKey. Sounds like someone is being too technical and requiring too much college (as you put it).

The question is, how did you generate or create the address? There are two halves to an address.

  1. The address itself, and analogous to a PO Box. It's fairly anonymous, and secure. You can deliver to it... but can only take things out of it if you have a private key.

  2. The private key (not to be confused with ScriptPubKey). This is a secret to be protected.

I have never used ZipZap, so they will either ask you for an address to send coins to, or they will give you a voucher at Mt Gox.

You'll need to give us more information about how you purchased the coins, or contact ZipZap themselves.

goodguys_activate

Posted 2013-02-06T18:55:32.240

Reputation: 11 898

Hey, thanks for holding my hand through this. I am more and more feeling that I got ripped off, but am quite curious as to how it happened so I don't get caught a second time. I do have the voucher. I will upload it soon, I have a kitten who thinks the keyboard is the best place to sit, and he is in mylap waiting to pounce at the cursor.EANX 2013-02-07T12:45:44.930

The voucher has a receive code, Don't have any idea what that is, The account number where the money was sent, and the amount. When I go to zipzapinc.com and look up the transaction, I find the date and time paid. Then, I go to the bitcoin block explorer, plug in the date and time, and locate the block that contains the transaction, in this case https://blockexplorer.com/tx/d6be34ccf6edddc3cf69842dce99fe503bf632ba2c2adb0f95c63f6706ae0c52#o1.

EANX 2013-02-07T13:12:22.677

@eanx - What other companies are mentioned on the voucher? Any URL? BitInstant and ZipZap have a Bitcoin agreement. Have you tried contacting ZipZap support?goodguys_activate 2013-02-07T13:18:09.763

Try contacting support at support@zipzapinc.com.goodguys_activate 2013-02-07T13:19:02.070