Bitcoin and other crypto require a well functioning internet infrastructure, otherwise it's just data on a hard-drive. Disconnect a country from the Internet (or filter the traffic) and you're forking the chain. Spend on both networks by buying other (unfiltered) crypto. There are states (even large ISPs) that can do that. Also, the first thing to go in case of global conflict is the global Internet. Countries will t…
Amazingly, not really. Bitcoin is a currency that's built to be disaster-proof, including world-ending scenarios like nuclear war between superpowers. You really just need 3 things:
1. A computer that can validate the chain.
2. The longest chain. This can be given to you via usb stick if the Internet is down.
3. Some way to send and receive blocks and transactions as the network continues building the longest chain.
A lot of work has gone into being able to achieve number 3 without full internet infrastructure. The example of a satellite beaming blocks to the world has already been brought up (though this is receive only, not send-capable for most people). However, people have also written software that can transmit blocks over HAM radio. You can't download the full blockchain over HAM relay, but you can relay blocks and transactions in real time, because the whole network is bottlenecked to about 2 MB per 10 minutes.
If you have wifi routers, you can set up point-to-point relay and broadcast systems as well. A point-to-point system can get well over 100 miles per hop. If the Interent were to suddenly fail, it may take a few weeks to connect everything together, but you could get Bitcoin up and running long before you could get anything like email working again.
> There are states (even large ISPs) that can do that.
While there are states that can split you from the main Internet, all you need is one relay that the state can't control to keep the Bitcoin network connected. It's not like a website where people have to keep asking a central server for data - once one person has relayed a block into an isolated network, the whole isolated network has that block. You can't keep the network isolated unless it's perfectly isolated, and on the scale of a country you are of course going to have people listening to the satellite broadcasts, setting up wifi relay points, or maybe even doing something less sophisticated like usb-smuggling which means it effectively takes a few days to be certain that a transaction has been confirmed by the broader network.
----------
TL;DR: Bitcoin is far more resilient than you give it credit, and it can survive the Internet going down. As long as you still have an ad-hoc way to transmit blocks to major areas, you can keep everyone fully in consensus. The infrastructure requirements of Bitcoin are far less than that of email, sms, or traditional website based, centralized infrastructure.