-
Running `blockstack price larry.id` doesn't return the price (nothing seems to happen) on the block explorer server. After waiting for ~5 minutes and killing the running command, there was the followi…
-
BTC address: '1DcKRUKGKt5bwi3mtFNNEuufp6DFxEBR9C'
Private Key: 'fb8c80c0d5af5c14e3b19265bf4c1fef00a457933b2022d145694a541549acaf'
I have a private key and I want to get the BTC address, this is what …
-
```
import hashlib
import sys
sys.path.append('../protocoin')
from protocoin import keys
def brainwallet(num_bytes):
hashobj = hashlib.sha256("my super secret password seed")
return hashobj.…
-
hey guys,
when i run *\* blockstore-cli preorder XXX privkey *\* , terminal shows :
{
"error": "UnboundLocalError: local variable 'secret_exponent' referenced before assignment",
"tracebac…
-
When I register a key-value pair, first preorder the name, I get a error information.
blockstore-cli preorder swiftonsecurity N876Ywf8bL5JWMPbHvjHP2AaSF1Ap8Wg4qAn9AAiQbmYFWPh2vqe
{
"error": "Unbo…
-
Feathercoin Core 0.9.3 wallet have support OP_RETURN , I think FTC and BTC are the same. How to support Feathercoin?
I change RPC port 8332 to 9337, blockstore start OK and blockstore-cli Error.
…
-
I am trying to learn EC/crpytography and this tool is very useful but I am little confused, given
BN_bin2bn(private_key.data, BITCOIN_PRIVATE_KEY_SIZE, &private_key_bn);
EC_POINT_mul(group, ec_publi…
-
This does not work:
```
i = int('0140faf3bac00007fb24bfb2c9cd55dd15de5b892c06317c6cacedbd6a25f802', 16)
key = BitcoinPrivateKey(private_key=i)
```
The is_int function from utilitybelt only checks fo…