This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "authors": [{ | |
| "account_name": "vadbars", | |
| "filters": { | |
| "tags": { | |
| "blacklist": ["ru--kulxturagolosa"], | |
| "whitelist": ["steem", "mapala","ru--znakomstvo"] | |
| }, | |
| "title": { | |
| "blacklist": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "blog_author": "vadbars", | |
| "source_blockchain": "golos", | |
| "about_blog_permlink": "v-polnyi-golos" | |
| } |