Bitcoin Forum
June 22, 2024, 09:57:26 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 ... 590 »
6441  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: June 03, 2016, 03:22:07 AM
Site isn't working, showing error. But i am hoping that it will be okay in few days and your project will be successful
It is working for me. What error do you see?
6442  Bitcoin / Project Development / Re: Bitcointalk Account price estimator on: June 03, 2016, 12:10:22 AM
I can't get into the site. Can  you please help?
Fixed
6443  Bitcoin / Bitcoin Technical Support / Re: Reducing node size with merkle tree on: June 02, 2016, 09:22:19 PM
No, that is not an example of a merkle tree. In fact they are talking about two completely opposite things. A merkle tree is a cryptographic structure, the node stuff is networking.

A merkle tree is a tree of hashes. At the base are individual hashes, in the case of bitcoin, those hashes are the hashes of all of the transactions in a block. Each hash is hashed with another hash. The resulting hashes are the next level. This process repeats until only one hash remains. That is the merkle root, and that is included in the block header.

For the nodes, Satoshi was talking about node policy for accepting transactions to the mempool. His statement is currently used. If a transaction contains a fee that is too low, the node will reject it. That threshold for Bitcoin Core (the most common node software) is 0.00005 BTC/Kb. This can also be configured by the node owner.
6444  Bitcoin / Development & Technical Discussion / Re: Testnet slow confirmation times on: June 02, 2016, 04:12:50 PM
Testnet mining power tends to vary a lot. Considering that testnet has forked, it is likely that there is not a lot of mining power on testnet to have fast blocks
6445  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core problem on: June 02, 2016, 04:10:46 PM
Thanks mates, will try the - prune option, by the way is this the most secure and less hackable bitcoin wallet out there, it appears this to be by reading in the forum. I may switch from Multibit to this one especially now that multibit is being sold to keepkey.
It is a full node wallet which makes it very secure. I would say that armory is more secure, but a lot of its security come from its utilization of bitcoin core.

Multibit if an SPV wallet, which is subsystem less secure than a full node.
6446  Bitcoin / Armory / Re: Are the new armory versions trusted? on: June 02, 2016, 04:08:24 PM
How did you determine that Armory under etotheipi was "trusted"?

Either you read the code or you trusted the community to read the code for you or you trusted etotheipi.

You have the same options with Armory under goatpig.

I didn't know. But as I used the software for a long time without issues I assumed I can trust him. Going from one dev to another is an extra risk.
Goatpig was one of the developers when ATI was still working on Armory. There isn't any "extra risk". You can check that it is trustworthy the same way that you would check any other open source software: examine the source code and build the software yourself.
6447  Bitcoin / Bitcoin Technical Support / Re: How to recover BTC "Trans rejected ... Non-canonical signature: High S Value" on: June 01, 2016, 10:19:29 PM
Thank you for clarification. We did it and right now process is in progress. We assume that it could take a while any experience how many hrs?

Taking into account that server is pretty fast (like 4 CPUs) and WAN channel is about 100Mbit.


p.s. In any case we'll report the results here. It might help other users...
It has to rescan the blockchain, which can take a while. Honestly, I have no estimates as I haven't had to do a rescan in a while. It shouldn't take more than a few hours to complete. Once it is done, the bitcoind will be used normally. There is no need to restart the program and it shouldn't stop itself.
6448  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core problem on: June 01, 2016, 10:17:20 PM
It isn't Bitcoin Core that is eating up all of the space, but rather the blockchain. You can enable blockchain pruning and it will save you a lot of space. Just start bitcoin core with the -prune option and it will prune the blockchain so that it only uses a few Gb instead of 60+ Gb.
6449  Bitcoin / Bitcoin Technical Support / Re: How to recover BTC "Trans rejected ... Non-canonical signature: High S Value" on: June 01, 2016, 04:04:19 PM
Code:
./bitcoind -zapwallettxes

Make sure that bitcoind is shut down when you run this. It will start bitcoind.
6450  Bitcoin / Development & Technical Discussion / Re: Using the block chain to prove knowledge? on: June 01, 2016, 01:50:17 PM
Ok, thanks.

