Bitcoin Forum
May 06, 2024, 10:57:42 AM *
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'.
1714993062
Hero Member
*
Offline Offline

Posts: 1714993062

View Profile Personal Message (Offline)

Ignore
1714993062
Reply with quote  #2

1714993062
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714993062
Hero Member
*
Offline Offline

Posts: 1714993062

View Profile Personal Message (Offline)

Ignore
1714993062
Reply with quote  #2

1714993062
Report to moderator
1714993062
Hero Member
*
Offline Offline

Posts: 1714993062

View Profile Personal Message (Offline)

Ignore
1714993062
Reply with quote  #2

1714993062
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!