Build Monero (0.12.0.0) on Debian (9.4)

in monero •  7 years ago 

The monero-binaries at getmonero.org seem to be bugged at the moment and I can't move my funds:

internal error: Known ring does not include the spent output

The git-hub code is already fixed: https://github.com/monero-project/monero/issues/3539#issuecomment-380801093

So I build the binaries from the github code and "patched" my monero-gui download. Here is a short walkthrough, if you have the same issues:

# install dependencies
apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev git
git clone --recursive https://github.com/monero-project/monero
cd monero
# you can replace 4 with the number of cores you want to use for compiling
make -j4
# copy the new binaries to your monero-gui
cp -R build/release/bin/* /path/to/your/downloaded/monero-gui-v0.12.0.0

Now my transactions are working fine.

Stay safe.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

For 0.12.2.0 you require the dependency rapidjson-dev (apt install rapidjson-dev)

Congratulations @scotty86! You have received a personal award!

1 Year on Steemit
Click on the badge to view your Board of Honor.

Do not miss the last post from @steemitboard:
SteemitBoard and the Veterans on Steemit - The First Community Badge.

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @scotty86! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!