-
Serde (well, really just serde-json for now) now has arbitrary-precision numerics support in its latest release! 🎊 It might thus be time to migrate to using the latest version of serde, removing the d…
-
Ubuntu 18, clang 10
`CC=clang-10 wasm-pack build --dev -- -v`
fail with
```
cargo:warning=In file included from bitcoin/src/utilstrencodings.cpp:6:
cargo:warning=bitcoin/src/utilstrencodings.h:…
-
Receiving this error but appears to be processing:
Error getting the transaction 87fb8b37fa34284f6e6e41bd06e64bdad9448a84c71937fe5b719649944268e6 : Could not extract response: no suitable HttpMessage…
-
Hi
I am able to start application when I hit localhost:8080
I see Blocks in bitcoincore: n/a
Blocks in neo4j : na all are shown as n/a
no blocks to process
But I see that…
-
Everything seems to work with the binary, but when I install from source using Poetry then
`enumerate` returns an empty array. That suggest a silent failure somewhere. Any guesses?
```
$ poetry …
Sjors updated
4 years ago
-
My node is fully sync'd and operational (I've confirmed via commands with ssh) and I'm hoping to now use python-bitcoinrpc to interact with my node. Unfortunately I didn't get very far. Here is the co…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.1.0b12+commit.a01cdc8
* OS: osx
* Python Version (output of `python --version`): Python 3.7.4
* Environment (output of `p…
-
After I run the YetiCold.py script (python3 ~/yeticold/scripts/YetiCold.py), a new window in my web browser opens up and gives me the error "This site can’t be reached. localhost refused to connect."
…
-
My node is fully sync'd and operational (I've confirmed via commands with ssh) and I'm hoping to now use python-bitcoinrpc to interact with my node. Unfortunately I didn't get very far. Here is the co…
-
I just tried creating a raw transaction that sends a single large input to a new address with 0 fee. It was rejected with:
```
error: {"code":-22,"message":"TX rejected"}
```
but the transaction wa…