Bitcoin Forum
June 22, 2024, 02:41:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 [193] 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 ... 590 »
3841  Bitcoin / Development & Technical Discussion / Re: Mobile Wallet: Creating transactions on the server? on: March 08, 2017, 09:42:21 PM
Yes, that is possible, and is a key part of cold storage setups.
3842  Bitcoin / Development & Technical Discussion / Re: A thought occured today, are "bulk" transactions cheaper? on: March 08, 2017, 09:41:38 PM
It will be cheaper for you to do the transactions as one large transaction as that cuts out the overhead required for making multiple transactions. It also reduces the risk of having long unconfirmed transaction chains which can be very problematic for the people receiving the Bitcoin.

Regarding the size of the transaction, 500 Kb is quite large. If your transaction is going to be that big, you should probably split it up into multiple transactions.
3843  Bitcoin / Bitcoin Technical Support / Re: low fee uncomfirmed transaction on: March 08, 2017, 06:22:18 PM
the transaction was removed but create another one http://prntscr.com/ehjz3h
Did you make the other one? If so, you can just do Repair Wallet again and make the same transaction but include a higher fee.
3844  Bitcoin / Bitcoin Technical Support / Re: low fee uncomfirmed transaction on: March 08, 2017, 06:15:37 PM
"Transaction rejected by our node. Reason: Transaction was previously accepted but has been pruned from our database." can you translate please?  Cry
That message means that blockchain.info has removed the transaction from their node. This does not mean that it cannot confirm, nor does it mean that every other node on the network has also removed the transaction.

When you did "Repair Wallet", did it remove the transaction from your wallet (it should have)? Did the transaction appear again after some time, or did it never leave your wallet?
3845  Bitcoin / Development & Technical Discussion / MOVED: Best bitcoin hardware wallet? on: March 08, 2017, 01:44:15 PM
This topic has been moved to Trashcan.

https://bitcointalk.org/index.php?topic=1816673.0

Contained Referral link. Reflinks are not allowed.
3846  Bitcoin / Armory / Re: 0.96 preliminary testing on: March 08, 2017, 04:41:32 AM
We have managed to get Armory fully translated into another language, German. Please help use test that the translations are working properly by switching to the other languages and by using the German translations to find any missing strings or bugs with displaying the strings or dialog boxes.

Note that some Usermode strings are not translated. That has been fixed and the translations will be applied once the translation resources are updated later.
3847  Bitcoin / Armory / Re: Own armory entropy on: March 08, 2017, 12:51:03 AM
Hey, just a short question:
Can I use the "recovery wallet" function and enter some lines of which i have created my self to create my own entropy and do not have to trust armory in that case?
I know, this is on my own risk then, if im stupid enough to enter some pseudo-entropy its my own fault. Just wanna know if this might be a possibility if i create them by dices or so...
No. IIRC the recovery stuff contains sanity checks and checksums so you can't just enter a bunch of random stuff, it will fail those checks.

EDIT: just saw that in the menu of "create wallet" i can find a button "add manual entropy", but then again i have to trust armory that it actually use this "manual entropy". But if i just enter my own lines in the recovery function, it has to, right? So if i would not trust it, it would be the better option.... (just in case Im somewhat paranoid  Grin )
The manual entropy option for creating a wallet uses a deck of cards. If you are concerned that it does not use your manual entropy, then look at the source code and compile from source yourself.
3848  Economy / Web Wallets / Re: Can i regenerate my wallet? on: March 08, 2017, 12:48:19 AM
For what wallet?
3849  Bitcoin / Armory / Re: Im new and stuck on: March 08, 2017, 12:47:34 AM
Bitcoin Core must be running in order for Armory to work. Armory by default will run bitcoin core for you in the background, but recently that has not been working too well.

Go to File > Settings and uncheck the box "Let armory run bitcoind in the background". Then stop Armory, start Bitcoin Core, and start Armory again.
3850  Economy / Service Discussion / Re: Is it possible to confirm a bitcoin transaction ? on: March 07, 2017, 08:17:14 PM
Your proof that the money was sent is the transaction id. The transaction has been confirmed, so it is already sent. If they say it was not, then they are lying to you or don't know what they are talking about.
3851  Bitcoin / Armory / Re: Synched but not allowing me to import wallet on: March 07, 2017, 06:17:03 PM
Go to File > Settings and uncheck the box "Let Armory run Bitcoind in the background". Then stop Armory, start Bitcoin Core, and start Armory again.
3852  Bitcoin / Development & Technical Discussion / Re: Free Bitcoin Address Generator and checker up to 100.000 Addresses on: March 07, 2017, 06:16:11 PM
I mean to generate some words in the beginning via brute force generating adresses. Is there a free programm which can do that ?
Such programs already exist and have existed for a long time. See Vanitygen: https://bitcointalk.org/index.php?topic=25804.0
3853  Bitcoin / Bitcoin Technical Support / Re: automatically repeating transactions blockchain.info on: March 07, 2017, 02:54:01 PM
if this can be done by anyone, then it can become a vulnerability?
No. There is no vulnerability. Rebroadcasting does not give anyone the ability to steal other people's Bitcoin. It does not risk anyone's Bitcoin nor does it cause issues for nodes. It only causes a problem for poorly written wallet software which does not have an option for removing the unconfirmed transactions.
3854  Bitcoin / Bitcoin Technical Support / Re: Growing Core blochain size on: March 07, 2017, 02:50:06 PM
This result kind of makes me wonder why so many old blocks. once verified,  need to be stored in the first place.  Why shouldn't that pruning function be built into CORE main program code as a default standard?   Is there perhaps some security advantage in storing all those old blocks.  that I've missed?
When you prune, you lose some functionality. If the database becomes corrupted, it becomes very painful to fix that as it requires redownloading the entire blockchain. You can't rescan or import other addresses and private keys. Additionally, pruned nodes cannot sync a new node since it cannot provide the entire blockchain. Becaues of these shortcomings of pruning, it is not enabled by default.
3855  Bitcoin / Bitcoin Technical Support / Re: 25 btc stuck - Transactions allways stuck, scared to sell btc now cause of this on: March 07, 2017, 02:46:16 PM
You should use dynamic fees instead of setting a fixed fee rate. Use Electrum's dynamic fees, and if such an option is not available, use the latest version of Electrum. When you go to send, there should be a slider that lets you choose a fee rate. Always use the dynamic fees.

Additionally, you can enable Opt-In RBF which allows you to easily replace the transaction with one that pays a higher fee. Electrum supports this feature, go to Tools > Preferences and check "Enable Opt-in RBF". When you go to send Bitcoin, you can check the "Replaceable" option in the send tab so that if the transaction gets stuck, you can increase its fee.
3856  Bitcoin / Project Development / Re: [ANN] Bitcoin Transaction Fee Booster on: March 07, 2017, 02:39:41 PM
For some reason I can't get past the first window of your program. I paste in the raw hex of my transaction, but nothing happens when I click the next button. I think it is a valid raw transaction because if I alter it at all and then click next an error window pops up that says, "Please enter a valid transaction." But for some reason it won't advance to the next screen with the valid transaction.
It's probably failing to connect to the APIs it uses to calculate the fee and get info about the transaction. Restart it and try again.
3857  Bitcoin / Bitcoin Technical Support / Re: automatically repeating transactions blockchain.info on: March 07, 2017, 02:36:43 PM
The automatic rebroadcasting is an "issue" that users here cannot help you with. If blockchain.info is rebroadcasting, contact their support to help you. If someone else on the network is rebroadcasting, there is nothing that anyone here can do. Anyone can rebroadcast any transaction.
3858  Bitcoin / Bitcoin Technical Support / Re: 7 Hours Still 0 Confirmations on: March 07, 2017, 05:52:28 AM
Read https://bitcointalk.org/index.php?topic=1802212.0
3859  Bitcoin / Bitcoin Technical Support / Re: Getting partial information of the next coming block ? on: March 07, 2017, 12:12:27 AM
A block does not take ten minutes to "hit" your wallet. It takes, on average 10 minutes to be found. The block does not exist until it is found, and then it only takes a couple hundred milliseconds to "hit" your wallet.

There is no way to predict what data will be in the block.
3860  Bitcoin / Bitcoin Technical Support / Re: Please explain me this... on: March 06, 2017, 11:23:01 PM
It's called change.

Imagine that each transaction you receive to your address is like a piece of paper money, like a dollar bill. When you want to spend part of that money, you need to receive change to only spend part of it. For example, I pay for a $15 item with a $20 and receive $5 in change.

The same thing happens in Bitcoin because you can only fully spend from an output; you cannot partially spend it. Whatever is leftover, i.e. the change, has to be sent back to your wallet, so the transaction has a change output. Most wallets will generate a new address for your change outputs, so this is what you are seeing.
Pages: « 1 ... 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 [193] 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!