My brief guide (based on GCE Ubuntu 16.04)

in #muse7 years ago

sudo apt-get -y install autoconf cmake libboost-all-dev libssl-dev build-essential python3-dev python3-pip gcc-4.9 g++-4.9 libbz2-dev libdb++-dev libdb-dev openssl libreadline-dev autoconf libtool git

wget https://cytranet.dl.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.bz2
tar xf boost_1_59_0.tar.bz2
cd boost_1_59_0
./bootstrap.sh --prefix=/usr/local --with-libraries=all --libdir=/usr/local/lib --includedir=/usr/local/include
sudo ./b2 install
cd ..

git clone https://github.com/themuseblockchain/Muse-Source.git
cd Muse-Source
git submodule update --init --recursive
cmake -DBOOST_ROOT="$BOOST_ROOT" -DBUILD_MUSE_TEST=ON -DCMAKE_BUILD_TYPE=Debug .
make mused cli_wallet

sudo cp ./programs/mused/mused /usr/bin/mused
sudo cp ./programs/cli_wallet/cli_wallet /usr/bin/cli_wallet
sudo cp ./genesis-test.json ~/

mused -s 192.34.60.157:29092 --replay-blockchain --rpc-endpoint=0.0.0.0:8090 --genesis-json ~/genesis-test.json

Sort:  

Congratulations @kimziv! You received a personal award!

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

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

Do not miss the last post from @steemitboard:

The Steem community has lost an epic member! Farewell @woflhart!
SteemitBoard - Witness Update
Do not miss the coming Rocky Mountain Steem Meetup and get a new community badge!
Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.032
BTC 68140.96
ETH 3135.83
USDT 1.00
SBD 3.70