Skip to content
/ Miner Public
forked from hufo2/Miner

Blockchain Mining to Support Your Favorite Streamer!

Notifications You must be signed in to change notification settings

Utorian/Miner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miner

FAQ

This is WIP and not ready for use...

For Developers

Project Setup

  • Clone this repro
  • Run SyncDependencies.bat
  • (Optional) Install Setup Project support
    • Otherwise simply Remove the project from the solution (please don't check in the change to the solution)
  • (Optional) Build xmr-stak-c then xmr-stak-cpu
    • May require installing Windows SDK for UWP and C++ for Visual Studio
    • Requires CMake
    • Then build xmr-stak-c, then cpu
  • Set the startup project to Miner.App.UI.WPF
  • Run

Sync your forked repository

Do this frequently if you are making changes. Each project will need occasional syncing.

  • Change directory to your local repository.
  • Switch to master branch if you are not git checkout master
  • Add the parent as a remote repository, git remote add upstream https://github.com/hardlydifficult/Miner.git
  • Issue git fetch upstream
  • Issue git rebase upstream/master
  • Check for pending merges with git status
  • Issue git push origin master

https://stackoverflow.com/a/31836086

Building

For each build:

  • Increment the versions
    • Miner -> Properties (right click menu) -> Application -> Assembly Information -> Assembly Version
    • Miner Installer -> Properties (the panel) -> Version
  • Rebuild both Miner and MinerSetup
  • (HD only) To Publish:
    • Run Deploy.bat (updates UAC permissions and moves the MSI for publishing and prompts for version)
    • Push the site

From: https://stackoverflow.com/questions/4080131/how-to-make-a-setup-work-for-limited-non-admin-users

About

Blockchain Mining to Support Your Favorite Streamer!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.4%
  • HTML 36.7%
  • Visual Basic .NET 5.6%
  • JavaScript 4.9%
  • Batchfile 0.4%