{"id":16865298,"url":"https://github.com/lesmiscore/lesmicoin","last_synced_at":"2026-05-15T12:31:26.529Z","repository":{"id":147866843,"uuid":"150834006","full_name":"Lesmiscore/lesmicoin","owner":"Lesmiscore","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-30T12:42:22.000Z","size":42636,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T01:40:48.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/Lesmiscore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","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-09-29T06:46:32.000Z","updated_at":"2018-12-25T04:15:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd9bcc48-01cf-40f2-a4d2-7512957d310c","html_url":"https://github.com/Lesmiscore/lesmicoin","commit_stats":null,"previous_names":[],"tags_count":208,"template":false,"template_full_name":null,"purl":"pkg:github/Lesmiscore/lesmicoin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2Flesmicoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2Flesmicoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2Flesmicoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2Flesmicoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lesmiscore","download_url":"https://codeload.github.com/Lesmiscore/lesmicoin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2Flesmicoin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":[],"created_at":"2024-10-13T14:46:38.455Z","updated_at":"2026-05-15T12:31:26.511Z","avatar_url":"https://github.com/Lesmiscore.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lesmicoin Core integration/staging tree\n=====================================\n\n\u003cimg src=\"https://cdn.rawgit.com/nao20010128nao/lesmicoin/master/lesmicoin.svg\" width=\"300px\"\u003e\n\n# Specs\n- Init. Reward: 10000 WTF\n- Decimals: 8\n- Block Time: 1 SECOND\n- Multiply rate: 1 month (It's not subsidy!)\n  - Max Supply is unlimited!\n- CoinBase transaction can be spent without maturing\n- Alternating Diff algorithm per 1 day\n  - Bitcoin Native -\u003e LWMA -\u003e DGW\n- SHA256d! Use ASIC! Fever!\n- Unit: `WTF`\n- Prefixes:\n  - Bech32 HRP: `lesmi`\n  - P2PKH: `Q`\n  - P2SH: `s`\n- No premine (Except for testing, but the chain was abandoned)\n  - Even the Genesis block have no value (even it can't be spent)\n\n# Warning and Notices\nWe do not pre-sale or premine, because this coin must not have any price.\nYou can request listing to the exchange by yourself, but dev don't support.    \nThis coin is made for fulfilling my crazy mind. Not made for investing, so MUST NOT INVEST for this coin.    \nThink of this coin as a scam, or a shitcoin. Mine this coin if you don't wish to earn.    \nDev is welcome to use this coin/chain for testing vulnerabilities existing in the application.\n\n\nWhat is Bitcoin?\n----------------\n\nBitcoin is an experimental digital currency that enables instant payments to\nanyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate\nwith no central authority: managing transactions and issuing money are carried\nout collectively by the network. Bitcoin Core is the name of open source\nsoftware which enables the use of this currency.\n\nFor more information, as well as an immediately useable, binary version of\nthe Bitcoin Core software, see https://bitcoincore.org/en/download/, or read the\n[original whitepaper](https://bitcoincore.org/bitcoin.pdf).\n\nLicense\n-------\n\nBitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more\ninformation or see https://opensource.org/licenses/MIT.\n\nDevelopment Process\n-------------------\n\nThe `master` branch is regularly built and tested, but is not guaranteed to be\ncompletely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created\nregularly to indicate new official, stable release versions of Bitcoin Core.\n\nThe contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).\n\nTesting\n-------\n\nTesting and code review is the bottleneck for development; we get more pull\nrequests than we can review and test on short notice. Please be patient and help out by testing\nother people's pull requests, and remember this is a security-critical project where any mistake might cost people\nlots of money.\n\n### Automated Testing\n\nDevelopers are strongly encouraged to write [unit tests](src/test/README.md) for new code, and to\nsubmit new unit tests for old code. Unit tests can be compiled and run\n(assuming they weren't disabled in configure) with: `make check`. Further details on running\nand extending unit tests can be found in [/src/test/README.md](/src/test/README.md).\n\nThere are also [regression and integration tests](/test), written\nin Python, that are run automatically on the build server.\nThese tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`\n\nThe Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.\n\n### Manual Quality Assurance (QA) Testing\n\nChanges should be tested by somebody other than the developer who wrote the\ncode. This is especially important for large or high-risk changes. It is useful\nto add a test plan to the pull request description if testing the changes is\nnot straightforward.\n\nTranslations\n------------\n\nChanges to translations as well as new translations can be submitted to\n[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).\n\nTranslations are periodically pulled from Transifex and merged into the git repository. See the\n[translation process](doc/translation_process.md) for details on how this works.\n\n**Important**: We do not accept translation changes as GitHub pull requests because the next\npull from Transifex would automatically overwrite them again.\n\nTranslators should also subscribe to the [mailing list](https://groups.google.com/forum/#!forum/bitcoin-translators).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesmiscore%2Flesmicoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesmiscore%2Flesmicoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesmiscore%2Flesmicoin/lists"}