Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
October 01, 2014, 11:25:52 AM |
|
And after the download of the bootstrap.dat ... the bitcoin core job to extract all to recreate the block folder (in blockchain folder).
|
|
|
|
Velkro
Legendary
Offline
Activity: 2296
Merit: 1014
|
|
October 04, 2014, 04:05:28 PM |
|
"Deleting" old blocks is required, it should be easy to implement. Only require to clients remember up to 4 levels of transaction tree history. Now its like 300 000 levels of transaction tree required no idea why. It would be great for bitcoin adoption
|
|
|
|
TradeSmart
Newbie
Offline
Activity: 42
Merit: 0
|
|
October 04, 2014, 07:05:28 PM Last edit: October 06, 2014, 06:53:58 AM by TradeSmart |
|
It took me 23 hours to add fully functional bt-core on my MAC. Downloaded bootstrap.dat and synchronised with network. Macbook is new, but process was so slow.
|
|
|
|
ranochigo
Legendary
Offline
Activity: 3038
Merit: 4420
Crypto Swap Exchange
|
|
October 06, 2014, 01:32:41 PM |
|
It took me 23 hours to add fully functional bt-core on my MAC. Downloaded bootstrap.dat and synchronised with network. Macbook is new, but process was so slow.
If you don't need the full functions, consider getting a light weight Bitcoin client. Full node requires CPU to verify blocks and memory space. They can be reduced by using a lightweight wallet as you do not need that much hard disk space because you do not need to download blocks. This is also the fastest.
|
|
|
|
Borisz
|
|
October 06, 2014, 07:19:40 PM |
|
If I use Multibit, I assume I am not contributing to the bitcoin network by allowing others to connect to me and download new blocks from each other. Wouldn't this become an issue if the majority of the users started to use an SPV client?
|
|
|
|
virtual-exchanger.com
Newbie
Offline
Activity: 27
Merit: 0
|
|
October 06, 2014, 07:36:26 PM |
|
thanks for update
|
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
October 06, 2014, 08:24:58 PM |
|
Wouldn't this become an issue if the majority of the users started to use an SPV client?
yes ... but, it's the final deal. pool and miner must have a strong source for the block verification. so, if you have strong miner, you always have strong complete source of blockchain at the end.
|
|
|
|
billy791
Newbie
Offline
Activity: 1
Merit: 0
|
|
October 06, 2014, 09:06:04 PM |
|
Great! Thanks guys for this thread
|
|
|
|
kelvrhy
Newbie
Offline
Activity: 20
Merit: 0
|
|
October 08, 2014, 12:42:37 AM |
|
Thx for your explain So helpfull
|
|
|
|
ranochigo
Legendary
Offline
Activity: 3038
Merit: 4420
Crypto Swap Exchange
|
|
October 08, 2014, 09:51:37 AM |
|
If I use Multibit, I assume I am not contributing to the bitcoin network by allowing others to connect to me and download new blocks from each other. Wouldn't this become an issue if the majority of the users started to use an SPV client?
Not really, merchants would still be relying on full nodes to process payment as SPV clients isn't as secure as Bitcoin core. There will also be some people willing to run them to support the Blockchain. You aren't contributing much unless you turn on your computer for 24/7 as Bitcoin need more nodes with more reliability and uptime.
|
|
|
|
iwillwin
Newbie
Offline
Activity: 28
Merit: 0
|
|
October 12, 2014, 07:15:27 AM |
|
Yeah it feels as if I have been waiting for an eternity. Gets a bit too much on my nerve. Takes forever to download. Please solve the matter as soon as possible.
|
|
|
|
mackyy20
Newbie
Offline
Activity: 1
Merit: 0
|
|
October 17, 2014, 05:58:44 AM |
|
Starting from a few days ago, MultiBit is the default recommended desktop client on the bitcoin.org choose your wallet page. MultiBit is a what we call an "SPV wallet" so is capable of processing thousands of blocks per second, and its checkpoints are refreshed frequently enough that for brand new users, they will usually be synced with the chain in 5 seconds or less. I'll explain a bit more about how this works in a moment, as we have many newbies join us in recent months who may not be familiar with the details.
|
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
October 17, 2014, 07:11:01 PM |
|
so is capable of processing thousands of blocks per second No. It retrieve merkles trees of the blockchain ... it process nothing and it "must have" nodes of bitcoin core to emit and receive transactions. Like all android wallet, too.
|
|
|
|
micax1
|
|
October 17, 2014, 09:41:24 PM |
|
is there a new version? Thank you.
|
|
|
|
Orangina
|
|
October 18, 2014, 06:42:31 AM |
|
I'am not experienced in those stuff , but if I use Bitcoin Core (with sync) & Multibit (without) , what would be the difference exactly ?
|
|
|
|
ranochigo
Legendary
Offline
Activity: 3038
Merit: 4420
Crypto Swap Exchange
|
|
October 18, 2014, 07:07:55 AM |
|
I'am not experienced in those stuff , but if I use Bitcoin Core (with sync) & Multibit (without) , what would be the difference exactly ? Bitcoin core downloads the entire blockchain and allows you to use features like BitcoinRPC but Multibit connects to their server for the blockchain and checks your balance there and don't allow RPC features. You have to trust MultiBit servers to have valid information for your wallets. Bitcoin Core does not need to have trust since it finds the longest valid chain from a couple of nodes.
|
|
|
|
Orangina
|
|
October 18, 2014, 07:10:16 AM |
|
Oh , now I understand much better . & what's the RPC Feature please ?
|
|
|
|
ranochigo
Legendary
Offline
Activity: 3038
Merit: 4420
Crypto Swap Exchange
|
|
October 18, 2014, 07:23:23 AM |
|
Oh , now I understand much better . & what's the RPC Feature please ?
It is basically a command line which allows you to connect do a lot of things, for example sending balance and checking balance, check node status etc. You just need to set Username and password on the configuration file in the directory and you can implement into your script. This is useful for developers which operates a online service and needs instant withdrawals, once a user initiates it, the script can send a command and the coins will be sent instantly. Here's more details :https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)
|
|
|
|
|
Muhammed Zakir
|
|
October 19, 2014, 04:47:34 PM |
|
So that might mean that we eant to eait for some time more or the version they wrotr may be wrong or maybe the entire news. Lets wait till cire devs come. ~~MZ~~
|
|
|
|
|