Bitcoin Forum
May 30, 2024, 10:53:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 ... 317 »
4581  Bitcoin / Electrum / Re: Issue with Multisig Wallet and Ledger Nano S on: April 23, 2018, 09:34:54 AM
In addition to this:

And also check your USB cable if it's working fine.


Make also sure to use an USB data cable. Not just a power cable (often delivered with mobile phones, etc..). Those do have the power pins, but the pins for data transfer are missing.
Usually the cable provided by ledger itself works the best.
4582  Bitcoin / Electrum / Re: Trouble using electrum sending to coinpayments on: April 23, 2018, 09:25:48 AM
OP, can you confirm you are using the up-to-date version of electrum (3.1.3)?
Older versions do not sync properly (and therefore don't allow to send transactions properly).

What does your electrum balance show? Does it show the reduced amount (after sending tx) or does it show the 'whole' amount ?
4583  Bitcoin / Electrum / Re: RPC username and password on: April 23, 2018, 09:16:01 AM
You can't 'find' your RPC username and password, you have to set one first.

In the console (to set port, username and password):
Code:
electrum setconfig rpcport 7777
electrum setconfig rpcuser "username"
electrum setconfig rpcpassword "password"

Then start the daemon and load your wallet file:
Code:
electrum daemon start
electrum daemon load_wallet


4584  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: We as a community must boycott Coinmarketcap.com on: April 23, 2018, 08:18:24 AM
there's so many other sites
onchainfx
coinloop
spirai
cryptowatch

Links to each site (for easier access):



CMC seems to do quite some shady stuff.
I, for my part, already have stopped using CMC completely due to the accusations and wrong and incomplet price/supply information.

4585  Bitcoin / Development & Technical Discussion / Re: Need help about SPKAC in Crypto? on: April 23, 2018, 08:03:00 AM
A Javascript bitcoin libary can be found here: https://github.com/bitcoinjs/bitcoinjs-lib.

An bitcoin core RPC client can be found here on NPM.


Both are the first results on google.
Quite a lot of repositories, code snippets, libaries, .. can be found pretty fast using google.
4586  Bitcoin / Development & Technical Discussion / Re: Linux live usb for trading crypto (not for wallets) on: April 23, 2018, 07:57:12 AM
I do not believe that the people who have suggested Tails have really used them for trading or for daily computing. Tails is slow unless maybe if you have USB3.0.

The speed of a live usb system is always capped by the transfer speed you have with USB. This is not a 'problem' directly attached to Tails.
This applies to any live OS. USB 3.0 is (kind of) always required to have a smooth (and properly operable) system.
4587  Bitcoin / Development & Technical Discussion / Re: Need help about SPKAC in Crypto? on: April 23, 2018, 07:27:56 AM
I am trying to follow below link so i can able to implement crypto using node js then i saw SPKAC  there i am confused about the SPKAC so i tried to figure out here "what SPKAC exactly".
https://nodejs.org/api/crypto.html


'The crypto module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions'.

Further, 'SPKAC is a Certificate Signing Request mechanism originally implemented by Netscape and was specified formally as part of HTML5's keygen element'.


Everything is explained in the link you have posted.
This is not related to cryptocurrencies. It is used for cryptographical functions (requesting, signing, verifying, ... signatures/authentication codes/etc.. ).
4588  Bitcoin / Hardware wallets / Re: Ledger Nano Ripple wallet app is BLANK. Please help on: April 23, 2018, 07:16:12 AM
Installing the correct version of the wallet (desktop application + nano s application)  most probably will solve your issue.
But make sure your nano s is up-to-date as well!

Current firmware version is 1.4.2 (https://www.ledger.fr/2018/04/17/announcing-ledger-firmware-1-4-2/).
At least 1.3.1 is required to be able to run the ripple wallet.
4589  Other / Off-topic / Re: FREE mining proposal using SOCK4/5 on: April 23, 2018, 07:06:42 AM
I am developing a highly secure network that uses Secp256 for encryption...

Please at least use correct statements when trolling this forum.

Secp256k1 refers to the parameters used in the ECDSA (Elliptic Curve Digital Signature Algorithm).


Signature algorithm: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm

Encryption: https://en.wikipedia.org/wiki/Encryption


Please read those two links and learn the difference between encryption and signature.
I highly doubt you are capable of developing anything..
4590  Bitcoin / Hardware wallets / Re: It is NOT secure to use hardware wallets (and it never was) on: April 23, 2018, 07:02:00 AM
Paper wallet in a safe deposit box ftw lol

The question is wether "Be your own bank" still applies here if you let a bank be your bank instead of being the bank yourself.

Those boxes do not guarantee availability at any given moment.
This may be more secured (from stealing attempts) than storing private keys under your pillow, but is not a reliable (in terms of availability, access, etc.. ) long-term storage.

Those boxes can still be seized by the government.
4591  Other / Beginners & Help / Re: my brief summary on Proof of Work on: April 23, 2018, 06:53:57 AM
Sorry if this is a very dumb question, but can you help me understand the "longest chain" is the valid chain concept?

The longest valid chain is the actual blockchain.



This is something I'm confused about when it comes to bcash, as it is currently the longer chain. Is it because these are two separate coins at this point?

Bcash does follow different consenus rules. They hardforked to a bigger block size.
The bcash chain is longer because the difficulty is (and was) way lower while some miner were starting to mine on the bcash chain.
Bcash blocks are not valid for the bitcoin chain.

 

Or does the "Longest chain" refer to mined blocks that become orphaned?

No, longest valid (meeting all consens rules) chain.



Or does the "Longest chain" refer to mined blocks that become orphaned?
Yup...

No. https://bitcoin.stackexchange.com/questions/5859/what-are-orphaned-and-stale-blocks
4592  Bitcoin / Development & Technical Discussion / Re: Need help about SPKAC in Crypto? on: April 23, 2018, 06:42:32 AM
SPKAC stands for Signed Public Key and Challenge.

Quote
It is a format for sending a Certification Signing Request ... It is created using the little documented HTML keygen element[2] inside a number of Netscape compatible browsers.
- Wikipedia


Where did you read it in the context with crypto (cryptocurrency? or cryptography?) ?
I am not aware of any blockchain project somehow utilizing SPKAC.
This is something completely different (if you are comparing it with signature algorithms, etc.. in crypto(currencies)).




4593  Bitcoin / Bitcoin Technical Support / Re: Wallet online for Bitcoin on: April 23, 2018, 06:34:08 AM
Trezor has the big advantage of confirming the trolls by clicking the mechanical button.

Each hardware wallet needs mechanical confirmation (pressing buttons).
If it didn't have one it wouldn't be a second factor authentication at all.
Trezor and Ledger do not differ much in this point.

Currently you can condider both (ledger and trezor) wallets as secured. It is personal preference which one wants to choose.




4594  Bitcoin / Bitcoin Technical Support / Re: Wallet online for Bitcoin on: April 22, 2018, 05:05:36 PM
Ok, I will not actually risk ta advice and I ordered TREZOR. I understand that it is not complicated to use? I will not risk for LEDGER. The price is the same and it has bugs.

The Nano s from ledger does not have any bugs.
The previously found 'vulnerabilities' did not lead to any theft.
Each software has bugs. It is just a question wether they have been found yet.

If you think trezor is 100% secure i have to disappoint you. You can't have 100% security. 
The goal should be to minimize the risk as much as possible through appropriate measurements and common sense.
4595  Bitcoin / Development & Technical Discussion / Re: Linux live usb for trading crypto (not for wallets) on: April 22, 2018, 02:01:12 PM
You could even use Tails OS to have better privacy, plus it has an Electrum wallet already installed in it.

Tails is a good option for a private distro just for crypto stuff.
But be careful with the built-in wallet. It took several months for them to update the wallet to the most updated version (this version of electrum was vulnerable to exploits).

Any clean OS should be fine (with linux kernel in a slight advantage here).

But instead of running it via live usb, you might want to install it on a dedicated device (medium size USB stick / usb 3.0 hard drive) to keep updates installed ("buffer between startups" option when installing on USB).
You don't want to update/download everything each time you plug your USB in.

4596  Bitcoin / Bitcoin Technical Support / Re: Opening encrypted wallet.dat file on: April 22, 2018, 01:23:05 PM
To extract the private key for each of your public address from Bitcoin-Qt, type below command under the console tab.
Code:
dumpprivkey BitcoinPublicAddress
In place of BitcoinPublicAddress you have to mention your Bitcoin public key address.


When dumping multiple private keys this command might be better:

Code:
dumpwallet C:\path\to\dump.txt

This command does dump all private keys into a .txt file.
But note that the private keys will be saved in this .txt file in plain text. Never execute this command on an (eventually) compromised computer.
4597  Bitcoin / Bitcoin Technical Support / Re: Wallet online for Bitcoin on: April 21, 2018, 01:56:16 PM
~snip~
Up-to-date non-rooted Android...

The problem here is that a lot of vendors don't publish proper updates.
Researchers have found out that many vendors didn't patch the firmware. Software/firmware has been updated but in reality a lot of vital patches were missing.


Quote from: Nohl told WIRED
We found several vendors that didn’t install a single patch but changed the patch date forward by several months
Source: https://www.wired.com/story/android-phones-hide-missed-security-updates-from-you/
4598  Bitcoin / Development & Technical Discussion / Re: How exchanges make wallet adresses? on: April 21, 2018, 09:09:08 AM
Are you creating an exchange?

Huh

Please let us know what the name of your exchange will be.
Yes not myself alone, but making exchange is true.
Why?

Probably because he wants to make sure to never use your exchange.
Without offending you, but if you have to ask such basic questions i highly suspect your 'exchange' will be vulnerable to any kind of attacks.

DannyHamilton is one of the nice guys who ask you this question to never use your exchange.
But there are also another kind of people.. those who will definetely make use of your weak exchange to get a quick buck.

If you really want to open an exchange, i'd suggest you hire a professional team.
4599  Bitcoin / Bitcoin Technical Support / Re: Wallet online for Bitcoin on: April 21, 2018, 07:31:30 AM
What do you recommend in this situation?

This basically depends on the amount of coins you want to store and the grade of security you want to reach.

The best option would be to use a hardware wallet (for regular spending) or a paper wallet (if you are holding for years, without accessing them).
If you don't want to spend money (or if the amount you hold is not worth it to get a hardware wallet), i would suggest to use a desktop wallet (e.g. electrum with a good password).
I personally would not use a online wallet. Only if you really need to access it from different locations without bringing 'devices' with yourself.
4600  Bitcoin / Bitcoin Technical Support / Re: Wallet online for Bitcoin on: April 21, 2018, 07:00:49 AM
Which wallet to choose online? What is the safest?

Online wallets shouldn't be regarded as safe. Neither should they be used for 'larger' amounts.

But if you insist on using an online wallet, coinbase and blockchain.info seem to be the most commonly used.
Blockchain.info claims that they never gain access to your private keys. The wallet file is being encrypted locally and uploaded to the blockchain.info server.

But keep in mind that the whole security consists of 1) the security of your password and 2) the security of the server.
Pages: « 1 ... 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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 ... 317 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!