From 2b775af7a0419485606e717769c9b076a1cdb228 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 10 Aug 2015 14:31:45 -0400 Subject: [PATCH] Added the badbitcoin.conf --- test/data/badbitcoin.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/data/badbitcoin.conf diff --git a/test/data/badbitcoin.conf b/test/data/badbitcoin.conf new file mode 100644 index 00000000..c69affa1 --- /dev/null +++ b/test/data/badbitcoin.conf @@ -0,0 +1,16 @@ +#testnet=1 +#irc=0 +#upnp=0 +server=1 + +whitelist=127.0.0.1 + +# listen on different ports +port=20000 + +rpcallowip=127.0.0.1 + +rpcuser=bitcoin +rpcpassword=local321 + +