Bitcoin Forum
May 29, 2024, 01:09:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 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 ... 514 »
3601  Bitcoin / Bitcoin Technical Support / Re: Did I compromise my paper wallet? Help and opinions appreciated on: November 16, 2019, 08:21:58 PM
Then I also, and this is where I might've fucked up,  I also right clicked and selected 'Print to PDF' to save a PDF of the webpage too.
Did you use a downloaded "offline" copy of segwitaddress.org? Or did you do all of this while connected to the internet?

If you did all this while connected to the internet (or on a PC that was subsequently reconnected to the internet), then "the part you fucked up" was doing this online! Shocked Shocked Shocked You should consider that paper wallet compromised and you should not use it. Great care needs to be taken when generating paper wallets to avoid any possibility of the private key(s) being compromised.

Creating/storing "digital" copies of your key(s) using the "snipping" tool is also a very bad idea.

At the very least, the generating code should be run on an "offline" PC... preferably one that will never be connected to a network again.
3602  Bitcoin / Hardware wallets / Re: The Ledger Nano S firmware version 1.6 is ready for testing+Final Version! on: November 16, 2019, 08:11:38 PM
does it effect for memory? i mean after last firmware upgrade my device capacity decreased i think.
I can't answer for certain... as I can't update at the moment Roll Eyes But the release notes indicate that they've made some optimisations so that you can install more coin apps. They say it should be similar to the amount of space for apps that was available in the 1.4.2 firmware.

