Hey, if i have vpn on my macbook and after that i have vpn on my windows VM is that more safe not to get cought?
No one can answer definitively if this is safe not to get "cought" without knowing your threat level.
Considering your choice of OS, as well as the fact your VPN is logging your traffic, the answer is most likely no.
Considering your choice of OS, as well as the fact your VPN is logging your traffic, the answer is most likely no.
One way of judging this is by counting the number of attack vectors. Meaning the more you install and configure, the higher probability that you make a security issue.
What happens in your case is that all apps will access internet directly, while apps in your VM will be tunneled through the VPN. In general it's not good to mix private traffic with darknet traffic due to timing attacks. Example: your darknet activities are always synced with your automatic email checker.
So, in general you should not mix darknet activities with private activities. If you do, use separate internet connections and mess with the timing.
What happens in your case is that all apps will access internet directly, while apps in your VM will be tunneled through the VPN. In general it's not good to mix private traffic with darknet traffic due to timing attacks. Example: your darknet activities are always synced with your automatic email checker.
So, in general you should not mix darknet activities with private activities. If you do, use separate internet connections and mess with the timing.
If you are using Whonix there is no need to use a VPN. But if you feel the need to do so, there are instructions on the Whonix site.