Linux Mint: root running bitcoind on startup?

1

Every time I start my machine, root user tries to run bitcoind. I've checked .profile and such, but there don't seem to be any answers there. what else could be making my computer try to run the daemon?

chaos

Posted 2016-03-16T18:36:09.360

Reputation: 13

Answers

0

There are a couple of options where this could be loaded on startup, check the root crontab file (crontab -e) also look for files in the /etc/init.d/ folder it could be included in rc.local or another startup script.

Mark S.

Posted 2016-03-16T18:36:09.360

Reputation: 2 415