Have a read of the "Increased Capacity" section here: https://www.ledger.com/new-firmware-update-for-ledger-nano-s
3603  Other / MultiBit / Re: Trouble recovering Multibit Classic Keys on: November 16, 2019, 08:07:18 PM
Ok... so I think you need to read the "Unicode Support" part of the btcrecover docs (if you haven't already): https://github.com/gurnec/btcrecover/blob/master/TUTORIAL.md#unicode-support

You will need the --utf8 commandline argument... and to make sure that your token file is saved in UTF-8 format.
3604  Bitcoin / Wallet software / Re: How safe is Exodus Wallet ? [Help me plz] on: November 16, 2019, 07:57:50 PM
wow, that's nice, did not know that before. I thought those mnemonic phrases are unique to that specific wallet, but this is not the case right?

If I have bitcoin on exodus, I can use the mnemonic phrase on electrum and electrum will retrieve that amount of BTC?
Essentially that is correct... but you need to be aware that Electrum is somewhat of a "special" case... Electrum, by default, is NOT BIP39 compatible... While it uses the BIP39 wordlist to generate it's seed mnemonics, they are NOT BIP39 compatible.

However, Electrum can *import* a BIP39 seed... on the seed entry screen, you click "Options" button:



You then select the "BIP39 Seed" option:



And make sure that you read the warning:



Note also that Electrum will NOT store a BIP39 seed in the wallet file (unlike a native Electrum seed), so you cannot recover a BIP39 seed from a restored BIP39 wallet file ("Wallet -> Seed" option will be greyed out).
3605  Bitcoin / Hardware wallets / Re: The Ledger Nano S firmware version 1.6 is ready for testing+Final Version! on: November 16, 2019, 07:45:16 PM
Whatever algorithm they're using, it's starting to be annoying. It's been days since I got the email... and I still don't see the update button in Ledger Live. Either their server infrastructure needs some massive upgrades to support the load or their userbase is HUGE... I know which one I'm betting my money on! Roll Eyes

Given the limited storage on the device... how big can a Nano S firmware update actually be anyway? Huh Roll Eyes
3606  Bitcoin / Development & Technical Discussion / Re: Why are few address impossible to be singed? on: November 16, 2019, 04:23:43 AM
I am using blockchain.com wallet. Let me tell you the actual problem I am facing. I am trying to sign my address in Ubuntu and installing Bitcoincore or electrum needs root password which I have forgot so I am preferring to use a wallet which is online.

Any suggestions of online wallets that allows signing my address online.
Blockchain.com does support creating signed messages. However, it will only allow you to sign with an imported private key.

In the settings, select "Wallets and Addresses":



Click the "Import Bitcoin Address" button and follow the prompts:



Once the private key has been imported, you can click the "More Options" button on the right and select "Sign Message":



You can then enter your message, click "Sign" and you'll get the message signature:



NOTE: If you want to practice... you can use the private key found here: https://en.bitcoin.it/wiki/Private_key#Base58_Wallet_Import_format

It is a very "public" private key for the address "1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj" as seen in the screenshots above Tongue

There are ways to extract the private keys for the addresses already in your blockchain.com wallet (and then "import" them)... but I would NOT recommend it. The potential for your private keys to be compromised is high if you do not know what you're doing... which could result in loss of funds.
3607  Bitcoin / Development & Technical Discussion / Re: Just starting out - in need of some assistance on: November 15, 2019, 11:28:05 PM
Thanks for the reply. I have used getblockchaininfo, but I am not sure how to interpret the output? Does it show the hash of the first block in my copy of the blockchain, then I compare it to the hash of the first block everyone else has and if they match then I am in sync? (Sorry just guessing).
Easiest way is to look at: "Blocks"

Quote
"blocks": 603968,
If the blocks number is equal to the height of the longest chain... you're synced. You can double check on any of the common block explorers... like blockcypher: https://live.blockcypher.com/btc/




#Blocks == Height... you're synced. So what is the "blocks" value from your getblockchaininfo command? Huh
3608  Bitcoin / Bitcoin Technical Support / Re: Send BTC twice and it didn't confirm fast enough, but it's gone on: November 15, 2019, 11:21:17 PM
^^-- THIS

A lot of people mistake Bitpay's "10 minute" timer for "I need to get a confirmation in 10 minutes"... but that is ridiculous because no amount of fees can guarantee a confirmation in 10 minutes... the size of your fee has no bearing on the miners ability to find blocks Tongue

The Bitpay 10 minute timer is simply the time limit to broadcast a valid transaction... it can then take however long for the transaction to confirm (within reason? Huh)... Bitpay just won't confirm the payment to the merchant until you get at least 1 transaction.

I've had a payment via Bitpay take over 2 hours to confirm (was broadcast and received within 5 minutes) before... The merchant just didn't release the order until that confirmation came through.
3609  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 15, 2019, 10:56:18 PM
Right... so the idea is you're wanting to gamble low for the first 10... and then because you believe the chances of winning are higher after 15, you can increase the bets to make back all your losess + big profit? Huh You might want to read this: https://en.wikipedia.org/wiki/Gambler%27s_fallacy Tongue

Seriously tho... that shouldn't be too difficult to do... although attempting to code it as a dynamic system within the bot could be quite complex, depending on how complicated the system you're playing is.

In the "simple" 2x system... (only adjusting the bet amount and not multipliers/payouts etc)... the formula for total amount lost in 10 bets is simply: (Initial Bet * 2^10) - Initial Bet)

Say you initial bet is 1... that would give:
=> ((1 * 2^10) - 1)
=> ((1 * 1024) - 1)
=> (1024 - 1)
=> 1023

For an initial bet of 2000 that would give:
=> ((2000 * 2^10) - 2000)
=> (2000 * 1024) - 2000)
=> (2048000 - 2000)
=> 2046000

However, trying to work that backwards from a starting balance to derive what the starting bet should be is a bit more difficult... A formula like: (Starting Balance * 2^-10) would give you the initial bet you could make, and still have enough left for the 10th bet...

For instance... Starting balance of 3142547... then: 3142547 * 2^-10 => 3068.893555

Checking against the previous formula: (3068.893555 * 2^10) - 3068.893555 => Total loss of 3139478.107... which is just under 3142547. But to try and work that out across THREE different blocks of 10... with dynamic starting amounts gets messy very quickly. Especially if you want to be able to increase in the 2nd/3rd blocks...

