Bitcoin Forum
June 16, 2024, 11:23:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2
1  Bitcoin / Electrum / Electrum should officially support Bitcoin Cash on: August 06, 2017, 12:30:10 AM
I say this only now, because tons of people are losing their main chain Bitcoin because of being forced to use other wallet implementation like Electron cash, which has no reputation in Google thus its much harder to see a scam site.  A lot of scam sites are making LOTS of money the past few days because people downloading corrupt versions of the software.

Also, it would be pretty trivial and minimum coding to actually do so.  So, politically I get it, Electrum doesn't support BCC so they don't want to support it in their software.  However, its kind of turning into a train wreck with normal electrum wallet users getting their coins stolen since they didn't download a proper version of "Electron."

Ledger and Trezor handled it ok.
2  Economy / Exchanges / Re: BTC-e hacked ?? on: July 28, 2017, 11:28:43 PM
RIP
3  Bitcoin / Development & Technical Discussion / Re: Some 'technical commentary' about Core code esp. hardware utilisation on: July 07, 2017, 04:42:09 PM
Bitcoin Core Dev's are the smartest developers in the world.
4  Bitcoin / Bitcoin Discussion / Re: How good is prune mode! on: April 29, 2017, 07:47:05 PM
can anyone explain why a pruned node can't be used as a wallet?
5  Bitcoin / Bitcoin Discussion / Re: nullc reddit account suspended 2/23/17 What's the story? on: February 25, 2017, 10:57:23 AM
Who remembers when reddit really started to crack down on "doxxing"?  iirc, it was in defense of that /r/CreepShot reddit and some other strange kid porn subreddits, where pervs would take upskirt pics of chicks, then some news reported exposed the main mod there and doxxed his real name.  Then it became a huge "no no" to dox people.  Reddit is a bit of a joke.

http://gawker.com/5950981/unmasking-reddits-violentacrez-the-biggest-troll-on-the-web

6  Bitcoin / Hardware wallets / Re: Ledger wallet - How to make an address totally disconnected from another? on: August 24, 2016, 06:11:25 AM
This sounds like Trezor is utilizing the BIP39 "Passphrase" option.

https://dcpos.github.io/bip39/

This is a fantastic idea!
7  Bitcoin / Development & Technical Discussion / Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ? on: August 18, 2016, 08:56:30 PM
So, for what you guys tell me here, the BIP32 Extended Key is the true address structure to generate from (the first address list).  So what does the second Derived Private Key represent, since it seems to generate a valid address child chain?
The derived key is an extended key that is derived from the first extended key.

OK, thanks.  I think I understand it now.  There is lots of derivation paths than can give you many different HD wallets, all from a single Extended Master Key.
8  Bitcoin / Development & Technical Discussion / Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ? on: August 18, 2016, 03:07:56 PM
OK, thanks guys for all the helps.  I guess I mostly understand how BIP32 works.  One final question

Using this site as an example

http://bip32.org/


I am using "crazy horse battery staple" passphrase to generate an example BIP32

BIP32 Extended Key
xprv9s21ZrQH143K2JF8RafpqtKiTbsbaxEeUaMnNHsm5o6wCW3z8ySyH4UxFVSfZ8n7ESu7fgir8im bZKLYVBxFPND1pniTZ81vKfd45EHKX73

Inputting this into Electrum, this generates these child address
Code:
0	1LpNMg5bpLfStunETxq6BQecf5Jc5kUvf1 	
1 1QJ47NXJ1cf9iDK6yAEkL3wGRNbRn89VNp
0 1LpNMg5bpLfStunETxq6BQecf5Jc5kUvf1
2 13BhQDyuZv4zac8YPKpcycTPZyiRdJbYXb
1 1QJ47NXJ1cf9iDK6yAEkL3wGRNbRn89VNp
0 1LpNMg5bpLfStunETxq6BQecf5Jc5kUvf1
...

