Post
Topic
Board Announcements (Altcoins)
Re: [UFO] UFOCOIN | NEOSCRYPT | NOW ON BITTREX | COMING FROM OUTER SPACE
by
manucrypt
on 23/06/2017, 11:16:43 UTC
I recommended to mine with a pool but you can solo mining with your wallet adding gen=1 into the ufo.conf file
The ufo.conf text file live into the same directory where you find the wallet.dat file
Normally in a classic windows 10:  C:\Users\yourwindowsnick\AppData\Roaming\UFO
If your platform are Linux/Unix/Solaris like, you can find it into your /home/yourLinuxNick/.ufo directory
You can find an example of the ufo.conf file here: http://ufocoin.co/pgs/conf.html#conf
For a pool mining you can mine with your Android: http://ufocoin.it/silos/How_to_mine_UFO_Coin_in_a_flash.pdf
Normally mining pools have setup guides to mining each coin.
Take in mind this is a powerful Neoscrypt coin and the rules to mining it are not completely like with the script coins.

Let me know

Hi, I tried to solo mine UFO coins but could not do it!

>I used this miner nsgminer-win64-0.9.2.
>I created a conf file ufo.conf and placed it in the location mentioned above with the following code and updated addnodes:

rpcusername=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
gen=1
rpcport=9888
port=9887
addnode=node1.ns0.it
addnode=188.165.194.146
addnode=51.254.45.117
addnode=178.121.74.77
addnode=107.185.79.115
addnode=90.3.172.30
addnode=142.161.181.75
addnode=107.200.32.249
addnode=2602:306:bc82:f90:d808:df6b:b37f:50a
addnode=34.225.224.198
addnode=192.99.0.112
addnode=149.202.102.73
addnode=2001:41d0:a:18d3::
addnode=2001:41d0:2:8b92::
addnode=37.187.24.211
addnode=213.45.94.168
addnode=213.45.94.168
addnode=24.11.45.99
addnode=80.143.191.85
addnode=2a02:c7f:5052:f800:b0e8:f5bf:94dc:9c62
addnode=151.224.81.60


>I started the UFO wallet synced to now.
>I created a bat file inside the miner's folder with the following code:

nsgminer -o http://127.0.0.1:9888 -u username -p password \
    --coinbase-addr UFO wallet address \
    --coinbase-sig "This is manucrypt's block!"


Miner did not start and I am not sure if the wallet got connected as an active peer.
I am not sure what is going wrong. Is it the miner or the code that I should change?
Windows - AMD graphics card


Thank you