Nevermind, the fact that even just 30 bets of a straight Martingale requires that you have an ENORMOUS starting balance (~11 BTC if you start with just a 0.00000001 initial bet Shocked Shocked Shocked)... If you try and increase in the 2nd/3rd blocks, the starting balance would need to be astronomical to try and make bets that could cover the losses!

You could try just flat betting the first 10... and then start increasing, but you run the risk of a lot of streaks <=9 with only smaller win streaks inbetween slowly eating your balance down until you can get to your "big bet" 15+ losses territory... Undecided
3610  Bitcoin / Wallet software / Re: How safe is Exodus Wallet ? [Help me plz] on: November 15, 2019, 09:48:46 PM
Regarding the display of the backup phrase, we've recently changed this to where you can backup the wallet before you have funds in it. This applies to Desktop and Mobile. This will make testing your seed phrase easier. I can go into the history of why we used to do it differently but I imagine the most important question has been answered. Did that help in any way?
In a word... Yes.

That was basically one of the core reasons why I would not recommend Exodus to anyone. I'd be more inclined to recommend it now... Are users able to specify fees now as well? Or is that all still handled automagically based on network conditions? Huh
3611  Bitcoin / Hardware wallets / Re: A new take on "hardware" wallets? on: November 15, 2019, 09:44:17 PM
Yeah... that comment about the 3.79M BTC being lost is more than a little deceptive... but hey... #marketing Roll Eyes

However, people *are* losing seed mnemonics... I'm probably into at least double digits of helping people who have either written their seed down incorrectly to start with (wrong words or missed a word etc), had it partially lost through accidents or simply lost the entire thing altogether... Then there are the folks who have a perfectly valid seed, but for the wrong wallet.

There have been numerous instances of these things happening on these boards over the last couple of years. Granted, they are more likely to be a fraction of the "lost" bitcoins... but it still is relatively common. All that does is prove that there isn't a 100% fail safe way of backing things up... and I'm not convinced that Evercoin's method of "shards" is the best way to mitigate it. Undecided

But hey, if you already have a Yubikey... I guess it's probably better than simply having a wallet app on your phone ¯\_(ツ)_/¯
3612  Other / MultiBit / Re: Trouble recovering Multibit Classic Keys on: November 15, 2019, 09:19:04 PM
Looks like you're on the right track... at least btcrecover seems to be working ok! Wink

As for the error, if you look at this page: https://theasciicode.com.ar/extended-ascii-code/acute-accent-ascii-code-239.html Do any of the characters you think might be in your password show up as having a code in the "Extended ASCII characters" section? ie. it has a "code" that is 128 to 255? Huh

In this moment I have 3 questions:
1. If i don't remember password and i don't have enough luck with the matching, are there any posibility to unlock it with files that I showed in my last post
No... all those files are either encrypted (or not useful)... even the "unencrypted" wallet backups in the "wallet-unenc-backup" folder... you can tell because it has the .CIPHER extension... this is what happens when you add a password to a wallet file that WAS unencrypted:

When you add a password to a wallet all the unencrypted wallet backups are encrypted with the password you have chosen. These files are stored as ''saving-YYYYMMDDHHMMSS.wallet.cipher'. You can open these files as normal using the 'File | Open Wallet' menu option. When you do you will be asked for the wallet password to decrypt the wallet.

You can see the full list of what all the different files are here: https://multibit.org/help/v0.5/help_fileDescriptions.html

Basically, without the password, you cannot recover the information from these files.



3. I have problems with passwords with the character "%" how have I to specified it?
To use the char % in your password... you specify it in token file as: %%

as per the tutorial:
- %% - a single % (so that %’s in your password aren’t confused as wildcards)
3613  Economy / Gambling discussion / Re: Seuntjie' Dice bot programmers mode discussion. on: November 15, 2019, 07:02:47 PM
Okay this is a great bot and help me a lot for the things that i was trying to do manually.As a newb i play around a bit with programmer mode so far i could do something with my capability but i stuck now Smiley I am looking to get an help from you guys with script.Here what i want to do ;

