Bitcoin Forum
May 05, 2024, 05:35:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 »
  Print  
Author Topic: UFO Coin New Team, Client, Future Plans and NeoScrypt  (Read 55857 times)
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
October 29, 2014, 04:31:10 PM
Last edit: October 29, 2014, 09:28:19 PM by cisahasa
 #501

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

The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714887317
Hero Member
*
Offline Offline

Posts: 1714887317

View Profile Personal Message (Offline)

Ignore
1714887317
Reply with quote  #2

1714887317
Report to moderator
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
October 30, 2014, 11:58:53 AM
 #502

Awesome @BetashareX for adding UFO! Smiley

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
October 30, 2014, 12:08:31 PM
 #503

Awesome @BetashareX for adding UFO! Smiley

ufo takes small steps, step by step to grow bigger!

daimyo
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


UFO


View Profile
October 30, 2014, 03:32:46 PM
 #504

Thank you, guys! You are the best! Lets get back on coinmarketcap now!

Value does not exist outside of human consciousness
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
October 30, 2014, 09:12:25 PM
 #505

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


majsta
Hero Member
*****
Offline Offline

Activity: 561
Merit: 500


kittehcoin.info


View Profile
October 30, 2014, 09:34:11 PM
 #506

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)];

cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
October 30, 2014, 09:59:42 PM
Last edit: October 30, 2014, 10:25:07 PM by cisahasa
 #507

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

demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 30, 2014, 11:41:36 PM
 #508

Seriously whoever is undercutting other sell orders by 10 satoshi (%16) on betashareX is an absolute idiot.

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
October 31, 2014, 12:18:47 AM
 #509

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 :/

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 31, 2014, 12:40:29 AM
 #510

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

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 31, 2014, 12:44:00 AM
 #511

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.

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
October 31, 2014, 12:45:37 AM
 #512

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

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 31, 2014, 12:52:26 AM
 #513

I wish i could but neoscrypt seems to hate the setup of my miner

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
October 31, 2014, 12:54:36 AM
 #514

I wish i could but neoscrypt seems to hate the setup of my miner

Whats your problem? Maybe I can help you.

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 31, 2014, 01:34:59 AM
 #515

thanks for the kind offer but for now i haven't got time to fiddle with it so i'll have to leave it

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
daimyo
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


UFO


View Profile
October 31, 2014, 06:02:10 AM
 #516

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 :/

thanks to whoever sold them at 1 and 2... i got them Cheesy

Value does not exist outside of human consciousness
acckill
Sr. Member
****
Offline Offline

Activity: 343
Merit: 250


View Profile
October 31, 2014, 09:26:49 AM
 #517

I got 800000 for sale for 0.3 btc send me a pm if you want them
cisahasa
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
October 31, 2014, 11:43:21 AM
 #518

there is some chaotic trade days still to come until price finds its rightful level..

ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
October 31, 2014, 01:26:03 PM
 #519

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 :/

thanks to whoever sold them at 1 and 2... i got them Cheesy

Ive also managed to get some at 1 satoshi Wink

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
demoniality
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
October 31, 2014, 04:19:29 PM
Last edit: October 31, 2014, 04:48:24 PM by demoniality
 #520

Someone's set a 23 satoshi sell underneath a 41 i mean!? I swear you will never find a dumber market.

ufo: C9icQvu4T4Jo6QpmnP1dgQW5ru1BfPJ4sV
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!