Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlouielu/iota-pearldiver
IOTA transaction nonce searcher in Python implement
https://github.com/mlouielu/iota-pearldiver
iota nonce pearldiver trytes
Last synced: about 1 month ago
JSON representation
IOTA transaction nonce searcher in Python implement
- Host: GitHub
- URL: https://github.com/mlouielu/iota-pearldiver
- Owner: mlouielu
- License: mit
- Created: 2018-01-08T15:50:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T06:34:08.000Z (almost 7 years ago)
- Last Synced: 2024-08-08T16:53:47.479Z (3 months ago)
- Topics: iota, nonce, pearldiver, trytes
- Language: Python
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Photo by GEORGE DESIPRIS from Pexels https://www.pexels.com/photo/man-in-santa-claus-costume-with-diving-gear-inside-aquarium-731141/](https://i.imgur.com/6SdlHMw.jpg)
IOTA-PearlDiver
===============IOTA transaction nonce searcher python implement
How to use
==========Clone this repository and use `pipenv install`, `pipenv shell`.
Or
`python -m pip install pearldiver`
TODO
====Why the hell pypy is slower than CPython?