OK, so if I input the Derived Private Key into Electrum, it generates these addresses
Derived Private Key
xprv9wHokC2KXdTSpEepFcu53hMDUHYfAtTaLEJEMyxBPAMf78hJg17WhL5FyeDUQH5KWmGjGgEb2j7 4gsZqgupWpPbZgP6uFmP8MYEy5BNbyET
Code:
0	1A28RXgCaoNXRynA7rwQSrFiWwBcFCPgE7 	
1 12pc2Qp4U4sFnu9q6HsK8msR2GTqgkgTm7
2 1AsuEsy6AqbFkA7n8Yjb2q7zfgSwMeq8MN
0 1A28RXgCaoNXRynA7rwQSrFiWwBcFCPgE7
3 1H8UaFibaK4TzRDKR7dbYnM3vzKDim6aH9
1 12pc2Qp4U4sFnu9q6HsK8msR2GTqgkgTm7
...



So, these address are show 2 different HD address structure child tree generated. 



So, for what you guys tell me here, the BIP32 Extended Key is the true address structure to generate from (the first address list).  So what does the second Derived Private Key represent, since it seems to generate a valid address child chain?
9  Bitcoin / Development & Technical Discussion / Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ? on: August 18, 2016, 01:48:02 AM
You have one master key (extended key) and can produce a lot of derived keys from it. But each derived key can be master key as well, so there is extended form for it.

Hello konovalets, thank you for the reply.  So, let me see if I understand correctly?  I have been studying the BIP32 page


BIP Extended Key -> many different Derived Private Key

Derived Private Key + chain code = Extended key


So, which key do I use to import into Electrum or something?

So does generation go like

Private Key -> BIP Extended key -> Child Key ?


10  Bitcoin / Development & Technical Discussion / [BIP32] Difference between BIP32 Extended Key and Derived Private Key ? on: August 17, 2016, 03:41:03 PM
I have been trying to study up on BIP32, read the relevant documentation, but still confused on a point

http://bip32.org/

Playing around with codes on this site, I get 2 different xprv keys (the example given is just for the default password "crazy horse battery staple")

BIP32 Extended Key
xprv9s21ZrQH143K2JF8RafpqtKiTbsbaxEeUaMnNHsm5o6wCW3z8ySyH4UxFVSfZ8n7ESu7fgir8im bZKLYVBxFPND1pniTZ81vKfd45EHKX73

Derived Private Key
xprv9wHokC2KXdTSpEepFcu53hMDUHYfAtTaLEJEMyxBPAMf78hJg17WhL5FyeDUQH5KWmGjGgEb2j7 4gsZqgupWpPbZgP6uFmP8MYEy5BNbyET


So I am a bit confused now what the difference is between these 2 xprv keys?  I tried to input both into Electrum recovery wallet, and they both accepted, but gave different address tree structures. 

Can anyone help clear this up for me?

11  Economy / Service Discussion / Re: BullShit Trust. It is the beginning of the end. on: August 08, 2016, 03:42:23 AM
hue hue hue
12  Economy / Trading Discussion / Re: trading Forex with Bitcoin deposit/withdraw on: June 11, 2016, 01:26:06 AM
I think it should be noted, SimpleFX should be given some big warning.  Their swap rates are astronomical, this should definitely be a factor when rating a broker.
13  Economy / Trading Discussion / Re: trading Forex with Bitcoin deposit/withdraw on: August 20, 2015, 07:53:03 PM
what about adding Simplefx to list?

https://bitcointalk.org/index.php?topic=1059253.0

They claim to have no id req for Bitcoin only, and 500x leverage lol
14  Bitcoin / Electrum / Re: Encrypting Electrum Seed on: August 10, 2015, 09:32:55 PM
That's an idea that could work indeed .
You just gave me the idea to build simply a custom software to encrypt my Electrum seeds , making something Custom and hard to decrypt is better then use something public even if it's strong hacker will know from where to start unlike custom encryption it could make you earn sometime .

good idea Smiley