Is there any other, more acceptable method of implementing the proof-of-existence use case with the block chain?
No as embedding data in any form into the blockchain is generally frowned upon.
6451  Bitcoin / Development & Technical Discussion / Re: Using the block chain to prove knowledge? on: June 01, 2016, 11:39:40 AM
Generally any application which uses OP_RETURN or other methods of storing data in the blockhain us frowned upon by a larger portion of the community, especially those who run full nodes. Your data, even though a few thousand transactions annually, have to be stored and maintained by full nodes for eternity. Those transactions are generally considered spam.
6452  Other / Beginners & Help / Re: please help me unconfirm blockchain on: June 01, 2016, 03:37:38 AM
update after nearly 3 days, my pending 0.04 btc of me in coinbase is disappearing  Huh
This is normal behavior. After a few days, the network "forgets" unconfirmed transactions due to the natural node restart cycle which clears the node's mempool which contains the unconfirmed transactions. If it is "forgotten", then you should see the Bitcoin back in your wallet and be able to resend it, but this time with a fee.
thank but i am not sender btc , do you think i can receive my btc
Then you will have to contact the sender and have him resend the bitcoin. I

Alternatively, if you have a copy of the transaction (as in the raw hex code for the transaction) then you can keep rebroadcasting it so that the network remembers the transaction so that it may eventually confirm.
6453  Bitcoin / Bitcoin Technical Support / Re: How to recover BTC "Trans rejected ... Non-canonical signature: High S Value" on: June 01, 2016, 02:49:18 AM
Just restart bitcoind with the -zapwallettxes argument. This removes all of the transactions from the wallet and rescans from the beginning so that it will remove the unconfirmed transactions. You should then be able to respend those Bitcoin.
6454  Other / Beginners & Help / Re: please help me unconfirm blockchain on: June 01, 2016, 02:47:30 AM
update after nearly 3 days, my pending 0.04 btc of me in coinbase is disappearing  Huh
This is normal behavior. After a few days, the network "forgets" unconfirmed transactions due to the natural node restart cycle which clears the node's mempool which contains the unconfirmed transactions. If it is "forgotten", then you should see the Bitcoin back in your wallet and be able to resend it, but this time with a fee.
6455  Other / Beginners & Help / Re: Can I earn bitcoins by being a bitcoin node that process transactions? on: May 31, 2016, 12:10:32 PM
I predict that one day full-nodes will charge for the information they provide.


The information of the users that were connected to them?

That sounds very sinister.
No. Full nodes provide the entire blockhain and all transactions that they receive and accept. That is the information they provide, not the information if the nodes that connect to them.
6456  Bitcoin / Project Development / Re: Bitcoin blockchain fork monitor on: May 31, 2016, 12:22:17 AM
Bump.
6457  Economy / Service Announcements / Re: [ANN] btcforkmonitor.info - A website to monitor all bitcoin blockchain forks on: May 31, 2016, 12:21:51 AM
Bump.
6458  Other / Beginners & Help / Re: stupid question how created blockhain? on: May 30, 2016, 11:30:18 PM
stupid me i thought blockchain.info was the main blockchain lol.
A lot of newbies make that mistake and it is very problematic that they do.

man what bitcoin wallet do you suggest not blockhain.info the best wallet or? what is your suggestion xapo#?
I suggest using a desktop wallet not an online one. I recommend that you use Electrum.
6459  Bitcoin / Armory / Re: How do I find xpub in Armory? on: May 30, 2016, 11:26:32 PM
xpub keys are BIP32 extended keys. Armory does not support BIP32 yet and thus does not produce these keys.
Well Armory development has stagnated recently due to ATI having issues and no longer developing armory. Goatpig is the only active developer now and he it's planning on adding BIP32 support as well as other improvements to make up for the technological gap that armory suffers.

Thanks for the info.  Wow isn't bip32 from 2012/2013?
6460  Other / Beginners & Help / Re: stupid question how created blockhain? on: May 30, 2016, 08:56:34 PM
well i thought blockchain was developed by anyone other than satoshi. by the way if blockchain was created by satoshi the who are replying to my emails which i am doing to blockchain support is it satoshi or blockchain team.i know it was not satoshi ;p
There is the Bitcoin blockchain and the service called blockchain.info, two entirely different things. You are emailing the service called blockchain.info which is completely different from the bitcoin blockchain.
Pages: « 1 ... 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 [323] 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!