Bitcoin Forum
May 04, 2024, 01:03:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: Bitcoin Core 0.16.0 Released  (Read 8240 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Icon
Hero Member
*****
Offline Offline

Activity: 821
Merit: 503



View Profile
May 13, 2018, 01:18:25 AM
 #81

i got a question, can i add 2 datapaths to the config so i could store 2 copies of the blockchain in 2 difference locations from 1 node thats running?

Icon

1714827797
Hero Member
*
Offline Offline

Posts: 1714827797

View Profile Personal Message (Offline)

Ignore
1714827797
Reply with quote  #2

1714827797
Report to moderator
1714827797
Hero Member
*
Offline Offline

Posts: 1714827797

View Profile Personal Message (Offline)

Ignore
1714827797
Reply with quote  #2

1714827797
Report to moderator
1714827797
Hero Member
*
Offline Offline

Posts: 1714827797

View Profile Personal Message (Offline)

Ignore
1714827797
Reply with quote  #2

1714827797
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714827797
Hero Member
*
Offline Offline

Posts: 1714827797

View Profile Personal Message (Offline)

Ignore
1714827797
Reply with quote  #2

1714827797
Report to moderator
1714827797
Hero Member
*
Offline Offline

Posts: 1714827797

View Profile Personal Message (Offline)

Ignore
1714827797
Reply with quote  #2

1714827797
Report to moderator
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 13, 2018, 02:14:56 AM
 #82

i got a question, can i add 2 datapaths to the config so i could store 2 copies of the blockchain in 2 difference locations from 1 node thats running?
No, you cannot do that.

BTCW
Copper Member
Full Member
***
Offline Offline

Activity: 193
Merit: 235

Click "+Merit" top-right corner


View Profile
May 13, 2018, 11:03:33 AM
 #83

On one on our computers, on which we use Bitcoin Core, we are behind a NAT. Before 0.16, we had 8 incoming connections at most, but lately, we're seeing 16 incoming connections. Certainly speed things up. Thank you, I guess? Is this a documented new feature?

SendBTC.me <<< amazing imitative
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 13, 2018, 04:21:24 PM
 #84

On one on our computers, on which we use Bitcoin Core, we are behind a NAT. Before 0.16, we had 8 incoming connections at most, but lately, we're seeing 16 incoming connections. Certainly speed things up. Thank you, I guess? Is this a documented new feature?
There was no such change that does that. Seeing your incoming connection count increase is normal behavior.

AnnSerg77
Newbie
*
Offline Offline

Activity: 140
Merit: 0


View Profile
May 13, 2018, 07:53:51 PM
 #85

Hi, Thanks for info.
I will update bitcoinnode on my vps ubuntu.
SegWit addres - default..
Dear friends adk me:
What happen if send BTC from legacy address to SegWit address?
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 14, 2018, 05:24:52 AM
 #86

What happen if send BTC from legacy address to SegWit address?
The typical thing happens, your Bitcoin are transferred from a legacy address to a Segwit address. The address types really don't matter; the network doesn't care and such transactions are possible due to the soft forking nature of Segwit. You can even do it the other way around, segwit address to legacy address. It doesn't matter.

achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 15, 2018, 04:21:12 AM
 #87

Is this version available for mobile?
No, Bitcoin Core is not a mobile application.

Elachious12
Newbie
*
Offline Offline

Activity: 129
Merit: 0


View Profile
May 17, 2018, 05:25:43 PM
 #88

This is a great news, but am a kind of person that ask a lot of questions. I want to know the principle of working of Bitcoin Core version 0.16.0. Does it entails POW
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 17, 2018, 11:23:46 PM
 #89

This is a great news, but am a kind of person that ask a lot of questions. I want to know the principle of working of Bitcoin Core version 0.16.0. Does it entails POW
Of course, Bitcoin uses PoW. Bitcoin Core is the reference implementation for Bitcoin, it is not an altcoin.

zx9r_
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
May 28, 2018, 12:29:26 AM
 #90

I have just installed bitcoind 0.16 in Linux. How can I get the seed of the HD wallet ?

I dont have nor want bitcoin-qt, only bitcoin-cli

achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
May 28, 2018, 03:40:38 AM
 #91

I have just installed bitcoind 0.16 in Linux. How can I get the seed of the HD wallet ?

I dont have nor want bitcoin-qt, only bitcoin-cli
Use the dumpwallet RPC command. Do bitcoin-cli dumpwallet <filename> where <filename> is the name of the file you want the wallet data to be written to. Open up that file as a regular text file. At the top of it will be something that has the master private key (an xprv). Somewhere in the file will be a private key with the hdkeypath listed as "m". That is the seed. Note that the seed is not a phrase; Bitcoin Core does not use mnemonics (which are often misnamed as seeds).

Icon
Hero Member
*****
Offline Offline

Activity: 821
Merit: 503



View Profile
June 10, 2018, 09:02:10 PM
 #92

Soo i know, or i think i know what HD wallets are, so i make a new receive address and send btc to that address. But then delete the new wallet with the new receiving address and replace with backup wallet that did not have the new receive address, would the btc i  sent to the new address be in the original wallet? Seeing they both use the same seed?

Hope i made that question clear..

Icon

PS

Could someone with the new receive new address be able to see the original btc balance on blockchain explore?





scant
Newbie
*
Offline Offline

Activity: 5
Merit: 2


View Profile
June 13, 2018, 12:40:40 PM
 #93

Soo i know, or i think i know what HD wallets are, so i make a new receive address and send btc to that address. But then delete the new wallet with the new receiving address and replace with backup wallet that did not have the new receive address, would the btc i  sent to the new address be in the original wallet? Seeing they both use the same seed?

Yes, but the same would be true for a non-HD wallet, because the "new" receiving address would probably already be in the keypool of the old backup copy of the wallet.

Could someone with the new receive new address be able to see the original btc balance on blockchain explore?

There is no way to for an observer to connect the different addresses in your wallet unless you help them by spending from multiple addresses at once for example.
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6581


Just writing some code


View Profile WWW
June 15, 2018, 05:33:20 PM
 #94

Bitcoin Core 0.16.1 has been released: https://bitcointalk.org/index.php?topic=4476057.0

Pages: « 1 2 3 4 [5]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!