Skip to content

Instantly share code, notes, and snippets.

@langerhans
langerhans / README.md
Last active March 7, 2024 08:49
Updating MultiDoge checkpoints

Updating MutliDoge checkpoints

Why?

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.

How?

  1. Close MultiDoge completely.
  2. Download this file: multidoge.checkpoints
  3. Copy this file to the MultiDoge data directory. See below for the path. Overwrite the existing file. If you are already synced, you're done at this point, If not, continue.
  4. Start MultiDoge.

Keybase proof

I hereby claim:

  • I am langerhans on github.
  • I am langerhans (https://keybase.io/langerhans) on keybase.
  • I have a public key ASDuNNSqrwXhldUTOKMtseY9qS7qq8yenCkCJTFY4MrTuAo

To claim this, I am signing this object:

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
*/
@langerhans
langerhans / makeit.sh
Created January 10, 2016 17:36 — forked from patricklodder/makeit.sh
make dogecoind linux64 natively
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/

Steps for getting LXC-based gitian build to work on Ubuntu 12.04.

Preparing the system

First, install lxc

apt-get install lxc
@langerhans
langerhans / gist:9294427
Created March 1, 2014 18:15
FC on rotate
=== 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)