Bitcoin Forum
June 20, 2024, 03:44:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 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 ... 514 »
2281  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: August 28, 2020, 12:43:40 AM
WOW!! hmm, so how can I safely validate that seed I have?? any programs, software/ hardware I can use offline???
What exactly are you attempting to "validate"? Huh Simply that it is a "valid" seed? Or that it generates a known AddressXYZ? Huh

As the previous poster mentioned... running Electrum offline and using the seed there (would probably need to use "Options -> BIP39 seed" on the seed entry screen) is an option. You could also download the "iancoleman" Mnemonic Code Converter and run that offline... it has instructions at the bottom of the page.


Quote
can I create a new wallet on bitcoin core using a seed where it scans through the block chain to match it??
While it is possible to create a Bitcoin Core wallet from a seed... it is NOT possible to use a seed mnemonic... It's important to note the differences... a "Seed" is technically just a very, large, random number... while a seed mnemonic is the 12/24 words.

Unfortunately, over the years... "seed" and "seed mnemonic" have been used somewhat interchangeably, which leads to confusion Undecided


There is a sethdseed command in Bitcoin Core:
Quote
sethdseed ( newkeypool "seed" )

Set or generate a new HD wallet seed. Non-HD wallets will not be upgraded to being a HD wallet. Wallets that are already
HD will have a new HD seed set so that new keys added to the keypool will be derived from this new seed.
But you need to note that the "seed" used here is NOT a 12/24 word seed mnemonic... it is of the "very large random number" variety.


If you have a "12 word" seed mnemonic... then your best chance of recovering anything is using a BIP39 compatible wallet like Electrum.


Do you know/ remember who had a paper wallet/12 word seed back 10 years ago??
If it is 12 English words... and you're sure that its 10 years ago... then I have no idea... BIP39 was from 2013... Electrum was originally 2011... what is the exact timeframe you are working with? Huh
2282  Bitcoin / Electrum / Re: Electrum - Trezor (any hardware wallet) privacy question on: August 28, 2020, 12:08:03 AM
Unsure about ElectrumX or EPS... but with electrs (and debug level set to "Trace") I cannot see any obvious hardware ID that is passed through from Electrum... Of course, "Absence of evidence is not evidence of absence", so that doesn't necessarily mean it's not there, just that it's not being displayed or debugged by the electrs server software.

Additionally, I think you might be looking in the wrong place to start with... you would probably be better hunting through the Electrum client code to see if the deviceID is even being read/used by Electrum itself... after all, it can't pass the deviceID to a server if it doesn't have it.

