Skip to content

Instantly share code, notes, and snippets.

View ben221199's full-sized avatar
:atom:
Programming

Ben ben221199

:atom:
Programming
View GitHub Profile

OAuth 1.0

Versions

Versions as used below.

  • ORG: Original OAuth 1.0 spec
  • REV: The OAuth 1.0 spec with Revision A
  • RFC: The OAuth 1.0 spec as specified in RFC 5849
@ben221199
ben221199 / table.md
Last active March 2, 2024 14:27
Electrum vs Stratum vs Stratum Mining

Electrum vs Stratum vs Stratum Mining

Technology Type Website Creator Description References First commit
Electrum Client
Server (in the early days)
Protcol (in the early days)
https://electrum.org Thomas Voegtlin (ThomasV) Started as a client/server combination using TCP/HTTP with Python's repr function as protocol format. Later adapted the Stratum protocol Repository:
https://gitorious.org/electrum (DEAD)
https://github.com/spesmilo/electrum
2011-11-04T17:00:37Z (https://github.com/spesmilo/electrum/commit/6db1a31e58ee15c448448139e7d3a9e72b14268f)
Stratum Protocol N/A Marek Palatinus (slush) Started as a replacement protocol for the Electrum client, eventually ending the repr-based protocol. N/A N/A
Stratum Mining Protocol https://stratumprotocol.org (V2) Marek Palatinus (slush) The Stratum protocol, but then with mining commands. **Documentation:**https://web.archive.org/web/20120921014023/h
@ben221199
ben221199 / README.md
Last active September 10, 2022 11:37

Apple Application Startup

iOS

Write main function and call UIApplicationMain

Objective-C

#import