In this brief guide, we will cover how to claim all of your tips at one time with no hassle using the command prompt on a Windows computer. This isn't too hard so bear with me.
- First, you need to open your command prompt. You can do this by searching on your system or typing CMD.
- Then ensure you know where you LBRY file is. By default it's typically in your program files
- Using the code below, copy and edit it to match your LBRY location (this is it by default on Windows)

Claim all code:
cd "C:\Program Files\LBRY\resources\static\daemon
lbrynet txo spend --type=support --is_not_my_input
- That code will allow you to first navigate to your LBRY folder then abandon all your tips (claim them). You can simply copy and paste it into the command prompt and hit enter.

You may also run "lbrynet txo spend --type=support --is_not_my_input --preview --include_full_tx" to preview what it will claim. Do not mess around with this code as there are commands you could execute that would delete your posts or your channel so just stick to the preview and claim all functions.
Be careful with txo spend - if run without any arguments, it will abandon everything!
That's everything for today. If you need a short video please let us know and follow for more tips, tricks, and guides. Please comment on any video or on the channel any topics you’d like to see that aren’t listed or anything you need help with!