Perhaps ask on the Electrum github if the Trezor (or any hardware wallet) device ID is being read by the client when you attach it.
2283  Bitcoin / Bitcoin Technical Support / Re: I need Help finding or recovering bitcoins off an old hard drive on: August 27, 2020, 11:42:15 PM
My question was specifically about working offline on Bitcoin core ( that's where the original wallet was created and I have it already up to date).
Bitcoin Core does not, and never has, used 12 word seeds... if you have a 12 word seed, it was not created with Bitcoin Core.


NOTE: There was a scam clone of Bitcoin Core that supposedly had a "12 word seed recovery phrase" that would be emailed to you when you downloaded/registered for the wallet. If you used this wallet, your coins are basically lost.
2284  Bitcoin / Hardware wallets / Re: Thoughts about Passport hardware wallet on: August 27, 2020, 11:33:05 PM
What the individual parts are actually worth is a meaningless metric really... Personally, I don't think iPhones and Galaxy S20's are worth USD$1000... and their internal components are definitely not worth that much... but the companies think that enough consumers think they are, and based on the retail sales volumes, enough consumers do think they are! Undecided

Is it a "scam"?... no, of course it isn't... Companies are free to charge whatever they like for their products, no one is forcing you to buy it. As long as it is a hardware wallet that delivers all the promised specs/features, then it's not a scam... arguably, it is "over-priced"... but it's not a scam Roll Eyes

Having said that, I just don't see enough of a value proposition for this device to be worth $299... especially when you stack it up against competing devices like coldcard, trezor, ledger etc... which are less than half the price.
2285  Bitcoin / Electrum / Re: Bump fee window on: August 27, 2020, 11:23:12 PM
The program cannot connect, synchronize. Constantly trying and in no way, if you press the button on the arrows - you can see that it is trying to different servers all the time
https://drive.google.com/file/d/1TV1y63VIqahil7TX_m4FmyCNUAMJrM4h/view?usp=sharing
It is so only on this wallet, so I shot a video where everything is ok, but it is worth opening this wallet and the one that was opened also loses the network
https://drive.google.com/file/d/1LsuhPjTXFWGwkVKth2yQ8FB5XAXMepkZ/view?usp=sharing
Approximately how many transactions and/or addresses are in that specific wallet? Huh

It could be that your wallet simply has too many transactions and/or is requesting info for too many addresses at once... because of that the servers are throttling your connection... Once it is throttled, the "ElectrumX" server (which most Electrum Servers are running) will remember your IP and refuse your connection until a specified timeout period has passed.
2286  Bitcoin / Bitcoin Technical Support / Re: CPFP bitcoin transaction. on: August 26, 2020, 11:07:24 PM
For CPFP to work... you need to spending one of the outputs of the previous unconfirmed transaction.

Ie.

UnconfirmedTransaction1:
Code:
InputA ---> RecipientAddressA
        |-> ChangeAddressB

So, you need to be spending the outputs that went to RecipientAddressA or ChangeAddressB in the CPFP transaction... ie the "children" of the transaction... which means you need to be the recipient of the original transaction, or the owner of any change address that was used.


So, with the above scenario, the receiver could setup a CPFP like this:
Code:
RecipientAddressA ---> OutputX

or the original sender could spend their unconfirmed change like this:
Code:
ChangeAddressB ---> OutputY


Basically, you can only do CPFP if you have received unconfirmed coins... you cannot use CPFP if you were just the sender and didn't get any change:
Code:
SenderA ---> ReceiverB

In this scenerio... only ReceiverB can do CPFP... as they're the only "child" Wink
2287  Bitcoin / Hardware wallets / Re: Thoughts about Passport hardware wallet on: August 26, 2020, 10:31:54 PM
Research, development... production costs of making what will no doubt be a limited run of essentially bespoke devices (even if they are built using "open" hardware).

There is always a fairly significant amount of time, effort and money spent on bringing a product to market... My guess is that they're just trying to recover these costs. Sadly, in a market that has two well established leaders which are already at significantly lower price points, it is going to be difficult for them to sell many units.

Imagine if Apple/Samsung were selling $500 flagship smartphones... and Google/OnePlus showed up with a $1000 smartphone... because that's pretty much what the Passport folks are attempting to do here Undecided
2288  Bitcoin / Hardware wallets / Re: New Ledger firmware updates are coming shortly on: August 26, 2020, 09:59:45 PM
Correct... it's Bitcoin, Bitcoin TestNet, BCH, DOGE, Litecoin... ETH and Stellar... I did have another one installed, but had to give it up when they updated the apps just prior to this latest firmware, as it increased the app sizes slightly and the other one I wanted to install was 30Kb and I was down to only 28Kb left Tongue

And now it's even "worse". Undecided

Having said that, I don't really use anything other than BTC and tBTC on a "regular" basis, so it's not a huge problem uninstalling/reinstalling the apps if I need to.
2289  Bitcoin / Electrum / Re: Can't see all of my transactions on: August 24, 2020, 08:29:26 PM
If you don't currently hold any funds in the wallet (and don't plan on doing so in the future), then I would recommend that you make sure you have your paper backup, migrate all your usage to the wallet(s) of your choice and then simply cross the "proof of ownership" bridge when you need to.

If you're going to continue to use Bitcoin Core (as a non-pruned node), then not having Armory installed isn't a big issue, as you can simply re-install, restore wallet etc... The problem would be if you wanted to ditch Bitcoin Core altogether and move to a lightweight SPV wallet like Electrum.

