0 connections on testnet 1000027 RC3

Hallo,

i do not have énough connections. can you give me some addnodes? i already have in my config:
testnet=1
addnode=betatestnet.z.cash

but i only get 387 blocks, even if i delete all user data and restart:

getinfo
{
“version” : 1000027,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 387,
“timeoffset” : 0,
“connections” : 0,
“proxy” : “”,
“difficulty” : 195.62796392,
“testnet” : true,
“keypoololdest” : 1477572383,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}

or might htere be a problem with my key? i use the github master version… i had an error about the file sprout-verifying.key, so i downloaded it:

mkdir ~/.zcash-params
cd ~/.zcash-params
wget https://z.cash/downloads/sprout-verifying.key

anything else i have to to?

edit: maybe i am the only person on Testnet RC3 ? it was released just 12 hours ago… i think i will switch back to testnet RC2 …

git clone https://github.com/zcash/zcash
cd zcash
git checkout v1.0.0-rc2
./zcutil/build.sh

edit: yes, this is better:

getinfo
{
“version” : 1000026,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 2997,
“timeoffset” : 0,
“connections” : 2,
“proxy” : “”,
“difficulty” : 67085.02342145,
“testnet” : true,
“keypoololdest” : 1477581770,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}