Questions tagged [bitcoin-testnet]

Bitcoin testnet is an alternative blockchain, used for testing. The coins on testnet don't have any value. The API is exactly the same.

testnet is an alternative , used for testing. The coins on testnet don't have any value. The API is exactly the same.

68 questions
-1
votes
1 answer

Electrum Wallet Not Loading Transactions for Private Key

I have created a BIP39 seed phrase, and I'm using that phrase to create addresses using Bitcore's HDPrivateKey https://bitcore.io/api/lib/hd-keys I've also imported the same seed phrase to Electrum, but when I send transactions to addresses…
ztnark
  • 329
  • 1
  • 2
  • 10
-1
votes
1 answer

Finding my peers network addresses bitcoin

I'm trying to get all of the current ip addresses for the peers connected to my node. A bit similar to what bitnodes is doing. I can't figure out if there is an API call to be sent from the bitcoind client which returns a list of addresses. I've…
-1
votes
1 answer

Why bitcoin is not working mining take place?

I have run the daemon also but its not working Error is : [2015-03-09 15:28:12] Binding thread 0 to cpu 0 [2015-03-09 15:28:12] Binding thread 1 to cpu 1 [2015-03-09 15:28:33] Stratum connection failed: Failed to connect to 178.209.60 .10 port 5000:…
-2
votes
1 answer

Connect to Bitcoin core from c#

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: server=1 rpcport=8332 rpcuser=myuser…
Fath Bakri
  • 161
  • 1
  • 12
-2
votes
1 answer

Testnet transaction is not broadcasted/confirmed within 5 hours

Trying to send transaction using python lib https://github.com/petertodd/python-bitcoinlib We debugged rest API which publishes transaction to to service chain.so and it was successful, also we can see this TX…
Ivan Borshchov
  • 3,036
  • 5
  • 40
  • 62
-2
votes
1 answer

Create or Clone a smart contract from Binance Smart Chain. Willing to pay some money to learn

Thank you for reading this. I am learning about cryptocurrency and about Binance smart chain. I want to try to learn and want to clone a few projects such as this one: https://bscscan.com/address/0x359f35085202c8527a0c767557339635a335eb76#code I am…
-3
votes
1 answer

Bitcoin P2PKH signing process throws mandatory-script-verify-flag-failed (Script failed an OP_EQUALVERIFY operation)

I'm trying to sign and broadcast a regtest P2PKH transaction. previous transaction…
ethicnology
  • 474
  • 5
  • 13
-5
votes
1 answer

How to generate crypto wallet addresses for one time payment that are connected to a centralized wallet

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
haysquare
  • 45
  • 1
  • 5
1 2 3 4
5