Skip to content

Instantly share code, notes, and snippets.

View augustoproiete's full-sized avatar
👨‍💻
shipping it :shipit: from home 🏠

C. Augusto Proiete augustoproiete

👨‍💻
shipping it :shipit: from home 🏠
View GitHub Profile
public class PhatomReferenceQueue<THandle>
{
private BlockingCollection<THandle> _queue = new BlockingCollection<THandle>();
private ConditionalWeakTable<object, PhatomReference> _refs = new ConditionalWeakTable<object, PhatomReference>();
public void Register(object instance, THandle handle)
{
_refs.Add(instance, new PhatomReference(this, handle));
}
@augustoproiete
augustoproiete / ValidateSelfSignedCertificate.cs
Created December 6, 2019 18:55
Send e-mail validating self-signed SSL certificate
// Copyright 2019 Caio Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,

Keybase proof

I hereby claim:

  • I am augustoproiete on github.
  • I am augustoproiete (https://keybase.io/augustoproiete) on keybase.
  • I have a public key whose fingerprint is 75C7 661C 8E38 4448 3727 0E05 EDAB B285 2A92 ECE5

To claim this, I am signing this object:

@augustoproiete
augustoproiete / augustoproiete-cla.md
Created June 4, 2021 13:45
C. Augusto Proiete Individual Contributor License Agreement

C. Augusto Proiete Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects ("Projects") made available by C. Augusto Proiete or his affiliates ("C. Augusto Proiete"). This Individual Contributor License Agreement ("Agreement") sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to C. Augusto Proiete in respect of any of the Projects (collectively "Contributions"). If you have any questions respecting this Agreement, please contact hello@augustoproiete.net.

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to

Creating an ord compatible wallet with Sparrow Wallet

Users who cannot or have not yet setup the ord wallet can receive inscriptions and ordinals with alternative bitcoin wallets, as long as they are very careful about how they spend from that wallet.

This guide gives some basic steps on how to create a wallet with Sparrow Wallet which is compatible with ord and can be later imported into ord

⚠️⚠️ Warning!! ⚠️⚠️

As a general rule if you take this approach, you should use this wallet with the Sparrow software as a receive-only wallet. Do not spend any satoshis from this wallet unless you are sure you know what you are doing. You could very easily inadvertently lose access to your ordinals and inscriptions if you don't heed this warning.

Wallet Setup & Receiving