Skip to content

Instantly share code, notes, and snippets.

View jorge-d's full-sized avatar
🚀

Dimitri Cabete Jorge jorge-d

🚀
View GitHub Profile
@jorge-d
jorge-d / ARC
Last active December 4, 2017 23:15 — forked from gabriel-dehan/ARC
Setup a masternode for ArcticCoin; For now the wallet we use is the server's, but next version will change that; Also you should encrypt your wallet on real conditions :)
# FROM ubuntu:16.04
apt-get update
apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git
add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y
mkdir ~/arc
cd ~/arc
apt-get install wget nano -y
@jorge-d
jorge-d / probe.js
Last active August 29, 2015 14:16 — forked from Unitech/probe.js
var metric = probe.metric({
name : 'Realtime user',
agg_type: 'avg', // 'sum' / 'avg' / 'min' / 'max'
value : function() {
return Object.keys(users).length;
}
});
[
{
"created_at":"Fri Oct 03 2014 13:01:27 GMT+00:00",
"data":{
"active":false,
"process":[
{
"axm_actions":[
],