In that scenario, if you did have to try and prove ownership, you'd need to install and sync Bitcoin Core again... which could take hours/days etc. Undecided
2290  Bitcoin / Bitcoin Technical Support / Re: Paid with mBTC and not BTC - have I lost all my money? on: August 24, 2020, 08:18:42 PM
If you ignore that you literally have zero privacy since the server you are connecting to knows everything about you (all addresses, transactions, IP, times of the day you are online, ...)
Given that the Electrum server I connect to is mine... connected to my own full node... I am fairly comfortable with my "zero privacy" Tongue Wink
2291  Bitcoin / Bitcoin Technical Support / Re: How do I combine small transactions in a ledger wallet on: August 23, 2020, 08:25:41 PM
In the 2nd option (A+B -> D, C+D -> E)... it isn't entirely obvious that A,B and C are all linked.

You only know that A+B are linked and C+D are linked... but not necessarily all controlled by the same entity. There is no "solid" evidence for that.

There might be some circumstantial evidence that could be inferred, such as "no change output", which may indicate that it was a consolidation transaction, but it is certainly not guaranteed... for instance, it could just as easily be someone sending all available funds as part payment for something.

So while it is not as "private" as running funds through mixers/coinjoins etc... it is certainly "better" than A+B+C => D


The real danger is that you need to really pay attention to what you're doing and make sure that you never accidentally link A/B and C/D or E together by including them as inputs in the same transaction.
2292  Bitcoin / Armory / Re: Armory not showing transaction that happened in 2018 on: August 23, 2020, 08:12:25 PM
Hi HCP, you were right - although my Armory was online, it had only 320,000 blocks or so. I'm not sure why...
If Bitcoin Core was up to date and Armory was not, then the most likely reason would be block file corruption causing the ArmoryDB to stall during the block data parsing... We'd have needed to see your Armory logs to be able to diagnose that.


Quote
As I just wanted to sell the BTC, I used your tutorial to shift to Electrum and it worked a treat.
But it appears that it is no longer any issue Wink

Glad you got it sorted. Thanks for the update.
2293  Bitcoin / Electrum / Re: Can't see all of my transactions on: August 23, 2020, 08:07:21 PM
Yeah, if you just want a full history of all your transactions, and don't need the ability to spend any funds and/or sign any transactions... importing addresses into a watching-only wallet would give you that info.

Signing messages with P2SH addresses is "a bit of a mess"™... The primary reason being that there is no guarantee that a P2SH address actually has a private key to sign the message with... as they are a "Script Hash"... and the script doesn't necessarily involve private/public keys. Some wallets like Electrum, Mycelium and Trezor support signing/verifying using P2SH addresses... but it can be very inconsistent across implementations as there is no real "standard" Undecided

Indeed, if you attempt to sign a message within Armory using one of the P2SH-P2PK addresses, it will give you a warning that this is not supported:


So, "Proving ownership" is going to be difficult... I would suspect that if you needed to do so, you would have to deposit some funds into that address and then send a transaction from the address to prove that you have control over it.
2294  Economy / Service Discussion / Re: "HCP's ongoing experiment of the BotHIVE.io Trading Platform"™ on: August 23, 2020, 09:44:55 AM
Honestly? At this point in time, based purely on my experience, I would have to say "No"... I don't think I could recommend it... not unless you have a really solid understanding of the bot settings and can set them to match your personal risk profile.

I was probably needing something that was a bit more "idiot proof" or geared towards "lazy investor"... as I will readily admit, I know almost nothing regarding the in's and out's of trading... and, as we witnessed with the substantial hits that I took, leaving the bots at default settings left you vulnerable to some nasty surprises.

Now, to be fair, I have only been using the plaform now for 4 1/2 months, from Early April through to Late August... and in that time I hit three (more) big losses and changed my bot from using "Aethon" to using "Manticore"...

