Bitcoin Forum
May 30, 2024, 11:54:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 248 249 250 251 ... 317 »
4001  Bitcoin / Hardware wallets / Re: Ledger balance 0 on: August 02, 2018, 06:17:42 AM
I can access bitcoin ledger wallet via chrome app,but there is different bitcoin address with 0 balance,when i restore 24 words i create new wallet because i didnt have insataled app from before

I get this message from one member ,is this legit?

1) Go to https://iancoleman.io/bip39/
2) In the box where it says BIP39 Mnemonic, put your 24 word seed phrase
3) In the box where it says BIP39 Passphrase, put your password for your wallet ( notice i said password and not pin if you did not enabled password protection for your ledger, then leave it blank)
4) Scroll down to the last page and you should see a list of 20 addresses, your address should either be the first or the second one shown
5) Copy the private key which should be beside the address
6)Download Electrum from https://electrum.org/#home
7) create a new wallet> standard wallet> import bitcoin address or Private keys
Cool Paste the private key you copied from 5
9) Click next and your coins should show up.

Well, instead of entering your seed into a website (download it onto an offline pc first!!) and just importing 1 or 2 private keys, you might as well import the seed directly into electrum.
You can check the BIP39 Seed option and enter the derivation path (Ledger legacy: m/44/0/0, segwit: m/49/0/0)

You should be able to see your whole balance inside electrum.

But note, that once you have entered your seed anywhere else (e.g. electrum or website), it should be considered as compromised.
It is advised to create a new seed with your ledger afterwards if you want to use this hardware device to store your coins.

4002  Bitcoin / Development & Technical Discussion / Re: Really need to undersand proof of state. on: August 01, 2018, 11:45:48 AM
what deference between proof of work and proof of stake?

Well, the name pretty much tells it already.
Proof of Work relies on work to be done in order to secure the network (an attacker needs lots of work to attack the network).
Proof of Stake relies on money/value to be staked in order to secure the network (an attacker needs to stake a lot of money/value to attack the network).
4003  Bitcoin / Bitcoin Discussion / Re: Artificial Intelligence on: August 01, 2018, 10:42:17 AM
IMO Artificial Intelligence is overhyped a lot. In the end all is build upon if-statements.

The goal should be to combine AI and the human mind so that the mind will profit from the AI.
You can't simply implement an AI into a blockchain.

You can use mechanism to check the security of a system or to simulate the outcome of a specific scenario in the future. But a direct connection between an AI and a blockchain probably won't exist in the near future.
At least i am not seeing a specific use case with this.


An AI is mostly only helpful when supporting humans (e.g. detection of cancer). Sure, you can build this upon a blockchain since it theoretically doesn't matter which kind of database you are accessing. But there aren't real benefits of blockchains compared to local databases in this case.
4004  Bitcoin / Development & Technical Discussion / Re: how to add "generate wallet address" option in my website.. please support on: August 01, 2018, 10:36:14 AM
Accepting ANY coin will lead to a high volatility of your earnings.
People may place a small buy order for a shitcoin to pump the price by 200-300%. Then after paying you, they simply start selling their shitcoins again.

You effectively won't ever be able to sell your shitcoins for btc/USD because there is no liquidity.

I'd suggest you focus on the top 50 coins to accept. The easiest solution probably would be to find a payment processor, however creating a program to generate private keys, addresses and to query an API or check the blockchain shouldn't be too difficult to implement too, and would truly be decentralized as you wouldn't need to trust someone (e.g. payment processor).
4005  Bitcoin / Bitcoin Technical Support / Re: assistance to repair corrupt wallet.dat ? on: August 01, 2018, 07:00:24 AM
Hi , briefly in 2012 I zipped a wallet.dat and renamed it to <name>.jpg ,

the drive had been formatted to NTFS.

the recovery software has brought the .jpg home but it is not able to return to .zip

Just to make sure, you did rename the file to <>.zip, right?
Because in case you did, the chances are high that your file is corrupted.

Which recovery software has been used? And do you still have an untouched copy/image of your old drive?
If you are simply formatting a drive most of the data will stay intact. The probability of a small .zip file to be corrupted are relatively small. It might have been the recovery software which didn't recover the file as it should (maybe uses different techniques for .jpg).
Another image of the drive could be useful for analysis with other (better) tools.

If you do not have such an image left, you probably have to follow NeuroticFish's advise and try out a zip-recovery tool.

4006  Bitcoin / Bitcoin Technical Support / Re: Wallet problems on: August 01, 2018, 06:45:58 AM
Without being sure which of your addresses do hold your (complete) balance and without being very tech-savvy, you definitely shouldn't mess around with your wallet if waiting for core to sync is a viable option.
But you may should do at least one thing - backing up your wallet.

You can find your wallet file (named wallet.dat) inside the data directory of core.
If you have installed it as proposed by the installer, your data directory (windows) can be found under C:\Users\USERNAME\Appdata\Roaming\Bitcoin (note: USERNAME has to be replaced with your actual username).

