Skip to content

Instantly share code, notes, and snippets.

View xeroc's full-sized avatar
🏠
building

Fabian Schuh xeroc

🏠
building
View GitHub Profile
  • Checklist item
  • Checklist item
  • Checklist item
  • Checklist item
  • Checklist item
@xeroc
xeroc / -
Created October 5, 2017 12:33
W31 2017-08-02 Wed coding, hk, meeting, pbsa, script, witness 9:20:39 11:11:39 1:51:00 1:51:00
W32 2017-08-07 Mon coding, pbsa, ppy, witness-tools 10:24:54 12:31:15 2:06:21
coding, pbsa, ppy, witness-tools 14:00:27 20:00:00 5:59:33 8:05:54
W32 2017-08-08 Tue coding, pbsa, ppy, witness-tools 9:00:00 10:24:38 1:24:38
coding, pbsa, ppy, witness-tools 10:25:01 12:07:31 1:42:30
coding, pbsa, ppy, witness-tools 12:41:44 13:49:09 1:07:25 4:14:33
W32 2017-08-09 Wed coding, mins, pbsa, ppy, witness-tools 15:00:00 15:54:52 0:54:52 0:54:52
W32 2017-08-10 Thu coding, mins, pbsa, ppy, witness-tools 10:00:00 13:27:17 3:27:17
coding, pbsa, ppy, witness-tools 15:22:27 20:00:00 4:37:33 8:04:50
W32 2017-08-11 Fri coding, pbsa, ppy, witness-tools 0:00:00 6:00:00 6:00:00

allow_curation_rewards: true allow_votes: true author: bitshares.fdn category: bitshares max_accepted_payout: 1000000.000 SBD percent_steem_dollars: 0 tags:

  • bitshares-foundation
  • accounting

allow_curation_rewards: true allow_votes: true author: bitshares.fdn category: bitshares max_accepted_payout: 1000000.000 SBD percent_steem_dollars: 0 tags:

  • bitshares-foundation
  • accounting
#!/bin/bash
BOOST_ROOT=$HOME/opt/boost_1_60_0
CC=`which gcc-5`
CXX=`which g++-5`
sudo apt-get -y install gcc-5 g++-5 gcc g++ cmake make \
libbz2-dev libdb++-dev libdb-dev \
libssl-dev openssl libreadline-dev \
autoconf libtool git
@xeroc
xeroc / -
Created September 15, 2017 10:31
server {
listen 80;
server_name node.ppytest.com;
#if ($scheme != "https") {
# return 301 https://$host$request_uri;
#}
keepalive_timeout 65;
keepalive_requests 100000;
sendfile on;
tcp_nopush on;
@xeroc
xeroc / -
Created September 13, 2017 12:42
server {
listen 80;
server_name faucet.ppytest.com;
if ($scheme != "https") {
return 301 https://$host$request_uri;
}
listen 443 ssl;
ssl_certificate /etc/letsencrypt/live/faucet.ppytest.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/faucet.ppytest.com/privkey.pem; # managed by Certbot
include ssl_params;
@xeroc
xeroc / api.md
Created September 5, 2017 09:54

The purpose of this page is to document the use of BitShares.eu's faucet API to register new accounts on BitShares.

It is important to note that you can use this faucet without having registered an account on BitShares.eu but will not benefit from the on-chain referral program.

In contrast, once you have an account on BitShares.eu, you may created as many referral codes as you want to

@xeroc
xeroc / -
Created August 11, 2017 07:42
{
"version": 1,
"latest_update": "2017/08/01",
"sports": {
"AmericanFootball": {
"name": {
"en": "American Football",
"de": "Amerikanisches Football"
},
"id": null,
@xeroc
xeroc / -
Created August 10, 2017 13:27
{
"version": 1,
"latest_update": "2017/08/01",
"sports": {
"AmericanFootball": {
"name": {
"en": "American Football",
"de": "Amerikanisches Football"
},
"id": null,