I [distribute daily Hivemind database snapshots](https://steemit.com/hivemind/@emrebeyler/daily-snapshots-of-hivemind). This is a quick tutorial to restore that database into a fresh new server. I have completed these steps on a fresh Digitalocean droplet (8vcpu, 32gb ram) running Ubuntu 16.04. And all the process took 4 hours. <center><img src="https://cdn.steemitimages.com/DQmfV9tLBsscZJwQJDYdFNRyFUjDtagm17MsR2iTFVQMnHv/Screen%20Shot%202019-01-23%20at%2010.52.34%20AM.png"></center> # Installing PostgreSQL (10.6) ``` $ apt-get update $ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - $ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -sc)-pgdg main" > /etc/apt/sources.list.d/PostgreSQL.list' $ apt-get update $ apt-get install postgresql-10 ``` **Important note**: This dump is only compatible with PostgreSQL 10.6** # Creating the database and user ``` $ su - postgres $ createuser --interactive --pwprompt Enter name of role to add: hive Enter password for new role: Enter it again: Shall the new role be a superuser? (y/n) y $ psql $ create database hive; $ \q ``` Note: Make sure you remember the role(user) name and password and set the user as `hive`. # Download the dump ``` $ wget -c http://hivemind.emrebeyler.me/dumps/hive_latest.sql.gz ``` Wait until it finishes. It should take around 10-15 mins. (Make sure you check the [state.txt](http://hivemind.emrebeyler.me/dumps/state.txt). If it says, `backup in progress`, you need to wait.) # Decompress the file ``` $ apt-get install pigz $ apt-get install pv $ pv hive_latest.sql.gz | pigz -d -p 8 > hive_latest.sql ``` This will decompress the file with 8 threads and gives a nice progress bar. It should take 15-20 minutes. You can choose thread count with the `-p` parameter. I have aligned it with core count. # Restore the database *** ``` $ vim /etc/postgresql/10/main/pg_hba.conf ``` *** Find that line: ``` local all all peer ``` *** Replace peer with `md5`, then do a restart: ``` $ service postgresql restart ``` *** Import the database: ``` $psql -U <username> <database_name> -f hive_latest.sql ``` *** Watching the progress: ``` $ su - postgres $ psql SELECT pg_size_pretty(pg_database_size('hive')); ``` *** This will show the database size of `hive`. It should be around 180-200 GB when the import is done. # Install Python3.6 & Hivemind These steps are required for manual installation of Hivemind. If you use docker installation, you can skip. ``` $ add-apt-repository ppa:jonathonf/python-3.6 $ apt-get update $ apt-get install python3.6 python3.6-dev virtualenv build-essential $ virtualenv -p python3.6 hivemind-env $ source hivemind-env/bin/activate $ git clone https://github.com/steemit/hivemind.git $ cd hivemind $ pip install -e . ``` Congrats! Hive is installed. # Sync process (Make sure you activated the virtual environment) ``` $ hive sync --database-url postgresql://hive:hive@localhost:5432/hive ``` This will sync the missing blocks and catch-up with the block production fast. It's recommended to run this with a process manager (like [Supervisor](http://supervisord.org/)) to make sure the process is always up and running. # Server process (Make sure you activated the virtual environment) ``` $ hive server --database-url postgresql://hive:hive@localhost:5432/hive ``` # Notes This tutorial is opinionated on some steps and gives a simple start to setup a Hivemind. For the best results, always follow the official repository for the instructions. For example, the recommended way to install Hivemind is the Docker way. I patch and hack things on my Hivemind setup, so I prefer a manual install. Also, it's always preffered to execute apps in a normal user instead of `root`. I skipped this to keep the tutorial simple. Also, if you don't have SSD in your setup, restoring process may take more time. Some users reported long waiting times on decompressing, importing, etc. # Troubleshooting If you encounter any issues while trying this, you can join [#hivemind](https://discord.gg/2R2vzRJ) channel at Steemdevs discord and ask for help. # Vote for me as a witness I do my best to support the blockchain with my skills. If you like what I do, consider casting a vote on [via Steemconnect](https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1) or on [steemit.com](https://steemit.com/~witnesses).
author | emrebeyler |
---|---|
permlink | steps-to-restore-a-hivemind-database-snapshot |
category | hivemind |
json_metadata | {"community":"busy","app":"steemit/0.1","format":"markdown","tags":["hivemind","python","ubuntu","busy"],"links":["https://steemit.com/hivemind/@emrebeyler/daily-snapshots-of-hivemind","http://hivemind.emrebeyler.me/dumps/state.txt","http://supervisord.org/","https://discord.gg/2R2vzRJ","https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1","https://steemit.com/~witnesses"],"image":["https://cdn.steemitimages.com/DQmfV9tLBsscZJwQJDYdFNRyFUjDtagm17MsR2iTFVQMnHv/Screen%20Shot%202019-01-23%20at%2010.52.34%20AM.png"]} |
created | 2019-01-23 07:44:48 |
last_update | 2019-01-23 14:12:57 |
depth | 0 |
children | 30 |
last_payout | 2019-01-30 07:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 76.504 HBD |
curator_payout_value | 24.176 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,490 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,802,071 |
net_rshares | 205,492,182,493,706 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 50,546,070,213 | 5% | ||
roadscape | 0 | 6,492,304,320,186 | 100% | ||
simba | 0 | 132,622,443,880 | 100% | ||
chitty | 0 | 96,301,600,626 | 100% | ||
tosch | 0 | 33,555,850,829 | 100% | ||
mids106 | 0 | 1,450,356,167,361 | 100% | ||
kaylinart | 0 | 327,770,932,845 | 100% | ||
gtg | 0 | 1,680,984,052,783 | 25% | ||
grey580 | 0 | 39,653,824,362 | 100% | ||
ausbitbank | 0 | 1,558,168,337,728 | 100% | ||
edrivegom | 0 | 9,777,268,377 | 100% | ||
inertia | 0 | 1,510,082,125,800 | 100% | ||
corina | 0 | 9,413,123,477 | 100% | ||
najoh | 0 | 8,825,081,281 | 100% | ||
timcliff | 0 | 929,655,997,101 | 85% | ||
achim86 | 0 | 12,427,250,999 | 100% | ||
anech512 | 0 | 13,790,126,278 | 100% | ||
wakeupjohnny | 0 | 6,774,896,383 | 100% | ||
bitmaxt02 | 0 | 105,624,922 | 100% | ||
bear8photo | 0 | 12,529,037,675 | 100% | ||
steemitpatina | 0 | 21,972,527,280 | 80% | ||
sneak | 0 | 0 | 100% | ||
thecyclist | 0 | 10,056,056,617 | 5% | ||
seckorama | 0 | 33,725,843,874 | 100% | ||
carterx7 | 0 | 16,038,724,341 | 100% | ||
eforucom | 0 | 30,165,104,170 | 1.5% | ||
busy.pay | 0 | 860,298,350,359 | 4.14% | ||
msooi | 0 | 20,439,738,952 | 25% | ||
techslut | 0 | 63,316,276,263 | 20% | ||
thatmemeguy | 0 | 4,170,868,333 | 100% | ||
wanwenguo | 0 | 504,128,443 | 100% | ||
decebal2dac | 0 | 8,075,901,338 | 100% | ||
sidwaterman | 0 | 9,120,785,991 | 100% | ||
sqube | 0 | 3,340,535,062 | 20% | ||
fratheone | 0 | 4,713,083,636 | 100% | ||
belamacka | 0 | 4,055,865,582 | 100% | ||
cardboard | 0 | 3,921,353,933 | 100% | ||
v4vapid | 0 | 5,879,590,069,811 | 40% | ||
anthonyadavisii | 0 | 86,800,515,162 | 100% | ||
gary911 | 0 | 3,327,586,425 | 100% | ||
miftahuddin | 0 | 4,640,039,458 | 100% | ||
bitcoinshirtz | 0 | 15,150,037,647 | 100% | ||
dylanzachary | 0 | 211,412,832 | 100% | ||
makhzar | 0 | 26,315,434,490 | 100% | ||
theghost1980 | 0 | 2,384,367,402 | 60% | ||
maximdraws | 0 | 1,040,172,048 | 6% | ||
bluetechno | 0 | 1,709,419,301 | 100% | ||
zephyraijunzo | 0 | 128,875,937,197 | 100% | ||
bunnypuncher | 0 | 3,918,020,612 | 100% | ||
steemitvenezuela | 0 | 76,644,927,259 | 100% | ||
elviento | 0 | 8,656,000,377 | 10% | ||
steven-patrick | 0 | 3,278,312,749 | 100% | ||
borislavzlatanov | 0 | 2,701,953,234 | 100% | ||
gunina | 0 | 165,855,407 | 50% | ||
dexter-stoner | 0 | 4,087,564,646 | 100% | ||
kimsunggil | 0 | 4,034,962,274 | 100% | ||
viqral | 0 | 3,557,200,974 | 100% | ||
toninux | 0 | 225,324,176 | 24.5% | ||
thelordsfinest | 0 | 9,728,253,845 | 100% | ||
grider123 | 0 | 15,077,795,132 | 100% | ||
steemchiller | 0 | 109,411,854,216 | 100% | ||
okutavio | 0 | 186,278,312 | 20% | ||
erkj03 | 0 | 2,748,500,527 | 100% | ||
hentikage | 0 | 20,159,447,683 | 100% | ||
ministerofheat | 0 | 3,681,362,871 | 100% | ||
tokengold | 0 | 5,246,073,125 | 25% | ||
khairulmuammar | 0 | 10,101,332,634 | 50% | ||
mercadosaway | 0 | 1,486,210,181 | 100% | ||
ruel.cedeno | 0 | 4,551,547,521 | 100% | ||
yoonwonlim | 0 | 5,328,845,618 | 100% | ||
booster | 0 | 21,676,840,247,451 | 47.81% | ||
mathemandy | 0 | 3,587,906,673 | 100% | ||
pennsif | 0 | 34,194,306,992 | 10% | ||
lastozgur | 0 | 4,959,055,239 | 100% | ||
sphinx | 0 | 103,830,124 | 100% | ||
xyzashu | 0 | 5,209,042,165 | 100% | ||
sirjaxxy | 0 | 215,308,592 | 50% | ||
tandemus | 0 | 3,542,702,503 | 100% | ||
firatozbek | 0 | 4,508,744,411 | 100% | ||
mcoinz79 | 0 | 3,842,034,252 | 1% | ||
arlheena | 0 | 2,680,752,048 | 100% | ||
blessedman939 | 0 | 23,167,941,872 | 100% | ||
dpakyaw | 0 | 13,992,896,855 | 100% | ||
jacekw | 0 | 8,336,536,175 | 50% | ||
molometer | 0 | 65,239,861,138 | 100% | ||
hope-on-fire | 0 | 14,814,265,712 | 27% | ||
howo | 0 | 498,304,888,223 | 100% | ||
sentry | 0 | 4,136,190,891 | 100% | ||
digitalopus | 0 | 10,768,975,548 | 40% | ||
uzgo | 0 | 3,575,412,636 | 100% | ||
appreciator | 0 | 30,662,471,366,210 | 40.28% | ||
themarkymark | 0 | 1,005,140,947,453 | 100% | ||
julies | 0 | 528,706,029 | 100% | ||
tykee | 0 | 20,265,919,402 | 58% | ||
onlineprds | 0 | 51,645,356,048 | 100% | ||
soly | 0 | 2,840,972,600 | 100% | ||
twodollars | 0 | 23,245,840,761 | 100% | ||
dhruv123 | 0 | 4,304,447,716 | 100% | ||
touristpk | 0 | 7,043,787,553 | 100% | ||
annie1968 | 0 | 3,713,193,765 | 100% | ||
maintain4real-eu | 0 | 3,875,703,355 | 100% | ||
vaishykrishan | 0 | 379,786,517 | 100% | ||
foruni73 | 0 | 67,253,391,078 | 100% | ||
stevenmosoes | 0 | 3,633,643,505 | 100% | ||
cifer | 0 | 1,292,167,549 | 12% | ||
dipom98 | 0 | 3,359,593,639 | 100% | ||
dream.trip | 0 | 3,793,499,912 | 100% | ||
chandrayunita | 0 | 4,045,682,563 | 100% | ||
igrinov | 0 | 4,462,490,005 | 100% | ||
tokenteller | 0 | 1,212,594,285 | 20% | ||
katiulrich | 0 | 14,478,366,823 | 100% | ||
djlethalskillz | 0 | 20,929,595,433 | 100% | ||
psicoluigi | 0 | 293,305,898 | 50% | ||
plokmi | 0 | 4,615,033,089 | 100% | ||
ohreally | 0 | 1,212,247,998 | 20% | ||
infinitelearning | 0 | 12,043,631,300 | 100% | ||
rudee | 0 | 2,978,758,822 | 100% | ||
tipu | 0 | 49,307,670,545,564 | 88.23% | ||
crokkon | 0 | 56,456,081,792 | 50% | ||
quencore | 0 | 4,788,686,469 | 100% | ||
afkar86 | 0 | 4,050,796,993 | 100% | ||
dailygospel | 0 | 313,108,819 | 100% | ||
torico | 0 | 33,495,859,435 | 100% | ||
drakitogama | 0 | 460,681,172 | 100% | ||
karaoke1850 | 0 | 3,605,991,263 | 100% | ||
smafey | 0 | 179,177,193 | 24.5% | ||
mydays | 0 | 4,453,992,425 | 100% | ||
minnow.helper | 0 | 3,138,294,087 | 100% | ||
revisesociology | 0 | 3,753,596,946 | 1.25% | ||
espoem | 0 | 9,723,110,914 | 5% | ||
onur1s | 0 | 3,089,717,443 | 100% | ||
cassyjanine | 0 | 2,694,461,085 | 100% | ||
upme | 0 | 15,994,498,367,226 | 26.02% | ||
yabapmatt | 0 | 2,100,353,013,985 | 100% | ||
hannesl | 0 | 6,172,283,485 | 100% | ||
thegoliath | 0 | 47,562,592,181 | 100% | ||
jacobkaled | 0 | 84,066,002 | 24.5% | ||
isnochys | 0 | 8,058,087,589 | 13% | ||
farihelper | 0 | 6,620,314,649 | 100% | ||
sumsum007 | 0 | 210,980,852 | 24.5% | ||
rijalaronaceh | 0 | 66,439,838 | 1% | ||
syafrizal | 0 | 4,756,259,936 | 100% | ||
thetimetravelerz | 0 | 3,838,125,060 | 100% | ||
heavenly-ideas | 0 | 4,764,978,388 | 100% | ||
jrawsthorne | 0 | 5,405,211,411 | 100% | ||
maaz23 | 0 | 370,160,978 | 24.5% | ||
rightscomet | 0 | 103,928,359 | 24.5% | ||
ngc | 0 | 502,410,358,838 | 5% | ||
murattatar | 0 | 1,285,476,253 | 4.4% | ||
gathanxz | 0 | 418,917,700 | 100% | ||
theprism | 0 | 15,842,479,555 | 100% | ||
aman433 | 0 | 4,391,697,949 | 100% | ||
nudgent | 0 | 97,588,409 | 24.5% | ||
jonbabu | 0 | 2,805,309,965 | 100% | ||
kadjar | 0 | 4,004,823,944 | 100% | ||
favcau | 0 | 87,740,112,232 | 100% | ||
badhonislam | 0 | 3,008,450,199 | 100% | ||
unforgettable | 0 | 3,165,507,906 | 100% | ||
idrisrss | 0 | 2,573,924,121 | 100% | ||
maxdigi | 0 | 2,689,066,003 | 100% | ||
nithog | 0 | 507,584,821 | 100% | ||
elchin | 0 | 693,751,013 | 100% | ||
weeezzable | 0 | 3,363,918,614 | 100% | ||
emrebeyler | 0 | 813,816,692,341 | 100% | ||
keysa | 0 | 3,672,007,354 | 100% | ||
seanlloyd | 0 | 272,977,875 | 1% | ||
lawyerup | 0 | 1,224,951,419 | 20% | ||
scuzzy | 0 | 423,845,311 | 5% | ||
tbaumer2 | 0 | 3,306,999,035 | 100% | ||
gheghenrv | 0 | 13,274,402,831 | 100% | ||
liverehab | 0 | 7,897,218,566 | 100% | ||
mrmaracucho | 0 | 220,841,003 | 49% | ||
aneilpatel | 0 | 2,946,139,587 | 100% | ||
craigahamilton | 0 | 536,140,431 | 25% | ||
smartsteem | 0 | 50,865,024,105,896 | 38.58% | ||
joynalabedin | 0 | 4,796,131,448 | 100% | ||
lpreap | 0 | 2,791,193,515 | 100% | ||
ecuaminte | 0 | 3,545,889,370 | 100% | ||
mariska.lubis | 0 | 33,025,424,400 | 100% | ||
tyedyefirepower | 0 | 2,653,240,946 | 100% | ||
whiterabb1t | 0 | 177,865,381 | 2.75% | ||
absn | 0 | 2,492,083,907 | 100% | ||
evilest-fiend | 0 | 1,735,142,347 | 50% | ||
tentalavera | 0 | 127,762,874 | 5% | ||
forkonti | 0 | 536,531,025 | 100% | ||
newslady | 0 | 3,156,792,868 | 100% | ||
steemnews-fr | 0 | 5,295,462,754 | 100% | ||
hellowhale | 0 | 153,971,431 | 100% | ||
gokos | 0 | 389,335,796 | 100% | ||
enjoyy | 0 | 220,986,030 | 24.5% | ||
alcoholism | 0 | 2,402,094,283 | 100% | ||
berkerpeksag | 0 | 1,575,366,877 | 100% | ||
aydant | 0 | 6,142,440,109 | 100% | ||
intelligencer | 0 | 0 | 100% | ||
fjgb | 0 | 459,497,183 | 100% | ||
cpufronz | 0 | 5,671,746,201 | 100% | ||
ataturk | 0 | 549,780,750 | 100% | ||
fortunex | 0 | 6,549,316,834 | 100% | ||
asyrafahamed | 0 | 4,257,227,598 | 100% | ||
smarthamster72 | 0 | 2,582,441,843 | 100% | ||
fourapril | 0 | 5,424,940,174 | 100% | ||
tinowhale | 0 | 2,585,358,887 | 49% | ||
ewq | 0 | 208,466,234 | 6% | ||
meninblock | 0 | 14,204,380,881 | 100% | ||
cryptomeme | 0 | 5,074,550,176 | 100% | ||
cloudaut | 0 | 4,237,282,274 | 100% | ||
kevinli | 0 | 2,278,569,703 | 5% | ||
lukecreed | 0 | 219,770,261 | 24.5% | ||
vishalhkothari | 0 | 5,961,649,676 | 100% | ||
rabihfarhat | 0 | 3,054,540,937 | 100% | ||
agar | 0 | 4,466,021,879 | 100% | ||
wehmoen | 0 | 9,005,346,530 | 100% | ||
fromhell2sky | 0 | 8,216,121,482 | 24.5% | ||
rayhankabirs | 0 | 2,544,637,242 | 100% | ||
leticiapereira | 0 | 528,922,129 | 100% | ||
ydavgonzalez | 0 | 37,716,627,171 | 100% | ||
turtle-raptor | 0 | 70,776,402 | 20% | ||
stwbll | 0 | 2,644,829,765 | 100% | ||
grzesiekb | 0 | 262,383,259,308 | 100% | ||
sauronbey | 0 | 4,051,423,114 | 100% | ||
slacktmusic | 0 | 3,853,738,061 | 100% | ||
virus95 | 0 | 5,027,056,781 | 100% | ||
gris-lara | 0 | 130,679,731 | 30% | ||
isaganispeaks | 0 | 2,917,914,098 | 100% | ||
smjn | 0 | 302,349,578,013 | 50% | ||
ozzie1995 | 0 | 3,488,873,844 | 100% | ||
onursa | 0 | 391,611,652 | 100% | ||
deltorofrancisco | 0 | 4,763,541,562 | 16% | ||
ryacha21 | 0 | 2,739,835,964 | 100% | ||
ucmuharfli | 0 | 297,009,487 | 10% | ||
googletr | 0 | 0 | 100% | ||
embesilikat | 0 | 299,737,528 | 13.75% | ||
portugalcoin | 0 | 8,353,151,575 | 15% | ||
ricardoquintero | 0 | 3,855,130,172 | 100% | ||
chorock | 0 | 87,064,406,879 | 9% | ||
kontixdtube | 0 | 126,574,187 | 50% | ||
initial.bid | 0 | 3,620,781,805 | 100% | ||
gandalfthewhite | 0 | 835,431,132 | 100% | ||
cfminer | 0 | 1,858,440,732 | 100% | ||
gulumserunver | 0 | 86,669,159 | 22% | ||
fher | 0 | 152,952,975 | 50% | ||
williamsyee | 0 | 2,694,493,244 | 100% | ||
neokuduk | 0 | 5,752,979,840 | 100% | ||
muradovv | 0 | 613,313,842 | 5% | ||
chronocrypto | 0 | 4,038,767,109 | 100% | ||
haydae | 0 | 9,047,151,683 | 100% | ||
zephalexia | 0 | 365,781,804,290 | 100% | ||
holger80 | 0 | 591,215,519,780 | 100% | ||
ramsesuchiha | 0 | 1,251,251,247 | 100% | ||
didic | 0 | 23,602,257,574 | 20% | ||
uzerebru | 0 | 114,147,254 | 41% | ||
uzercanan | 0 | 199,745,174 | 45% | ||
concorde | 0 | 160,370,435,812 | 100% | ||
nane | 0 | 19,333,021,155 | 100% | ||
starcontract | 0 | 3,460,049,136 | 100% | ||
chalacuna | 0 | 5,607,252,946 | 100% | ||
semihbalkanli | 0 | 431,208,670 | 55% | ||
oredebby | 0 | 9,140,291,852 | 100% | ||
ahmetmertugrul | 0 | 828,067,450 | 100% | ||
samedb | 0 | 419,004,120 | 100% | ||
dora.dora | 0 | 15,189,955,435 | 100% | ||
giftbox | 0 | 190,783,683 | 100% | ||
joaorafael | 0 | 6,265,534,558 | 100% | ||
evansbankx | 0 | 319,614,010 | 100% | ||
penderis | 0 | 768,992,469 | 10% | ||
gentmartin | 0 | 698,612,620 | 10% | ||
snackaholic | 0 | 8,625,414,115 | 100% | ||
elektr1ker | 0 | 3,199,686,664 | 100% | ||
sjomeath | 0 | 135,335,861 | 5.5% | ||
agememnon | 0 | 1,109,086,604 | 49.5% | ||
toddjr | 0 | 2,928,833,540 | 100% | ||
tipitip | 0 | 732,386,601 | 100% | ||
mrelliwood | 0 | 13,636,731,553 | 100% | ||
ahmeterbay | 0 | 10,361,381,341 | 100% | ||
sgupta | 0 | 2,912,478,302 | 100% | ||
raoul.poenar | 0 | 2,340,953,219 | 100% | ||
jbrrd | 0 | 187,605,721 | 20% | ||
nayif | 0 | 2,680,167,614 | 100% | ||
robin5581 | 0 | 5,537,912,316 | 100% | ||
akifane | 0 | 590,927,849 | 100% | ||
lpagents | 0 | 3,520,602,467 | 100% | ||
bigapplebo | 0 | 5,145,046,650 | 100% | ||
shredz7 | 0 | 8,304,613,562 | 100% | ||
rickriosgarr | 0 | 3,068,778,880 | 100% | ||
bilal9808 | 0 | 5,581,640,540 | 100% | ||
aibolit66 | 0 | 47,871,476,147 | 100% | ||
rainbowlord | 0 | 215,140,588 | 44% | ||
gjones15 | 0 | 102,304,595 | 24.5% | ||
sashy | 0 | 561,363,441 | 100% | ||
randumb | 0 | 6,093,220,713 | 100% | ||
msena | 0 | 2,727,841,908 | 100% | ||
adenijiadeshina | 0 | 3,434,550,913 | 100% | ||
backinblackdevil | 0 | 78,275,008,645 | 15% | ||
nagaclub | 0 | 95,410,926 | 24.5% | ||
herez | 0 | 3,527,191,103 | 100% | ||
rikaz87 | 0 | 2,275,397,477 | 100% | ||
ruh | 0 | 651,860,474 | 100% | ||
hugojimenez | 0 | 6,160,942,479 | 100% | ||
slausonboy | 0 | 2,632,361,123 | 100% | ||
franzo | 0 | 866,306,094 | 50% | ||
veerendrasingh | 0 | 2,601,812,940 | 100% | ||
j85063 | 0 | 10,962,587,319 | 10% | ||
yusrizakaria | 0 | 1,736,143,247 | 25% | ||
bulent1976 | 0 | 1,452,858,751 | 100% | ||
intisar | 0 | 3,859,659,841 | 100% | ||
tifaong | 0 | 4,053,139,505 | 100% | ||
chanych85 | 0 | 13,606,463,597 | 100% | ||
tolgahanuzun | 0 | 13,102,546,082 | 100% | ||
jesseluther | 0 | 5,784,345,303 | 100% | ||
sampicaso | 0 | 3,457,611,101 | 100% | ||
lokilaufeyson | 0 | 13,751,107,218 | 100% | ||
dragraff | 0 | 5,474,916,931 | 100% | ||
inespereira | 0 | 408,204,051 | 100% | ||
muratkbesiroglu | 0 | 266,811,926,761 | 100% | ||
ahmetchef | 0 | 410,338,412 | 27.5% | ||
arletv | 0 | 459,479,262 | 90% | ||
schlafhacking | 0 | 180,497,565,372 | 100% | ||
kemalyokus | 0 | 204,744,511 | 27.5% | ||
sueulrich | 0 | 4,982,269,470 | 100% | ||
sereze | 0 | 8,190,648,393 | 100% | ||
garyfire | 0 | 3,143,701,625 | 100% | ||
otac | 0 | 3,396,133,193 | 100% | ||
pikasodan | 0 | 2,979,776,800 | 100% | ||
drjj | 0 | 2,822,590,776 | 100% | ||
a-0-labon | 0 | 2,678,816,193 | 100% | ||
a-0-mita | 0 | 2,691,491,777 | 100% | ||
zcool | 0 | 188,714,837 | 10% | ||
kanrat | 0 | 8,950,111,828 | 100% | ||
piccolo | 0 | 3,373,760,535 | 100% | ||
varolleng | 0 | 206,565,421 | 55% | ||
agkamal | 0 | 2,955,579,734 | 100% | ||
pekas-cardozo | 0 | 70,839,049 | 20% | ||
carment | 0 | 98,431,098 | 24.5% | ||
craftsman252 | 0 | 2,908,816,732 | 100% | ||
luckythebard | 0 | 2,948,116,788 | 100% | ||
bcfriday | 0 | 197,167,045 | 50% | ||
awesomegames007 | 0 | 4,385,549,571 | 100% | ||
firster78 | 0 | 182,554,749 | 38.49% | ||
victorcovrig | 0 | 757,518,380 | 50% | ||
i-am-legion | 0 | 5,020,631,071 | 100% | ||
pretty.dorky | 0 | 2,494,802,260 | 100% | ||
rodrigoromellon | 0 | 621,626,444 | 30% | ||
fjgama | 0 | 459,501,103 | 100% | ||
blaqboyikott | 0 | 91,831,926 | 24.5% | ||
springlining | 0 | 19,852,321,740 | 100% | ||
canku | 0 | 78,275,135 | 55% | ||
lyonmila | 0 | 236,473,388 | 50% | ||
tugbaerdem | 0 | 70,677,091 | 20% | ||
littlegul | 0 | 2,741,740,201 | 100% | ||
molko | 0 | 70,630,792 | 20% | ||
luisjls | 0 | 236,022,251 | 50% | ||
minage27 | 0 | 70,839,049 | 20% | ||
scorpy27 | 0 | 70,614,697 | 20% | ||
bety2018 | 0 | 70,839,049 | 20% | ||
cunadito | 0 | 70,696,685 | 20% | ||
megalithic | 0 | 5,075,726,872 | 100% | ||
feronio | 0 | 1,100,724,139 | 100% | ||
gladis-bautista | 0 | 131,270,676 | 30% | ||
mahsumakbas | 0 | 69,484,871,595 | 100% | ||
sawyn | 0 | 4,577,401,720 | 100% | ||
hyroniz | 0 | 100,610,400 | 25% | ||
xjosef | 0 | 506,408,912 | 100% | ||
jumbot | 0 | 108,915,107,905 | 55% | ||
p-a-t | 0 | 3,743,451,811 | 100% | ||
canadianbacon | 0 | 5,006,084,110 | 100% | ||
steeman220 | 0 | 78,732,524 | 24.5% | ||
oktapako | 0 | 3,718,580,039 | 100% | ||
yenncanela | 0 | 315,146,910 | 50% | ||
perlita | 0 | 70,777,682 | 20% | ||
sisirhasan | 0 | 26,893,398,172 | 100% | ||
sbi3 | 0 | 56,475,645,414 | 6.62% | ||
mellissamartz | 0 | 310,431,877 | 100% | ||
tyramisoux | 0 | 5,499,877,349 | 25% | ||
youraverageguy | 0 | 505,436,001 | 50% | ||
thephotographers | 0 | 13,532,805,903 | 100% | ||
zapzap | 0 | 3,331,783,031 | 100% | ||
we-are-asia | 0 | 3,951,896,788 | 100% | ||
mrshark | 0 | 5,412,383,303 | 100% | ||
edkrassenstein | 0 | 554,879,519 | 100% | ||
kryptorero | 0 | 103,405,018 | 24.5% | ||
bahagia9 | 0 | 88,121,452 | 24.5% | ||
alisari | 0 | 106,632,529 | 27.5% | ||
gydronium | 0 | 127,361,984 | 29.4% | ||
supercryptomum | 0 | 4,041,354,639 | 100% | ||
senseofhumor | 0 | 554,195,243 | 100% | ||
deltakm | 0 | 26,007,504,189 | 100% | ||
bilimkurgu | 0 | 143,171,579,477 | 100% | ||
jazzyjeff | 0 | 165,181,752 | 50% | ||
bluedragon1974 | 0 | 174,609,693 | 50% | ||
hahajin | 0 | 0 | 100% | ||
liable | 0 | 3,141,320,513 | 100% | ||
springmelody | 0 | 4,779,180,653 | 100% | ||
fernandosoder | 0 | 2,666,552,171 | 100% | ||
nantzjbalayo | 0 | 4,317,359,390 | 100% | ||
lucky2 | 0 | 950,790,521,147 | 100% | ||
airdroptr1 | 0 | 106,011,944 | 50% | ||
tamaxadi | 0 | 528,527,689 | 100% | ||
ryanng | 0 | 3,097,639,276 | 100% | ||
yougotavote | 0 | 13,600,827,961 | 100% | ||
somegaming | 0 | 1,580,380,613 | 50% | ||
smartmeme | 0 | 2,490,129,566 | 50% | ||
likeyou | 0 | 13,182,444,868 | 100% | ||
parakazan | 0 | 221,120,655 | 100% | ||
apshamilton | 0 | 90,165,508,823 | 50.8% | ||
abgrobert5 | 0 | 236,282,339 | 50% | ||
infoslink | 0 | 5,138,963,025 | 100% | ||
milagrosmaria | 0 | 129,751,704 | 10% | ||
sbd-fairy | 0 | 224,104,921 | 49% | ||
flordiaman | 0 | 2,391,726,935 | 50% | ||
gccg20 | 0 | 236,419,224 | 50% | ||
aydogdy | 0 | 6,339,009,279 | 100% | ||
zua-khan | 0 | 2,732,487,236 | 100% | ||
maxgunchenko | 0 | 4,013,937,616 | 100% | ||
tahirozgen | 0 | 11,930,156,167 | 14% | ||
mefio | 0 | 3,048,804,888 | 100% | ||
pablorg94 | 0 | 484,846,256 | 100% | ||
rakibofficial | 0 | 3,027,726,792 | 100% | ||
sulwati | 0 | 93,818,873 | 24.5% | ||
blazecutter | 0 | 473,196,366 | 100% | ||
swaze | 0 | 551,349,260 | 100% | ||
dugan | 0 | 5,382,635,496 | 100% | ||
mythologyupvote | 0 | 3,158,699,317 | 100% | ||
anigaver | 0 | 2,714,665,916 | 100% | ||
jcdrums | 0 | 326,996,409 | 70% | ||
basav | 0 | 75,655,994 | 24.5% | ||
monarcaazul | 0 | 174,168,810 | 50% | ||
vezo | 0 | 857,310,695 | 100% | ||
avision | 0 | 3,997,847,709 | 100% | ||
sutter | 0 | 206,317,875 | 24.5% | ||
hamismsf | 0 | 142,371,815,842 | 25% | ||
donworry8 | 0 | 734,722,780 | 100% | ||
sarahan | 0 | 70,839,049 | 20% | ||
oguzcan | 0 | 34,401,465 | 20% | ||
bboyabluka | 0 | 111,995,905 | 27.5% | ||
vanrzuf | 0 | 2,780,069,731 | 100% | ||
megabyte77 | 0 | 204,494,478 | 100% | ||
deepdives | 0 | 176,150,073,870 | 100% | ||
hebetseves | 0 | 533,034,784 | 100% | ||
leitrafboahu | 0 | 536,575,515 | 100% | ||
nieloagranca | 0 | 3,171,687,557 | 4% | ||
steemchoose | 0 | 21,165,934,098 | 1.5% | ||
creativeseun | 0 | 506,320,600 | 100% | ||
nicoleuil8sparke | 0 | 536,419,143 | 100% | ||
elizabethc7 | 0 | 533,311,820 | 100% | ||
lhelhe | 0 | 203,739,925 | 100% | ||
steeming-hot | 0 | 40,437,493 | 0.25% | ||
elainefaye | 0 | 3,682,067,374 | 100% | ||
kryptarion | 0 | 1,294,062,924 | 50% | ||
jt-sports | 0 | 1,556,735,958 | 100% | ||
rafex | 0 | 153,880,760 | 25% | ||
donaldkeifer | 0 | 497,916,463 | 100% | ||
white-star | 0 | 980,195,095 | 100% | ||
ceruleanblue | 0 | 212,941,701 | 100% | ||
lucky222 | 0 | 215,291,651,601 | 100% | ||
vyaduka | 0 | 3,938,796,272 | 20.14% | ||
tayloruo1 | 0 | 510,147,108 | 100% | ||
hannahuzg | 0 | 509,446,029 | 100% | ||
tximeleta | 0 | 2,936,106,633 | 100% | ||
stf10000 | 0 | 237,351,616 | 50% | ||
spielekiste | 0 | 410,497,197 | 100% | ||
aullidodecisne | 0 | 215,243,528 | 50% | ||
yollardannotlar | 0 | 218,994,702 | 100% | ||
sayeds1956 | 0 | 2,149,054,630 | 100% | ||
elvisdamond | 0 | 505,583,078 | 100% | ||
sopranos | 0 | 3,725,598,461 | 100% | ||
jacekw.dev | 0 | 2,772,584,739 | 40% | ||
vimm | 0 | 973,398,273,095 | 100% | ||
ianbuza | 0 | 505,772,102 | 100% | ||
beemtutorials | 0 | 355,079,650 | 100% | ||
swollness | 0 | 2,569,296,547 | 100% | ||
jakedavis224 | 0 | 12,136,066,599 | 100% | ||
enamstabsi | 0 | 533,334,768 | 100% | ||
ciedustsouthti | 0 | 536,122,835 | 100% | ||
keymiphosla | 0 | 523,352,283 | 100% | ||
hipilimer | 0 | 522,697,368 | 100% | ||
diswipucva | 0 | 508,552,082 | 100% | ||
emily4mn | 0 | 522,461,709 | 100% | ||
ali.yuce | 0 | 161,213,262 | 100% | ||
larose | 0 | 2,831,311,674 | 100% | ||
jekfer | 0 | 2,917,772,095 | 100% | ||
hashbrownhustla | 0 | 0 | 10% | ||
victorblock | 0 | 676,698,192 | 100% | ||
gamer0815 | 0 | 4,562,845,791 | 100% | ||
cryptomeet | 0 | 3,114,308,569 | 100% | ||
gogona | 0 | 2,609,450,505 | 100% | ||
bugger | 0 | 3,458,711,379 | 100% | ||
jaelarmasm | 0 | 529,735,386 | 100% | ||
roki112 | 0 | 2,483,560,055 | 100% | ||
evanescence | 0 | 526,468,041 | 100% | ||
vimm.pool | 0 | 697,600,997 | 100% | ||
ayanamirei | 0 | 1,225,102,546 | 4.39% | ||
lereve | 0 | 1,238,003,763 | 1.06% | ||
simmani | 0 | 914,467,501 | 23.69% | ||
gameo | 0 | 173,222,728 | 100% | ||
busybumblebee | 0 | 3,687,684,243 | 100% | ||
alvinvoo | 0 | 978,973,375 | 100% | ||
kamo.munshi | 0 | 3,323,021,887 | 100% | ||
efra00 | 0 | 182,173,246 | 100% | ||
mindchowclub | 0 | 3,727,009,191 | 100% | ||
jose0210 | 0 | 128,399,802 | 100% | ||
me-atif | 0 | 2,863,911,383 | 100% | ||
xsara678x | 0 | 529,000,995 | 100% | ||
simmania | 0 | 923,967,169 | 13.3% | ||
crytiblock | 0 | 7,740,909,682 | 70% | ||
manimoa | 0 | 1,131,982,233 | 20.63% | ||
mistikk | 0 | 276,980,245 | 100% | ||
manimore | 0 | 972,989,771 | 27.34% | ||
simmanis | 0 | 1,074,396,787 | 19.91% | ||
iridya | 0 | 235,573,776 | 50% | ||
billgatesmotivat | 0 | 529,419,831 | 100% | ||
bluerobo | 0 | 6,124,166,007 | 100% | ||
lucho12p | 0 | 520,628,771 | 100% | ||
realself | 0 | 1,103,184,882,626 | 100% | ||
etruffino | 0 | 327,866,838 | 70% | ||
adamantino | 0 | 176,225,873 | 25% | ||
elaebi | 0 | 961,952,232 | 100% | ||
bilderkiste | 0 | 732,142,733 | 100% | ||
englishinkorean | 0 | 525,441,948 | 100% | ||
mib-coin-usa | 0 | 1,017,448,610 | 100% | ||
dr-murat | 0 | 2,032,489,648 | 100% | ||
grut | 0 | 2,733,904,312 | 100% | ||
unclepit | 0 | 3,481,681,723 | 100% | ||
luckybob | 0 | 2,772,549,407 | 100% | ||
sumon054 | 0 | 0 | 5% | ||
romanreign | 0 | 1,068,390,892 | 10% | ||
kamiya.hossain | 0 | 3,264,048,487 | 100% | ||
paanyuvba | 0 | 3,467,621,459 | 100% | ||
keovunav | 0 | 3,928,259,621 | 100% | ||
circa | 0 | 27,784,404,727 | 100% | ||
bonzes | 0 | 3,963,429,840 | 100% | ||
n1hal1 | 0 | 100,011,299 | 25% | ||
tipu.curator | 0 | 18,324,369,149 | 50% | ||
frankdanger | 0 | 555,115,156 | 100% | ||
igbotier | 0 | 3,880,412,553 | 100% | ||
axetofall | 0 | 3,639,290,075 | 100% | ||
practicespace | 0 | 4,469,864,659 | 100% | ||
lovter | 0 | 3,544,147,872 | 100% | ||
trademesomecoins | 0 | 2,977,621,804 | 100% | ||
eternalsuccess | 0 | 275,943,482 | 49% | ||
olgert | 0 | 3,578,485,184 | 100% | ||
odrin | 0 | 3,578,753,675 | 100% | ||
sm-trader | 0 | 3,950,789,328 | 100% | ||
alzur | 0 | 3,964,700,110 | 100% | ||
henselt | 0 | 3,925,206,351 | 100% | ||
brouver | 0 | 3,836,117,780 | 100% | ||
filavandrel | 0 | 3,743,166,736 | 100% | ||
drukqs | 0 | 3,330,807,196 | 100% | ||
dinmor | 0 | 2,766,932,974 | 100% | ||
teffy | 0 | 3,405,028,699 | 100% | ||
kenanapis | 0 | 2,763,656,085 | 100% | ||
pidalhav | 0 | 3,463,018,948 | 100% | ||
peapnases | 0 | 3,463,320,078 | 100% | ||
calveit | 0 | 3,296,600,374 | 100% | ||
we-are-vietnam | 0 | 6,434,407,847 | 80% | ||
morvran | 0 | 2,896,991,254 | 100% | ||
voorhis | 0 | 3,511,387,166 | 100% | ||
aglais | 0 | 2,897,222,787 | 100% | ||
feiniel | 0 | 2,898,188,423 | 100% | ||
imlerith | 0 | 2,711,142,986 | 100% | ||
iorveth | 0 | 2,837,569,223 | 100% | ||
natalis | 0 | 2,798,445,231 | 100% | ||
argentdawn | 0 | 556,060,971 | 100% | ||
gabooskrt | 0 | 520,407,558 | 100% | ||
real-sofa-king | 0 | 3,643,638,629 | 100% | ||
scruffyjunkies | 0 | 78,354,839 | 100% | ||
steemstreems | 0 | 343,592,526 | 1% | ||
viraldrone | 0 | 0 | 100% | ||
shject2 | 0 | 3,411,763,930 | 100% | ||
rihanna2 | 0 | 66,248,852 | 100% | ||
hozn4ukhlytriwc | 0 | 129,128,850 | 15% | ||
themadcurator | 0 | 1,664,999,807,218 | 48% | ||
supu | 0 | 12,154,996,329 | 2.5% | ||
dknkyz | 0 | 1,399,755,112 | 100% | ||
cosmicswami | 0 | 3,206,150,549 | 100% | ||
santosneto | 0 | 68,389,891 | 100% | ||
anonsurf | 0 | 10,228,237 | 10% | ||
tusiko | 0 | 3,581,796,245 | 100% | ||
the-omn | 0 | 3,351,404,612 | 100% | ||
myquotes | 0 | 3,356,188,025 | 100% | ||
aljaffiry | 0 | 33,075,930,833 | 100% | ||
olligamer | 0 | 198,523,102 | 100% | ||
icarlos | 0 | 495,916,597 | 100% | ||
phokyit | 0 | 532,048,271 | 100% | ||
ahmedaziz | 0 | 410,936,562 | 100% | ||
sasha3242 | 0 | 450,504,289 | 100% | ||
youngsolkim | 0 | 493,192,518 | 100% | ||
jayzaza | 0 | 477,611,150 | 100% | ||
neno001hr | 0 | 365,585,142 | 100% | ||
sanamang | 0 | 8,229,390 | 5% | ||
arena01 | 0 | 408,918,823 | 100% | ||
linuxmaster | 0 | 556,000,000 | 100% | ||
makelectronics | 0 | 305,317,063 | 100% | ||
andrey2018 | 0 | 309,099,833 | 100% | ||
lestwins1999 | 0 | 386,205,949 | 100% | ||
tomchan | 0 | 544,633,292 | 100% | ||
browa | 0 | 477,543,025 | 100% | ||
kronozzz123 | 0 | 304,685,658 | 100% | ||
prabinchd | 0 | 296,444,547 | 100% | ||
cryptofiloz | 0 | 2,919,259,264 | 100% | ||
theroyalfamily | 0 | 543,913,667 | 100% | ||
kaium | 0 | 246,063,914 | 100% | ||
corazondemente | 0 | 509,731,115 | 100% | ||
caliandw72 | 0 | 543,968,375 | 100% | ||
oswaldostyle | 0 | 532,027,566 | 100% | ||
psi-pez-1905 | 0 | 207,478,443 | 100% | ||
daimilys | 0 | 370,387,920 | 100% | ||
yofan | 0 | 543,888,417 | 100% | ||
nahomy | 0 | 520,407,309 | 100% | ||
mraphaelq | 0 | 674,381,434 | 100% | ||
umeshchoudhary | 0 | 0 | 5% | ||
misaeldaniel | 0 | 476,748,848 | 100% | ||
salvador18 | 0 | 492,945,459 | 100% | ||
damian320 | 0 | 556,000,000 | 100% | ||
stukot | 0 | 445,662,398 | 100% | ||
l-u-i-s | 0 | 446,073,527 | 100% |
I have voted for you as a witness now. You have been showing hardworking on steemit to move it forward. Keep growing
author | adenijiadeshina |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t074928530z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"community":"steempeak","app":"steempeak"} |
created | 2019-01-23 07:49:30 |
last_update | 2019-01-23 07:49:30 |
depth | 1 |
children | 1 |
last_payout | 2019-01-30 07:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 36,301,706,958,332 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,802,191 |
net_rshares | 1,539,608,383 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bitcoingrowthbot | 0 | 1,507,068,401 | 100% | ||
billgatesmotivat | 0 | 32,539,982 | 100% |
Thank you!
author | emrebeyler |
---|---|
permlink | re-adenijiadeshina-re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t075435028z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 07:54:36 |
last_update | 2019-01-23 07:54:36 |
depth | 2 |
children | 0 |
last_payout | 2019-01-30 07:54:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,802,315 |
net_rshares | 0 |
I've been looking for a clear and up to date description of how to set up Hivemind. Thanks for this. Is is possible to later add a steamd node to this setup and sync with it to create a complete full node? It would seem that this is a faster way to setup and recover from an outage as replay of steamd and above process could occur concurrently on seperate machines.
author | apshamilton | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-2019127t20828469z | ||||||
category | hivemind | ||||||
json_metadata | {"tags":["hivemind","python","ubuntu","busy"],"app":"esteem/2.0.4-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-01-27 18:08:30 | ||||||
last_update | 2019-01-27 18:08:30 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2019-02-03 18:08:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.171 HBD | ||||||
curator_payout_value | 0.059 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 366 | ||||||
author_reputation | 212,408,778,971,080 | ||||||
root_title | "Steps to restore a Hivemind database snapshot" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 79,024,153 | ||||||
net_rshares | 508,701,021,623 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jadabug | 0 | 1,219,085,241 | 1% | ||
emrebeyler | 0 | 53,000,681,680 | 10% | ||
hamismsf | 0 | 454,481,254,702 | 80% |
yes, it decreases the initial sync time from 1 week to 4 hours. :)
author | emrebeyler |
---|---|
permlink | re-apshamilton-re-emrebeyler-2019127t20828469z-20190127t182021049z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-27 18:20:21 |
last_update | 2019-01-27 18:20:21 |
depth | 2 |
children | 1 |
last_payout | 2019-02-03 18:20:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,024,589 |
net_rshares | 0 |
This is very important because shorter times to get back online after an outage mean that lower reliability can be tolerated. This all helps with decentralisation by allowing full nodes and parts thereof to be run on (high end) commodity machines. Thanks. I voted for you as witness.
author | apshamilton | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-2019127t204113227z | ||||||
category | hivemind | ||||||
json_metadata | {"tags":["hivemind"],"app":"esteem/2.0.4-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-01-27 18:41:15 | ||||||
last_update | 2019-01-27 18:41:15 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2019-02-03 18:41:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.151 HBD | ||||||
curator_payout_value | 0.054 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 283 | ||||||
author_reputation | 212,408,778,971,080 | ||||||
root_title | "Steps to restore a Hivemind database snapshot" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 79,025,324 | ||||||
net_rshares | 450,633,330,406 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elviento | 0 | 400,539,109 | 0.5% | ||
jadabug | 0 | 1,220,046,895 | 1% | ||
hamismsf | 0 | 449,012,744,402 | 80% |
Its taking 12+ hours to download the Hivemind snapshot. I have very fast internet at my end but download speed is ~500kb/s. Do you know what the problem is. This somewhat defeats the purpose.
author | apshamilton | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-2019128t75047947z | ||||||
category | hivemind | ||||||
json_metadata | {"tags":["hivemind","python","ubuntu","busy"],"app":"esteem/2.0.4-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-01-28 05:50:48 | ||||||
last_update | 2019-01-28 05:50:48 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2019-02-04 05:50:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.154 HBD | ||||||
curator_payout_value | 0.055 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 191 | ||||||
author_reputation | 212,408,778,971,080 | ||||||
root_title | "Steps to restore a Hivemind database snapshot" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 79,045,131 | ||||||
net_rshares | 456,928,257,376 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jadabug | 0 | 1,228,446,682 | 1% | ||
hamismsf | 0 | 455,699,810,694 | 80% |
Hey, Sorry to hear that. It takes around 10 mins to download on my end. (Same figure reported from the people using the dump.)  However, this is server/datacenter level internet. There is no throttling in the server side, so the download speed is related to your maximum speed and the location. (Server is located at Helsinki/EU.)
author | emrebeyler |
---|---|
permlink | re-apshamilton-re-emrebeyler-2019128t75047947z-20190128t072430584z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"image":["https://cdn.steemitimages.com/DQmQQVwRSR8vzRDhnAYi5S8vzJMfQzFWtCnpZeTiZ3ubRLA/Screen%20Shot%202019-01-28%20at%2010.20.18%20AM.png"],"app":"steemit/0.1"} |
created | 2019-01-28 07:24:30 |
last_update | 2019-01-28 07:24:42 |
depth | 2 |
children | 1 |
last_payout | 2019-02-04 07:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 509 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,047,729 |
net_rshares | 0 |
I'm now using Axel rather than wget to download and getting 2.5Mb/s downloads rather than 0.5Mb/s.
author | apshamilton | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-2019128t174548251z | ||||||
category | hivemind | ||||||
json_metadata | {"tags":["hivemind"],"app":"esteem/2.0.4-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-01-28 15:45:48 | ||||||
last_update | 2019-01-28 15:45:48 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2019-02-04 15:45:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.153 HBD | ||||||
curator_payout_value | 0.055 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 98 | ||||||
author_reputation | 212,408,778,971,080 | ||||||
root_title | "Steps to restore a Hivemind database snapshot" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 79,066,850 | ||||||
net_rshares | 455,346,161,947 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jadabug | 0 | 1,228,815,873 | 1% | ||
hamismsf | 0 | 454,117,346,074 | 80% |
Congratulations @emrebeyler! Your post was mentioned in the [Steem Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20190123) in the following category: * Pending payout - Ranked 4 with $ 122,29
author | arcange |
---|---|
permlink | re-steps-to-restore-a-hivemind-database-snapshot-20190123t174812000z |
category | hivemind |
json_metadata | "" |
created | 2019-01-24 16:48:45 |
last_update | 2019-01-24 16:48:45 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 16:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 1,146,633,668,945,473 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,879,011 |
net_rshares | 0 |
just upvoted and left a reply on your post. follow me guys so i will show you flames at upvoting and replying thank you for this post. your post is super interesting and attractive, i suggest you continue posting such nice posts thank you
author | billgatesmotivat |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t153942842z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 15:41:36 |
last_update | 2019-01-23 15:44:12 |
depth | 1 |
children | 0 |
last_payout | 2019-01-30 15:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 240 |
author_reputation | -162,586,268 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,820,237 |
net_rshares | 30,952,019 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
billgatesmotivat | 0 | 30,952,019 | 100% |
So the crypto universe is moving forward. I bet you โ
author | cryptobets |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190124t132932843z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-24 13:30:15 |
last_update | 2019-01-24 13:30:15 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 13:30:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 22,554,376,794 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,869,987 |
net_rshares | 0 |
This post has been included in the latest edition of [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem23january2019-brfy0uogu7) - a digest of all you need to know about the State of Steem. *** * *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem23january2019-brfy0uogu7).* * *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-5-and-ned-talks-2-thursday-24-january-8pm-12am-utc-msp-waves).* * *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-21-january-2019).* * *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.* ***
author | pennsif |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190124t175042657z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem23january2019-brfy0uogu7","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-5-and-ned-talks-2-thursday-24-january-8pm-12am-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-21-january-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"} |
created | 2019-01-24 17:50:45 |
last_update | 2019-01-24 17:50:45 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 17:50:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 996 |
author_reputation | 636,410,097,572,565 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,881,457 |
net_rshares | 0 |
im beginner i learn now python first tutorial after i finish i will read this post again
author | shadyshady |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t223832743z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 22:38:36 |
last_update | 2019-01-23 22:38:36 |
depth | 1 |
children | 0 |
last_payout | 2019-01-30 22:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 559,760,700,768 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,838,144 |
net_rshares | 91,570,794,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
away4pro | 0 | 80,701,383,211 | 100% | ||
shadyshady | 0 | 10,869,411,121 | 100% |
วษนวษฅ sษส ษนoสษษนnฦ pษW วษฅโด
author | themadcurator |
---|---|
permlink | re-steps-to-restore-a-hivemind-database-snapshot-20190123t083408 |
category | hivemind |
json_metadata | "" |
created | 2019-01-23 08:34:09 |
last_update | 2019-01-23 08:34:09 |
depth | 1 |
children | 1 |
last_payout | 2019-01-30 08:34:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.207 HBD |
curator_payout_value | 0.068 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 53,938,302,377,048 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,803,546 |
net_rshares | 561,006,136,439 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 50,356,700,495 | 5% | ||
thecyclist | 0 | 9,817,648,272 | 5% | ||
jadabug | 0 | 1,412,759,857 | 1% | ||
ngc | 0 | 498,903,629,832 | 5% | ||
cheneats | 0 | 515,397,983 | 3% |
.uoy knahT
author | emrebeyler |
---|---|
permlink | re-themadcurator-re-steps-to-restore-a-hivemind-database-snapshot-20190123t083408-20190123t083510310z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 08:35:09 |
last_update | 2019-01-23 08:35:09 |
depth | 2 |
children | 0 |
last_payout | 2019-01-30 08:35:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,803,581 |
net_rshares | 0 |
Awesome! I was just in the process of syncing and knew it would take at least 3 more days. I have downloaded your snapshot and will give it a try. This could reduce the syncing time by so much!
author | tosch |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t131410895z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 13:14:12 |
last_update | 2019-01-23 13:14:12 |
depth | 1 |
children | 12 |
last_payout | 2019-01-30 13:14:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 3,148,075,991,236 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,813,064 |
net_rshares | 0 |
It takes 6-7 days at best. The progress bar is misleading :)
author | emrebeyler |
---|---|
permlink | re-tosch-re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t131626232z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 13:16:27 |
last_update | 2019-01-23 13:16:27 |
depth | 2 |
children | 11 |
last_payout | 2019-01-30 13:16:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 448,535,049,068,622 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,813,187 |
net_rshares | 0 |
I guessed so, I think I was at block 5 Million after around 24 hours. And the first 5 Million blocks are probably less filled than what is coming later :D I am in the process of syncing your snapshot now.
author | tosch |
---|---|
permlink | re-emrebeyler-re-tosch-re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t134448041z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-23 13:44:48 |
last_update | 2019-01-23 13:45:42 |
depth | 3 |
children | 10 |
last_payout | 2019-01-30 13:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 204 |
author_reputation | 3,148,075,991,236 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,814,565 |
net_rshares | 0 |
Thanks!! Did the whole process on a clean machine. It worked smooth and I am now synced to hive!! On the clean machine it took me around 3-4 hours. This is what I was hoping for =)
author | tosch |
---|---|
permlink | re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190124t191320062z |
category | hivemind |
json_metadata | {"tags":["hivemind"],"app":"steemit/0.1"} |
created | 2019-01-24 19:13:21 |
last_update | 2019-01-24 19:13:21 |
depth | 1 |
children | 0 |
last_payout | 2019-01-31 19:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 3,148,075,991,236 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,884,445 |
net_rshares | 326,265,528,084 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tosch | 0 | 36,838,038,482 | 100% | ||
emrebeyler | 0 | 289,427,489,602 | 38% |
A very informative article. Thank you for this information Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | tusiko |
---|---|
permlink | tusiko-re-emrebeyler-steps-to-restore-a-hivemind-database-snapshot-20190123t143759573z |
category | hivemind |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-01-23 14:38:00 |
last_update | 2019-01-23 14:38:00 |
depth | 1 |
children | 0 |
last_payout | 2019-01-30 14:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 117,000,108,527 |
root_title | "Steps to restore a Hivemind database snapshot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,817,037 |
net_rshares | 0 |