You can also open this directory by pressing your WIN-key and R. Then enter %APPDATA%\Bitcoin into the field.


Just make one copy (or two) of the wallet.dat into another directory (e.g. your desktop) and you will be fine if you accidentally mess up with your wallet file later on.


4007  Bitcoin / Bitcoin Technical Support / Re: Wallet problems on: July 31, 2018, 12:17:53 PM
Since you can see all the past transactions, you can check the receiving address of your latest transactions and enter this into a blockexplorer (e.g. https://www.blockchain.com/explorer).
If you can see the correct balance, you are fine.

Anyway it is still advised to move all of your funds to a new wallet.
You can either dump the private keys for each address inside the core console with this command:
Code:
walletpassphrase "yourWalletPassword" 300
dumpprivkey 1YourAddress123

Or let core sync and then send all your funds via core to your new wallet.



4008  Bitcoin / Hardware wallets / Re: Problems with Ledger Live and Ubuntu on: July 31, 2018, 12:05:26 PM
Did you download and use the *.AppImage file?
You need to open it with root rights for the wallet to be able to sync the nano s for the first time.

Code:
sudo ./NameOfFile.AppImage
4009  Bitcoin / Electrum / Re: Private key fees on: July 28, 2018, 06:40:03 PM
for sending money we use private key

You always need to sign  transaction with the corresponding private key(s).
There is NO other way to send BTC's from one address to another.


but with private key we can not have control for fee similar to what we do in send money; we don't have any option to change sat/byte in order to have lowest fee.

You ALWAYS have control over the fees.
In cases where you don't have control over the fees, the user interface doesn't let you choose the fee. But the system/program/wallet itself has to set a fee.
To be more precise, the fee is determined by the difference of the inputs and the outputs (fee = sum of inputs - sum of outputs).

If you somehow cant set the fee, switch to a desktop-/mobile-/hardware- wallet. Those almost always do allow to set a specific fee.
4010  Bitcoin / Hardware wallets / Re: Help! Ledger nano s not show my bitcoins on: July 28, 2018, 04:07:14 PM
So if I understood well,everytime I want to receive coins I have to generate a new address and not use the previous generated address that has been used for the last transaction I received?

You don't HAVE to generate/use a new address each time. It does NOT decrease the security of your coins in any way.

Anyway, as TryNinja has mentioned, it does harm your privacy (and the privacy of the people you are transacting with). Anyone transacting with you will be able to check your address and see (1) the amount of coins you hold, (2) the amount of transactions you are doing (3) the addresses you are transacting with.

You are free to choose whether you are using only one address for your lifetime, or whether you use an address as a one-time-transaction-identifier (which is recommended).
4011  Bitcoin / Wallet software / Re: I don't see "Nano" on Ledger Live when adding an account on: July 28, 2018, 04:00:27 PM
I do not think there are any plans that Nano will be implemented in Ledger desktop app for now. They give us possibility to store Nano coins in hardware wallet, but as a user interface we can only use NanoVault. I think it was simply technically not feasible for them to add Nano to desktop wallet since it is
completely different technology included here.

As far as i remember they told the first step was to implement the coins which were supported by their chrome applications (since chrome is shutting down all chrome applications + google is gathering massive amounts of user data).
Ledger told they are going to increase the number of supported coins gradually. In the end we will (hopefully) be able to access all coins storable on the nano s via ledger live.

But coins which were accessable via chrome applications needed to be implemented first -> then bug fixes -> UI/UX improvements -> adding erc20 -> adding more coins is the plan according to ledger.
4012  Bitcoin / Bitcoin Technical Support / Re: send btc to nano s on: July 28, 2018, 03:47:06 PM
Please, in the future, do not create a duplicate of your thread.

Use your first thread [1] to ask further question regarding the same topic. This won't just help keeping the board more clean, but will also help newcomers to faster find answers to their similar questions.
If you feel like people are kind of ignoring your thread, you are allowed to bump it once every 24 hours so it will appear back on top of the board.


[1] https://bitcointalk.org/index.php?topic=4744436.0
4013  Bitcoin / Development & Technical Discussion / Re: Really need to undersand proof of state. on: July 28, 2018, 03:39:07 PM
Ethereum version of Proof of Stake will be like Frankenstein's PoS monster,
not really worth your time , unless you wanted bloated confused code running a Bastardization of proof of stake.

How do you come to the conclusion?

OP was asking for sources to understand PoS. And the ethereum wiki is one of the best places where PoS is explained pretty detailed.
Calling it 'not worth the time' is just overstated.



Study Peercoin design as it is a hybrid of both PoW & PoS created by Sunny King.

OP was asking for PoS, not for any shitcoin utilizing a PoW/PoS hybrid.
4014  Bitcoin / Hardware wallets / Re: sweep open dime to nano s on: July 28, 2018, 03:30:59 PM
Hey bob123.Thanks for help.It seems odd that i cant send btc direct to nano when it has a btc receive address.Do you why i have to send via electrum etc ? Not doubting your info btw,just learning. : )

