{"id":27938817,"url":"https://github.com/osdio/qoramonitor","last_synced_at":"2025-10-06T13:48:50.918Z","repository":{"id":20797313,"uuid":"24082593","full_name":"osdio/qoraMonitor","owner":"osdio","description":"A Node Monitor For Qora","archived":false,"fork":false,"pushed_at":"2015-01-31T10:41:21.000Z","size":12232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T18:51:08.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-16T02:40:16.000Z","updated_at":"2015-02-04T15:36:14.000Z","dependencies_parsed_at":"2022-09-17T22:21:01.831Z","dependency_job_id":null,"html_url":"https://github.com/osdio/qoraMonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osdio/qoraMonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2FqoraMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2FqoraMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2FqoraMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2FqoraMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osdio","download_url":"https://codeload.github.com/osdio/qoraMonitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2FqoraMonitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621840,"owners_count":26017253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T08:57:57.394Z","updated_at":"2025-10-06T13:48:50.902Z","avatar_url":"https://github.com/osdio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"qoraMonitor\n===========\n\u003e qoraMonitor is built for qora node. qoraMonitor can show whether your node is running well.\n\n## Getting start\n\n### First install qora\n\nIf you are first install qora wallet. Plea as these step:\n\n```\nsudo su -\napt-get update\napt-get upgrade\n\napt-get install openjdk-7-jdk screen unzip\n\nmkdir qora\ncd qora\nwget http://coinia.net/qora/Qora.last.zip -O qora.zip\nunzip -o qora.zip\ncd Qora\n\necho -e '{\\n\"knownpeers\":[\"146.185.141.232\",\"162.243.170.76\",\"42.159.153.145\",\"88.198.69.99\",\"85.21.237.35\",\"193.242.149.63\",\"113.250.226.131\"],\\n\"minconnections\": 10,\\n\"maxconnections\": 100\\n}'\u003esettings.json\n\n\necho -e \"java -Xmx512m -Djava.library.path=libs/native -jar Qora.jar -disablegui\"\u003erun.sh\nchmod 777 run.sh\n\nscreen -d -m -S qora ./run.sh\n```\n\nIf you just to upgrade qora, you should fallow these step:\n\n```\ncd qora\n\nkill -9 `ps aux | grep 'jar Qora.jar \\-' | awk '/root/ {print $2}'\n\nwget http://coinia.net/qora/Qora.last.zip -O qora.zip\nunzip -o qora.zip\ncd Qora\nrm -R data\nrm -R wallet\n\necho -e '{\\n\"knownpeers\":[\"146.185.141.232\",\"162.243.170.76\",\"42.159.153.145\",\"88.198.69.99\",\"85.21.237.35\",\"193.242.149.63\",\"113.250.226.131\"],\\n\"minconnections\": 10,\\n\"maxconnections\": 100\\n}'\u003esettings.json\n\necho -e \"java -Xmx512m -Djava.library.path=libs/native -jar Qora.jar -disablegui\"\u003erun.sh\n\nchmod 777 run.sh\nscreen -d -m -S qora ./run.sh\n```\n\n### Then, intall  qoraMonitor\n\n#### First, install node.js\n\n```\nsudo apt-get update\nsudo apt-get install nodejs\n\nsudo apt-get install nodejs-legacy\n\nsudo apt-get update\n\nsudo apt-get install nodejs\n```\n\nThen, you can text this to check:\n\n```\nnode -v\n```\n#### Install npm (Node package manager)\n\n```\nsudo apt-get update\nsudo apt-get install npm\n```\nCheck version of npm:\n\n```\nnpm -v\n```\n\n#### Install qoraMonitor\n\n```\ncd \ncd qora\nsudo apt-get install git\n\ngit clone https://github.com/soliury/qoraMonitor.git\ncd qoraMonitor\ncp  settings.example.js  settings.js\n\nnpm install\nsudo npm install forever -g\ncd bin\nforever start www\n```\n\nThen you brower the url : `your ip `+ `:3000`\n\nYou will see the login page. \n\nThe default user is `qoranode`, password is `qoranode`.\n\nIf you want to change the login user and the password, you should edit the settings.js.\n\n\n\n```\n(function() {\n    module.exports = {\n        loginUserName: \"qoranode\",          //login user name\n        loginPwd: \"qoranode\",               //login password\n        cookie: \"asdfaqweroqwejr098e0sdkjgoasduaoisd\"           //just text something here.\n    };\n\n}).call(this);\n```\n\nThis is the monitor page: \n\n\u003cimg width=\"\" height=\"\" class=\"amd-center\" src=\"http://lingyong-me.qiniudn.com/E777DE10-AFD2-4313-92C1-877B435A257A.png 2014-9-16 16:56-px1366\" alt=\"screenshot\" /\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdio%2Fqoramonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosdio%2Fqoramonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdio%2Fqoramonitor/lists"}