- Create a virtual environment for your project
$ virtualenv lnd
- Activate the virtual environment
$ source lnd/bin/activate
| # ElectroDoodle TRNG-N1 │ rgb_bitdist| 2| 100000| 100|0.25684952| PASSED | |
| SUBSYSTEM=="tty", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", SYMLINK+="hwrng", RUN+="/usr/bin/stty -F /dev/%k 115200 raw", T│ rgb_bitdist| 3| 100000| 100|0.39832547| PASSED | |
| AG+="uaccess" |
| var WebsocketClient = require('websocket').client, | |
| colors = require('colors'), | |
| sprintf = require('sprintf-js').sprintf; | |
| var ws = new WebsocketClient(); | |
| var asks = bids = {}; | |
| var now = function () { | |
| var date = new Date(); | |
| return sprintf("%02d:%02d:%02d", date.getHours(), date.getMinutes(), date.getSeconds()); |
| Verifying that +takinbo is my blockchain ID. https://onename.com/takinbo |
| {'downloader/exception_count': 1801, | |
| 'downloader/exception_type_count/twisted.internet.error.ConnectionRefusedError': 4, | |
| 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 5, | |
| 'downloader/exception_type_count/twisted.web._newclient.ResponseNeverReceived': 1792, | |
| 'downloader/request_bytes': 8780679, | |
| 'downloader/request_count': 10100, | |
| 'downloader/request_method_count/GET': 2, | |
| 'downloader/request_method_count/POST': 10098, | |
| 'downloader/response_bytes': 12366649, | |
| 'downloader/response_count': 8299, |
| group = core | |
| admin-port = 13000 | |
| admin-password = *** | |
| admin-allow-ip = "*.*.*.*" | |
| box-allow-ip = "*.*.*.*" | |
| smsbox-port = 13001 | |
| group = smsbox | |
| bearerbox-host = bearerbox | |
| sendsms-port = 13013 |
| Verifying that +takinbo is my Bitcoin username. You can send me #bitcoin here: https://onename.io/takinbo |
I hereby claim:
To claim this, I am signing this object:
| import requests | |
| import json | |
| class Diffbot(object): | |
| """ | |
| A simple Python interface for the Diffbot api. | |
| Relies on the Requests library - python-requests.org | |
| Usage: |