Skip to content

Instantly share code, notes, and snippets.

Baking on Tezos

This document describes how to setup a Tezos node and delegate baking rights to it. It involves configuring two instances:

  • Node: Public vps instance that interacts with the tezos network and runs tezos-node, tezos-baker, tezos-endorser and tezos-accuser.
  • Signer: Private instance on your home network that contains the baker keys and authorizes baking requests via tezos-signer.

Prep Instances

This guide assumes you have already created two instances running Ubuntu 18.04.

@marcdown
marcdown / BKLNSwiftPresenters.md
Last active November 5, 2017 03:08
Brooklyn Swift Developers Meetup Presenters
Pod::Spec.new do |s|
s.name = 'DAKeyboardControl'
s.version = '2.2.0'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Easily add keyboard awareness and scrolling dismissal.'
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl'
s.author = { 'Daniel Amitay' => 'hello@danielamitay.com' }
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git' }
s.description = 'DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code.'
Pod::Spec.new do |s|
s.name = "UI7Kit"
s.version = "0.8.8"
s.summary = "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime."
s.homepage = "https://github.com/youknowone/UI7Kit"
s.license = "2-clause BSD"
s.author = { "Jeong YunWon" => "jeong@youknowone.org" }
s.source = { :git => "https://github.com/youknowone/UI7Kit.git" }
s.platform = :ios, '6.0'
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.3'
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.'
s.homepage = 'http://www.restkit.org'
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
s.source = { :git => 'https://github.com/creativemess/RestKit.git', :branch => 'master' }
s.license = 'Apache License, Version 2.0'
# Platform setup
Pod::Spec.new do |s|
s.name = 'Reachability'
s.version = '3.1.0'
s.license = 'BSD'
s.homepage = 'https://github.com/tonymillion/Reachability'
s.authors = { 'Tony Million' => 'tonymillion@gmail.com' }
s.summary = 'ARC and GCD Compatible Reachability Class for iOS. Drop in replacement for Apple Reachability.'
s.source = { :git => 'https://github.com/tonymillion/Reachability.git' }
s.source_files = 'Reachability.{h,m}'
s.framework = 'SystemConfiguration'
Pod::Spec.new do |s|
s.name = 'DAKeyboardControl'
s.version = '2.2.0'
s.platform = :ios
s.license = 'MIT'
s.summary = 'Easily add keyboard awareness and scrolling dismissal.'
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl'
s.author = { 'Daniel Amitay' => 'hello@danielamitay.com' }
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git' }
s.description = 'DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code.'
Pod::Spec.new do |s|
s.name = 'AFDownloadRequestOperation'
s.version = '0.0.2'
s.summary = "A progressive download operation for AFNetworking."
s.homepage = "https://github.com/steipete/AFDownloadRequestOperation"
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = '*.{h,m}'
Pod::Spec.new do |s|
s.name = "EDSunriseSet"
s.version = "0.0.2"
s.summary = "Objective-C class to calculate Sunrise/Sunset/Twilight times."
s.description = <<-DESC
EDSunriseSet is an Objective-C wrapper for the C languages routines created by Paul Schlyter.
Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common cocoa classes (NSDate, NSTimeZone... )
- Calculates Sunrise/Sunset times
- Calculates Civil/Nautical/Astronomical twilight
Pod::Spec.new do |s|
s.name = 'PubNub'
s.version = '3.4'
s.summary = 'PubNub makes Real-time Real Easy with a Simple Communications API.'
s.homepage = 'https://github.com/pubnub/objective-c'
s.author = { 'PubNub' => 'hello@pubnub.com' }
s.source = { :git => 'https://github.com/pubnub/objective-c.git', :commit => 'b827fd9cae78e8c42b0c56829e3089dfbf54d998' }
s.platform = :ios
# s.license = 'TBD'
s.source_files = 'iOS/3.4/pubnub/libs/PubNub/Core/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Buffers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/Presence/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Crypto/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Parsers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Categories/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Protocols/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Network/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub