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: over 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T06:34:08.000Z (over 8 years ago)
- Last Synced: 2025-03-27T14:46:52.610Z (over 1 year ago)
- Topics: iota, nonce, pearldiver, trytes
- Language: Python
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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?