Bitcoin Forum
July 02, 2024, 09:57:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 514 »
2501  Bitcoin / Development & Technical Discussion / Re: Fork Sweeper on: July 24, 2020, 12:31:42 AM
There are a number of "fork claiming" scripts around... like these:

https://github.com/forkdrop/forkdrop_suite
https://github.com/ymgve/bitcoin_fork_claimer

There is also websites like: http://www.findmycoins.ninja/

DISCLAIMER: I do NOT endorse any of these scripts/sites and have not tested/vetted them for any bugs/security issues.
2502  Bitcoin / Development & Technical Discussion / Re: Can 1 private key create 2 addresses? on: July 24, 2020, 12:11:17 AM
What does electrum create? Compressed or uncompressed?
Additionally, you'll find that most, if not all, "modern" wallets default to compressed... I can't think of any that default to using uncompressed addresses.
2503  Bitcoin / Development & Technical Discussion / Re: Paranoid questions about creating addresses on: July 24, 2020, 12:04:36 AM
Go with o_e_l_e_o's suggestion... using offline computer and live OSes etc...

- Download Electrum and verify the digital signature.
- Create your own 256 bits of entropy using a coin flip (or dice etc) and put it into an offline version of Ian Coleman's mnemonic generator.
- Create the wallet in Electrum and crosscheck the addresses generated with those from Ian Coleman
- Make sure the words generated are NEVER stored digitally or online etc.
- Use Electrum "normally" and it will end up generating new addresses as required (or use the gap limit hack to pregenerate more if required)


As someone mentioned earlier... there comes a point where you need to trust someone... either software devs or hardware manufacturers etc. and it's a fine line between healthy paranoia and craziness Tongue
2504  Bitcoin / Bitcoin Technical Support / Re: Help wallet BTC on: July 23, 2020, 11:35:47 PM
I need your help I have lost my words seed
If you have lost your 12/24 seed mnemonic words, and you no longer have access to the wallet that was generated from those words, then your coins are effectively lost forever Undecided


can make new seeds with my card because my btc is inside
What "card" are you talking about? Huh
2505  Bitcoin / Bitcoin Technical Support / Re: Bitcoins stuck in wallet? (moved post here) on: July 23, 2020, 11:33:07 PM
I'm using the BitWallet app on my iPhone...
...
On the "ledger" tab I have around 100 confirmations for both in the app but there is an "unspent" tab that says 0 confirmations for both.
...
Do you guys have any idea what's going on? Or how to resolve this issue?
Are you actually able to provide some screenshots of the Wallet screens/tabs? Huh

It isn't very clear from your description what is actually happening with your app and/or any transactions you make have received/made. Undecided
2506  Bitcoin / Bitcoin Technical Support / Re: Question on confirmation time and blocks on: July 23, 2020, 11:29:17 PM
But, regardless of the block it got first confirmation, the fee paid is required for the first confirmation.
To really throw a spanner in the works... it is actually technically possible to have zero fee transactions (and historically there have been a few).

However, these days, the vast majority of nodes will refuse to accept and/or relay transactions with fee rates below a certain threshold... the so-called "min relay fee" (which is customisable). But, if you're friendly with a miner/mining pool, it is possible for them to take your zero fee transaction and put it in a block and everything will validate just fine. It just isn't practical for the general public Tongue
2507  Bitcoin / Bitcoin Technical Support / Re: Change address. Why some exchanges provide change address, some don't. Reasons? on: July 23, 2020, 11:13:40 PM
Just to clarify (for the users who just skip to the end and don't read the whole thread and for the sake of keeping the terminology somewhat correct)... by "Change addresses"... the OP appears to actually mean "a new address every time you want to deposit"... as opposed to actual change addresses which are used for receiving change outputs from a bitcoin transaction.

2508  Bitcoin / Bitcoin Technical Support / Re: Anybody can accelerate ? on: July 23, 2020, 10:37:32 PM
This one most likely would not have worked for the OP as their transaction only had an 8 sat/byte fee... ViaBTC require a minimum of 10 to be able to use the free accelerator.


about 99.9% sure that the AntPool one no longer works... which is a shame... it was relatively reliable "back in the day" Undecided

It was something of a secret and then someone plastered it all over these boards/reddit etc and it basically became useless Sad


In any case, it seems the OPs transaction got confirmed by BTC.com... I wonder if they ponied up the massive fees that BTC.com charge for acceleration? Huh
2509  Bitcoin / Bitcoin Technical Support / Re: "Error opening file for writing:" on: July 23, 2020, 10:31:46 PM
I would concur that it is most likely a "permissions" error of some description... Caused by either an antivirus/antimalware app preventing writing to the system drive... or Windows Security settings doing the same.

Two questions:

1. Are you running the installer as Administrator? ie. right click -> "Run as administrator"? Huh
2. If you already have Bitcoin Core on the PC, did you shutdown Bitcoin Core before attempting to install/update? Huh
2510  Economy / Gambling discussion / Re: Premier League Prediction Thread (EPL) on: July 23, 2020, 10:24:07 PM
It has certainly been an interesting end to the season... just happy to finally get to see the captain do "The Hendo Shuffle"™ and raise the PL trophy! Cheesy Just hope it doesn't take another 30 years for the next one! Tongue

And there is still a bit to play for in terms of the minor places... A three-way at the top between ManU, Chelsea and Leicester for the Champions League/Europa spots... and Villa and Watford desperately trying to avoid relegation. Personally, I'm more interested in the relegation battle, because I just don't care about ManU, Chelsea and Leicester Tongue

On paper, Watford have the harder game against Arsenal... but West Ham should prove difficult for Villa... in the end I think Watford will end up going down.


Predictions:
- ManU to beat Leicester
- Chelsea to beat Wolves.
- Watford lose to Arsenal
- Villa draw with the hammers
2511  Bitcoin / Development & Technical Discussion / Re: Custom P2SH redeem script - any wallet software that can handle it? on: July 23, 2020, 10:05:29 PM
Looks like these guys solved a puzzle transaction using methods from this post - it is referenced!
I would not say that it was a "puzzle" as such, in that it wasn't publicly listed as a challenge or anything like that... it seems they were just experimenting with P2SH scripts and discovered someone had been sending dust to the address generated from the "1=1" script address...

It might have been useful for readers if they had actually shown the step by step guide to how they constructed the transaction, rather than "here is the finished transaction, feel free to decode it yourself" Undecided

Still, it's nice to see theory being used in practice Wink
2512  Bitcoin / Armory / Re: Can Bitcoin core/Armory be run on an external drive? on: July 19, 2020, 01:46:07 AM
Note that running Bitcoin Core with it storing it's data on external drives has the added risk of an accidental drive disconnection resulting in data corruption in the block files, wallet.dat or both.

Additionally, external drives are generally a lot slower than internal drives due to limitations of the interfaces used for this ie. USB... that may impact on your initial blockchain syncing time (which involves a lot of disk I/O)... but is probably not so much of an issue in day to day usage.
2513  Bitcoin / Bitcoin Technical Support / Re: Set up my bitcoin core wallet already, what next? on: July 19, 2020, 01:24:35 AM
I can not use wallets that provide email, I will prefer only seed phrase. If the seed phrase is backup and safe from attackers and damages, it is the best way to go.
Note that Bitcoin Core does not provide seed phrases... the backup methodology for Bitcoin Core is to simply make (multiple) secure backups of your wallet.dat.


Deterministic wallets are wallets that can use just one private key to generate as many as possible addresses. Unlike nondeterminstic wallet in which one private key generate only one address.
Just to make a small clarification... a deterministic wallet, uses a "master private key" derived from a seed, and then multiple child private keys are derived from that master (and then the addresses the for child keys are derived from that)... so the wallet still contains multiple private keys just like a non-deterministic wallet.

The difference, is that you can regenerate ALL the derived private keys in a deterministic manner by starting from the seed... with a non-deterministic wallet, the private keys are just randomly generated.
2514  Bitcoin / Bitcoin Technical Support / Re: high fees to send with electrum wallet (compared to on coinbase) on: July 18, 2020, 07:45:56 AM
anyway, i just did an experiment  to transfer the same amount (0.001btc) to the same address, at the same day / time (right now!)
0.001btc = 80eur (assuming 1btc = 8000eur)

with coinbase :
fee = 0.00002404btc = 0.19eur

with electrum wallet (android) :
EPA, lowest priority, fee = 0.00023188btc = 1.85eur (yesterday evening, for same amount sent the fee was 0.00339709btc = 27.17EUR...)
STATIC, 10sat/byte, fee = 0.0000374btc = 0.29eur

with bitcoincore wallet (android) :
fee = 0.000956btc = 7.64eur (yesterday evening, for same amount sent the fee was 0.000056btc = 0.44eur...)

well this is annoying... i forsee how mass people won't use btc with such variable (sometimes high!) fees...
Your problem is that you're possibly not comparing apples to apples...

As the others have tried to explain, it's not the amount of BTC you're trying to send... Or the address you're sending to...

It's the actual data size of the transaction you are creating... Measured in bytes... And the thing that has the largest effect on the data size, is the number of inputs (and to a smaller extent, the number of outputs being generated).

Because of the way Bitcoin is received and "stored" when you are using Desktop/Mobile wallets, this can sometimes result in transactions that you generate from these wallets having larger data sizes than when using centralised services like Coinbase... As these services can use various tricks to minimise transaction sizes (like batching transactions etc)

The trade off is that you have full control over these desktop/mobile wallets (unlike centralised custodial wallet services like Coinbase) and don't need to worry about KYC etc.

Also, don't just accept whatever fee rate a wallet tells you that you need to use... They're "best guess" algorithms... and the Bitcoin network can be quite volatile. Read the various threads and learn how to determine what a "good fee rate" is based on the network conditions at the time you are sending your transactions.
2515  Bitcoin / Electrum / Re: Electrum 4.0.2 imported wallet from Bitcoin Core, cannot send BTC cannot get key on: July 18, 2020, 06:57:56 AM
Electrum seems like was unable to find/link this keys to private keys until i synced the actual latest core wallet to blockchain. Wish i knew what the issue was exactly. Just magic no logic.
Electrum, by default, connects to public servers which will not be affected by your Bitcoin Core node. So, whether or not your Bitcoin Core was synced should not make any difference... unless you are connecting your Electrum to your own private Electrum Server (like ElectrumX, electrs or Electrum Personal Server) which is connected to your Bitcoin Core node.

Are you running a private Electrum Server? Huh

Basically, if the private keys in Electrum are the same as the ones in Bitcoin Core and have been imported as the appropriate script type so that the addresses holding coins in Bitcoin Core are the ones being displayed in Electrum... Then everything should work.


Quote
Since Core has no command to Display all priv keys.
It does... The command is dumpwallet

It will allow you to dump ALL the private keys contained in the wallet.dat (including ones in the keypool which are not displayed in the "receiving addresses" list)


Quote
If you didn't read about it before, if you import keys to Electrum both Core and electrum becomes 1 wallet basically.
That's not how it works... The two wallets, while containing the same keys/addresses, still operate independently of each other.

For instance, it's possible to export a single key out of Bitcoin Core and put that into Electrum, but still have other keys in Bitcoin Core that aren't in Electrum... And vice versa, you could have keys in Electrum that are not in Bitcoin Core.

However, for any private key/address pairs that are in both wallets you should see all the same transactions for those addresses (assuming both wallets are properly synced and up to date).
2516  Bitcoin / Bitcoin Technical Support / Re: high fees to send with electrum wallet (compared to on coinbase) on: July 17, 2020, 07:27:56 PM
There is nothing problematic in the fees we pay to transfer BTC, the problem is the fact that some users use something they do not fully understand.
Quoted for truth... a lot of people jumped on the Bitcoin hype train when it was exploding through $10K the first time as they seemed to believe there was "Easy Money"™ to be made, but had zero understanding of how it all worked...

And then we saw the increase in "stuck transaction" and "omg I just paid $100 in fees, wtf??!?" type threads... along with the stories of "seed/private key entered into fake website", "scam wallets downloaded" etc etc. Undecided

Cryptocurrency can be an unforgiving place if you don't take the time to read and learn.
2517  Bitcoin / Electrum / Re: Electrum 4.0.2 imported wallet from Bitcoin Core, cannot send BTC cannot get key on: July 17, 2020, 07:17:19 PM
As i suspected after 3 days of trying. Issue was in old wallet.dat file. It didn't have some hidden new master keys or private keys. The amount of displayed addresses didn't change. But after i used latest wallet.dat all transactions showed and funds was taken out swiftly because now i need new wallet due to, to many manipulations trying to fix it.
Which wallet.dat are you talking about? Wallet files for Electrum? or actual wallet.dat files for Core? Huh

I'm still very confused as to what the actual issue was here... because now you're talking about "hidden" master/private keys? Huh Huh

Can you just answer one thing for me... when you imported your "5 keys"... how many addresses were showing in the Electrum "Addresses" tab?
2518  Bitcoin / Wallet software / Re: My noob questions on: July 17, 2020, 07:09:29 PM
What I don't get is: why are they listed together? This way if John sends me 5 and John sends another 3 to Elisabeth, I will be able to see that John sent 3 to Elisabeth?? Isn't this a bad thing?
I mean unless this is a feature that like in emails sends the same message to many addresses (cc in emails) it seems like very bad privacy.

I certainly don't want the pet store to know that I spent money at the car store before if I am using the same output for these 2 payments, that's my business not his.
And this is why "address re-use" is a "Bad Idea"™ if you value your and other peoples privacy.

If you only ever use an address once, and give anyone who asks for one a completely new and previously unused address, then this kind of tracking becomes more difficult, as it is harder to ascertain what address belongs to whom.

2519  Bitcoin / Wallet software / Re: Is Exodus.io wallet safe to store BTC for a longtime on: July 17, 2020, 10:39:16 AM
Be aware that Exodus does not provide any way to specify or set the transaction fees you want to use... You are completely at the mercy of the Exodus fee calculating algorithm.

Anecdotally, this algorithm is not great and will generally result in fees that are higher than they probably should be. Having said that, I don't recall reading any instances where it set fees too low, resulting in a stuck transaction.
2520  Bitcoin / Wallet software / Re: My noob questions on: July 17, 2020, 10:27:12 AM
So regarding the hack on twitter, what exactly happened in this transaction?




1 is the address of the sender, right?
2 is the address of the receiver, right?

So what are those other addresses?
Looks like whomever sent that transaction was attempting to make a point... Possibly to the hackers.

Did you read the "addresses"?

The message appears to be:
"Just read all transaction outputs as text, you take risk when use Bitcoin for your Twitter game. Bitcoin is traceable. Why not Monero?"

Quote
The sender sent money to those other addresses as well?
Technically yes... But it was ~0.00000666 for each one... And 0.00001337 (aka "leet") to the hackers address Roll Eyes

Quote
If so why are those addresses showing in the transaction as well?
As already stated, you can have multiple inputs or outputs.
Pages: « 1 ... 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 [126] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!