Chris Priest

Results 16 issues of Chris Priest

I already sent an email to `[email protected]` asking for an account on the whatwg wiki: https://wiki.whatwg.org/wiki/MetaExtensions

right now the private key is just shown, it should be obscured in some way

The variable name `pchMessageStart` comes from the variable name in the bitcoin C++ code: https://github.com/dashpay/dash/blob/master/src/chainparams.cpp#L115 https://github.com/dogecoin/dogecoin/blob/master/src/chainparams.cpp#L82 This allows this library to work on altcoins. To use with litecoin: >>> ltc=Blockchain('/media/chris/3033-6537/litecoin/blocks',...

enhancement

bug discovered here: https://forum.bitcore.io/t/bitcore-is-making-invalid-addresses/1533/6

It seems the Mnemonic class only can generate new from thin air, but from an already existing xpriv. I have an xpriv that has been generated, from that xpriv, I...

This explorer is pretty good but there is one feature that it is missing, and tat is "push_tx". This should be a pretty easy thing to implement. Just set up...

enhancement

The latest version on pypi is 1.1.42, last updated Jan 11, 2016 Can someone make a release so the new zcash style addresses are possible with the version installed from...

This is the same as if I used `ipython` as if I used `ipython3` ``` $ sudo pip3 install -U pybitcointools $ ipython3 >>> from bitcoin import history >>> history('1PZ3Ps9RvCmUW1s1rHE25FeR8vtKUrhEai')...

I use a black background with my terminal program, which is works great with django, but messes up with devserver. The SQL queries get printed in black which blends in...