Steps for getting LXC-based gitian build to work on Ubuntu 12.04.
First, install lxc
apt-get install lxc
=== stack trace === | |
java.lang.RuntimeException: Unable to start activity ComponentInfo{de.langerhans.wallet/de.langerhans.wallet.ui.AddressBookActivity}: android.view.InflateException: Binary XML file line #35: Error inflating class fragment | |
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2295) | |
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2349) | |
at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3877) | |
at android.app.ActivityThread.access$800(ActivityThread.java:159) | |
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1322) | |
at android.os.Handler.dispatchMessage(Handler.java:99) | |
at android.os.Looper.loop(Looper.java:137) |
CORES=8 | |
pushd depends/ | |
make -j${CORES} NO_QT=1 NO_UPNP=1 | |
popd | |
./autogen.sh | |
./configure --prefix=`pwd`/depends/x86_64-unknown-linux-gnu --without-gui --without-miniupnpc --enable-hardening --enable-cxx --disable-shared --with-pic CPPFLAGS="-O2" LDFLAGS=-static-libstdc++ | |
pushd src/ |
package de.langerhans.discord.doge | |
import sx.blah.discord.api.IDiscordClient | |
import sx.blah.discord.handle.impl.events.MessageReceivedEvent | |
import sx.blah.discord.handle.obj.IChannel | |
/** | |
* Created by maxke on 04.04.2016. | |
* Some useful extensions for Discord4J | |
*/ |
I hereby claim:
To claim this, I am signing this object:
If you are using MultiDoge and are stuck far behind in syncing, then this guide is for you. Even if you are currently already synced it's worth following this guide to be prepared for future re-syncs, but you can skip some steps. These new checkpoints contain blocks up to Jan 30th 2021. If you are trying to sync a wallet that has been created before around summer 2016, then sadly this won't really help you.