Bitcoin Forum
May 04, 2024, 02:50:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Market.h / .cpp  (Read 887 times)
mmeijeri (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500

Martijn Meijering


View Profile
May 05, 2013, 10: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?

ROI is not a verb, the term you're looking for is 'to break even'.
1714834247
Hero Member
*
Offline Offline

Posts: 1714834247

View Profile Personal Message (Offline)

Ignore
1714834247
Reply with quote  #2

1714834247
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jcrubino
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
May 06, 2013, 04:17:08 AM
 #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 <Foundation/Foundation.h>


@interface Market : NSObject <NSCoding> {
    
}

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

@end
mmeijeri (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500

Martijn Meijering


View Profile
May 06, 2013, 04:48:29 PM
 #3

That looks like Objective C, not C++.

ROI is not a verb, the term you're looking for is 'to break even'.
jcrubino
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
May 06, 2013, 11:11:06 PM
 #4

its in the github bitcoin repo
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!