Skip to content

btclinux/ergo-nomp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

557 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NO PAYOUTS AT THIS MOMENT !!! SOLO MINING ONLY

Set up Ergo node https://github.com/ergoplatform/ergo/wiki/Set-up-a-full-node

ergo.conf:

ergo {
  node {
    mining = true
  },
}

scorex {
 restApi {
    apiKeyHash = "YOUR_API_KEY_HASH"
  }
}

Start Ergo node

screen -dmS ergo java -jar ergo-4.0.12.jar --mainnet -c ergo.conf

Unlock the wallet

curl -X POST "http://127.0.0.1:9053/wallet/unlock" -H "accept: application/json" -H "api_key: YOUR_API_KEY" -H "Content-Type: application/json" -d "{\"pass\":\"WALLET_PASSWORD\"}"

Get wallet address

curl -X GET "http://127.0.0.1:9053/wallet/addresses" -H "accept: application/json" -H "api_key: YOUR_API_KEY"

Set up NVM https://github.com/nvm-sh/nvm#installing-and-updating

nvm install v12.22.3
nvm use v12.22.3

Edit config.json in root of this repository and ergo.json in pool_configs directory. Detailed config values description here https://github.com/mhssamadani/ErgoStratumServer/blob/master/start.js

Set up dependencies

npm update

Run the pool

screen -dmS pool node init.js

ENJOY :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.9%
  • HTML 42.9%
  • Other 1.2%