Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
284 views

I am trying to sign a raw message, like "Hello World", using the Python library bitcoinlib. The goal is to generate a base64-encoded signature for the message that can be verified. However, ...
0 votes
1 answer
106 views

I am working on a browser extension and using the following library bitgo/utxo It works fine if I am running it in a standalone nodejs file as .cjs. However the same version is not working in my ...
1 vote
0 answers
72 views

Is there any way to get the associated change addresses of bitcoin wallet .?? I am using typescript as my backend language. I have a use case i need to subtract a value going out from user's wallet ...
1 vote
1 answer
460 views

I'm coding in python and I want to send funds from my wallet in bitcoinlib.wallets to another wallet. I have 0.00017984 bitcoin in my wallet and everytime I try to send bitcoin to my exodus wallet it ...
-1 votes
1 answer
1k views

I'm trying to create a bitcoin wallet website and I've written some python code so far. I have downloaded bitcoin core and have created a wallet in the directory: C:\Users\MylesUsername\AppData\...
1 vote
1 answer
279 views

I have this node endpoint that requires JSON-RPC payload: https://btc.getblock.io/my_api_key/testnet/ I have not been able to connect this node to the Bitcoinlib Python module. I have tried to connect ...
0 votes
1 answer
672 views

Python Code : from bitcoinlib.wallets import Wallet # Set up sender and recipient wallet addresses sender_wallet = Wallet('L3ZoqFs7WYDUdCrzeNgY6ThKP8hEY2ozrpHgk4auDLpNbfeTaxyi') recipient_wallet = '...
0 votes
2 answers
126 views

I have set-up bitcoin core on my windows and I have bitcoin-qt running. I am also using easybitcoin.php library to run rpc commands but when i try to run json rpc commands I dont get the results I ...
-1 votes
1 answer
2k views

I download bitcoin core from here https://bitcoin.org/en/download and try to connect to it from C# I use the demo code from here https://github.com/cryptean/bitcoinlib I set bitcoin.conf like this: ...
1 vote
0 answers
166 views

I'm new to pycoin which is a python library for bitcoin and other alt-coins and couldn't get my head around it well yet. I'm working on a project requiring a parent address with many child addresses ...
-6 votes
1 answer
344 views

I've been trying to build something like coinbase-commerce that could generate a new wallet address for every transaction that could be connected to a centralised wallet using python
0 votes
0 answers
646 views

I tried to install python library after python update deleted all of my libraries.Therefore, I installed library called "bitcoinlib" , However, I got this error guys I am afraid of it help ...
-1 votes
1 answer
2k views

I'm trying to create a transaction with multiple inputs in bitcoinlib. I pasted an example from examples in bitcoinlib repo: from bitcoinlib.transactions import * from bitcoinlib.services.services ...
0 votes
1 answer
2k views

I have created a wallet using bitcoinlib. The wallet is named 'my-awesome-wallet55.' When I try to open my existing wallet with a newly generated mnemonic phrase, the behavior I expect is an exception ...
0 votes
1 answer
1k views

I have been working around Bit-Wasp/bitcoin-php library for a while now and I encountered problems with it that I cannot resolve. I have this as my code: public function bitcoinWalletFromPublicKey(...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /