Kristov Atlas

Results 99 issues of Kristov Atlas

Most domain variants in my experience are boring squatted domains, and could be easily differentiated with a simple HTTP request to `http://example.com/`. This could be further extended to support customization...

enhancement

This would summarize the total number of domains seen and new ones found over a given period, e.g. a day. This could be run as another cron job, serving the...

enhancement

Some unit tests would be helpful. This is easiest with database-related stuff; network behavior is slower and thus less convenient to unit test.

enhancement

Something I noticed when suffering from #9 is that the number of domain variants within a short period of time is inconsistent. This is probably some DNS quirk but might...

If an alert email fails to send, the newly found domains will be marked as "found" and won't be considered for an alert during the next invocation. Some possible solutions:...

Has anyone seen a good heuristic for identifying transactions generated by the old SharedCoin service? Looking back over my old code when I was researching this, my naive heuristic was...

Nitpick: `_quorumNumerator` is not initialized in GovernorVotesQuorumFraction and if not set first will default to Solidity's default integer value (currently zero). Consider setting the value explicitly to `0` in order...

Related: https://github.com/bitcoin/bitcoin/issues/4007 I'm assuming this is non-trivial to do, but I wish that gettxout could return data for spent outputs. This would allow me to compute, for example, the height...

Feature
UTXO Db and Indexes
RPC/REST/ZMQ

## Description Some possible checks might include * Proposed timestamp does not occur prior to previous block's timestsamp * Timestamp is within x ms of previous block

security

``` bash $ ./bitmonerod bash: ./bitmonerod: cannot execute binary file ```