Bitcoin Forum
May 30, 2024, 10:15:49 AM *
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 »
241  Bitcoin / Bitcoin Technical Support / Re: Problem with Bitcoin Core 10 on: April 25, 2015, 12:27:11 AM
If you have tried reinstalling several times, a reboot might help. However, this may also be a hardware problem. It is possible that the sudden power outage caused some issues with your computer. For example, sudden power loss to a HDD can cause the reader head to crash into the disks and cause them to be damaged. Try installing a different wallet software and import your private keys from your wallet backup.
242  Bitcoin / Bitcoin Technical Support / Re: Problem with Bitcoin Core 10 on: April 25, 2015, 12:10:29 AM
That seems odd. Maybe it is a corrupted installation. Try reinstalling it again. Make sure you delete the bitcoin datadir before reinstalling. Also backup your wallet.dat file.
243  Bitcoin / Bitcoin Technical Support / Re: Problem with Bitcoin Core 10 on: April 24, 2015, 11:57:53 PM
Also it seems like your blockchain data is corrupted (because of powercut), There're 2 things that you can try;
1- start bitcoin core wallet with -rescan parameter. If it doesn't work then;
2- clean the blockchain's folder (don't forget to copy wallet.dat to another location) and resync with the network.

He has essentially done these by reinstalling core.

bobby88 - what happens when you run core? Is there any error message on the screen?
244  Bitcoin / Bitcoin Technical Support / Re: Problem with Bitcoin Core 10 on: April 24, 2015, 11:47:02 PM
put it in code brackets. Click the "#" button and put the data in there.
245  Bitcoin / Bitcoin Technical Support / Re: Problem with Bitcoin Core 10 on: April 24, 2015, 11:35:51 PM
Is there any error message when you try to start bitcoin core? Can you post the your debug.log? The file should be in C:\Users\YourUsername\AppData\Roaming\Bitcoin if you didn't change the datadir location.
246  Bitcoin / Bitcoin Technical Support / Re: Qt reindexing whole blockchain on: April 23, 2015, 01:21:43 AM
Get a UPS (uninterruptible power supply). When the power goes out, it should provide enough power to safely shut everything down.
247  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Source Code on: April 22, 2015, 09:44:49 PM
There are no blogs that I know of, but the build-unix.md file provides instructions for linux building. It is in the doc folder here https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
248  Bitcoin / Project Development / Re: What is required to share my work on: April 21, 2015, 01:07:08 PM
I usually trust people who post have open source code with decent documentation in the code. I also trust people who have trust or aren't newbies whose first post is trying to get his work out. I suppose obfuscation is okay, as long as the code is open source.
249  Alternate cryptocurrencies / Altcoin Discussion / Re: Abe Block Explorer Help on: April 20, 2015, 02:09:06 AM
That is the raw transaction data in hex format of the first transaction in bitcoin.
Here is the breakdown from bitcoin.it
Quote
01000000 - version
01 - input
0000000000000000000000000000000000000000000000000000000000000000FFFFFFFF - prev output
4D - script length
04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F7 2206F6E206272696E6B206F66207365636F6E64206261696C6F757420666F722062616E6B73 - scriptsig
FFFFFFFF - sequence
01 - outputs
00F2052A01000000 - 50 BTC
43 - pk_script length
4104678AFDB0FE5548271967F1A67130B7105CD6A828E03909A67962E0EA1F61DEB649F6BC3F4CE F38C4F35504E51EC112DE5C384DF7BA0B8D578A4C702B6BF11D5FAC - pk_script
00000000 - lock time
250  Bitcoin / Bitcoin Technical Support / Re: Little help in ENGLISH needed on: April 20, 2015, 02:01:14 AM
can you please, if you dont mind get a little more in depth with blocks and genesis.

basically genesis is like the tip of the pyramid?? like everything will continue to expand from this first point, am i getting it right?
yes.

Quote
how do i make a genesis block?
I'm not sure how to make a genesis block for a new altcoin, but I do know that on a private Regtest Bitcoin network, the block is created by this command:
Code:
setgenerate true

