GithubHelp home page GithubHelp logo

buypolarbear / 0xbitcoin-miner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xbitcoin/0xbitcoin-miner

0.0 1.0 0.0 916.98 MB

Mine the 0xbitcoin RC20 token using a command line NodeJS application

Home Page: http://0xbitcoin.org

JavaScript 9.85% Python 1.50% Makefile 6.22% C 51.24% C++ 13.63% Cuda 17.05% M4 0.51%

0xbitcoin-miner's Introduction

0xBitcoin ERC20 Token Miner

Solves proof of work to mine supported ERC20 tokens.

Update 1.5.23 - 1000X CPU Pool Mining

This new build uses the C++ addon to accelerate the CPU mining one-thousand fold. Pool mine with the command 'pool mine'. Select a different pool with 'pool select http://...'. Keep in mind that this update will migrate all vault data to a new and improved version so be sure to back up your private keys. 1.5.20 fixes bugs with solo mining and adds 'test mine' command.

Official Releases Downloads

Download Packaged Releases

Building from Source

Setup (Windows/Linux)

  1. Install NodeJS 8.9
  2. Run 'npm install yarn -g' to install yarn package manager
  3. Clone/download the project
  4. Open a terminal, cd into the project folder and run 'yarn' to install dependencies
  5. Run the command 'npm run build' to build C files with node-gyp
  6. Start the miner with 'node index.js'

Setup (Mac)

  1. Install Homebrew & NodeJS 8.9
  2. Run 'brew install yarn' to install yarn package manager
  3. Clone/download this project
  4. Open a terminal, cd into the project folder and run 'yarn'
  5. Run the command 'npm run build' to build C files with node-gyp
  6. Start the miner with 'node index.js'

Commands

  {commands}
  "help" - Show the help menu

  "account new" - Create a new mining account
  "account list" - List all mining accounts
  "account select 0x####" - Select a primary mining account by address
  "account balance" - List the ether and token balance of your selected account

  "contract list" - List the selected token contract to mine
  "contract select 0x####" - Select a PoW token contract to mine

  "config gasprice #" - Set the gasprice used to submit PoW to the token smartcontract
  "config cpu_threads #" - Set the number of CPU cores to use for mining
  "config web3provider http://----:####" - Set the web3 provider url for submitting ethereum transactions

  "pool mine" - Begin mining into a pool
  "pool list" - List the selected mining pool
  "pool select http://####.com:####" - Select a pool to mine into

  "mine" - Begin mining solo, directly into the smartcontract

Getting Started

  1. Build a new mining account with 'account new'
  2. View the private key with 'account list'
  3. Write down these credentials
  4. Mine 0xbitcoin tokens with the command 'mine'

Note that IF SOLO MINING it is necessary to fill the mining account (it is an Ethereum account) with a small amount of ether. Typically 0.005 eth is good enough to get started. The ether is used for gas to make function calls to the token smart contract when your miner finds a solution to the Proof of Work. When the gas is spent that means that you have found a solution! If you were the first to find it, you will be rewarded with 0xbitcoin tokens. (See the block explorer for typical gas prices at the current moment.)

Pool Mining

  • You can mine into a pool with the command 'pool mine'
  • When mining into a pool, your gasprice does not matter and you will pay NO GAS FEES
  • Every pool is different so consult each pool owner. Typically, pools will offer a token withdraw mechanism or automatically send tokens to your address on a periodic basis or when a limit is reached

Vault Datafiles

(requires 'show hidden files and folders')

Stored at:

  • Windows '/Users/{user}/Appdata/Roaming/.0xbitcoin'

  • Mac '/home/{user}/Library/Preferences/.0xbitcoin'

  • Linux '/home/{user}/.0xbitcoin'

Testing

npm run test

Credits

  1. Zegordo (Developed the accelerated CPU Miner)

     ETH address [0x8AE981d92875C88f713600EB7dC4D23FA7E0E621]
    

Tokens that can be mined using Proof of Work:

  1. 0xBitcoin token - http://0xbitcoin.org - https://github.com/0xbitcoin/0xbitcoin-token

0xbitcoin-miner's People

Contributors

ethereumdegen avatar

Watchers

 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.