The problem is that Open Dime isn't a real 'wallet'.
It is a small device which holds one private key.

It either shows you the receiving address, or the private key (if you 'break' it).

The nano s is a hardware wallet based on your seed. It is not possible to import private keys into it (and thats good so, it would completely destroy the purpose since the seed HAS to be created in a secured offline environment, in nanos case: the device itself).
If you would be able to import a private key into the nano s, it might be compromised, compromising the overall security of your device.

Therefore you first have to import the private key into a wallet (e.g. electrum) and then afterwards create a transaction from this private key to your receiving address from the nano s.
4015  Bitcoin / Armory / Re: Did I make a mistake? on: July 28, 2018, 03:25:55 PM
I was able to get Electrum going.

Were you already able to import the private keys into electrum?

You will have to export them from armory (Wallet Properties > Backup This Wallet > Export Key Lists).
Then open electrum and create a wallet by importing the private key (of the address which holds your funds).

Afterwards you will be able to easily access/send your funds.
4016  Bitcoin / Bitcoin Discussion / Re: What are the limits of transactions of the Bitcoin ? on: July 26, 2018, 01:42:38 PM
There is no limit of bitcoin transaction but not more than 1 MB because bitcoin transaction is calculated in bytes.

Since segwit got introduced the capacity of a block is measured in weight units, not bytes (4.000.000 weight units = 1 MB).
Theoretically if each transaction would be a segwit tx, the block size would be about 4MB. Currently it is at about 2.3 MB.

This, by the way, is also the reason why blockchain.info is calculating the fee wrong. If you are sending a transaction with effectively 1 sat/B, blockchain.info will show a fee of less than 1 sat/B (which practically is not possible since standard nodes do not relay transactions with a fee < 1 sat/B).
4017  Bitcoin / Bitcoin Discussion / Re: Bitcoin adoption and payment gateways on: July 26, 2018, 01:38:14 PM
Yes, most merchants accepting bitcoin do use such a payment gateway.
They get paid in BTC -> the payment processor converts the BTC to fiat -> pays the merchant in fiat.

While you are right with the fact that it creates selling pressure since these coins are directly sold on an exchange, it is the first step towards BTC adoption.

The goal is not to always convert the BTC into fiat when paying a merchant, but it does reduce the inhibition level of a merchant accepting bitcoin.
Imagine how many merchants would accept BTC if they had to mannually sell them at the end of the day/week/month on an exchange, without knowing how much they actually will get. Since they often only have a small margin, this could completel destroy their business (especially if it is a smaller business).

The more accepted bitcoin as a mean of payment gets and the lower the volatility will be, the more merchants will start to accept direct bitcoin payments (at least if they actually can use these btc to pay their costs).

It is a bumpy road until BTC is seen as THE mean of payment, but it has to start with BTC->Fiat procesors.

4018  Bitcoin / Armory / Re: Unable to send my Bitcoin with Armory to different wallet on: July 26, 2018, 01:27:25 PM
yes latest verstions, synched and running

the coins didnt appear until that was the case

now it says the armory node is offline...

Do you have set core to accept incoming connections?
Armory won't be able to get the necessary information if you don't allow incoming connections, since armory does not use RPC calls, but connects to core as a node (via loopback).

If you didn't allow incoming connections yet, do the following in core:
Click on 'Settings' -> 'Options' -> 'Network'-tab -> enable 'Allow incoming connections'

This may fix your problem. If not, you'll have to check whether your firewall is blocking something.
Additionally, do you use a VPN ?
4019  Bitcoin / Armory / Re: Unable to send my Bitcoin with Armory to different wallet on: July 26, 2018, 10:13:05 AM
Please answer these questions:

  • Are you running the latest version of armory (0.96.4) ?
  • Do you have the latest version of core installed (0.16.1) ?
  • Is core running and synced ?
  • Do you have incoming connections accepted in the bitcoin.conf (inside the core data directory) ?


If at least one answer is no, this point probably is causing the issue.
If you can answer all of these questions with yes it seems like it is a network issue. Maybe your firewall? Or are you connecting through a VPN?
4020  Economy / Services / Re: ⚡⚡⚡ TransCrypt - multicurrency wallet ⚡⚡⚡ on: July 26, 2018, 08:02:01 AM
Where can the source code be found? I didn't find any links on your website.
Is it even open source yet? Or do you plan on keeping it closed source?

I don't think issuing a closed source wallet is a good idea. I, personally, would never use such a wallet.

There are actually 0 benefits of a closed source project inside the crypto eco system.


Cons of this wallet:

  • No security audits
  • Maybe backdoored/malicious
  • Eventually buggy
  • Security by obscurity always was a bad design

Pros:
  • Nice UI
Pages: « 1 ... 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 248 249 250 251 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!