Skip to content

Instantly share code, notes, and snippets.

@Sagleft
Last active June 28, 2020 09:53
Show Gist options
  • Save Sagleft/8c75db99de77783b8de7986b7c6686e2 to your computer and use it in GitHub Desktop.
Save Sagleft/8c75db99de77783b8de7986b7c6686e2 to your computer and use it in GitHub Desktop.

download the archive with the bot, unpack

wget https://update.u.is/downloads/linux/utopia_bot-latest.x86_64.tar.gz
tar -xvf utopia_bot-latest.x86_64.tar.gz
rm -f utopia_bot-latest.x86_64.tar.gz
mv utopia_bot-0.3-5082.el7.x86_64 utopia_bot
cd utopia_bot

Next, we get a token for the bot in the Desktop client, We enter it when the bot starts:

./utopia_bot.exe --pk <pubkey>

where is your public account key, for example:

./utopia_bot --pk B122DDFF64AD0D81D5F670D3DE29CF0F1BE613CE611399EF5AAF80B976B44D0D

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment