Skip to content

Instantly share code, notes, and snippets.

View dantrevino's full-sized avatar
💭
I may be slow to respond.

Dan Trevino dantrevino

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dantrevino on github.
  • I am dant (https://keybase.io/dant) on keybase.
  • I have a public key ASA8-uNEhZF8ML_4lmYpyQEsWsikncUuxZuZB00DXGWg-Qo

To claim this, I am signing this object:

4/13/2017 Gmail [
Request received] (kairoswatches) Support
https://mail.google.com/mail/u/0/?ui=2&ik=784214a0ba&view=pt&q=kairos&qs=true&search=query&th=15b5ef2393716ebe&siml=159618469f7f8121&siml=159… 1/6
Dan Trevino <dantrevino@gmail.com>
[Request received] (kairoswatches) Support
9 messages
Kairos support <info@kairoswatches.zendesk.com> Mon, Jan 2, 2017 at 3:29 PM
ReplyTo:
Kairos support <info+id1662@kairoswatches.zendesk.com>
To: Dantrevino <dantrevino@gmail.com>
Verifying my Blockstack ID is secured with the address 19AAYhqyS33YH8zrdmyN1PmEez8ZEEPQdT
@dantrevino
dantrevino / blockstack
Created November 2, 2017 04:17
blockstack
Verifying my Blockstack ID is secured with the address 19AAYhqyS33YH8zrdmyN1PmEez8ZEEPQdT https://explorer.blockstack.org/address/19AAYhqyS33YH8zrdmyN1PmEez8ZEEPQdT
{
"name": "Saifu",
"short_name": "Saifu",
"theme_color": "#644b6a",
"background_color": "#ffffff",
"display": "standalone",
"Scope": "/",
"start_url": "/",
"icons": [
{
tags/transactions.tag.html.js:4 transactions mounted
tags/my-app.tag.html.js:13 my-app detects user signed in
bundle.js:16706 No datastore contexts defined
bundle.js:16817 Driver gaia_hub implementes read_public
bundle.js:16817 Driver dropbox implementes read_public
bundle.js:16817 Driver s3 implementes read_public
bundle.js:16817 Driver blockstack_resolver implementes read_public
bundle.js:16817 Driver http implementes read_public
bundle.js:16817 Driver dht implementes read_public
== chrome ext code ==
document.getElementById('sign-in').addEventListener('click', function() {
var scopes = ['storage']
console.log(chrome.runtime.getURL('popup.html'))
console.log(chrome.runtime.getURL('manifest.json'))
blockstack.redirectToSignIn(chrome.runtime.getURL('popup.html'), chrome.runtime.getURL('manifest.json'), scopes)
})
== chrome ext console ==
flow || true
Launching Flow server for /home/dan/projects/cli-blockstack
Spawned flow server (pid=14121)
Logs will go to /tmp/flow/zShomezSdanzSprojectszScli-blockstack.log
src/cli.js:3
3: const blockstack = require('blockstack');
^^^^^^^^^^^^ blockstack. Required module not found
src/keys.js:3
dan@chaos   ~/projects/NoteRiot    master  1  npm i --save blockstack@18.0.2
> tiny-secp256k1@1.0.0 install /home/dan/projects/NoteRiot/node_modules/tiny-secp256k1
> node-gyp rebuild
CXX(target) Release/obj.target/secp256k1/native/addon.o
../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&, const A&) [with long unsigned int index = 2; I = Nan::FunctionCallbackInfo<v8::Value>; A = v8::Local<v8::Object>]’:
../native/addon.cpp:141:50: required from here
../native/addon.cpp:79:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (info.Length() <= index) return __isPointCompressed(p) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
for raspbery pi 3 yon can test this
########################################################
#install de go V1.10.2 pour processeur ARM
# voir https://gist.github.com/simoncos/49463a8b781d63b5fb8a3b666e566bb5
########################################################
sudo apt-get -y autoremove golang
cd ~
#see : https://golang.org/dl/
wget https://dl.google.com/go/go1.10.3.linux-armv6l.tar.gz