{"id":37116646,"url":"https://github.com/smartpool/smartpool-client","last_synced_at":"2026-01-14T13:40:21.428Z","repository":{"id":57494525,"uuid":"84818891","full_name":"SmartPool/smartpool-client","owner":"SmartPool","description":"SmartPool client of SmartPool project","archived":false,"fork":false,"pushed_at":"2017-12-22T03:29:23.000Z","size":79336,"stargazers_count":52,"open_issues_count":11,"forks_count":18,"subscribers_count":17,"default_branch":"develop","last_synced_at":"2024-06-20T05:06:52.074Z","etag":null,"topics":["decentralization","ether","ethereum","mining","smartpool"],"latest_commit_sha":null,"homepage":"http://smartpool.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SmartPool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-13T11:29:11.000Z","updated_at":"2023-11-13T04:51:09.000Z","dependencies_parsed_at":"2022-09-02T19:51:05.743Z","dependency_job_id":null,"html_url":"https://github.com/SmartPool/smartpool-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/SmartPool/smartpool-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartPool%2Fsmartpool-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartPool%2Fsmartpool-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartPool%2Fsmartpool-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartPool%2Fsmartpool-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmartPool","download_url":"https://codeload.github.com/SmartPool/smartpool-client/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartPool%2Fsmartpool-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decentralization","ether","ethereum","mining","smartpool"],"created_at":"2026-01-14T13:40:20.299Z","updated_at":"2026-01-14T13:40:21.420Z","avatar_url":"https://github.com/SmartPool.png","language":"Go","readme":"# Smartpool - The first decentralized mining pool based on smart contract (alpha)\n[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/SmartPool/Lobby)\n\n## Ropsten testnet\n[Smartpool](http://smartpool.io) is [live on Ropsten testnet](https://ropsten.etherscan.io/address/0xf7d93bcb8e4372f46383ecee82f9adf1aa397ba9).\nThis repository consists of the client software.\nThe smart contract repository is [here](https://github.com/SmartPool/contracts).\n\n### Requirements\n#### OS\nThe client is currently tested only on Mac OS and Ubuntu.\n\n#### Golang compiler\n[Golang compiler](https://golang.org/) version 1.7 or higher.\n\n#### Parity client\n[Ethereum Parity client](https://github.com/paritytech/parity/releases) version 1.5.9 or higher.\n\n#### Geth client\n[Ethereum Geth client](https://github.com/ethereum/go-ethereum) needs to be compiled from source.\n\n#### Ethminer\nWe support CPU and GPU mining with [ethminer](https://github.com/ethereum-mining/ethminer) version 1.2.9 or higher.  Current versions do not do CPU mining so an older version is necessary to CPU mine on testnet.\n\n#### ETH balance\nTo run smartpool you must have a Ropsten testnet account with least 0.5 Ether. You can get testnet Ethers from [metamask faucets](https://faucet.metamask.io/) or ping us on our [gitter channel](https://gitter.im/SmartPool/Lobby).\n\n*Note:* To get Ether from metamask faucet, you need to install metamask browser add-on.\n\n\n#### Installation\n1. `git clone https://github.com/SmartPool/smartpool-client.git`\n2. `cd smartpool-client`\n3. `./compile.sh`\n\n*Note:* If you are on MacOS, there is a issue with Go and XCode 8.3 that might make you see `killed     ./smartpool` error. To fix this issue, please run `build/env.sh go build -o smartpool -ldflags -s cmd/ropsten/ropsten.go` instead of ./compile.sh.\n### Running\n1. Run Geth on Ropsten testnet: `geth --testnet --fast --rpc --rpcapi \"db,eth,net,web3,miner\"` or Parity: `parity --chain ropsten --jsonrpc-apis \"web3,eth,net,parity,traces,rpc,parity_set\"`\n2. Run smartpool client `./smartpool --keystore keystore_path --miner account`.\nWhere\n- `keystore_path` is a path to a directory that contains your account key. E.g., `$HOME/.local/share/io.parity.ethereum/keys/kovan/`.\n- `account` is the address of your account. E.g., `0x2ba80fe2811f8e0ea5eabf8e07697f7e9f5ae56c`.\n- E.g., `./smartpool --keystore ~/Library/Ethereum/testnet/keystore --miner 0xe034afdcc2ba0441ff215ee9ba0da3e86450108d`.\n3. Enter your key passphrase.\n4. Run `ethminer -F localhost:1633` or `ethminer -G -F localhost:1633` if you mine with your GPU.\n\n## Kovan testnet\n\n[Smartpool](http://smartpool.io) was [live on Kovan testnet](https://kovan.etherscan.io/address/0x0398ae5a974fe8179b6b0ab9baf4d5f366e932bf) altough since Kovan is PoA rather than PoW mining had to be faked.  Smartpool no longer runs on Kovan, Ropsten must be used instead.\n\n## Support\nContact us at [gitter](https://gitter.im/SmartPool/Lobby) for support.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartpool%2Fsmartpool-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartpool%2Fsmartpool-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartpool%2Fsmartpool-client/lists"}