Bitcoin Forum
May 30, 2024, 11:36:53 AM *
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 »
501  Bitcoin / Development & Technical Discussion / Re: Anyone whose own some fair amount of bitcoins should also own a mining machine on: January 09, 2018, 06:25:59 AM
Mining is complex business.
There's electricity and heat costs, and even though you say you're not running it for a profit these costs can lead to a substantial loss(depending on where said person lives) which doesn't make it worthwhile.

Also having just one miner won't give you any substantial hashrate so I fail to see the point of buying one in the first place.
If the total hashrate of the network was low enough that having just one miner would give you a decent shot at finding a block then it would be a good idea, otherwise it's pointless, really.
Running a bunch of low hashrate miners doesn't give you a shot at finding a block so it doesn't make mining "more decentralised"

Ditto with forming or joining a pool, if the pool gets big enough it leads to the same problems you're trying to solve.

Quote
We wouldn't have the high fee stuck on the blockchain of unconfirmed transactions.
Increasing hashrate does nothing to unconfirmed transactions.
Unconfirmed transactions are as a result of the bitcoin block size (now block weight)
There will always be an average of 1 block every 10 minutes no matter the hashrate -- even if we could harness the full energy of the sun.

If you want lower fees then use segwit and tell others to use it also.
502  Bitcoin / Bitcoin Technical Support / Re: Assistance request for BTC noob on: January 08, 2018, 07:42:51 PM
There is no global mempool.
Each node has its own mempool, so even if a transaction is present in one node's mempool but not others, it could be marked as spent by your wallet .
Also, of its removed from one node's mempool, it could be present on the mempool of other nodes.

By "ethereum" I assume you mean Electrum.

Blockchain.info wallet transactions are not flagged as RBF, so you'll be unable to RBF them later.

If you're in possession of the private key of the receiving wallet, you can  do CPFP.
You can't CPFP from the sending address because there's no change (child) output.

If you're the RECEPIENT and have the private key/seed of that address then import it into Mycelium wallet for Android and make a CPFP transaction from there.
On the transaction tab, highlight the transaction, press the menu button and select "bump fee/ CPFP"
This will create a CPFP transaction and make both the parent and child transaction confirm.


If you're not in possession of the receiving address private key then you simply have to wait for up to 2 months or more for all nodes to drop the transaction from their mempool.
503  Bitcoin / Bitcoin Technical Support / Re: Moving coins from wallet to wallet on: January 08, 2018, 06:45:34 AM
Is there a way to estimate a fee for a transaction?
bitcoinfees.21.co gives you an estimate fee in satoshis per byte.
To know the  exact fee you'd need to know the size of your transaction, then multiply it with the fee in Satoshi per byte.

Right now the recommended fee for quick confirmation is 490 Satoshi's per byte. the most common transaction type of one input and 2 outputs is 226 bytes.
Multiplying both of them gives you 106,220 Satoshi's, which is ~ 0.0010622BTC

The total fee will differ depending on the size of your transaction.
504  Economy / Web Wallets / Re: how to get balance bch from xpub (blockchain.info) on: January 07, 2018, 09:14:59 PM
 so, i can make this automaticaly? maybe php script or python?
This is a script that does it for bitcoin. https://github.com/dan-da/hd-wallet-addrs
BCash is similar to bitcoin so you just have to change the API to query BCash block explorers instead
505  Bitcoin / Electrum / Re: All Electrum wallet adresses start with 3 on: January 07, 2018, 08:17:36 PM
And which one is better for longterm use ?

Native SegWit or PS2H ?
Native segwit is Bech32 (starts with bc1), and it's better because a standard transaction of 1 input and 2 outputs is 141vbytes, which is 38% less than "legacy" P2PKH transaction, so you save 38% on fees.
Unfortunately it's not common YET, so not many wallets can send funds to it.
506  Economy / Web Wallets / Re: how to get balance bch from xpub (blockchain.info) on: January 07, 2018, 08:05:08 PM
ah, okey, how i can get all bitcoin addresses from xpub?
I can think of a few ways...
You can use Ian Coleman's BIP39 tool(remember to download the Website and access it from an airgapped  PC) if you have the seed phrase (BTC and BCash have the same address derivation scheme)
It will create the list of bitcoin addresses from the seed (same thing the xpub does)

If you don't have the seed then
You can use something like this: https://github.com/dan-da/hd-wallet-addrs
But edit it to query BCash block explorer APIs instead of bitcoin's so you can get the balance of the addresses.

There might be easier ways but I'm sleepy and can't think of anything better now
507  Bitcoin / Bitcoin Technical Support / Re: Can I trasfer more bitcoins if I already have an unconfirmed transaction? on: January 07, 2018, 07:41:56 PM
Like the topic says I have unconfirmed transaction and I just can't wait for it to transfer anymore. So is it safe to make another transfer while I have that old still in the loop? My wallet is Multibit 0.5.15 and I'm afraid of upgrading it while this unconfirmed transfer hasn't arrived because I don't want to get in to any more trouble than I already am. Does it matter which wallet do you have if your transferfee is correct?
If you make another transaction (spending the unconfirmed outputs) it won't get confirmed until either the first transaction is confirmed.

