I am afraid that "more amps" is meaningless. The Pi will only draw as much current as it needs, and will have problems if the VOLTAGE is too low. See Raspberry Pi Power Limitations for a more detailed discussion.
It is impractical to power the Pi (or any other low voltage device) with such a long lead. There are established electrical engineering techniques to power over extended distances, but ALL involve moving the 5V regulation closer to the load.
If you MUST supply remote power I would suggest a different solution. Use a 5V switch mode regulator e.g. a UBEC to run each Pi, and a 12V (or higher) feed (and don't even think of using CAT5 or 18AWG, even at 12V). The cost of 5V switch mode units, which are readily available, would actually be less than the cost of a suitable cable.
If I was trying to do something similar I would NOT use the µUSB connector, but feed power via the expansion header. This is discussed in the link above.
If you want other options you might consider the EE site. This is really an EE question, which only peripherally involves the Pi.
3.3V
Supply and can show if an on-board device or GPIO is drawing too much power. 3.3V devices use the onboard regulator and limited to a few hundred mA. The 3.3V regulator will work down to 4V or lower. Remember GPIO starts inPULLUP HIGH
and anything connected to it like an LED will immediately draw current on power on – crasic Aug 15 '17 at 22:44The problem is the fact that plugging it into the wall isnt turning it on which sounds like there could be a power surge that is happening if what I read is correct?
– Fyb3roptik Aug 15 '17 at 23:045V
at the raspberry PI. Cables add resistance not current, which becomes voltage drop when running into a load – crasic Aug 15 '17 at 23:15