So far, "Manticore" seems to be doing "OK", in that it has at least recovered all my losses from when I started using the platform. I'm kinda surprised, tbh... I had expected that I was going to get wiped out (or at least drop below min balance threshold) during some of the very volatile trading periods we have seen in the last couple of months.

Currently, I have no plans to "exit"... maybe if my balance gets back around the fiat value I originally invested (~US$735) then I might consider pulling out... for now, I think I'll "let it ride".
2295  Economy / Scam Accusations / Re: [RESOLVED 21 AUG] Scammed and refunded by seller YOYA (Hero member) for $65 on: August 22, 2020, 11:40:28 PM
Given that YoYa has now repaid the debt, and sandy-is-fine considers that this situation is "resolved", I have removed my support from the Type-3 flag, as these flag conditions are no longer valid:
...
YoYa did not make the victims of this act roughly whole, AND it is not the case that all of the victims forgave the act.
...

I have instead put a neutral tag on the account for now, referenced back to this thread.


NOTE: Currently, the flag is still "Active" with a "score" of 3-0. If the other users do not remove their support within a reasonable amount of time, I might consider "opposing" the flag so that the flag would have "insufficient support" and no longer be marked as active.

@YoYa, feel free to PM me again in a week if owlcatz, eddie13 and/or MiLkz have not responded and the flag is still active.
2296  Bitcoin / Electrum / Re: Old Electrum Version on: August 22, 2020, 10:30:11 PM
I thought the seed was the 12 word phrase..... and that was what one has to enter into the seed space. Perhaps I should be using spaces between the words in the phrase? I don't know.
That is correct... most people use "seed", "12/24 word phrase", "backup/recovery phrase" and "seed mnemonic" interchangeably.

That is indeed what should be put in to the box when restoring the wallet using "File -> New\restore -> Standard Wallet -> I already have a seed".

And, yes... it needs to have spaces between the words... so it should be:
Code:
word1 word2 word3 word4 word5 word6 word7 word8 word9 word10 word11 word12

NOT:
Code:
word1,word2,word3,word4,word5,word6,word7,word8,word9,word10,word11,word12

I don't think Electrum will even allow you to go past the seed entry window if you used ",".


If you use "View - Show Addresses" on your 4.0.2 wallet... are the addresses listed there the same as in the old Electrum?
2297  Economy / Service Discussion / Re: "HCP's ongoing experiment of the BotHIVE.io Trading Platform"™ on: August 22, 2020, 10:10:18 PM
Curious to see HCP account now, that suffered losses with Aethon at 0% extra stop.
Would give a full update, but I'm away on business at the moment... using a shitty old laptop that idles at 70C and thermal throttles "like a boss"™ Undecided

It took me literally 10 minutes just to get this screenshot, crop it and upload it... Undecided Roll Eyes >Sad


Nearly back to "break even" from the start of ThePlatform™... just a minor loss of -0.0016BTC... which means that overall, from the original 0.1BTC investment on the old VPS hosted bot, I am down around -0.0616BTC... or roughly ~61% loss.


Note: my overall portfolio is listed as being 0.099134BTC, but 0.059781BTC of that is "fee balance" which is the leftovers from the "loss rebate" that was credited to my account when the platform was launched. This cannot be withdrawn. It's basically "store credit".
2298  Bitcoin / Electrum / Re: Can't see all of my transactions on: August 22, 2020, 09:03:10 PM
The problem is that the "P2SH-P2PK" addresses are fairly unique to Armory. There is no way that I know of to import these into Electrum or any other wallet for that matter.

They are not P2SH-P2WPKH addresses...

2 new script types have been introduced on top of legacy P2PKH:
 - P2SH-P2PK: nested P2PK script. Uses compressed public keys.
 - P2SH-P2WPKH: nested P2WPKH SegWit single sig output script.


You can see goatpig's description of how these addresses work, and what you'd need to do to be able to spend from them (ie. manually create the raw transaction, then sign it using the private key), here: https://bitcointalk.org/index.php?topic=2605402.msg27777791#msg27777791