Quote
the reason i am asking all these is, i feel that, the best way to learn how mining and everything about the crypto work, is by able to have my own coin. that way i would learn how to do my coin, compile, learn the linux and everything about it. i have time, i can spend lots of time understanding and digging in. i dont use linux and my knowledge on linux is euh.... lets not talk about it Cheesy
i think i will opt for the x11, but i dont want to make it work like btc, have to wait 1hour before all confirmations and stuff. it has to be instant. split seconds
Confirmation times do not have anything to do with the algorithm. For instant confirmation times, you will need to change in the code the target time between blocks and the difficulty re-target time.
251  Bitcoin / Bitcoin Technical Support / Re: Bitcoin Core, can't sync. Receiving wrong header/blocks? on: April 19, 2015, 03:04:22 PM
Does anything happen if you just run bitcoin core 0.10.0 for a while? If it doesn't give you an error message, then it should be syncing up fine. You might have just connected to a bad node, and core should resolve the issue itself.
252  Other / Off-topic / Re: Question about Computers "Please move if in the Wrong Directory" on: April 19, 2015, 02:55:06 PM
Perhaps you have a virus on the computer. Or some piece of hardware is failing. Have you tried swapping out hard drives or booting from a live CD or live USB? If it boots quickly with a live CD or USB then your hard drive is likely failing. Otherwise you might have some motherboard issues.
253  Bitcoin / Project Development / Re: how much would it take to : on: April 09, 2015, 01:15:13 PM
You can do this by forking any open source altcoin that uses the algorithm you would like to use. Mining that coin can be done by using the "generate" option that is in most of the altcoins that were forked from bitcoin. Alternatively, you can setup any mining software and solo mine the coin.
254  Bitcoin / Project Development / Coinbase's BitHack V2 on: April 09, 2015, 12:53:55 PM
Coinbase recently announced their second Bitcoin Hackathon competetion. There are up to $70,000 of prizes for applications that use bitcoin and/or blockchain technology. The competetion ends on May 19th, 2015 at 11:59 PST. You can check out the full details here: https://developers.coinbase.com/bithack

Note: I am not affiliated with Coinbase. I thought that I should just let everyone know about this new competetion.
255  Bitcoin / Armory / Re: bitcoind crashing on: April 09, 2015, 12:42:51 PM
Start bitcoin-qt and it should ask you if you would like to rebuild and rescan the blockchain. Click OK and it will rebuild and fix the issue. After you are done, shut down bitcoin-qt and start armory.
256  Bitcoin / Armory / Re: bitcoind crashing on: April 06, 2015, 12:55:59 PM
Bitcoind crashed again and I had to rescan and rebuild the database. Why does this happen?
257  Bitcoin / Project Development / Re: New Website - Looking for beta testers on: April 06, 2015, 01:45:21 AM
I believe by definition this is a pyramid scheme, and not a ponzi. It may also be a scam, but that cannot be verified unless the source code is looked at. This would only be a scam if microzee received all the money. Since he says many times that he is willing to provide source code, I would like to take a look at that source.
258  Bitcoin / Bitcoin Technical Support / Re: Error opening Block Database - Looking for some help on: April 03, 2015, 03:00:28 PM
Try re-syncing the tree and recompiling. There may be a bug in the version you pulled from their git repository.

If you are trying to run two bitcoin nodes from the same data directory, you won't be able to as one node will not be able to lock onto the directory.

Otherwise, I've got nothing else.
259  Bitcoin / Bitcoin Technical Support / Re: Error opening Block Database - Looking for some help on: April 03, 2015, 03:28:09 AM
Check if both nodes run the same version. I believe that Bitcoin Core 0.10.0 uses a different database and block organization that is not compatible with other versions.

You might also have some permissions issues between the Linux system and Windows.
260  Bitcoin / Bitcoin Technical Support / Re: Error opening Block Database - Looking for some help on: April 03, 2015, 01:33:20 AM
That error usually means that the databases somehow got corrupted. Try doing:
Code:
bitcoind -reindex -datadir=/directory/to/blockchain
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!