Let's say my dices goes  for  max. 30x red so instead of prerolls i want to have it like ;
for the first 10 red i want to use xx of my balance for martingale.
If dice still gives me a red for the next 10 (starts with 11th red) it should use xx of my balance again. (amount which covers all lost from previous 10 red )
If still no greed goes to last passage and for last 10 red it again uses xx of my balance. (amount which covers all lost from first 20 reds and gives me profit for the next 10)
If still no green it shouldnt go for 31th bet instead starts over.

If I understand correctly you're trying to limit your exposure by only using X amount of your bank roll for each 10 rolls, but for the 2nd and 3rd blocks of 10... the only way cover all the loses from the previous 10 rolls is to continue on the same martingale betting pattern (or higher!).

In other words, it's just a straight 30 rolls with increasing martingale bets and you either hit green or you don't... it's the only way to do it and break even when you hit the green. (Unless you are wanting to actually increase the bets above the minimum required to break even in each block?)  

For instance... say your first 10 reds at 2x payout, are the following bet amounts:
1-2-4-8-16-32-64-128-256-512...

The only way to cover those first 10 losses are to continue the same betting pattern in the second block:
1024-2048-4096-8192...524288

or something higher like:
2000-4000-8000-16000...1024000

You'd then have to do the same in the 3rd block... same betting pattern or higher.

In that case, you just need to figure out what the max loss you want over 30 bets is... then calculate what the starting bet should be so that you don't exceed that value over 30 consecutive losses. This is probably easiest to actually just create a spreadsheet that does the math for you... and you can modify the start bet and/or the payout multiplier and then have it calculate projected losses for X number of bets and you can simply adjust the values to see what you want it to be.

Here is a simple one that is only useful for a 2x payout (should be around a chance of ~49.5 for most dice sites): https://docs.google.com/spreadsheets/d/10cC_ODRYde8nuWRMb4b5uQkI_-8uY37ktN5tjsf-CzM/edit?usp=sharing

As you can see... starting with a bet of just 0.00000001, you'd need a starting balance of 10.73741823 to be able to make 30 bets at 2x multiplier... and would make a profit of just 0.00000001 when you hit green! Shocked Shocked Shocked

NOTE: If you want to do other chance/payout values, you'd probably need to do a bit of editing to make the bet increases relate to the multiplier/payout properly.


So, I guess the real question, is what are you actually wanting to achieve by splitting into three different blocks of betting? Huh
3614  Other / Meta / Re: Wall of fame / shame. Shit posts so bad that they are actually funny on: November 15, 2019, 06:55:34 AM
Did you know that bitcoin is not just about buying and selling, oh yes, i never had an idea also until i was told and i got some bitcoin stolen. luckily for me i got in contact with a deep web database officer who could help me trace how my bitcoin was stolen and actually helped me to retrieve it back, it took days and huge effort, but since i paid to provide the necessary tools he needed, he was able to know the amount of btc left in the wallet my btc was stolen into, and he dragged the btc back into my wallet, i was shocked but it was a deep web worker i didnt expect less from him. and he helpd me to secure my account, even without authy my account is safe and cant have any stolen coin. you can contact him deepweboff1@protonmail.com he would be of help.


Just wanted to record this post for posterity before it gets nuked. WTF is a "Deep Web Database Officer"? Huh Roll Eyes Still... he must be some sort of cypto god... being able to "dragged the btc back into my wallet" Roll Eyes

Bonus points for this: "even without authy my account is safe and cant have any stolen coin"  Tongue Cheesy Roll Eyes
3615  Bitcoin / Wallet software / Re: How safe is Exodus Wallet ? [Help me plz] on: November 15, 2019, 06:30:57 AM
Now, let's say exodus program collapses on my desktop - how can I retrieve the coins?
As explained above, Exodus supports exporting of keys... but it also provides a BIP39 compatible seed mnemonic (aka "Recovery Phrase"). I've never been able to test it, because Exodus refuses to let you actually access the backup "recovery phrase" (and therefore test the backup) until you have deposited coins into the wallet. Roll Eyes