I guess the veracrypt/PGP solution is a good one too, however this relies on keeping it the cloud which gives a would be hacker a lot of time/opportunity to work at it before you would know about it.
15  Bitcoin / Electrum / Encrypting Electrum Seed on: August 10, 2015, 07:39:13 AM
Electrum is a nice wallet, one of the best wallet currently available.  Having word seed is very powerful to restore wallet from 13 words and a great Electrum feature that sets it out.

However, this is also a point of weakness, if someone finds your word seed you are very vulnerable.  What about the option to encrypt your 13 word seed? (similar concept to BIP38)  This way, even if someone breaks into your house/safe and takes your code, there will still be a roadblock to getting your Electrum Wallet.

Bonus Points: Making the decryption time have delay gaps (using graphics card or other implementation), so it takes 30 seconds per attempt, or something similar that VeraCrypt/Trezor does


EDIT: Electrum already has an encrypting algorithm (for encrypting private keys).  Could they just have as an option to run the this identical encryption script on the Seed.  So everything is built in already, just applying it to seed (instead of p-keys).  Ideally the encrypted 13 word seed wouldn't even look like a word list, so people wouldn't know its an electrum seed if they found it, or anything Bitcoin related for that matter (so wouldn't even know how/what/why to crack it)

So like a 13 word seed:
Hello this is my thirteen word seed used for electrum wallet ok thanks

would look like this encrypted (or something)
8hjkdf&f doifsd *U( f8df KJHf 78sdyi7y &*7 dh8 l;df;a[ o8f: f;fsd;  h8f
16  Economy / Currency exchange / Re: #1 EXCHANGE Buy & Sell bitcoin PP/WU/MG/Skrill/W2W & More best prices available on: February 28, 2015, 12:29:01 AM
waiting on 2500 worth of coins, payment already sent and picked up

edit: sent another 1200, currently waiting on coins for both.
what payment method did you use?  Are you using Escrow?
17  Economy / Currency exchange / Looking to buy BTC with Paypal (verified) Escrow OK on: February 27, 2015, 07:29:15 AM
Hello, I know that selling BTC for paypal is very risky because people scam and reverse charges, but if anyone is interested I could do an escrow for several days/weeks (enough time for you to withdraw the funds out of your paypal acct and be sure that I won't scam).  I can also send message saying I received everything OK this way its difficult to reverse a paypal transaction with this evidence.

Let me know if anyone has an idea how to safely do this and if you are interested.
18  Economy / Service Discussion / Re: GAW Miners Paybase Paycoin unofficial uncensored discussion.ALWAYS MAKE MONEY :) on: February 21, 2015, 07:14:24 PM
Not sure if this comedy has been captured:

https://hashtalk.org/topic/32280/pray-for-the-leader

https://web.archive.org/web/20150221190021/https://hashtalk.org/topic/32280/pray-for-the-leader


I wouldn't consider myself a digital currency expert, but its my understanding that there's nobody who can make something bitcoin-official (being distributed and decentralized and all). Seems like some HT folks, and possibly GAWCEO, have a fundamental misunderstanding of BTC.

Could be wrong . . .


Lol.. Looks like gawceo is shadow banned... wtf...



or just his post history was wiped
19  Economy / Scam Accusations / Re: Is Coinpoly.com a scam? on: February 21, 2015, 07:10:15 PM
It looks like their paypal account is limited.

"This recipient is currently unable to receive money.
Your purchase couldn't be completed
There's a problem with the merchant's PayPal account. Please try again later."

They have probably already been reported for scamming someone and their account is under review.
20  Economy / Service Discussion / Re: GAW Miners Paybase Paycoin unofficial uncensored discussion.ALWAYS MAKE MONEY :) on: February 21, 2015, 07:08:43 PM
Turns out WE are the bad guys fellas.  All this time trying to expose a scam for the better of the crypto community as a whole but it turns out WE are the ones doing the most damage to it!



I agree that post was stupid as fuck but still... anyway here's the thread.

https://hashtalk.org/topic/32275/be-wary-of-bctalk-users-damaging-crypto/3

"bad for crypto"

what a jerk off!
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!