Bitcoin Forum
May 13, 2024, 09:19:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Market.h / .cpp  (Read 888 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'.
1715591950
Hero Member
*
Offline Offline

Posts: 1715591950

View Profile Personal Message (Offline)

Ignore
1715591950
Reply with quote  #2

1715591950
Report to moderator
1715591950
Hero Member
*
Offline Offline

Posts: 1715591950

View Profile Personal Message (Offline)

Ignore
1715591950
Reply with quote  #2

1715591950
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715591950
Hero Member
*
Offline Offline

Posts: 1715591950

View Profile Personal Message (Offline)

Ignore
1715591950
Reply with quote  #2

1715591950
Report to moderator
1715591950
Hero Member
*
Offline Offline

Posts: 1715591950

View Profile Personal Message (Offline)

Ignore
1715591950
Reply with quote  #2

1715591950
Report to moderator
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!