Skip to content

Instantly share code, notes, and snippets.

View vadbars's full-sized avatar

Vadim Barsukov vadbars

View GitHub Profile
##Deployment
git clone --recurse-submodules https://github.com/GolosChain/golos.git
cd golos && git checkout v0.16.4
docker run goloschain/golos:v0.16.4
Edit the Dockerfile in the repository root
%s/BUILD_GOLOS_TESTNET=FALSE\C/BUILD_GOLOS_TESTNET=TRUE/g
%s/ADD documentation/seednodes /etc/golosd/seednodes/\C/#ADD documentation/seednodes /etc/golosd/seednodes//g
@vadbars
vadbars / golos8
Last active April 17, 2017 11:28
{
"authors": [{
"account_name": "vadbars",
"filters": {}
}],
"about_blog_permlink": "anons-open-sors-platformy-dlya-razrabotki-prilozhenii-na-blokcheine-golos-fidbek-privetstvuetsya",
"about_blog_author": "vadbars",
"source_blockchain": "golos"
}
@vadbars
vadbars / autoupvote.js
Created April 9, 2017 04:51 — forked from lantto/autoupvote.js
Automatically upvote after X minutes
function setTitle(voteAt, minutesAgo, originalTitle) {
var voteIn = voteAt - minutesAgo;
var unit = (voteIn === 1 ? 'minute' : 'minutes');
var newTitle = '<Votes in ' + voteIn + ' ' + unit + '> | ' + originalTitle;
if (document.title !== newTitle) {
document.title = newTitle;
}
{
"authors": [{
"account_name": "vadbars",
"filters": {
"tags": {
"blacklist": ["ru--kulxturagolosa"],
"whitelist": ["steem", "mapala","ru--znakomstvo"]
},
"title": {
"blacklist": [],
@vadbars
vadbars / glas05
Last active March 24, 2017 16:12
{
"blog_author": "ontofractal",
"source_blockchain": "golos",
"about_blog_permlink": "anons-open-sors-platformy-dlya-razrabotki-prilozhenii-na-blokcheine-golos-fidbek-privetstvuetsya",
"tags_whitelist": [],
"tags_blacklist": [
"ru--statistika"
]
}
{
"blog_author": "vadbars",
"source_blockchain": "golos",
"about_blog_permlink": "v-polnyi-golos"
}