{"id":15463464,"url":"https://github.com/ntamvl/generate_ethereum_wallets","last_synced_at":"2026-05-04T02:33:21.468Z","repository":{"id":83971094,"uuid":"126943777","full_name":"ntamvl/generate_ethereum_wallets","owner":"ntamvl","description":"Generate Ethereum Wallets","archived":false,"fork":false,"pushed_at":"2018-03-30T03:47:00.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T11:25:51.496Z","etag":null,"topics":["ethereum","ruby","wallets"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/ntamvl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-27T07:07:11.000Z","updated_at":"2024-02-21T10:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"59630f35-d32f-4a97-9a66-11966490ff66","html_url":"https://github.com/ntamvl/generate_ethereum_wallets","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"5fc26d4bd57df671e9d8241ddcb16b50aabe8866"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ntamvl/generate_ethereum_wallets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntamvl%2Fgenerate_ethereum_wallets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntamvl%2Fgenerate_ethereum_wallets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntamvl%2Fgenerate_ethereum_wallets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntamvl%2Fgenerate_ethereum_wallets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntamvl","download_url":"https://codeload.github.com/ntamvl/generate_ethereum_wallets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntamvl%2Fgenerate_ethereum_wallets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ethereum","ruby","wallets"],"created_at":"2024-10-02T00:21:16.954Z","updated_at":"2026-05-04T02:33:21.447Z","avatar_url":"https://github.com/ntamvl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Ethereum Wallets\n\n## Need to install\n- rbenv\n- Ruby 2.4.3\n- Ethereum Wallets (https://github.com/ethereum/mist)\n\n## Install rbenv and Ruby 2.4.3\n**on macOS:**\n```bash\nbrew install rbenv ruby-build\n\n# Add rbenv to bash so that it loads every time you open a terminal\necho 'if which rbenv \u003e /dev/null; then eval \"$(rbenv init -)\"; fi' \u003e\u003e ~/.bash_profile\nsource ~/.bash_profile\n\n# Install Ruby\nrbenv install 2.4.3\nrbenv global 2.4.3\nruby -v\n```\n\n**on Ubuntu:**\n```bash\ncurl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\ncurl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\necho \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n\nsudo apt-get update\nsudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev nodejs yarn\n\ncd\ngit clone https://github.com/rbenv/rbenv.git ~/.rbenv\necho 'export PATH=\"$HOME/.rbenv/bin:$PATH\"' \u003e\u003e ~/.bashrc\necho 'eval \"$(rbenv init -)\"' \u003e\u003e ~/.bashrc\nexec $SHELL\n\ngit clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build\necho 'export PATH=\"$HOME/.rbenv/plugins/ruby-build/bin:$PATH\"' \u003e\u003e ~/.bashrc\nexec $SHELL\n\nrbenv install 2.4.3\nrbenv global 2.4.3\nruby -v\n```\n\nThe last step is to install Bundler\n```bash\ngem install bundler\n```\n`rbenv` users need to run `rbenv rehash` after installing bundler.\n\n\n## How to run\n**Clone source and install dependencies:**\n```bash\ncd\ngit clone https://github.com/ntamvl/generate_ethereum_wallets.git\ncd generate_ethereum_wallets\nbundle install\n```\n\n**update `.env` config**\n```\nETHER_HOME=/Users/tamnguyen/Library/Ethereum\nETHER_HOST=http://127.0.0.1:8545\nMAX_WALLET_COUNT=2\nWALLET_PASSWORD=your_wallet_password\n```\n\nexplain variable in `.env`:\n- ETHER_HOME: home folder of Ethereum Wallets\n- ETHER_HOST: address of ethereum jsonrpc\n- MAX_WALLET_COUNT: number of wallets to generate\n- WALLET_PASSWORD: wallets password\n\n**run:**\n```bash\nchmod +x start.sh\n./start.sh\n```\n\n**how to export csv:**\n```bash\nchmod +x export.sh\n./export.sh\n```\n\nEnjoy :D\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntamvl%2Fgenerate_ethereum_wallets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntamvl%2Fgenerate_ethereum_wallets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntamvl%2Fgenerate_ethereum_wallets/lists"}