So, as long as you have the 12 word "recovery phrase"... you can restore your wallet to another BIP39 compatible wallet should Exodus no longer work.
3616  Bitcoin / Development & Technical Discussion / Re: Just starting out - in need of some assistance on: November 15, 2019, 06:21:40 AM
I sent from my own wallet and transaction shows as complete
Which wallet did you send from exactly? Was it sending from a different wallet to your Bitcoin Core wallet? Or did you send from Bitcoin Core to Bitcoin Core? Huh
3617  Bitcoin / Hardware wallets / Re: The Ledger Nano S firmware version 1.6 is ready for testing/Beta testing! on: November 15, 2019, 05:57:22 AM
According to comments on Ledger Reddit many do not even see the option to update because the firmware is released progressively
I suspect that is to help reduce server load and prevent issues seen in previous updates where users were getting failures due to server overload and the updates failing.

Meanwhile... I'm back from my travels and was wanting to update to 1.6 to try it out... aaaaaaaaand no sign of it in my Ledger Live... I guess "3 days" is not quite "slightly later" enough for Ledger Tongue Roll Eyes
Important note: the firmware update will be released progressively. If you don’t see it available in your Ledger Live application, don’t worry. This means you will be able to perform it slightly later.
3618  Bitcoin / Hardware wallets / Re: A new take on "hardware" wallets? on: November 15, 2019, 05:55:30 AM
Great article TBH, but one thing is for sure that these guys were endorsing Yubikey more over Evercoin and it means that we surely need Yubikey's hardware in order to keep our funds safe in that wallet.
The website says the Yubikey is actually "optional"... so it seems it is just "added" security on top of whatever the app itself provides? Huh
Hardware Security by YubiKey (optional)


Having no passphrase or seed at all doesn't really makes sense IMHO because that's what we can even keep stored in an offline PC, a piece of paper, can even dig it into a metal and store it somewhere
They do... it's just that "shard" thing... It sounds like it is essentially a 2of2 "Shamir Secret Sharing" type scheme... you get 1 shard, they store the 2nd shard... you need both to be able to restore your wallet.


Quote
... but this Yubikey thing, if stolen, how will they deal with providing us to enter our wallet ever again? Is there any resolution provided to this already?
According to Yubico:
If you are using your YubiKey with a service or application, the policy for lost or stolen YubiKeys depends on how that service or application deals with the situation.

So you'd need to query the Evercoin peeps and find out from them... I couldn't find any support docs etc on the website to explain what the resolution is should you lose the yubikey.
3619  Other / MultiBit / Re: Trouble recovering Multibit Classic Keys on: November 15, 2019, 05:21:53 AM
It looks like you still have all the necessary files... so that's a good start. Now, it's really just a matter of finding the correct password.

Does the MultiBit install still work? As in, you can actually load up MultiBit and see the wallets etc? Huh If so, that would suggest the files are hopefully not corrupt. Then, it's just a matter of getting the password.


I tried to use btc recover but it doesn't work...
I need to install two or three things before to start but the compilation have not one of them...
Getting Python and btcrecover working can be a bit daunting if you're not experienced with commandline applications... but it's not impossible. You just need to make sure you use Python 2.7.x and follow the instructions as outlined on the btcrecover github: https://github.com/gurnec/btcrecover/blob/master/docs/INSTALL.md

If you're unable to get btcrecover working, then you're basically left with the option of engaging a 3rd party to try and recover things for you... my recommendation would be: https://walletrecoveryservices.com/


Also, in case it wasn't obvious, there are a lot of scammers here on Bitcointalk... so be VERY cautious if anyone offers to help via PM or Telegram etc and asks you to send your wallet files/passwords etc!
3620  Bitcoin / Armory / Re: Armory 0.96.5 won't start in Linux Mint 19.2 Cinnamon Tina on: November 15, 2019, 05:05:37 AM
It has 4GB of RAM installed but for some reason Mint is telling me 3.2GB is what I have for RAM.
Are you running the 32bit or 64bit version of the OS? That sounds like the old issue with 4GB of RAM and 32bit operating systems...

Pages: « 1 ... 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!