-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation scripts for daemon mode on Ubuntu using Upstart (resubmission) #132
base: mscore-0.0.8
Are you sure you want to change the base?
Installation scripts for daemon mode on Ubuntu using Upstart (resubmission) #132
Conversation
(cherry picked from commit 234bfbf) Conflicts: contrib/init/bitcoind.service doc/README.md
Back-ported some files from BitCoin core (approved) PR’s with some additions for Master Core. See: bitcoin#4124 bitcoin#4611
Use the default hardcoded in the source.
* remove the ‘-disablewallet’ flag * Add parenthetic “(Master Core)” to description * change install script to copy from ‘msc-ubuntu’ directory.
@m21 @zathras-crypto: this was resubmitted and adjusted a few times to catch up, so I think this should be looked at rather sooner than later. @msgilligan: is there anything you'd like me to test, so I can confirm correct behavior? |
@dexX7 You could test the install procedure that's documented in One issue with the installation script as it stands now is that it is not intended to be an update script that will add init support to existing installations. @achamely brought that to my attention yesterday. |
These scripts will need to be changed now that the binaries are named And we should also decide if we want to use the |
… and bitcoin-cli to mastercore-cli
But continue to user the bitcoin/bitcoind names for files, directories, users & groups.
* Reflect bitcoin -> mastercore name change * Add instructions for starting the mastercored service
Workaround for omniwallet issue bitcoin#1075 OmniLayer/omniwallet#1075
These should be changed to reflect omni |
Contains configuration files and an installation script for setting up Master Core (
bitcoind
) in daemon mode on Ubuntu using the Upstart init daemon. This is part of the work necessary to implement Issue #131, but does not address the actual packaging.Some of the files are from the current upstream
master
branch. The files incontrib/msc-ubuntu
were created specifically for Master Core (a README and a defaultbitcoin.conf
file for Master Core)Here are some of the merged upstream PR's included in this "back-port" to Master Core.
Upstream issues:
Note: This is a resubmitted PR, the original PR was #129. This PR is now based off of the
mscore-0.0.8
branch and includes a change suggested by @dexX7.