Pages:
Author

Topic: UFO Coin New Team, Client, Future Plans and NeoScrypt - page 2. (Read 55930 times)

full member
Activity: 194
Merit: 100
I wish i could but neoscrypt seems to hate the setup of my miner
legendary
Activity: 1884
Merit: 1005
I think the value right now should be between 50-80 satoshi.

EDIT: By the way http://ufo.nut2pools.com is still looking for some miners Wink
full member
Activity: 194
Merit: 100
Seriously whoever is undercutting other sell orders by 10 satoshi (%16) on betashareX is an absolute idiot.

21M coins got sold at 2 and 1 satoshi :/
I know this coin is super niche but its way better than that. We have a good site, ufologists contributing to content, i hear a partnership trying to be made with a syndicated radio show (i bet i can guess who that is). 1 or 2 satoshi is retarded.
full member
Activity: 194
Merit: 100
now you see, nicely 'built' buys for people to sit ON TOP of and if anyone wants to sell, they dont undercut unduly.. now we just need some real buyers
legendary
Activity: 1884
Merit: 1005
Seriously whoever is undercutting other sell orders by 10 satoshi (%16) on betashareX is an absolute idiot.

21M coins got sold at 2 and 1 satoshi :/
full member
Activity: 194
Merit: 100
Seriously whoever is undercutting other sell orders by 10 satoshi (%16) on betashareX is an absolute idiot.
legendary
Activity: 910
Merit: 1000
I was implementing neoscrypt into sgminer last 3 days but at the end I got one error when I wanted to start sgminer so neoscrypt.cl needs some modifications or in some other place:
Quote
(get_global_id(0)% CONCURRENT_THREADS)];


 i have no idea but this has something to do with this:

get_global_id(0)% MAX_GLOBAL_THREADS
hero member
Activity: 561
Merit: 500
kittehcoin.info
I was implementing neoscrypt into sgminer last 3 days but at the end I got one error when I wanted to start sgminer so neoscrypt.cl needs some modifications or in some other place:
Quote
(get_global_id(0)% CONCURRENT_THREADS)];
legendary
Activity: 910
Merit: 1000
for guys who want to compile their own windows miner.
i made some correction to guide on ftc forum.
it is here for u all:

*******************
** Install MinGW **
*******************
1. Go to https://sourceforge.net/downloads/mingw
2. Download and execute mingw-get-setup.exe
3. Complete the installation wizard leaving default values
*********************
** Configure MinGW **
*********************
1. Launch the MinGW Installation Manager
2. Select Basic Setup on the left
3. Mark the following packages for installation: mingw-developer-toolkit, mingw32-base, mingw-gcc-g++, and msys-base
4. Select All Packages on the left
5. Mark the following packages for installation: mingw32-pthreads-w32 (dev), mingw32-libpdcurses (dev), mingw32-pdcurses (bin), msys-libopenssl (dev)
6. Click Installation > Apply Changes
7. Click Apply
8. Wait...
9. Click Close
10. Close MinGW Installation Manager
************************
** MinGW Post-Install **
************************
1. Check your Start menu for “MinGW Shell”
2. If the shortcut exists, continue to the next section, otherwise:
3. Navigate to C:\MinGW\msys\1.0\postinstall
4. Run pi.bat & answer the questions
5. Navigate to C:\MinGW\msys\1.0
6. Right-click msys.bat and click Copy
7. Click the Start button
8. Right-click All Programs and click Open
9. Right-click on the opened folder and click “Paste shortcut”
10. Right-click the new shortcut and click Properties
11. On the General tab, rename the shortcut to “MinGW Shell”
12. On the Shortcut tab, change Start in to C:\MinGW\msys\1.0\bin
13. Click OK
******************************
** Install GTK+ for Windows **
******************************
1. Visit http://sourceforge.net/projects/gtk-win/
2. Download and execute the gtk2-runtime installer
3. Complete the installation wizard leaving default values
4. Copy libglib-2.0-0.dll and intl.dll from C:\Program Files\GTK2-Runtime\bin to C:\MinGW\bin
************************
** Install pkg-config **
************************
1. Visit http://www.gtk.org/download/win32.php
2. Search for a version of pkg-config that includes both the Tool and Dev downloads
3. Click and download both the Tool link and the Dev link
4. Open the pkg-config zip file and extract the bin folder to C:\MinGW
5. Open the pkg-config-dev zip file and extract the share folder to C:\MinGW
*********************
** Install libcurl **
*********************
1. Visit http://curl.haxx.se/download.html#Win32
2. Look for the Win32 - Generic heading
3. Download the link that indicates both *libcurl* (not just binary) and *SSL*
4. Open the zip file and extract the lib, include, and bin folders to C:\MinGW
5. Edit C:\MinGW\lib\pkgconfig\libcurl.pc
6. Change "-lcurl" to "-lcurl -lcurldll"
************************
** Install libjansson **
************************
1. Visit http://www.digip.org/jansson/releases/
2. Download the latest .tar.gz file (not doc.tar.gz)
3. Open the .tar.gz file and extract the jansson folder to C:\MinGW\msys\1.0\home\USER (where USER is your user name)
4. Click Start and launch MinGW Shell
5. Type the following (replace X.X with actual version):
cd ~/jansson-X.X
./configure --prefix=/MinGW
make
make check
make install
***********************************************
* Copy CGMiner source to your MSYS working directory *
***********************************************
Copy CGMiner source code directory into:
\MinGW\msys\1.0\home\(folder with your user name)
* Install AMD APP SDK, latest version (only if you want GPU mining) *
Note: You do not need to install the AMD APP SDK if you are only using Nvidia GPU's
Go to this url for the latest AMD APP SDK:
http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/
Download and install whichever version you like best.
Copy the folders in \Program Files (x86)\AMD APP\include to \MinGW\include
Copy \Program Files (x86)\AMD APP\lib\x86\libOpenCL.a to \MinGW\lib
Note: If you are on a 32 bit version of windows "Program Files (x86)" will be
"Program Files".
Note2: If you update your APP SDK later you might want to recopy the above files
************************************************************
* Install AMD ADL SDK, latest version (only if you want GPU monitoring) *
************************************************************
Note: You do not need to install the AMD ADL SDK if you are only using Nvidia GPU's
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
Download and unzip the file you downloaded.
Pull adl_defines.h, adl_sdk.h, and adl_structures.h out of the include folder
Put those files into the ADL_SDK folder in your source tree as shown below.
\MinGW\msys\1.0\home\(folder with your user name)\cgminer-x.x.x\ADL_SDK

