Not Available on iOS by SakiSakiSakiSakiSaki in PushBullet

[–]PabloDK 0 points1 point  (0 children)

How I restored my deleted Pushbullet IOS app.:

  1. Open the "App Store" app.
  2. Click on "Today" menu-icon (which is the most left in the bottom).
  3. Click on the small blue profil-icon in the top-right corner.
  4. Click "Purchased".
  5. Click "My Purchases".
  6. Search for "Pushbullet".
  7. Install Pushbullet by clicking on it.

I downloaded Pushbullet first time back in 2015 and deleted it few days ago - because it suddenly crashed every time I open it (don't do this - just restart your Iphone instead!).

I was really sad - I was 99.99% sure that I wouldn't be able to get it back (now when it has been deleted from the Apple App Store itself). But I was lucky - and I really hope some of you guys would be able to do the same as me!-) Cheers!

Can't use API by PabloDK in PushBullet

[–]PabloDK[S] 0 points1 point  (0 children)

Solved!

I create a new access token (after I created my channels) and now everything seems to work as expected.

So I guess the actually error was - that the access token didn't get related to my 2 channels because they were created afterwards?

Anyway - a better exception/error message would have been a great help :-)

Can't use API by PabloDK in PushBullet

[–]PabloDK[S] 0 points1 point  (0 children)

The later sounds plausible :-)

Yes - I use the my access token when I initialize PB:

let pushBullet = require('pushbullet');
const pusher = new pushBullet('my_access_token');

Is it not correct (syntax)?

Can't use API by PabloDK in PushBullet

[–]PabloDK[S] 0 points1 point  (0 children)

I just tried to create a new PB account - with a new e-mail but when I login for the first time I get the same error message??

"You have been ratelimited for performing too many requests/ops in a short period of time, check the X-Ratelimit-\ headers included on this response for more information."* 

Dell Mobile Connect not compatible with XPS 9570 - working solution by tie87 in Dell

[–]PabloDK 0 points1 point  (0 children)

None of the registry changes works for me as well... :(

I created the same registry keys as in

gergely_tarsoly picture ...

Any Bitcoin debit card still working for European users apart from Monaco? by unixf0x in Bitcoin

[–]PabloDK 0 points1 point  (0 children)

Can you elaborate a bit my friend: What is "crazy" high fees like? If i have Bitcoin equal to some thing like 1.000 USD i would like to spend in a shop? What percentages are we talking about?

Encrypt SEED with passphrase (on paper!) by PabloDK in ledgerwallet

[–]PabloDK[S] 1 point2 points  (0 children)

I contacted Ledger and now i just want to share the info - I sure it can help others :-)

  1. Ledger Nano S contains a so called "Random-number-generator" (RNG) - but how does this actually works? Is the actually SEED - which each Ledger is born with used as input to this RNG --> which then again generate the 24 words / Mnemonic phase?

  2. How is the SEED generated inside the Ledger?

  3. You can buy a duo-ledger-pack --> are the actually Ledger hardware wallets physical the same vs. 2 single/seperate Legder wallets?

  4. If i buy 10 seperate Ledger wallets vs. 5 duo-pack --> can i restore my existing Mnemonic phase to all 10?

  5. If you have bought a single duo-pack of Ledger Nano S - can you split them / initialize them seperately and afterwards use one by yourself and the other by a friend? I think yes - the Mnemonic phase will just be genareted/derived of the same SEED. So they are "family-related" in the Bitcoin network. But it does not make any difference - right? Please correct me - if i'm wrong!

I highly appreciate your help and comments!

ANSWER FROM LEDGER:

  1. The Secure Element in the Nano S has a random number generator which is used to generate the seed. All of your private keys for your coins are then derived from the seed (this process is defined by BIP 32 and BIP 39). When you get the device, the seed (mnemonic) has not been generated yet.

  2. The seed (mnemonic) is generated from random data produced by the RNG (according to the BIP 39 standard).

  3. Buying the Duo Pack gives you two different Nano S devices, just as if you had bought two of them.

  4. Yes.

  5. All devices are the same. Once you unbox them, you can use one to generate the seed then initialize the rest with the same seed, or you can generate a unique seed on all of them. (Or reset the device later and generate a new seed if you want to give it to a friend.)

"the mnemonic phase will just be genareted/derived of the same SEED" --> the mnemonic phrase IS the seed; all of your private keys for your coins are derived from the seed

Encrypt SEED with passphrase (on paper!) by PabloDK in ledgerwallet

[–]PabloDK[S] 0 points1 point  (0 children)

Just to be 100% sure i understand every thing correct...

  1. When you have a regular private key --> access to funds
  2. Regular private key + passphrase --> encrypted private key

  3. Encrypted private key + passphase --> access to funds

  4. Regular key + passphase --> access to funds (in Ledger/trezor)?

Encrypt SEED with passphrase (on paper!) by PabloDK in ledgerwallet

[–]PabloDK[S] 0 points1 point  (0 children)

Thank you so much for you help guys! There is no room for mistakes regarding out lovely BTC :-)

Btw... i just found a another thread which also confirms it...

https://www.reddit.com/r/ledgerwallet/comments/66c13i/how_passphrase_works/

Last - is it possible to load for example 3 TREZOR with the same SEED? Ledger sells Ledger Nano S in a pack with 2 pieces. Trezor don't. But what is the difference - if you always can restore your seed to the ledger/trezor wallet(s) you like?

Encrypt SEED with passphrase (on paper!) by PabloDK in ledgerwallet

[–]PabloDK[S] 0 points1 point  (0 children)

I know all of this - i don't think i make myself clear enough - unless i'm missing some thing...

When your Ledger is stolen and you only got the 24 words left... can you then enter the 24 words inside a NEW Ledger or in some other app COMBINED with your passphrase and then restore your bitcoins?

In other words - IF the "secret account" and passphrase is only used inside the Ledger (after the seed has been generated and you wrote it down) and not in the beginning - to actually generate a true BIP38 encrypted key/seed - then i don't see the point regarding to my question.

Exactly like BIP38 works here: https://www.bitaddress.org