An exception is a Child-pays-for-parent transaction which spends the unconfirmed outputs from the pending transaction but with a high-enough fee that past for both transactions so they both get confirmed together.

I'm not familiar with Multibit so I can't tell you how to make a CPFP transaction with it.
508  Bitcoin / Development & Technical Discussion / Re: Derive segwit addresses from ypub on: January 07, 2018, 05:34:10 PM
The Samourai Sentinel app has that ability.
You can check their source code for what you need:
https://github.com/Samourai-Wallet/sentinel-android?files=1

Or you can check Electrum: https://github.com/spesmilo/electrum/blob/0a648e2b1cdb7852d80c0626c62984ef01c1c7e9/lib/bitcoin.py#L50
509  Bitcoin / Development & Technical Discussion / Re: Blockchain.info explorer not showing the correct amount on a BTC address? on: January 07, 2018, 05:23:35 PM
Everything works fine here...
https://blockchain.info/unspent?active=13STWgarJY21fZAHhNMsA3bia5L52zx5qv&format=html
510  Economy / Web Wallets / Re: how to get balance bch from xpub (blockchain.info) on: January 07, 2018, 05:19:23 PM
Blockchain.info Is a BITCOIN block explorer.
It won't work for an altcoin like BCash.

This is a BCash block explorer: https://blockdozer.com/insight/

Unfortunately, no BCash block explorer can search for xpub.

If you want to, you can do it manually by deriving the addresses from the xpub and checking them on a block explorer.
511  Bitcoin / Bitcoin Technical Support / Re: First time buy - Bitcoin ATM machine - 3 days pending - Help on: January 07, 2018, 08:11:03 AM
It's directly to my Exodus wallet
I don't know about Exodus -- don't use it because it's not secure (forces address reuse, closed source, allows insecure passwords, etc)
You can import your private key/seed phrase into Mycelium wallet on mobile to make a CPFP transaction.

When you import your private key, go to the transaction tab, highlight the unconfirmed transaction, press the menu button and select "bump fee/CPFP"

This will create a new transaction spending the unconfirmed outputs with a higher fee for both transactions, so your new transaction and pending transaction from the bitcoin ATM will be confirmed at the same time.
512  Bitcoin / Bitcoin Technical Support / Re: First time buy - Bitcoin ATM machine - 3 days pending - Help on: January 06, 2018, 09:11:52 PM
Hi guys,

I've recently made my purchase of some bitcoin and I'm learning as I go. Since I am in Panama City, Panama I ended up using a bitcoin ATM machine. I wasn't aware of transaction times but I'm now aware on how everything works since my purchase.

https://blockchain.info/tx/182eb01c1f1eb7eab510b29c986c439a1efda8b3ea84ffb2c99ca2e353a07ca1

It was set for a fee of 131.156 satoshi which isn't the worst case scenario but not good enough. I'm seeking some assistance; I've tried to use some accelerators myself but it isn't working out for me and the success rate has been pretty high here.

Also... if anyone has any experience with bitcoin ATM's, is there any advice you have regarding the transaction fees? Do I call the operator, or is it just is what it is?

Thanks

The operator can't do anything. (Technically they could do a RBF, but that's not gonna happen)
It's up to miners to confirm the transaction or not.

If you want your transaction to confirm quickly and you don't mind paying extra FROM your received bitcoin then you could do a CPFP transaction spending the unconfirmed outputs from that transaction with a high-enough fee that pays for both transactions.


Or you could check the Service section to see if you can get a miner to confirm the transaction.
513  Bitcoin / Bitcoin Technical Support / Re: A missing TX (MercaTox.com BTC -> Coss.io BCH) on: January 06, 2018, 09:06:53 PM
Moreless the same in here, however I tried to transfer BTC from my BTC Wallet in Mercatox to my BTC wallet in Binance:

I cant manage to copy paste a printscreen (how do I paste an image in here?) but here's my TX info:

Info about MTX: 0cf6f87a9b58ab0a274560d62d19cec8
Time: Jan 5, 2018, 9:43:28 PM
MERCATOX TX: 0cf6f87a9b58ab0a274560d62d19cec8
Network hash:
Withdraw addr: 19BoHRfeePQyWbvGZAafeghrV52XDQT9vp
TX Fee:  0.00100000
Amount:  0.03600000  BTC 
Status: Paid
The "Mercatox Tx" is an internal tx hash for the Mercatox exchange, not the bitcoin blockchain.
You can see that the field for network hash is empty.
If they pay out the transaction you'd see a valid bitcoin transaction ID there.
Quote
Allready contacted support but no reply yet. Any good ideas?
Checked blockchain.info on wallet adress, only see incoming BTC but no outgoing as far as I can see..

Hope you guys can help me, thanks!
Exchanges usually don't send out bitcoin withdrawals immediately but batch them to save fees.
Your transaction hasn't been sent yet.
The receiving bitcoin address 19Boxxxxx hasn't received any 0.036 BtC
514  Bitcoin / Bitcoin Technical Support / Re: split up 24 word recovery phase on: January 06, 2018, 08:26:24 PM
You're not supposed to store seeds online.
Also, you're needlessly complicating issues.
You can write everything down on a paper and store it in an offline location like a safety deposit box.


If you want to split your seed, then you wouldn't store it in plaintext, but instead using something like Shamir's Secret Sharing.
The website below gives a demo
http://point-at-infinity.org/ssss/demo.html
515  Bitcoin / Development & Technical Discussion / Re: if somone send me his Private key how can i secure the bitcoin on: January 06, 2018, 07:05:29 PM
Hello guy, let's say someone sent me his private key.

is there any way to secure the bitcoin, don't let him to use the bitcoin on the shared private key?

without making a new transaction to the new wallet?

-- no hacking its just security question

Thanks
You can give a BIP 38 encrypted private key, and with the way it works, the password acts as part of the seed phrase so the person can't access the bitcoin without it.
BIP 38 encrypted private keys usually start with 6P...

This is of course assuming that you chose a very strong password with a long length. You can throw in a few UTF-8 characters to guarantee that it won't be broken.
516  Bitcoin / Bitcoin Technical Support / Re: Will having my own miner rig help mysel accelerate unconfirmed transactions on: January 06, 2018, 08:41:10 AM

If I understand correctly, you cannot just start a tx, but you'd have win the block ?
Yes. That is correct.

Quote
1). What if I only fill my transaction on a single block and confirm it with my own 2,3, 4, 5 of my own miner.
That is possible also, but the probability of you winning a block is very low.
Unless you have a large hashrate.
You can fill only your transaction in the block, you can choose not to include any transaction except the Coinbase transaction if you wish (like Antpool does)

Quote
 Doesn't it only take no more than three confirmations for a tx to be validated ?  I know it's an extremely simplistic question, but I just want to be and advocate this practice
If, by a stroke of luck, you actually solve the block with your transaction included the transaction will have 1 confirmation (yours).
Any other block any miner mines will build ON TOP of YOUR confirmed block and the number of confirmations will increase with every valid block mined on top of it.
517  Bitcoin / Development & Technical Discussion / Re: bitcoin over quantum machinery on: January 05, 2018, 05:29:20 PM
Yawn.
Every time an idiot wants attention hs/he writes something about bitcoin.

The mathematical techniques used to secure bitcoin did not fall from the sky, neither are they being used in isolation in only bitcoin.
It's also used to secure a whole lot of things other than bitcoin so even if ECDSA is broken, bitcoin wouldn't be the first target.
Also, bitcoin could always be forked to a quantum resistant algorithm.

518  Bitcoin / Bitcoin Technical Support / Re: Confirmed in Blockchain wallet but in Bitfinex wallet says unconfirmed but 234/3 on: January 05, 2018, 12:59:04 PM
Usually this is solved by making another tiny deposit to the same address.
That should push the previous transaction to be acknowledged by the system.

Apart from a support ticket you can try this also.
519  Bitcoin / Bitcoin Technical Support / Re: bitcoin puzzle public address and what's next? on: January 05, 2018, 12:50:59 PM
hi,
 I've got some idea but I do not know how to create private key and that is the question for this topic. As far as I know private key is the form of result from base encoding, can someone confirm that?
Beside creating private key I created a wallet at blockchain.info and there is no option for importing private key. That's why I ask about how to transfer BTCs using priv and pub keys.

I understand that you've got an option to import private key in your wallet. Can you tell me which BTS wallet do you use?
The answer of the puzzle IS the private key.
So if you have indeed solved the puzzle, you'd have the private key.
You can use Electrum for desktop or Mycelium for mobile to import/sweep private keys.
520  Bitcoin / Bitcoin Technical Support / Re: REPLACEABLE increase fee cannot bump fee: could not find suitable outputs on: January 05, 2018, 12:39:20 PM
What that means is that you can't do a Replace-by-fee transaction because your total amount won't be able to increase the fee sent.
If you did a RBF your just be able to increase your fee paid from 227sats per byte to 233 sats per byte, whereas the current recommended fee according to bitcoinfees.21.co is ~490sats/byte for quick confirmation.

If you're the owner of 13EiZrXRgBCZRYixm4EhJnTELnyveZaFC6 (i.e the receiver of the payment) then you can attempt a Child-pays-for-parent transaction by spending the unconfirmed outputs from your transaction but paying enough fees to cover both transactions.
This could be expensive, but if you want the transaction to be confirmed quickly then it's recommended.

Another (free) option would be to forward your transaction ID to mining pools like ViaBTC or Antpool.
You can also contact Quickseller (runs f2pool) to add your transaction to the next block they mine.
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!