Author

Topic: Market.h / .cpp (Read 915 times)

member
Activity: 83
Merit: 10
May 06, 2013, 06:11:06 PM
#4
its in the github bitcoin repo
hero member
Activity: 714
Merit: 500
Martijn Meijering
May 06, 2013, 11:48:29 AM
#3
That looks like Objective C, not C++.
member
Activity: 83
Merit: 10
May 05, 2013, 11:17:08 PM
#2
It appears to be a method for market ticker quotes....
I tried finding an earlier versions but the oldest around online after googling source forging and githubing seem to be 0.4+
Interesting.

Code:
//
//  Market.h
//  Bitcoin
//
//  Created by Rits Plasman on 10-06-11.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import


@interface Market : NSObject {
    
}

@property (nonatomic, assign) double close;
@property (nonatomic, assign) double previousClose;
@property (nonatomic, copy) NSString *symbol;
@property (nonatomic, retain) NSDate *latestTrade;

@end
hero member
Activity: 714
Merit: 500
Martijn Meijering
May 05, 2013, 05:24:06 AM
#1
I just had a quick look at the oldest known version of the Satoshi source code and noticed the presence of market.h and .cpp. Does anyone here know the story of what happened to these files? I could try to search SF, but maybe people here have interesting stories to tell about it. Was this intended to be something like SilkRoad? If so, does it lend credence to the Satoshi = Dread Pirate Roberts theory?
Jump to: