Note first of all that "10x the nodes" and "10x the mining energy" are different things. A "node" is just a computer that participates in the Bitcoin network by receiving and relaying transactions. Most nodes don't do any mining, but conversely a single node may support an unlimited amount of mining power. So there is no real relationship between the number of nodes and the amount of mining power on the network.
Having 10x as many nodes would make it slightly easier for a user to connect to a node to send and receive transactions, and would make the network somewhat more robust against a network split (where not all nodes are able to communicate with each other). However, it might also make it take slightly longer for a transaction to get to a miner, since more hops would be needed. There wouldn't be any major positive or negative effects that I know of.
If the network had 10x more mining power, the main benefit would be security against 51% attacks, since an attacker would now need 10x more mining power of his own to mount such an attack. (Of course, if mining hardware became more efficient in the meantime, this might not actually increase the costs of such an attack versus today - but they would still be 10x higher than without the mining power increase.)
There wouldn't be any long-term improvement in confirmation speed, since as you say the difficulty would adjust to keep the block time at 10 minutes. (If all the mining power came online at the same time, there would be a temporary increase in confirmation speed for the first few days, since the difficulty adjustment happens only at specified intervals and the maximum adjustment at each such interval is by a factor of 4.)
I am not sure what you mean by "censorship resistant". A mining power increase wouldn't do anything to help prevent a government from trying to block Bitcoin traffic from the Internet.
There wouldn't be any other major end-user effects that I can think of. Resistance against 51% attacks is the main one.
I changed this question from benefits of 10x the nodes to 10x the energy – Douglas Drouillard – 2017-09-19T18:15:34.847
Bitcoin has already gone through a 10x increase in energy, a few times. Just look at recent history to see what's changed. – Greg Hewgill – 2017-09-20T02:13:37.423
Thanks, Greg. Not seeing much. Happy to look into anything specific you have noticed. Fees? https://bitinfocharts.com/comparison/bitcoin-transactionfees.html Confirmation times? https://blockchain.info/charts/avg-confirmation-time?timespan=all I am guessing those increases have to do with increases of other sorts. Hence the theoretical. It seems like not much
– Douglas Drouillard – 2017-09-20T02:54:58.4331I guess what I was pointing out was that there's nothing dramatic that has changed due to 10x the amount of energy (the amount of energy can be estimated by the increase in difficulty). The Bitcoin network is designed to scale, and to scale a lot. 10x is not a very big increase in this case. – Greg Hewgill – 2017-09-20T02:57:18.380
That makes sense. Appreciate the clarification! – Douglas Drouillard – 2017-09-20T13:37:46.950