Skip to content

Enecuum/android-miner-app

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

android-miner-app

This is a so-called "white label" mining application for Enecuum Network. It can be used for creating dedicated mining apps for specific mining tokens issued in Enecuum blockchain network.

To configure the application before building and using it, you need to write several values to the assembly files:

  1. Token hash at app/build.gradle instead of 000...000 hash
buildConfigField "String", "TOKEN", "\"0000000000000000000000000000000000000000000000000000000000000000\""
  1. Ticker and App name at res/values/strings.xml (and other languages)
<!ENTITY ticker "COIN">
<!ENTITY name "Coin">
<!ENTITY logo "Wallet">
<!ENTITY url "https://www.coin.example">

Also it's necessary to replace urls for your documents and other resources.

About

White label mining application for Enecuum network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages