Bitcoin Forum
May 05, 2024, 11:19:25 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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 108 »
481  Bitcoin / Electrum / Re: Unconfirmed transactions, heelp!! on: November 11, 2017, 08:39:18 PM
There's no way to "cancel" a Bitcoin transaction once it's been pushed to the network. It's true that occasionally, a transaction that remains unconfirmed with low fees will eventually fall out of the mempool and "disappear" but there is no way to force this to happen. You just need to wait for your transaction to confirm.

It's taking a while right now because some miners have temporarily switched from mining Bitcoin to mining another coin. Because it will be more profitable for them to mine Bitcoin in approximately 30 hours (from my post), that is when the large backlog of transactions will start to clear out and you should get your coins.

However, since your transaction is marked "replaceable", this means it was likely sent with RBF (Replace By Fee) which allows you to raise the fee of a transaction retroactively after you've sent it, before it's confirmed (which is the situation you're in now). If you really, really don't want to wait, you should be able to select the transaction (probably right clicking it in your transaction history in your wallet) and choose whatever option sounds like "raise fee" or "bump fee". Double check how much of a fee it's going to add before you send it though, because the network is very congested right now and you could easily end up spending much more than you wanted to on a fee.

My advice is to just be patient and wait about 48 hours to see if it will clear first.
482  Bitcoin / Bitcoin Technical Support / Re: Can you please help me to find out where did those 0.0043778 BTC go? on: November 11, 2017, 08:25:55 PM
It's probably a change address used by the wallet. Change addresses are what allows you to not only spend large chunks of Bitcoin at once. Unless your balance has decreased more than you expected it, you should be fine.
483  Other / Meta / Re: Is there any Bitcointalk API ? on: November 11, 2017, 04:08:07 AM
That API you linked to seems to be 4 years old. It could be a good exercise in learning how to scrape webpages if you want to try it. I would suggest using whatever server side flavor of jQuery is available in your language.
484  Bitcoin / Bitcoin Technical Support / Re: my BTC of 0.10 will not arrive.. why ? on: November 09, 2017, 07:26:26 PM
Hello,

Could you provide us with transaction IDs of those transactions? The exchange should list them under account history, withdraws or something similar
485  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win and have fun! on: November 09, 2017, 04:30:39 PM
I've added a command to AM to report Bitcoin Core's estimated fee on transactions. Use it like !fee [numblocks]

For example, to see what fee you should use for confirmation within the hour:
Code:
!fee 6
Estimated fee to be confirmed in 6 blocks is 281 sat/byte

Hi,

well, it's probably not the place to discuss fee evaluation methods, but actually simpler methods work much better for reliable fee estimation. Check this out, this is IMHO how the fees should be calculated in the reference wallet: https://btc.com/stats/unconfirmed-tx

Cheers,
Ethan

I'll consider changing it, this was more a first step to connecting AM to my local full node and using the JSON RPC to get data. I should be able to move the !last command over to this method now and reduce AM's dependency on third party APIs
486  Economy / Gambling / Re: 🔶 YOLOdice.com 🔶 FAST play/invest, level up, win and have fun! on: November 09, 2017, 06:43:13 AM
I've added a command to AM to report Bitcoin Core's estimated fee on transactions. Use it like !fee [numblocks]

For example, to see what fee you should use for confirmation within the hour:
Code:
!fee 6
Estimated fee to be confirmed in 6 blocks is 281 sat/byte
487  Bitcoin / Bitcoin Technical Support / Re: Stucked transaction on: November 09, 2017, 03:35:06 AM
You should have read the two stickies at the top of this forum that mention stuck transactions, here and here. That said, your transaction seems to be confirmed now.
488  Bitcoin / Bitcoin Technical Support / Re: A few questions because I don't understand how BTC works it doesn't make any s. on: November 08, 2017, 02:25:04 PM
Thank you both for your answers. Here is more ;-)
So I just need a seed from Electrum? Will creating a seed also create btc address?
This seed which is a few words only, saved on a piece of paper, is enough to have my BTC secure whatever happens?
What if Electrum disappears? Would I be able to use the seed (list of few words) with another program or with an online service like bitgo or greenaddress to get them back? Or how would I get them back?
And where are the private keys in this case?
And where are the BTC actually?
And what can I do with the USB device? The USB device will store the private keys (how many are there?), but not the seed? Or both?

Thank you :-)

Electrum will create a new seed for you if you do not have one. This seed is used to generate many BTC addresses (As many as you need, there is no limit). All of the keys for the bitcoin addresses it generates come from this seed. And that is correct, as long as you have that seed stored somewhere, you can use it to re-generate all the Bitcoin addresses you've used in your wallet to re-create it and have control over your money. If Electrum disappears it would still be possible to use that seed and restore your wallet.

The private keys in this case are all derived from the seed, in what's called a Hierarchical Deterministic wallet (HD wallet). Those keys themselves are not usually stored, just the seed used to create them, because as long as you have the same seed you can re-create all of the same addresses. Bitcoins are never really "in" any computer or device, in the sense that if that device is broken/lost the Bitcoins are destroyed. The Bitcoins reside in the network, and the keys that are used to spend them are on the devices. If the device that has the only copy of the key to your Bitcoins is destroyed, those Bitcoins are lost in the sense that nobody can spend them. But if you have your seed written down somewhere else, you can use it to re-create your keys and regain access to those Bitcoins.

The USB devices (hardware wallets) use the same method as Electrum in that they use a seed to create addresses. As long as you have the seed stored somewhere safe, even if you lose the hardware wallet or it stops working, you still have access to your coins.

Bitcoin Addresses look like this: 1KsFhYKLs8qb1GHqrPxHoywNQpet2CtP9t. These are the things that you give to other people so they can send you money. Each bitcoin address is created from one private key, and each private key creates only one bitcoin address. The seeds used in modern wallets can create any number of private keys, so you can create any number of Bitcoin addresses.
489  Bitcoin / Bitcoin Technical Support / Re: A few questions because I don't understand how BTC works it doesn't make any s. on: November 08, 2017, 04:49:01 AM
It can be weird to think about how Bitcoin works for people just finding out about it. These hardware devices hold the keys you use to spend your Bitcoin. As long as you have these keys, you can tell the network to send your Bitcoins from your wallet to another. It is true that if you lose the device, you still have access to your coins, but this is only if you've backed up your wallet. Backing up your wallet is like making a copy of the key you use to send your coins, and putting it somewhere safe. Since this copy is usually on paper, it's not vulnerable to any sort of hack and can be safely stored in a fire safe, safe deposit box, under your pillow, etc.

You use your device to send your Bitcoins because that's where the keys are. In short, what happens is you use an online app that generates a "lock" for you (in technical terms this is an unsigned transaction). It then sends it to the device to unlock it (signing the transaction). Because your key never touches your computer, which could be infected with malware, it is much safer than a software wallet (a program on your computer instead of a hardware device).

The problem with Bitcoin is it is inherently a very technical system and can be hard to understand, but if you didn't get any of what I said just ask and I'll try to help you understand it.
490  Economy / Web Wallets / Re: GATEHUB BTC withdrawal missing 24+ hrs and still nothing on: November 08, 2017, 04:41:02 AM
Now, I don't really know how Ripple works, but there's a Ripple transaction here that seems to have been validated here http://www.ripplecharts.cn/#/transactions/EAAA38804C5FD50D31C68680F3DC4BD3CFD6A37FCE2A866307D33CA1938B0024

If the BTC hasn't been sent to the BTC network by however Ripple works, I'm afraid someone else will have to answer that one.
491  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: DIGITHEREUM.COM || 16%-24% per month || Stable Investments on: November 07, 2017, 02:45:12 AM
This belongs in the Investor-based games subforum, not the main one. This is a HYIP and people shouldn't be tricked into "investing" into a scheme.
492  Bitcoin / Bitcoin Technical Support / Re: Higher fees importing vanity addresses? on: November 07, 2017, 12:38:36 AM
Ah, i see.

So if i wanted to import the address into blockchain.info I could use it without paying the large fee?

I have always swept cold wallets as a matter of safety before after being told thats what i should do

Thanks again



That's good advice, and you should keep following it. You should sweep funds when you want the money that's in the address. However, if it's the address itself you need, then you'll have to import it directly into the wallet.

So the address is now in my imported addresses in my blockchain wallet.

I tried to send it to another wallet but it still says I ave to leave 0.04 free for the fees. Not sure how I work my way around that.

So, I am correct in thinking the address is still usable to receive funds?


That seems like a lot for fees. Are you using a different unit, like mBTC? And yes, if it is really in your wallet you can still use it to receive money. I would keep it in your old wallet if I were you, just in case.
493  Alternate cryptocurrencies / Mining (Altcoins) / Re: Strange Issue with NiceHash Miner v2 on: November 07, 2017, 12:37:31 AM
I wish I could help, but I've been having issues with them now ever since they "upgraded" their new GUI. Almost never works for me, and I've tried a lot. If I were you I'd just mine the profitable coins directly on other pools with other miners.
494  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: November 06, 2017, 10:12:28 PM
nicehash used to be good and a profit could be made renting Hash but sadly to say with most coins people want to mine you are better buying at an exchange now
With the recently imposed limitation on price downsteps for all algorithms NiceHash became a place where basically only high-volume purchasers can prosper that can afford fixed order creation fees. Disgusting place to buy hashpower. Was way better 1 month ago.

I can't even sell my hashpower anymore because their "new" client is buggy and never works. I've gone back to mining the coins directly.
495  Bitcoin / Bitcoin Technical Support / Re: Higher fees importing vanity addresses? on: November 06, 2017, 09:02:46 PM
Ah, i see.

So if i wanted to import the address into blockchain.info I could use it without paying the large fee?

I have always swept cold wallets as a matter of safety before after being told thats what i should do

Thanks again



That's good advice, and you should keep following it. You should sweep funds when you want the money that's in the address. However, if it's the address itself you need, then you'll have to import it directly into the wallet.
496  Bitcoin / Bitcoin Technical Support / Re: Higher fees importing vanity addresses? on: November 06, 2017, 07:43:30 PM
If you're getting fees, you're not importing the vanity address, you're sweeping the funds into your own wallet, which creates a transaction. If you want to be able to use the vanity address you'll have to find a way to import the private key directly into the wallet
497  Bitcoin / Bitcoin Technical Support / Re: Generating a fresh non HD wallet in the newer versions of Core on: November 06, 2017, 07:38:16 PM
It appears you need to use the
Code:
-usehd 0
command line flag (can also be used in a bitcoin.conf file, read the linked article).

There are many advantages to using an HD wallet. The main one being a wallet backup lasts the life of the wallet, but without an HD wallet the backup only covers the addresses in use at the time of the backup. Additionally, wallet.dat files can get pretty big if you've got a lot of addresses.

https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments
498  Other / Off-topic / Re: How to get my website popular to google? on: November 06, 2017, 04:09:47 PM
Your best bet would just be to read guides on SEO (Search engine optimization). There are certain things you can add to your website to get it ranked higher. I believe with Google there are also things like mobile versions of the website taken into account, but I am by no means an SEO expert.
499  Bitcoin / Bitcoin Technical Support / Re: Restoring password using unencrypted and encrypted wallet on: November 06, 2017, 04:07:52 PM
Unfortunately not. It is not any easier to derive a password from an encrypted and unencrypted version of a file than it is to find the unencrypted version of an encrypted file. Also, since the files aren't even the same file (one includes more private keys) it wouldn't be possible anyways.

What wallet are you using? If you're using a wallet that generates addresses deterministically, then it could be possible to generate the addresses you don't have in your unencrypted backup.
500  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game on: November 06, 2017, 01:37:29 PM
Ryan.... How exactly is the Crash related to bet size?  It is obvious that it is.  I played 2 accounts and grinded out being up 11 btc.  Cashed out 6 from one account and then played a bit more.  After a run of reds I increased my bet to.3-.8 btc and watched anther 10 early crashes.  The funny part is the 1 bet I lowered to like 22,000 sats went up then another repeat.  I lost 5 btc in 15 plays, no way that was "bad luck". I would say those odds were "slanted" by some outside code or"?"

I don't mind losing but holy shit that was obvious, I think I'll take my 6 btc win and move on to something a little less "shady"

Bustabit is provably fair. There is no way they could have possibly cheated you. It would benefit you to learn the basics of how provable fairness works so you can gain a little peace of mind.
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 ... 108 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!