Official forum for Utopia Community
You are not logged in.
Pages: 1
sorry I just saw the post right after. I have the answer to my question. Thank you
@Saahil Thank you for this link.
Is there an operating mode for transposing utopiapay to another site (API example) ?
A little tip for those who use a VPS as a host for crypton mining
Normally when you connect via ssh (putty example) and you launch the mining bot
#./uam --pk (YOU PUBLIC KEY) as soon as you close the putty or terminal software the mining bot stops. To solve this problem we have opted for the solution of using a linux screen terminal emulator.
Here is the tutorial to install the screen emulator :
5 - Install Screen (SSH emulator for game server)
#apt-get install screen
6 - Launch Screen
#screen
7 - change the UAM directory
#cd/opt/uam
8 - Launch the CRYPTON mining BOT
#./uam --pk (YOUR UTOPIA PUBLIC KEY)
You can close SSH
there are also other solutions that I will detail later. Good mining ;-)
Pages: 1