-
Right now, we can choose b/w Bitcoin Testnet and Mainnet; I wanted to check if there is any plan to add a custom signet option with RPC.
-
Getting Started - Bitcoin Fullnode and Python Programming
OK so you have your #fullnode but now what? You want to be able to program with it of course.
You can use the Bitcoin RPC directly howeve…
ghost updated
8 years ago
-
many methods are missing, any eta on the implementation?
I was interested in addnode for example
thanks
-
This may first require something like https://github.com/bitcoin-dev-project/warnet/issues/272 so that activity is outsourced locally to the nodes, rather then relying on roundtrips from `rpc-0`.
-…
-
When testing the connection to my own node the logs show the following output:
```Connecting to http://192.168.0.103:8332...
Connecting to Bitcoin Core node at http://192.168.0.103:8332...
The co…
-
Authentication in the example did not work for me:
`# rpc_user and rpc_password are set in the bitcoin.conf file`
`rpc_connection = AuthServiceProxy("http://%s:%s@127.0.0.1:8332"%(rpc_user, rpc_pass…
ghost updated
5 years ago
-
If so, I could implement it, so that it wouldn't fail when doing requests to JsonRPC 1.0. (I'll test it on Bitcoin RPC node).
It's mostly useful for Bitcoin RPC I guess, as it's very popular use-ca…
-
The following tests occasionally fail and we need to figure out why
- [x] property_tests/tests/service
- [ ] property_tests/tests/stable_b_tree_map
- [ ] tests/end_to_end/http_server/ethers_base
-…
-
**I followed the miner docs step-by-step here -> https://github.com/stacksfoundation/miner-docs/tree/main**
**Describe the bug**
Stacks error out trying to connect to local bitcoin node.
**St…
-
This happened on travis as part of a pull request that only modified ATMP logic. So the assertion can likely also be hit on a clean master.
https://travis-ci.org/bitcoin/bitcoin/jobs/562128739#L451…