(NOTE: for anyone interested in the code, the link that goatpig provided to the code that creates the P2SH-P2PK script in his post above, is slightly outdated... and the getP2PKScript() function is now a few lines further down. The link to the current code is: https://github.com/goatpig/BitcoinArmory/blob/master/cppForSwig/Wallets.cpp#L2707)
2299  Economy / Gambling / Re: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! on: August 22, 2020, 08:33:15 PM
Quote

basebet = balance / 1024
nextbet = basebet
chance  = 97.2549

function dobet()
    if (lastBet.Roll < 3.3 or lastBet.Roll > 96.7) then
        chance = 49.1089
    end
   
        if !win then
            nextbet = previousbet*2
        else
            nextbet = balance / 1024
            chance  = 97.2549  <-- This is where it is resetting your chance
        end

end

Looking at your code... the only time it will end up as chance=49 is when the lastBet.Roll was <3.3 or > 96.7 AND it was a loss...

The "if !win then... else..." block you have means that if it was a win... it sets nextbet = balance /1024 and then chance is set to 97.2549.

So currently, will only work if it is < 3.3... as you're betting "high" to start by default, if the roll is over 96.7 you'll win and the chance won't change.

Try something like this:
Code:
basebet = balance / 1024
nextbet = basebet
chance  = 97.2549

function dobet()
    if (!win) then
        -- loss, martingale
        nextbet = previousbet * 2
    else
        -- win, reset
        bethigh = true
        nextbet = balance / 1024
        chance = 97.2549
    end
    
    if (lastBet.Roll < 3.3) then
        bethigh = true
        chance = 49.1089
    elseif (lastBet.Roll > 96.7) then
        bethigh = false
        chance = 49.1089
    end
    
    print("LastRoll: " .. lastBet.Roll)
    print("Chance: " .. chance)
    print("bethigh: " .. tostring(bethigh))
end

All the "ususal disclaimers" apply... I haven't thoroughly tested this, so run at your own risk Wink

Also, based on your pseudocode, I'd suggest you read this: https://steemit.com/dicebot/@seuntjie/dicebot-programmer-mode-tutorial-02-process

It gives you an idea of how the "flow" works... you can't run "innerloops" like the while() statement you have. Essentially, after a bet is placed and result received, dobet() is called...

At this point, you can then process the received result and make changes to your bet amount, high/low, chance etc... then when you get to the end of the dobet() function, a bet with the new parameters is sent to the server and the bot waits for the new result.

Again, once the result is received, dobet() runs again... and the process repeats until the script is stopped (manually, by stop() command in script, or an error is received from server).

Basic overview of script lifecycle
Here's a small overview of the lifecycle of the script, how and in which order everything is executed

1) bot starup - loads basic functions (withdraw, invest, tip, stop, runsim etc)
2) start() or runstim() is executed. the script in the code box is executed once. Thus functions are registered, variables are created and assigned.
3) place starting bet: the bot places the starting bet: no script executed
4) bet result returned: 4.1) variables (balance, profit, wins, lossess etc) are updated.
   4.2) dobet() is executed.
   4.3) local variables are updated to new varibable from the bot (chance, nextbet, high)
5) next bet is placed. On bet result, go back to step 4.
2300  Bitcoin / Bitcoin Technical Support / Re: hello every one i need help with old passphrase on: August 22, 2020, 07:22:47 PM
Did you try opening any of those wallet.dat's with a text editor and searching for the text "name"? Huh If so, did you find any addresses?

The first letter/number of any "name" records that you find in the wallet.dat's will give a good indication as to what coin the wallet.dat was used for.

You can see in this screenshot... all the "name" records start with "D" ("DMJH...","DRPY...","DJBB...","DQfQH..." etc), that indicates that it is a Dogecoin wallet.



It would also pay to check the "corrupted" wallet.dat's... it's possible that if they are for altcoins, that the developers may have made modifications that make their wallet.dat look "corrupted" to Bitcoin Core.
Pages: « 1 ... 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 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 ... 514 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!