Bitcoin Forum
May 30, 2024, 03:40:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 32 »
521  Bitcoin / Bitcoin Technical Support / Re: Output is unspent and has no children on: January 04, 2018, 08:52:29 PM
I've withdrawn bitcoin from my account at CEX.io to my wallet at bittrex but it doesn't show up in my wallet when I check the transaction at CEX I got this message "Output is unspent and has no children"
what shall I do now?

My transaction also got stuck unconfirmed since 12/31/2917 because of CEX.IO paid too small fee.  There's chance you may have been on the same tx as mine.  What's your tx ID ?  Here's my:

https://blockchain.info/tx/e7651c62ed1b693a561b36f319de0184ee6ea408654994d1282279a2eace985c
22 sats per byte!

You can give your transaction ID to a miner on the service section to see if they'll include it into the next block they mine.
Or you can try free transaction accelerators like ViaBTC or Antpool.
522  Bitcoin / Bitcoin Technical Support / Re: PENDING coinbase external sending with 0 confirmation on: January 04, 2018, 08:41:12 PM
Exchanges usually don't pay out withdrawals immediately you request for it because they batch transactions or have to send to hot wallet from cold storage.


It's not possible to get the bitcoin back to your Coinbase wallet.
It will eventually get confirmed and go to Binarycent.
523  Bitcoin / Bitcoin Technical Support / Re: Moving coins from wallet to wallet on: January 04, 2018, 08:37:57 PM
how do I actually sweep private keys into electrum?


I pasted priv key in the dialog box but don't know how to save.

Sweeping a private key into another wallet requires you to create a new bitcoin transaction that send the bitcoins from that wallet to a new one with the private key held on the new wallet. So obviously you'll pay a fee.

If you want to do it for free then you should import it instead.
Follow the instructions here to import a private key into Electrum: http://docs.electrum.org/en/latest/faq.html#can-i-import-private-keys-from-other-bitcoin-clients
524  Bitcoin / Bitcoin Technical Support / Re: Old "0/unconfirmed, not in memory pool" transactions. on: January 03, 2018, 04:28:07 PM
OP, the address 1KLm3Br6AbxGT2qNReAzrosj8wzLY2xZrU has never sent any bitcoins at all -- in fact, it has NEVER had a BTC balance.
You can confirm this from any block explorer.

Also, the transaction ID aa7152d350e5240ecc066e185d8f70e9563862cb1b5fd6838e9a86c07f7d2042 doesn't exist on the blockchain also.

