Unable to implement watchdog timer by updating bootloader on Pro Mini 3.3V/8MHz

I am trying and failing to implement the watchdog timer on an Arduino Pro Mini 3.3V 8 MHZ. I've read lots of posts. It's my understanding that I need to implement a different bootloader to make it work. I've tried everything recommended but still fail. In particular,

Followed the procedures in https://www.arduino.cc/en/Tutorial/ArduinoISP.
Verified conversion of 5V logic on Arduino Uno (programming option Arduino as ISP) on pins 10, 11, 12, 13 to corresponding pins RST, 11, 12, 13 respectively on Pro Mini.
Downloaded ArdinonISP from IDE to Arduino Uno,
Put 20 microcFarad capacitor across Uno RST to ground.
Specified Pro Mini at 3.3V/8MHz in IDE for bootloader.
Specified Arduino as ISP in Programmer in IDE for bootloader.
Ran bootloader for several different bit rate settings in Arduino ISP.

Every time a get an error message (Attached) that includes the following lines:
"avrdude: Device signature = 0xffffff (probably .reduced_core_tiny)
"avrdude: Yikes! Invalid device signature.
" Double check connections and try again, or use -F to override
" this check.
"
"
"avrdude done. Thank you."

My reading indicates that this message means that the Arduino UNO is not recognizing the Pro Mini. I've repeatedly checked on successive days the wiring and logic level conversion, as recommended when this message is seen. I've also checked the capacitor to verify that I do not have a short to ground. All wiring seems to be as directed and intended, logic conversions are as intended, and capacitor is fine.

Two issues, then. First, if anyone knows of a workaround for enabling the watchdog timer on the 3.3/8MHz Pro Mini that doesn't require a PhD in computer science, I'd love to hear it.

Second, if anyone has successfully reprogrammed the bootloader on a 3.3V/8MHz Pro Mini and implemented the watchdog timer, please tell me what I'm doing wrong.

I am aware that I'm not the first to struggle with this, but have spent a lot of time to no avail trying to fix the problem.

Thanks.

Screen Shot 2018-02-11 at 12.53.31 PM.png

Arduino: 1.8.5 (Mac OS X), Board: "Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)"

/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/cu.usbmodem1431 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:01:35
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/fredperkins/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/cu.usbmodem1431
Using Programmer : stk500v1
Overriding Baud Rate : 19200
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :

Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack


eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
Hardware Version: 2
Firmware Version: 1.18
Topcard : Unknown
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.03s

avrdude: Device signature = 0xffffff (probably .reduced_core_tiny) (retrying)

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0xffffff (probably .reduced_core_tiny) (retrying)

Error while burning bootloader.
Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0xffffff (probably .reduced_core_tiny)
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.

avrdude done. Thank you.

Wiring issue. Sig of ffffff usually means mosi is shorted to vcc.