Bitcoin Forum
May 29, 2024, 01:02:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 240 241 242 243 244 245 246 247 ... 317 »
3921  Bitcoin / Hardware wallets / Re: How can I restore my ETH from a broken ledger nano s without the device? on: August 13, 2018, 07:48:12 AM
According to ledger's article about restoring ETH:

Your first private key will be the one with the path m/44'/60'/0'/0.
The second private key will be the one with the path m/44'/60'/0'/1, and so on.


But make sure to get the tool from github and run it on an offline machine. You might be compromising your seed if you run the tool on an online pc.
Afterwards you'll just need to import the private keys into a compatible wallet.
3922  Bitcoin / Mycelium / Re: Export account key on: August 13, 2018, 07:39:05 AM
Why is this private key so long?

The extended private key (xpriv) is specified in BIP 32.
It is not a private key to actively spend your funds, it is used to generate private-/public- keys for you to receive/send BTC.
The xpriv is 111 bytes long, compared to 32 bytes for a 'standard' private key.


The public key doesn't match with the unspent address in the account, so what is it exporting exactly?

Could you please elaborate what exactly you are referring to ?
If you have exported the xpub (extended public key), you can generate 'all future' public keys (and therefore also addresses) of your wallet.
If you want to have a backup, you need to export the xpriv key.
3923  Bitcoin / Electrum / Re: Electrum 3.2.2 and Electrum-ltc-3.1.3.1 do not run om Mac OS 10.9.5 on: August 13, 2018, 07:25:21 AM
If you have downloaded the MAC-version, it definitely should be compatible.

Did you already try to run it via the terminal ?

Code:
open -a electrum



[...] the possible reason I think it may be conflict because you install them both Electrum and Electrum-ltc on the same machine.

There can be multiple electrum forks installed if you specify different data directories for them (i do believe electrum-ltc does NOT use the same as electrum standardly).
3924  Bitcoin / Electrum / Re: Electrum wallet disappeared - HELP! on: August 13, 2018, 07:20:50 AM
An application usually does not disappear without someone removing it.

You might try to start electrum via the terminal:
Code:
open -a electrum

If this doesn't work and you can't locate the executable, do what jackg advised and reinstall it.
But this does of course require you to either have the mnemonic seed phrase (12/24 words) OR the wallet file (usually inside /home/USER/.electrum/wallets) and the password (if existing).
3925  Bitcoin / Bitcoin Technical Support / Re: Automated Bitcoin startup with backup on: August 13, 2018, 07:02:46 AM
I made a backup of everything, I deleted the original data directory and afterwards I copied the backup of the chainstate folder (and only this) back to its original place.

If you have deleted the data directory and only copied the backup of the chainstate into it, you did delete your local copy of the blockchain.
You need to keep your blocks (*.blk files) if you aren't running core with pruning.



The result was that I had to redownload (rsync as you name it) the whole blockchain with consumption of all the time a complete download (and rebuild) requires.

What i was revering to with 'syncing' was the process of core reading the block files and building the chainstate (which usually takes way more time than the download process).
3926  Bitcoin / Hardware wallets / Re: Problems with Ledger Live and Ubuntu on: August 13, 2018, 06:44:44 AM
[...] since I use root standardly [...]

It is heavily advised to NOT run your PC under the root user on a usual basis.
You are basically bypassing the security model, where programs are meant to be run with user privileges without being to be able to access/modify the underlying system.
Any small bug or vulnerability could crash/compromise your whole system since any process you start (graphical destkop environment, browser, flash, .. ) runs with root privileges.

The better alternative would be to create individual user and move them (if you want them to be able to gain root privileges) into the sudo group.

3927  Bitcoin / Development & Technical Discussion / Re: Bitcoin ATM Malware Found For Sale In The Dark Web! on: August 10, 2018, 01:44:32 PM
What do you think about it? Everything can be hacked?

Everything can be hacked. It is just a matter of time and effort used to attack it.
As long as there vulnerabilities which can be found, there also will be black hats who are trying to find an exploit them.

ATM's (whether crypto or fiat) always has been a lucrative goal. These are basically money storing machines.



And is it only the matter of time when we see the news that XYZ hardware wallet has been hacked or sth like that?

Probably yes. I am sure that there are a lot of vulnerabilities in all wallets which just havn't been found yet.

The good thing about hardware wallets is that an attacker would need the device AND a vulnerability + exploit to steal funds.
Thats a big advantage compared to a desktop-/mobile- or web wallet, where a simple malware would be enough to steal your funds.
3928  Bitcoin / Armory / Re: update armory wallet 0.96 on: August 10, 2018, 01:37:55 PM
went on the help list and 1st one is importing now ,i hope i will i see my balance after the scan

