-
Like title :
```
TypeError: getsockaddrarg: AF_INET6 address must be tuple, not int
```
FaSan updated
9 years ago
-
I have my private key and public key.
how i can use this library to create transaction and push it with my nodes..
Regards,
-
Traceback (most recent call last):
File "showtime.py", line 4, in
import config
File "/home/pi/SHOWtime/config.py", line 11, in
"password": open("bitcoinrpc_password.txt", "r").read().re…
-
I'd like Jenkins to run tests against the windows binaries.
I've prepared a windows instance with 0.0.9.1 binaries @ 52.11.127.145 - it's just catching up the blockchain from my last image - if @dexX…
-
I cannot seem to build the litecoind file. I have done the command "make -f makefile.osx" and I get the error in the title. This is my full console log:
/bin/sh ../share/genbuild.sh obj/build.h
llvm-…
-
Yesterday I updated (clean install) my mac to the latest OS X (10.9.2) and tried to build litecoind with no success. I am using homebrew to install the dependencies:
```
brew install automake autoco…
-
```
3.14.33-2-ARCH #1 SMP Mon Feb 16 13:40:54 MST 2015 armv7l GNU/Linux
```
I would like to run mintcoind 247 on my Cubox but I'm getting the following build error:
```
scrypt_mine.cpp:32:23: fatal …
ghost updated
9 years ago
-
You seemed to have not put in an option for SSL in your default config.
Why is this?
Is it because you implemented in the stratum proxy?
I am currently trying to get SSL working with the values …
-
Python version: Python 2.7.8
All dependencies installed via pip then ran git submodule update --init without sudo
Error:
from: can't read /var/mail/conf
from: can't read /var/mail/bitcoinrpc.authpro…
-
Maybe I misunderstand it, but currently vote increment for hashtag is calculated as 1.0/(message age), and as twister refreshes messages periodically it leads to infinite growth of total vote because …