I just made 2 swaps... and on my end they look very nice.
My ERC v3 is "EuropeCoin Core version v3.0.1.0-93d7168-dirty (64-bit)" on linux (64 bit) compiled from source (with some "kung-fu" -- please, have a thought for penguins too).
I can't wait to see the v3 balance tomorrow...

Have fun

witch "kung Fu" did you use? I didn't manage compiling and i am running the windows version on wine on Kubuntu lol
have fun
Matthias
.
I run Xubuntu 14.01 amd64, pretty heavily "soiled" with a lot of libs and experimental software

I can't remember too well the "kung-fu", but .bash_history said something like
git clone https://github.com/LIMXTEC/Europecoin-V3
cd Europecoin-V3/
./autogen.sh
./configure
make
./autogen.sh
./configure
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev
make clean
./autogen.sh
./configure
make
make install
I also used
./configure --with-incompatible-bdb
at some point...
I usually followed my nose and the error messages from autogen and configure...