Unconfirmed transactions are removed from the mempool of nodes after a while and the bitcoins "return" back to the sending wallet. (Technically since they never confirmed then they weren't sent at all)

So your bitcoins from 2014 didn't confirm and were returned to the origin address, so it is like you never received any bitcoin at all.
525  Bitcoin / Bitcoin Technical Support / Re: Help required with Segwit to non-segwit transfer on: January 03, 2018, 07:17:51 AM
Hi friends,

I have recently created one segwit address using latest version of Electrum wallet. The address starts with "bc1". However, I am not able to send funds to that address from my blockchain/coinbase wallet. These online wallets are not recognizing the "bc1" address as a valid one and not allowing me to proceed further.

Can you please let me know how it can be possible to send funds to my segwit wallet from blockchain/coinbase?

Thanks in advance!
If you really want to, since you have the private key to the wallet, you can generate the public key, do an SHA256 + RIPEMD160 hash, then encode it in base 58.

There is also an online tool that converts public keys (any type) into addresses.
https://altcoin-price.com/tool/pubkey-to-address

But you shouldn't use it unless you know what you're doing.
526  Bitcoin / Bitcoin Technical Support / Re: PleaSe help on: January 03, 2018, 06:58:14 AM
There's no other reason why it wouldn't show up.
The transaction has already confirmed in the blockchain -- the blockchain doesn't lie.

As long as you're 100% sure that the receiving wallet address was given to you by Coinbase, then they are the only one in the capacity to help.
No one else can help you because Coinbase alone has the private key to that address.
527  Bitcoin / Bitcoin Technical Support / Re: -HELP- My transaction has been stopped for 21 days. Without any confirmation. on: January 03, 2018, 06:53:33 AM
Like the poster above said, you can make a CPFP transaction.
It will be easy for you since you're in control of both wallets.

To do this, import the private key of the receiving wallet into Mycelium (if it isn't there already), then, on the transactions tab, highlight the unconfirmed transaction, press the menu button, and select "bump fee/CPFP".
This will create a transaction spending the output of the unconfirmed transaction, but with a fee that pays for both transactions.
IIRC, Mycelium uses a high fee for this by default so your transaction should confirm quickly after that
528  Bitcoin / Bitcoin Technical Support / Re: Moving coins from wallet to wallet on: January 03, 2018, 03:07:02 AM
Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.
529  Economy / Services / Re: BTC website payment developers? on: January 01, 2018, 05:40:03 PM
If you want to integrate bitcoin payments into your website then there are a lot of merchants to choose from: ; Bitpay, Coinpayments etc.
They'll handle everything for you and fees are 1%
If you want a custom job then you'll have better luck in the Services section: https://bitcointalk.org/index.php?board=52.0
530  Bitcoin / Development & Technical Discussion / Re: Will Bitcoin scale in 5-10years? on: January 01, 2018, 05:25:49 AM
There's a lot in the works.
We already have Segwit that gives us a 50% increase.
Bech32 segwit transactions with standard 1 input, 2 outputs are already 38% less than "legacy" transactions.

Also, assuming everyone used Segwit, with the smallest block transaction type of 1 input and 1 output, the block would be able to contain 12.195 transactions / block compared to legacy transactions of the same size that will fill the block with 5,208 transactions.

There are also Schnorr signatures that allow for the signing of multiple inputs with just one signature.
This will bring about another 25% block size.
https://bitcoincore.org/en/2017/03/23/schnorr-signature-aggregation/
https://medium.com/@SDWouters/why-schnorr-signatures-will-help-solve-2-of-bitcoins-biggest-problems-today-9b7718e7861c

There's also mimblewimble, a radical bitcoin architecture change that gives total privacy, reduces blockchain size and increases performance.
https://scalingbitcoin.org/papers/mimblewimble.txt

And of course, the coup de grāce, the Lightning Network.
Everyone should be familiar with the lightning network and how it allows for quick, instant, transactions without having to confirm immediately on the blockchain, while yet leveraging the security of the blockchain itself.
https://medium.com/@subhan_nadeem/future-of-bitcoin-cc6936ba0b99

If you want to see how it works then get a testnet wallet here: https://htlc.me/
And buy a block of coffee at starblocks: https://starblocks.acinq.co/#/

If you want to do the whole thing by opening a channel then Download the eclair wallet from the Play store: https://play.google.com/store/apps/details?id=fr.acinq.eclair.wallet

Get testnet bitcoins here: https://testnet.manu.backend.hamburg/faucet

And top up at Bitrefill: https://lightning.bitrefill.com/steam-eur-voucher/

https://blog.bitrefill.com/test-instructions-lightning-on-bitrefill-ef6db8714b00

https://news.bitcoin.com/first-real-bitcoin-lightning-network-payment-completed-via-bitrefill/
531  Bitcoin / Bitcoin Technical Support / Re: bitcoin never arrived to my gdax addres - bitcoin mai arrivati al mio conto gdax on: December 31, 2017, 08:56:28 PM
If you're 100% sure that that's the correct address then open a support ticket on GDAX.
They'll credit your account.
532  Bitcoin / Electrum / Re: Transfer Bitcoin through wallets in Electrum on: December 31, 2017, 07:29:56 PM
Good morning I wanted to know if there is a way to transfer bitcoins with Electrum between different wallets created within the application without having to pay the fees of a normal transfer.  I used Multibit that is no longer supported and with the private key I created a wallet on Electrum importing it and now, created a second wallet on Electrum, transfer them without paying the fees. Thanks for the advices
Not possible.
The bitcoin network does not know --or care-- that the addresses are in the same wallet.
You can always import the private key/seed for free.
533  Economy / Service Discussion / Re: Transaction unconfirmed - block unassigned problem on: December 31, 2017, 01:54:06 PM
The transaction cannot be found on any other block explorer.

I got the raw hex of the transaction: https://chain.so/api/v2/tx/BTC/21914e81bcb32613dc49b1d02261a314776291c0730ec478fb13eeba9bee8385

Then I tried to broadcast it on different sites, but it didn't work: https://live.blockcypher.com/btc/pushtx/

Error validating transaction: Transaction 21914e81bcb32613dc49b1d02261a314776291c0730ec478fb13eeba9bee8385 orphaned, missing reference fc30d58353a15feaef1f77d0aeab75ab9122f66bf77dd029ea38083908cd4893.

The inputs for the transaction are unconfirmed or may be dropped by most nodes, so you'll have to wait.
534  Bitcoin / Bitcoin Technical Support / Re: bitcoin never arrived to my gdax addres - bitcoin mai arrivati al mio conto gdax on: December 31, 2017, 12:58:36 PM
0000000000000000004d585b91783ec802d916f742715f9d531774e06d4ab8d9 is a block hash, NOT a transaction hash (ID).

Without the transaction ID there's no way to check if the bitcoins were received by GDAX.

If you don't have the transaction ID then paste the address you sent the bitcoin to on a block explorer like blockchain.info.
535  Economy / Services / Re: [Signature Campaign][ICO] Project Pai|Small Signature Campaign|Slot Available on: December 31, 2017, 10:23:17 AM
Bitcointalk username: xynerise
Rank: member
Current post number (including this) :100
BTC address: 39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
Wear appropriate signature: yes
536  Bitcoin / Bitcoin Technical Support / Re: Running a Bitcoin Core Node Will Help Confirming My Transaction in Changelly? on: December 30, 2017, 04:22:41 PM
Not at all.
Non-mining nodes do not confirm transactions; they only store, validate, and relay transactions.
So even if you had a billion non-mining nodes you wouldn't be able to confirm your transaction.
That is the work of miners.
537  Bitcoin / Bitcoin Technical Support / Re: question regarding stuck transaction on: December 30, 2017, 04:18:12 PM
The parent transaction has to confirm first before the child transaction can get confirmed, no matter how high the fees you put.

You can, however, make a Child-pays-for-parent transaction by spending the exact unconfirmed outputs of the parent transaction to yourself (or any one else) but with a high enough fee for BOTH transactions.
538  Bitcoin / Development & Technical Discussion / Re: Technical opinions appreciated: Lightning Network vs "Adaptive Difficulty" etc. on: December 30, 2017, 12:56:34 PM
2 problems with your post:
1) Lightning Network has the same security as the blockchain because it requires settlement on the blockchain thereby inheriting its security; transactions in a lightning network ARE still bitcoin transactions, and if the blockchain is safe then they are safe.

2) lightning transactions do not have "faster blocks" than the blockchain.
You should really read on how it works.

P.S difficulty is relevant to security as well as block time.
Theoretically the bitcoin blockchain can work with an extremely low hashrate but that will make it easier for an attacker to attain enough hashpower to disrupt the network.
539  Alternate cryptocurrencies / Altcoin Discussion / Re: what type of address is this a test bitcoin address? on: December 29, 2017, 09:19:08 PM
Those are ZCash t-addresses
540  Economy / Web Wallets / Re: Login attempt goes round and round on: December 29, 2017, 06:55:41 AM
Stop using web wallets!!
They are very insecure.

If you have your seed phrase, then import it into a software or hardware wallet, or, when you finally login, send your bitcoin to a wallet with Segwit support where you're in control of the private keys
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 [27] 28 29 30 31 32 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!