Just One more step: Looks like you had the last command wrong.

Code:
cat strip2 | xargs -I% curl -s http://ipinfo.io/%/ | paste -d","> loserinfo

Now it's done:

Code:
{
  "ip": "73.66.127.87",
  "hostname": "c-73-66-127-87.hsd1.ca.comcast.net",
  "city": "Merced",
  "region": "California",
  "country": "US",
  "loc": "37.3022,-120.4830",
  "org": "AS7922 Comcast Cable Communications, LLC"
}{
  "ip": "98.50.154.190",
  "city": "",
  "region": "",
  "country": "US",
  "loc": "37.7510,-97.8220",
  "org": "AS7922 Comcast Cable Communications, LLC"
}{
  "ip": "110.249.212.46",
  "city": "Hebei",
  "region": "Hebei",
  "country": "CN",
  "loc": "39.8897,115.2750",
  "org": "AS4837 CHINA UNICOM China169 Backbone"
}{
  "ip": "212.38.166.29",
  "city": "",
  "region": "",
  "country": "GB",
  "loc": "51.4964,-0.1224",
  "org": "AS20860 iomart Cloud Services Limited."
}{
  "ip": "95.166.12.155",
  "hostname": "95-166-12-155-cable.dk.customer.tdc.net",
  "city": "Gilleleje",
  "region": "Capital Region",
  "country": "DK",
  "loc": "56.1220,12.3106",
  "postal": "3250",
  "org": "AS3292 TDC A/S"
 "ip": "93.84.97.33",
  "city": "Minsk",
  "region": "Minsk",
  "country": "BY",
  "loc": "53.9000,27.5667",
  "org": "AS6697 Republican Unitary Telecommunication Enterprise Beltelecom"
}{
  "ip": "92.239.3.149",
  "hostname": "cpc94108-newt38-2-0-cust916.19-3.cable.virginm.net",
  "city": "Exeter",
  "region": "England",
  "country": "GB",
  "loc": "50.7312,-3.5271",
  "postal": "EX4",
  "org": "AS5089 Virgin Media Limited"
}{
  "ip": "91.146.64.130",
  "hostname": "rtr130.fill.ee",
  "city": "Narva",
  "region": "Ida-Virumaa",
  "country": "EE",
  "loc": "59.3772,28.1903",
  "org": "AS198966 Fill Ltd."
}{
  "ip": "80.8.229.28",
  "hostname": "AMayotte-651-1-32-28.w80-8.abo.wanadoo.fr",
  "city": "",
  "region": "",
  "country": "FR",
  "loc": "48.8582,2.3387",
  "org": "AS3215 Orange S.A."
}{
  "ip": "2.121.123.243",
  "hostname": "02797bf3.bb.sky.com",
  "city": "Hove",
  "region": "England",
  "country": "GB",
  "loc": "50.8333,-0.1833",
  "postal": "BN3",
  "org": "AS5607 Sky UK Limited"
}{
  "ip": "2.121.123.243",
  "hostname": "02797bf3.bb.sky.com",
  "city": "Hove",
  "region": "England",
  "country": "GB",
  "loc": "50.8333,-0.1833",
  "postal": "BN3",
  "org": "AS5607 Sky UK Limited"
}{
  "ip": "194.1.233.68",
  "city": "Gryazovets",
  "region": "Vologodskaya Oblast'",
  "country": "RU",
  "loc": "58.8800,40.2525",
  "postal": "162000",
  "org": "AS49821 Electrics Ltd"
}{
  "ip": "177.248.213.191",
  "hostname": "177-248-213-191-cable.cybercable.net.mx",
  "city": "Zapopan",
  "region": "Jalisco",
  "country": "MX",
  "loc": "20.6955,-103.4550",
  "postal": "45080",
  "org": "AS16960 Cablevision Red, S.A de C.V."
}{
 "ip": "177.248.213.191",
  "hostname": "177-248-213-191-cable.cybercable.net.mx",
  "city": "Zapopan",
  "region": "Jalisco",
  "country": "MX",
  "loc": "20.6955,-103.4550",
  "postal": "45080",
  "org": "AS16960 Cablevision Red, S.A de C.V."
}{
  "ip": "110.249.208.86",
  "city": "Hebei",
  "region": "Hebei",
  "country": "CN",
  "loc": "39.8897,115.2750",
  "org": "AS4837 CHINA UNICOM China169 Backbone"
}{
  "ip": "109.110.71.99",
  "hostname": "host-99-71-110-109.sevstar.net",
  "city": "Sevastopol",
  "region": "Gorod Sevastopol",
  "country": "UA",
  "loc": "44.5888,33.5224",
  "postal": "90022",
  "org": "AS35816 Lancom Ltd."
For anyone interested in trying this themselves these commands also work on Windows Subsystem for Linux I do not know the reason but the above command took a long time compared to what Ubuntu server running in a VM took