Bitcoin Testnet is not working

1

I am new to Bitcoin Development Environment. Trying to setup testnet environment with the help this blog post.

Bitcoin Folder
~/.bitcoin $ ls
bitcoin.conf  chainstate  db.log     peers.dat
blocks        database    debug.log  wallet.dat

bitcoin.conf

telnet=1
server=1
rpcuser=userme
rpcpassword=mypassword
rpctimeout=30
rpcport=8332

Running Bitcoin

~/.bitcoin $ bitcoin-qt
"sni-qt/2440" WARN  16:37:44.104 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE

Himanshu Yadav

Posted 2014-02-01T21:41:14.387

Reputation: 111

Question was closed 2014-02-09T21:10:05.047

That there looks likes a warning. No real programmer actually cares about those. Are you sure the program is not running fine?John T 2014-02-02T08:54:21.267

Answers

1

Where are you choosing testnet network?
In bitcoin.conf should it really be telnet=1? Maybe you meant testnet=1?

ripazha

Posted 2014-02-01T21:41:14.387

Reputation: 488

You are right. I guess the typo was the problem.Himanshu Yadav 2014-02-03T13:55:48.850