Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Running node as a service
Query - Implementing a Voting System
Run Multichain as a windows service
System Requirements for 800 tx/sec
so the private key resides on both node and system where the wallet is running?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
How to run multichain as a system service so that the node starts on system reboot
+1
vote
I want to create a system service so that node automatically starts when there is system reboot. (e.g. a service file)
system
service
asked
Sep 14, 2018
by
Mouazzam
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
There's no special instructions for MultiChain here, just the standard process for turning any Linux program into a system service. Here's an online tutorial that might help:
https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6
answered
Sep 14, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...