******************
* Build cgminer.exe *
******************
Run the MinGW MSYS shell
cd neo TAB enter
./autogen.sh
Make

*********************************
* Copy files to a build directory/folder *
*********************************
Make a directory and copy the following files into it. This will be your CGMiner
Folder that you use for mining. Remember the .cl filenames could change on later
releases. If you installed a different version of libcurl then some of those dll's
may be different as well.
cgminer.exe from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
*.cl from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
README from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
libcurl.dll from \MinGW\bin
libidn-11.dll from \MinGW\bin
libeay32.dll from \MinGW\bin
ssleay32.dll from \MinGW\bin
libpdcurses.dll from \MinGW\bin
pthreadGC2.dll from \MinGW\bin

hero member
Activity: 521
Merit: 500
UFO
Thank you, guys! You are the best! Lets get back on coinmarketcap now!
legendary
Activity: 910
Merit: 1000
Awesome @BetashareX for adding UFO! Smiley

ufo takes small steps, step by step to grow bigger!
legendary
Activity: 1884
Merit: 1005
Awesome @BetashareX for adding UFO! Smiley
legendary
Activity: 910
Merit: 1000
if you dont have big rigs to mine you can rent them:
https://www.miningrigrentals.com/rigs/neoscrypt


at this moment. we have 2 times more hash power than phoenixcoin!!

latest miner 3.7.7c for windows:.

http://www.filedropper.com/377c
hero member
Activity: 521
Merit: 500
UFO
I know man. I said 3 days - 2 left before I started a new thread. I heard bush had health problems so its no wonder why he is away now.

Folks, dont forget to give! We are trying to recruit an important UFO talk radio host so we need lots of UFOs!

Thats the donors list so far around 8 mil collected.

1. cisahasa - 5 mil UFOs
2. griffitj - 1 mil UFOs
3. Dockey - 1 mil UFOs
4. Unidentified donor - 300k UFOs
5. demoniality - 250k UFOs
6. UnisonZero - 138k UFOs
7. DOGEbubble - 100k UFOs
8. HippiTech - 80k UFOs
9. SiFi - 15k UFOs
10. AminerMiner - 14k UFos

11. Spekske - 10k UFOs


CARSQnZSNcUKFeJDkNEzadDENrC6t76hdk

member
Activity: 80
Merit: 10
Here are the links as compiled by cisahasa.

UFO Neoscrypt wallets
Windows
http[Suspicious link removed]

Mac
http://ufocoin.co/wp-content/uploads/qt_wallets/ufo-mac-0.8.8.1.dmg

Linux (64 Bit – beta)
http://http://ufocoin.co/wp-content/uploads/wallets/ufo-qt.gz

Miner Downloads
CPU Miner 2.4
https://www.feathercoin.com/dl/cpuminer-neoscrypt-win-2.4.zip

