Search content
Sort by

Showing 20 of 40 results by zanza
Post
Topic
Board Electrum
Electrum should officially support Bitcoin Cash
by
zanza
on 06/08/2017, 00:30:10 UTC
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.
Post
Topic
Board Exchanges
Re: BTC-e hacked ??
by
zanza
on 28/07/2017, 23:28:43 UTC
RIP
Post
Topic
Board Development & Technical Discussion
Re: Some 'technical commentary' about Core code esp. hardware utilisation
by
zanza
on 07/07/2017, 16:42:09 UTC
Bitcoin Core Dev's are the smartest developers in the world.
Post
Topic
Board Bitcoin Discussion
Re: How good is prune mode!
by
zanza
on 29/04/2017, 19:47:05 UTC
can anyone explain why a pruned node can't be used as a wallet?
Post
Topic
Board Bitcoin Discussion
Re: nullc reddit account suspended 2/23/17 What's the story?
by
zanza
on 25/02/2017, 10:57:23 UTC
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

Post
Topic
Board Hardware wallets
Re: Ledger wallet - How to make an address totally disconnected from another?
by
zanza
on 24/08/2016, 06:11:25 UTC
This sounds like Trezor is utilizing the BIP39 "Passphrase" option.

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

This is a fantastic idea!
Post
Topic
Board Development & Technical Discussion
Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ?
by
zanza
on 18/08/2016, 20:56:30 UTC
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.
Post
Topic
Board Development & Technical Discussion
Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ?
by
zanza
on 18/08/2016, 15:07:56 UTC
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?
Post
Topic
Board Development & Technical Discussion
Re: [BIP32] Difference between BIP32 Extended Key and Derived Private Key ?
by
zanza
on 18/08/2016, 01:48:02 UTC
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 ?


Post
Topic
Board Development & Technical Discussion
Topic OP
[BIP32] Difference between BIP32 Extended Key and Derived Private Key ?
by
zanza
on 17/08/2016, 15:41:03 UTC
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?

Post
Topic
Board Service Discussion
Re: BullShit Trust. It is the beginning of the end.
by
zanza
on 08/08/2016, 03:42:23 UTC
hue hue hue
Post
Topic
Board Trading Discussion
Re: trading Forex with Bitcoin deposit/withdraw
by
zanza
on 11/06/2016, 01:26:06 UTC
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.
Post
Topic
Board Trading Discussion
Re: trading Forex with Bitcoin deposit/withdraw
by
zanza
on 20/08/2015, 19:53:03 UTC
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
Post
Topic
Board Electrum
Re: Encrypting Electrum Seed
by
zanza
on 10/08/2015, 21:32:55 UTC
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.
Post
Topic
Board Electrum
Topic OP
Encrypting Electrum Seed
by
zanza
on 10/08/2015, 07:39:13 UTC
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
Post
Topic
Board Currency exchange
Re: #1 EXCHANGE Buy & Sell bitcoin PP/WU/MG/Skrill/W2W & More best prices available
by
zanza
on 28/02/2015, 00:29:01 UTC
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?
Post
Topic
Board Currency exchange
Topic OP
Looking to buy BTC with Paypal (verified) Escrow OK
by
zanza
on 27/02/2015, 07:29:15 UTC
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.
Post
Topic
Board Service Discussion
Re: GAW Miners Paybase Paycoin unofficial uncensored discussion.ALWAYS MAKE MONEY :)
by
zanza
on 21/02/2015, 19:14:24 UTC
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...

http://i.imgur.com/HAos7qj.jpg

or just his post history was wiped
Post
Topic
Board Scam Accusations
Re: Is Coinpoly.com a scam?
by
zanza
on 21/02/2015, 19:10:15 UTC
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.
Post
Topic
Board Service Discussion
Re: GAW Miners Paybase Paycoin unofficial uncensored discussion.ALWAYS MAKE MONEY :)
by
zanza
on 21/02/2015, 19:08:43 UTC
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!

http://i.imgur.com/3zoeGQ6.jpg

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!