GithubHelp home page GithubHelp logo

mylocyrus / coin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ufasoft/coin

0.0 0.0 0.0 2.89 MB

Multicurrency Bitcoin/Litecoin/xCoin client

Home Page: http://ufasoft.com/coin

License: GNU General Public License v3.0

C++ 74.18% C 6.39% Common Lisp 0.98% C# 16.29% Assembly 1.63% M4 0.52%

coin's Introduction

Ufasoft Multi-currency Bitcoin Client and Miner

Web: http://ufasoft.com/coin

Forums: http://forum.ufasoft.com/forum/index.php?board=6.0 https://bitcointalk.org/index.php?topic=3486.0 https://bitcointalk.org/index.php?topic=58821.0

Miner Manual

coin-miner {-options} Options: -a scrypt|sha256|prime| hashing algorithm (scrypt, prime or sha256), or time between getwork requests 1..60, default 15 -A user-agent Set custom User-agent string in HTTP header, default: Ufasoft bitcoin miner -g yes|no set 'no' to disable GPU, default 'yes' -h this help -i index|name select device from Device List, can be used multiple times, default - all devices -I intensity Intensity of GPU usage [-10..10], default 0 -l yes|no set 'no' to disable Long-Polling, default 'yes'\n" -o url in form (http | stratum+tcp | xpt+tcp)://username:[email protected]:port/path, by default http://127.0.0.1:8332 -t threads Number of threads for CPU mining, 0..256, by default is number of CPUs (Cores), 0 - disable CPU mining -T temperature max temperature in Celsius degrees, default: 80 -v Verbose output -x type=host:port Use HTTP or SOCKS proxy. Examples: -x http=127.0.0.1:3128, -x socks=127.0.0.1:1080

Windows build Instruction for Visual Studio 2017..2019

  1. Download 3rd-party Libraries:

    OpenSSL http://www.openssl.org/source/openssl-1.0.1e.tar.gz MPIR http://www.mpir.org/mpir-2.6.0.tar.bz2 SQLite http://sqlite.org/sqlite-amalgamation-3071502.zip Jansson http://www.digip.org/jansson/releases/jansson-2.4.tar.bz2

    Create .vcxproj files for them and build these LIBs

    For GPU support you need: AMD APP SDK http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/ AMD Display Library (ADL) SDK http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ CUDA SDK for NVidia cards https://developer.nvidia.com/cuda-downloads

  2. Add directories with OpenSSL, SQLite header files to the coineng.vcxproj's INCLUDE list.

  3. Add direcories with built .lib files to the coineng.vcxproj's linker settings

  4. Build coineng.vcxproj. It results to coineng.exe and coineng.tlb files.

  5. coineng.tlb is required to build WPF UI coin.exe.

To run the entire application all .exe/.dll files of used libs should be in the same directory.

======================== This software is free. Bitcoin address for donations: 18X598V8rVdjy3Yg1cjZmnnv4SpPthuBeT Donating will help to improve this project.

coin's People

Contributors

ufasoft avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.