# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 15
# self = https://watcher.sour.is/conv/7w2qk7q
Now tell me how can I prevent monerod from hogging on my CPU. I'm on DragonFly BSD, cpulimit doesn't works, also nice doesn't. I believe this is an IRC question.
@adi Don't run a Bitcoin node? 🤔
@adi Don't run a Bitcoin node? 🤔
@prologic It's just for a wallet?
@adi Why do you need to run a daemon / node just for a digital wallet?! 🤦‍♂️
@adi Why do you need to run a daemon / node just for a digital wallet?! 🤦‍♂️
@prologic Well, I'm using this https://www.getmonero.org/resources/user-guides/monero-wallet-cli.html, any other options?
@adi Surely you can configure the wallet to use a remote node. I've heard good things about Feather Wallet if you want something friendlier. https://github.com/feather-wallet/feather
@adi Sadly I know nothing about holding cryptocurrency or having digital wallets. I have no need for really.
@adi Sadly I know nothing about holding cryptocurrency or having digital wallets. I have no need for really.
@mckinley Any CLI one?
Oh, I just saw the other thread. Don't put your *wallet* on the VPS unless you have a specific reason to do so. If you do, make sure your keys are stored on a local machine. It's fine to run a node there, but run the wallet locally and configure it to use your node if you can.
@mckinley Yes, I understand this!
@mckinley

I understand it's not a good idea to keep your wallet on the VPS. It is preferred to run your own node?
Often people run a node somewhere, then connect to it with the remote node feature from other machines. Or use a light wallet.
Cpu use will go down when block chain is synced. Also just a tip - check the prune blockchain feature to save a lot of space.