GPU Miner 3.7.7b
https://www.feathercoin.com/dl/cgminer-3.7.7b.neoscrypt.zip

NeoScrypt CPU miner (source)
https://github.com/ghostlander/cpuminer-neoscrypt

NeoScrypt GPU miner (source)
https://github.com/vehre/neo-gpuminer/

Pool modules
NOMP MultiHashing PR
https://github.com/zone117x/node-multi-hashing/pull/26

Stratum Algo Module
https://github.com/ahmedbodi/neoscrypt_python

Stratum Mining Repo
https://github.com/ahmedbodi/stratum-mining-multialgo

Resources
NeoScrypt, a Strong Memory Intensive Key Derivation Function (white paper)
https://www.feathercoin.com/dl/neoscrypt_v1.pdf

NeoScrypt - the latest proof of work algorithm (press release)
https://www.feathercoin.com/dl/neo-scrypt-press-release.pdf

NeoScrypt (source)
https://github.com/ghostlander/NeoScrypt

Mining Pools:

http://morehash.pw

http://dutchpool.org:19720/static/

---------------------------------------------------------------

I will start a new thread in a few days if the OP isnt updated. Just to let you know. At least its gonna be final this time...

thanks for the collection! I think would be better to create a new Topic, because the OP is the mainbase for information, also regarding new updates..

browsing all the pages here is a bit pain, to keep up to date Wink
legendary
Activity: 910
Merit: 1000
updating my miner to 3.7.7C
legendary
Activity: 910
Merit: 1000
try using -w instead of --worksize, i think later one is not supported

i tried one old low end gpu nvidia gt 8400 , -w 64 -I 10 , 1khs

you should post your configs and gpu model

you must have driver version    like 340.52  or you cant use neo

edit: sorry to say but your gpu is useless,
it has 5mhs hash rate mining bitcoin, it cannot be used even to scrypt mining, neo is far more than that..
if u have somehow mined scrypt, your hashes where never valid
your cellphone hash even way more hashing power than quatro fx 580

at last it worked with -w 64 -I 10
installed drivers: nVidia 3D Vision Controller 340.50 and nVidia Graphics 340.62
and yes, i know my gpu is like a brick but i use it for educational purposes

scrypt + cudaminer @ 8.0kh/s
neoscrypt + cgminer @ 2.3kh/s


wow, it really has better hashrate than i expected( expected like 0.1khs)
compared to your scrypt hash its doing quite well on neo, i think its because its old school workstation gpu
 Error -61: clCreateBuffer (padbuffer8)    ----     problem solved!
member
Activity: 101
Merit: 10
try using -w instead of --worksize, i think later one is not supported

i tried one old low end gpu nvidia gt 8400 , -w 64 -I 10 , 1khs

you should post your configs and gpu model

you must have driver version    like 340.52  or you cant use neo

edit: sorry to say but your gpu is useless,
it has 5mhs hash rate mining bitcoin, it cannot be used even to scrypt mining, neo is far more than that..
if u have somehow mined scrypt, your hashes where never valid
your cellphone hash even way more hashing power than quatro fx 580

at last it worked with -w 64 -I 10
installed drivers: nVidia 3D Vision Controller 340.50 and nVidia Graphics 340.62
and yes, i know my gpu is like a brick but i use it for educational purposes

scrypt + cudaminer @ 8.0kh/s
neoscrypt + cgminer @ 2.3kh/s
hero member
Activity: 521
Merit: 500
UFO
i dont think its the --worksize vs -w .. maybe we should ask Andre
legendary
Activity: 910
Merit: 1000
played with -I and --worksize but the same error appears:

[2014-10-28 17:46:06] Error -61: clCreateBuffer (padbuffer8)
[2014-10-28 17:46:06] Failed to init GPU thread 0, disabling device 0

update nvidia driver..?

i got same error with old nvidia when setting -w below 64

my driver is up to date, i have the latest cuda package installed also. my cudaminer worked flawlessly with scrypt but now ...

you need to use the new neoscrypt cgminer. Cudaminer wont work.

i am not using cudaminer after the neoscrypt switch. i do receive the error mentioned above with cgminer 3.7.7b

try using -w instead of --worksize, i think later one is not supported

i tried one old low end gpu nvidia gt 8400 , -w 64 -I 10 , 1khs

you should post your configs and gpu model

you must have driver version    like 340.52  or you cant use neo

edit: sorry to say but your gpu is useless,
it has 5mhs hash rate mining bitcoin, it cannot be used even to scrypt mining, neo is far more than that..
if u have somehow mined scrypt, your hashes where never valid
your cellphone hash even way more hashing power than quatro fx 580
Pages:
Jump to: