Bitcoin Forum
June 22, 2024, 03:41:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 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 ... 590 »
3761  Bitcoin / Armory / Re: I have Armory 0.95.1 - Can I install Bitcoin Core 14.0 with no problems? on: March 14, 2017, 10:46:11 PM
Yes.
3762  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt Randomly Crashing on: March 14, 2017, 08:49:01 PM
You are probably running out of memory. Decrease the dbcache and the maxmempool parameters (defaults for both is 300 IIRC).
3763  Other / Meta / Re: Can staff help on: March 14, 2017, 05:35:18 PM
Follow the instructions given here: https://bitcointalk.org/index.php?topic=497545.0
3764  Bitcoin / Development & Technical Discussion / Re: bitcoin-cli -decodescript "hex" - method not found on: March 14, 2017, 05:34:40 PM
Don't have the - in front of your command. The - means that it is an option, not a parameter. The RPC call is a parameter, not an option.

Your command should be
Code:
bitcoin-cli decodescript "hex"
3765  Bitcoin / Armory / Re: Armory unable to Import or Restore Wallet on: March 14, 2017, 05:33:32 PM
I changed the setting and started the the programs in the specified order.
I still have the same problem.
Are the progress bars still there, or did they disappear?

Can you please post the armorylog.txt and dbLog.txt found in the Armory data folder?
3766  Other / Beginners & Help / Re: Which site to show mining performance of a CPU ? on: March 14, 2017, 05:31:48 PM
Why are you even trying to do CPU mining? CPU, GPU, and FPGA mining on Bitcoin is completely useless, you won't earn anything as the hash power is way too little. Even with Altcoins, CPU mining is still fairly useless as basically all altcoins use algorithms that are easily GPU mined. You shouldn't try CPU mining, go with GPU mining instead.
3767  Bitcoin / Development & Technical Discussion / Re: How to use script interpreter? on: March 14, 2017, 05:31:45 PM
You are verifying the script incorrectly. The way that script verification works is that the scripts have to be spent. You take the input script and concatenate the output script it spends from to the end of the input script. That is the full script as the input script and the output script by themselves are not full scripts.
3768  Bitcoin / Bitcoin Technical Support / Re: need CLI script (Linux) to perform 1:n transactions w/o local blockchain on: March 14, 2017, 05:31:40 PM
That's fairly trivial to do (I think) but if you want it to also sign the transaction, then you will need access to the blockchain somehow. Either you as the user would have to input all of the necessary data (output script, txid, vout) or it needs to access the blockchain somehow to look up the data that it needs.
3769  Bitcoin / Bitcoin Technical Support / Re: 0-fee transaction on: March 14, 2017, 05:31:36 PM
I can't understand, why bitcoin users have to.pay fees for miners, they have mining rigs and they are mining theirselves, so why was bitcoin designed like that? I prefer 0 fee transactions, even on 0.0001btc, I have to pay 0.0001 fee and that is 0.0002. If I want small transaction, using bitcoin is useless so I have to use bitcoin only on big transactions.
Because miners are doing you a service by including your transaction into the blockchain so that it is permanent. You should pay them for that service, not just take things for granted. Additionally, the block subsidy that miners get decreases every 4 years or so. Pretty soon that block subsidy is going to be very small, and miners will still need to be paid somehow. Mining is an expensive venture, so if they aren't getting paid more than they are spending in electricity, then they won't mine, and if no one mines, the blockchain is not going to grow and your transactions are not going to get confirmed. The whole point of transaction fees is to keep paying the miners when the block subsidy gets low so that they continue mining. The whole point of the block subsidy is to keep the network afloat while Bitcoin is still young, so it is not supposed to last forever.
3770  Bitcoin / Armory / Re: How to recover an address for a reinstalled only-watch Armory wallet? on: March 14, 2017, 04:12:20 PM
Go to Help > Rescan Balances. That will rescan the blockchain for any transaction related to your addresses.
3771  Bitcoin / Armory / Re: How to recover an address for a reinstalled only-watch Armory wallet? on: March 14, 2017, 03:42:21 PM
The address is this: 1FwGnSsSGaDBfVFudeE58kBhyE5aBryR25

