For PoB my wallet should be online. But after transaction to burn address my wallet always crushes. When wallet is empty - it's ok. After wallet.dat is changed or importprivkey command, wallet immedeatly crushes.
This is a known issue that seems to affect only nodes running on Windows systems.
InferringGuessing from the truncation of the debug log, the Afterburner PoB processing thread seems to create a problem on some Windows systems. There is, as yet, insufficient information as to whether the issue is limited to specific versions of the code or the version of Windows or the host architecture. The group is unfortunate in that the main reason for the problem persisting is that the group has not been able to attract volunteer technical contributors with expertise in the varieties of Windows OS.
Cheers
Graham
I tried to launch a wallet on Windows 10 / 8.1 / 7. The process crashes on all systems after I import the private key and begins the POB mining. I'm a Windows user, but I'll try to install the Debian on the virtual machine and compile Slimcoin from the sources.
Now qmake issues an error - UPNP, and make ~ 800 compilation errors. Maybe I forgot to import any libraries. Is it enough?
apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb4.8++-dev
Elsewise you can disable UPNP with --without-miniupnpc as argument to configure (if you are going to run your node on a public IP it shouldn't be needed, elsewise UPNP can be helpful if your router/firewall supports it).