Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - FreeTrade

Pages: 1 ... 35 36 37 38 39 40 41 [42] 43 44 45 46 47
616
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 13, 2013, 09:06:54 am »
Great work FreeTrade and thank you for helping test the concept and I am sure we will learn a lot from your experience.

Not having looked at FreeTrade's code I can only describe how I would implement it... I would simply copy my wallet.dat file from ~/.protoshares to ~/.memorycoin2 as I doubt FreeTrade has changed the wallet format.

Unfortunately this won't work - the private key internally uses a different special byte, and this seems to be stored in the wallet.

617
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 13, 2013, 09:03:40 am »
Here's some more info on the approach taken to hiring in the BlockChain -

https://bitcointalk.org/index.php?topic=369487.new#new


618
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 12, 2013, 01:12:57 pm »
Did i say anything about rushing it? Im just after an update.

A few days. +/- a week. ;) Software development estimation is really difficult, even more difficult than software development.

619
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 12, 2013, 09:21:40 am »
Just curious, did you use ABE to obtain this? If not how did you go about it?

MemoryCoin has some code that keeps track of balances for voting, so I just used that code. It just iterates through the blocks, keeping track of input and output transactions.

620
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 12, 2013, 09:19:57 am »
One question I have, is what was your incentive as a coin developer to honor the PTS blockchain? I have always wondered what incentives exist for developers to honor protoshares and its decedents.

It helps with distribution and I hope it will lead to an increase in value of both coins.

621
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 12, 2013, 07:25:10 am »
I caught this late and went to move my PTS from Bter to my wallet... They had 0 confirms as of block 32000.  What does this mean for me?  Will my PTS wallet get the Memcoins since my balance wasn't confirmed in time?

If the coins were not at your address with at least 1 confirmation on block 32000, then you didn't make it.

Here's a list of balances as at 32000

https://drive.google.com/file/d/0B-5Ax5kejTpMOU5PVnJtRnV0TEU/edit?usp=sharing

622
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 11, 2013, 06:30:01 am »
Keyhotee will have a universal wallet which we can put our private key into. That in my opinion is the smarter way to do it and then let each altcoin be an extension or plugin for Keyhotee. I think I will wait until it is done in that way.

That's a fine plan - you'd only need to use the MC wallet if you want to use the coins. You can let them rest on the blockchain until you're comfortable with the software that is available to use them.
 

623
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 11, 2013, 06:22:48 am »
The process that is used when creating a private and public key pair (used to store and transmit coins) is agnostic to a specific coin, i.e. all coins use the same process (called ECDSA) to sign transactions (afaik).

By taking the public key off a Protoshares address, and mapping it to a public key on a Memorycoin address, you essentially have one private key that controls two addresses. One is PTS, the second is MC2.0.
If I understand the process correctly, you would only need to import your private key from PTS into the MC2.0 client, and the balance should already be there. This whole process can be done off line and does not require you to disclose your private key.


Please correct me if I'm wrong

Spot on.

624
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 11, 2013, 06:19:21 am »
Ok, so if i move all my PTS in another wallet after the 32k block i can use with completely peace of mind my old private key and memorycoin

Yes.

But i haven't understood yet very well the features of this alt, and also when the client will released

Not before it is ready! But I'm hoping within a few days.

625
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 04:36:36 pm »
you might want to move your whole balance to one address before so you don't have to handle multiple keys. just create a new one and send everything there.

This is good advice.

@Gekko:
i think there's not really another way. maybe a routine which reads the pts wallet.dat could make it more user-friendly, but in terms of security a transfer of the private keys is the only way to prove that you own the pts

Rather than every new DAC having an import routine for PTS, it'll probably be simpler for PTS to have an export routine that creates wallets for the DACs that come online.

626
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 04:33:51 pm »
That seems a litte... cumbersome, at least. I hope such things won't be necessary in future ProtoShare developments!

This is not strictly necessary - it just gives you protection against the possibility of an altcoin wallet trying to harvest your private key. As always, additional preventative security is cumbersome.

627
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 04:30:58 pm »
Is it not possible to map public PTS addresses to public MC2.0 addresses, then just import your private key from Protoshares on the MC2.0 wallet?

no 3rd party necessary

Yes - this is exactly how it works.

628
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 02:32:36 pm »
https://bitcointalk.org/index.php?topic=267522.0

If its based on the old coin which didnt work out, what are you adding to it to make it work this time?

There's some discussion near the end of that thread on the differences that I hope will make the differences. I don't want get off-topic into a general discussion on MC2.0 here.

629
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 02:29:53 pm »
Isn't revealing our private key dangerous? Wouldn't someone with my private key be able to spend all my coins?

Yes, it would be, so it is not required that you communicate your private key to anyone.

For maximum safety, you should wait until after block 32000, then transfer your balance to a new ProtoShares address. Then use your old private keys to access your MemoryCoin balance.

The above steps will protect you against the possibility that the altcoin wallet is a trojan trying to collect private keys. You'll also be review the source code and compile it. There's no hurry, so don't feel rushed about any of these steps.


630
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 10, 2013, 11:20:16 am »
Couple questions.  Is there any documentation on this? or a seperate wallet? webiste?  those sorts of things?

Also how do you obtain the private key that you're speaking of?

It's a separate altcoin/DAC - separate wallet, website etc. The private key will be derivable from your PTS private key.

Pages: 1 ... 35 36 37 38 39 40 41 [42] 43 44 45 46 47