SatoshiTango have send me a link to https://blockchain.info/address/1FwGnSsSGaDBfVFudeE58kBhyE5aBryR2S
and they claim that means they have send the BC.

But that bitcoins doesn't appears in Armory. Why?
The Bitcoin has certainly been sent as that the transactions to that address have confirmed. Is your Armory fully up to sync? Is Bitcoin Core (which Armory depends on) fully synced? Do you see the address in question in your address list for your wallet?
3772  Bitcoin / Bitcoin Technical Support / Re: microsoft visual c++ runtime library error on bitcoin core 0.14.0 on: March 14, 2017, 05:43:47 AM
thanks for your help , just wondering , what are  minimum machine  spec to run  bitcoin core 0.14.0 actually ?
I think it's recommended to have at least a dual core with 4 GB RAM, but that may have changed as 0.14.0 seems to use a bit more memory than previous versions.
3773  Bitcoin / Bitcoin Technical Support / Re: 12 hours after tx, still 0/3 confirmation on: March 14, 2017, 02:51:18 AM
What are the transaction ids of your transaction?

Read https://bitcointalk.org/index.php?topic=1802212.0
3774  Bitcoin / Development & Technical Discussion / Re: "Operation not valid with the current stack size" when spending from 2of3 on: March 14, 2017, 02:50:22 AM
Great! Thanks for checking that. I submitted an issue for it on github: https://github.com/bitcoin/bitcoin/issues/9988 so that we can figure out how to fix it. The easiest solution would be to remove the VerifyScript call, but that may not be desirable.
3775  Bitcoin / Armory / Re: Armory unable to Import or Restore Wallet on: March 14, 2017, 02:42:15 AM
In Armory, go to File > Settings and uncheck the box "Let Armory run Bitcoin Core in the background". Stop Armory. Start Bitcoin Core. Start Armory again.

This will set Armory to not run Bitcoin Core for you; you must run Bitcoin Core separately before starting Armory. That should fix your issue.
3776  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core 0.14.0 Released on: March 14, 2017, 02:40:31 AM
Is there any word if this version of core if we can finally  export/import the hd "seed" yet?

Icon
You can export it to a file using the dumpwallet RPC (all the private keys will be exported as well). There is no import functionality.
3777  Bitcoin / Bitcoin Technical Support / MOVED: stuck transaction with 0.0002 fee on: March 13, 2017, 09:16:12 PM
This topic has been moved to Trashcan.

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

Duplicate
3778  Bitcoin / Bitcoin Technical Support / Re: microsoft visual c++ runtime library error on bitcoin core 0.14.0 on: March 13, 2017, 08:43:09 PM
Since you have such a low amount of ram, you need to set some parameters to reduce ram usage. Go to the Bitcoin Core data directory and either make or edit the bitcoin.conf file. Add in it these lines:
Code:
dbcache=150
maxmempool=150
and then start Bitcoin Core. It should use less RAM and thus not crash.
3779  Bitcoin / Armory / Re: how long should it take to show btc in my wallet after sending them? on: March 13, 2017, 07:40:39 PM
Indeed.
I do not understand how do I synchronize btc core apart from executing bitcoin-qt, which downloads blocks until it stops and looks synchronized.
That's all you need to do. When you open Core, you should not see any out-of-sync overlay or a green bar at the bottom. If you hover over the checkmark at the bottom right hand corner, it will tell you how many blocks it has synced. Compare that to a block explorer to check if you are in sync.

If Core is in sync, then Armory somehow got off sync. With Core running, start Armory. Go to Help > Rebuild and Rescan Databases and click Yes. Then restart Armory. This should fix your problems.
3780  Bitcoin / Bitcoin Technical Support / Re: Help! Lost Blocks from unpruned full chain after NFS-Disconnect on: March 13, 2017, 07:25:31 PM
thanks for the prompt reply!
reindex fails at the
moment at the missing block. I have reason to
believe that > 700 blocks are fine and only 2 missing.
I want to avoid starting from scratch.
regards Bag
Well unfortunately right now it won't work if you are missing blocks, so you will need to redownload those blocks. I don't think there is any mechanism yet to redownload only the blocks that are missing, so you will need to redownload the whole thing.
Pages: « 1 ... 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 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 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!