If you are importing the private keys (those which belong to an address which shows a balance on a block explorer), your balance will appear after the scan.
But note that this is not a long term solution. Imported private keys are harder to handle when backing up etc.

After the scan, if you see your whole balance, create a new wallet and send your funds over there. You will then only have to back up the seed from the latest wallet.
3929  Bitcoin / Development & Technical Discussion / Re: Nodes talking, sockets or over http on: August 10, 2018, 01:31:48 PM
Btw, how does nodes send the data? is there any format (in bitcoin?) for example, json or xml?


The message structure is:
  • 4 byte which define mainnet/testnet
  • 12 byte command
  • 4 byte length
  • 4 byte checksum
  • X byte payload

You can read more about the structure / possible values in the protocol documentation (https://en.bitcoin.it/wiki/Protocol_documentation#Common_structures).
3930  Bitcoin / Development & Technical Discussion / Re: Help. Blockchain.com Bip44 spec rpv2 API on: August 10, 2018, 01:11:27 PM
Well, if blockchain.com doesn't check after 20 unused addresses you could simply send small amounts to the other addresses,
which have been crated before the address which received the funds.
After you have send funds to enough addresses, so that the address used by your custer will be inside the address gap of 20, it will appear and be accessable.

But, why did you use blockchain.com in the first place ?
For a proper OTC exchange, you should be able to implement everything yourself. For your and your customers security.
3931  Economy / Scam Accusations / Re: Please help! on: August 10, 2018, 12:57:30 PM
Were you already able to move any funds out?
Or did the person you have dealt with only import addresses as watch-only ?

If you can access any funds, move them out ASAP. Get a new wallet (preferably a desktop wallet instead of a web wallet) and NEVER share any private information.

Remember, to receive bitcoins you need to provide your public address. This should be the ONLY way for you to receive bitcoins.
If someone claims he needs access to any account of you to 'load up' some btc, they are lying and try to scam you.

Create a wallet yourself and provide the other party your btc address. Do only accept btcs SENT to this address.
3932  Bitcoin / Development & Technical Discussion / Re: Bitcoin Block time on: August 10, 2018, 12:46:55 PM
So you tell something now in beta is the future of payment.

Every thing has been in beta once. The LN is still in development stage. Did you expect the LN would be built within a few weeks ?



Otherwise you say something about prooved and secure.

This is right. The bitcoin blockchain is the most secured one.
Not a single attack on bitcoin could really damage its network.
And since it has the most hashrate (and the most 'work' being used to mine) it is the crypto which needs the highest 'investment' to get attacked.



And also a 51% attack of BTC is possible. 2 pools more then 50% of hash rate.

Everything is possible.
But both pools would effectively go bankrupt if they would decide to perform 51% attacks.
They would be left with worthless hardware and coins without any value anymore.

These pools actually are the most ambicious one letting bitcoin NOT get attacked. Thats how they make their money.

3933  Bitcoin / Development & Technical Discussion / Re: Bitcoin Block time on: August 09, 2018, 03:22:01 PM
Eclair has a pretty stable mainnet version for android which I've been using for several weeks without a hitch. Lnd and c-lightning can also be run on the mainnet without having to reconfigure them

I was under the impression that most wallets were for 'testnet only'. And that you could configure them to run on mainnet, but it was recommended not to do so.
It may have been like that a few months ago. But unfortunately i don't remember, i could also be wrong.
3934  Bitcoin / Development & Technical Discussion / Re: Bitcoin Block time on: August 09, 2018, 02:59:04 PM
So the fee was 6000 sat per kB. I think that is ok.

That's 6 sat/B. 10 would have been needed for an instant confirmation today. Can be seen here.



I tried to use Lightning network, all wallets even the offcial one I used were "not compaible" to the test I made (this picture you can paint for 1 sat per pixel)

The lightning network still is in beta.
And most of the wallets available currently do only work with the testnet (except if you make changes to the configuration, then it is possible to use them on the main net).
So if you didn't explicitly configure them to work on the mainnet, they were configured for the testnet.



What is the real difference. Some special nodes confirm the transaction faster like instant send in Dash?? Thats it, nothing really special 

No. Thats not how it works.
At least use 3 minutes of your precious time to check the link i have posted (to have at least a bit of knowledge regarding LN):

If you instead don't want to spend 15 minutes of your life, you might look at the wikipedia article instead.
3935  Bitcoin / Development & Technical Discussion / Re: Bitcoin Block time on: August 09, 2018, 02:17:01 PM
I send a transaction with normal fee and now waiting at the computer for about 2 hours and it is still not confirmed.

This probably happened because you have picked a fee which was too low.
Usually 1 sat/B transactions get confirmed pretty fast, but the mempool started growing a bit today. This happens in cycles.
You can check the current status here: jochen-hoenicke.de/queue/#1,8h.

How high was your transaction fee ?
If you really need it to be confirmed as fast as possible, you might bump the fee (assuming you have the RBF-tag set; depends on the wallet you are using).



Why all crypto people use this Bitcoin Bullshit for payment. Yes for payment in Crypto it is bullshit.  Huh Huh Huh

Bitcoin is the most proven and secured payment system around.
Each other crypto is either a clone or some untested system which massive vulnerabilities.



And dont tell about Lightning, this is child foot age. And nearly same as Master Nodes.

The LN is completely different from master nodes. You seem to have a misunderstanding of the LN.
If you want to get a deep understanding you might read want this article (part1 , part2).

If you instead don't want to spend 15 minutes of your life, you might look at the wikipedia article instead.

Both sources should make it clear that the LN in not similar to the concept of master nodes.
3936  Bitcoin / Bitcoin Discussion / Re: here you have it economists speak against bitcoin on: August 09, 2018, 01:27:07 PM
This is just some low-quality content. Nothing new here. Articles from that point of view are being distributed since 2017.
I agree with DooMAD on this point, there hasn't been any comparison between multiple financial systems. Nothing scientific relevant.


Particularly this made me laugh:
Quote
Truby, for instance, calls for the introduction of regulations which prevent developers from creating blockchains that exceed a particular level of carbon emissions per gigahash.

Now the developer aren't just responsible for writing the code and developing the software, but they have to either (1) choose a fast algorithm or (2) build ASICS for their algorithms  Roll Eyes
The whole article is full of rash statements without any substance.
3937  Economy / Exchanges / Re: I have signed up on localbitcoins.com - deposited bitcoins - and can't login. on: August 09, 2018, 12:02:58 PM
Well I admit I was drunk when signing up, I was trying to send money to a friend, my bad luck.

That's never a good idea  Undecided

Did you check whether you received the email to confirm your address ?
Since you didn't even verify your email it may be possible that you have misstyped your address when registering ?
Or is the resetting email the only one not showing up in your mailbox?

Usually you should be able to gain access to your account. You will just have to wait for the support to answer your ticket. And you will prove that you own this account.
3938  Bitcoin / Bitcoin Discussion / Re: Websites to open in crypto ? on: August 09, 2018, 11:59:31 AM
what is the difference between public and private blockchain in bitcoin.

Bitcoin does not have a 'private blockchain'.
There is just one (valid) public blockchain. It contains all transactions ever made on the network.

There is a concept of private blockchains where a permissioned network is set up. This places restrictions on who is allowed to participate in the network.
However, this is not the case with bitcoin and it is not really useful. A blockchain is a distributed database which does not require any trust.

In a permissioned network there is an authority which controls the rules whether someone is allowed to join the network. It is not a trustless nor decentralized solution.
3939  Bitcoin / BitcoinJ / Re: Having trouble connecting to peers on: August 09, 2018, 11:53:00 AM
This is definitely not normal. It might be a network issue. Did you check your firewall ? Does your FW forward packets sent to the corresponding ports?

According to their Github (https://github.com/bitcoinj/bitcoinj/blob/master/.github/CONTRIBUTING.md#contributing-guidelines) they prefer to get contacted via their Google group or bitcoin stackexchange.

Quote
[...]
However if you've got a question or would like to start a discussion, please post to the bitcoinj google group or the Bitcoin stack exchange.

You will get further guidance there.

3940  Bitcoin / Bitcoin Discussion / Re: Peak get lower and lower, and dips get worse on: August 09, 2018, 11:45:39 AM
There is no adoption at all. New wallets are only being created by existing users - adoption is actually negative in terms of real users

Do you have any source or any statistic which backs your claim ?

I don't know what you are thinking about when reading the word adoption. But this is a slow process.
More and more merchants are starting to accept bitcoin. The number of BTC user in countries with a broken financial system is rising too.

If you look at the number of open channels on the lightning network you will see that there is a big community which already starts to use the LN on the mainnet even though it is still in beta.
Once the LN is ready and running, there won't be any factors holding mass adoption back anymore.
Pages: « 1 ... 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 240 241 242 243 244 245 246 247 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!