Bitcoin Forum
July 03, 2024, 12:33:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 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 ... 262 »
1241  Other / Beginners & Help / Re: How to add bitcoin as payment gateway? on: October 02, 2020, 01:07:39 PM
I actually helped with the technical details of setting up https://www.merel.mobi for somebody i know from the crypto community.

We picked my btcpayserver as a primary backend, with on-chain payments going directly to the owner's wallet and off-chain payments made to me (and forewarded to the owner afterwards).

We use "BTCPay for WooCommerce" as a primary plugin and "Nomiddleman Bitcoin and Crypto Payments for WooCommerce" as a fallback method.

"BTCPay for WooCommerce" works really good, but btcpay is a bit slow-ish... "Nomiddleman Bitcoin and Crypto Payments for WooCommerce" works like it's supposed to work, but to the enduser it looks like a non-automated platform (the QR code for payments is just shown on the invoice, while the btcpay plugin actually sends the user to a payment gateway where he's shown a qr code, a timer,...). Also, for "Nomiddleman Bitcoin and Crypto Payments for WooCommerce" you'll have to go into the "experimental" settings so your users get a unique payment address derived from a master public key (the default setting is having a pre-generated addresspool, one address getting picked and potentially reused)
1242  Bitcoin / Bitcoin Technical Support / Re: Found an old wallet file from 3 years ago, can't open it? on: October 02, 2020, 07:30:18 AM
--snip--

Sorry can you help me understand this?  Why would loading a new wallet require a rescan?  Isn't a wallet something that stores your private key and transactions or something?  What is it that I'm rescanning?

To be honest, i don't switch wallets very often... As a matter of fact, i run a node and the wallet is still a non-HD wallet (in other words, i haven't loaded a different wallet for many, many years). I just remember the last time i found an old wallet.dat (years ago) and i tried opening it, a rescan was also triggered. But i was probably guiding you in the wrong direction when i used the word "default". I just meanth that it doesn't supprise me if a rescan is triggered when you load an older wallet. I've updated my previous post accordingly.

This being said, it's very hard to give a precise answer as to what actually triggers a rescan for me. It's been a while since i last dived into bitcoin core's code, let alone kept track of all the changes. Everything depends on versions and specific situations i guess: Which version was used to generate your wallet.dat, which version you're running now, did you change anything to your wallet since last synchronisation, which was the last blockchain height when you last opened your wallet.dat, did you open multiple wallets at the same time, which parameters did you use to open your gui, which parameters are present in your bitcoin.conf.

I know recent versions had significant changes when it comes to wallets and rescanning. For example, version 0.17 included a feature to scan the utxo db instead of rescanning, i think HD wallets became default in 0.16 (but they were introduced in 0.13). So even if i knew all the changes in core's code, it would be that easy to give a defenitive answer.

In theory, i guess you could read the code and see why a rescan was triggered in your specific case tough.

But you are right, a wallet.dat should contain keypairs, transactions and metadata (amongst some other data)

Not a real answer to your question i'm afraid...

1243  Bitcoin / Bitcoin Technical Support / Re: Found an old wallet file from 3 years ago, can't open it? on: October 02, 2020, 06:55:20 AM
Well, a rescan might indeed be the reason why it took your wallet an hour to load...

Looking at the lines you pasted, it looks like you loaded a different wallet.dat than "default" (initially, core will create a wallet in ~/.bitcoin/wallet.dat).
This is no problem whatsoever, but if you switch wallets, a rescan will be executed by default... might be executed

EDIT: i actually made a mistake, rescanning probably doesn't happen every time you load a different wallet
1244  Bitcoin / Bitcoin Technical Support / Re: Found an old wallet file from 3 years ago, can't open it? on: October 02, 2020, 06:23:51 AM
I synced the entire blockchain, 350gig.  Or did you mean a different kind of sync?

A new block is added every 10 minutes (on average). If you synced your wallet 3 years ago, and you opened it today, it would have to download (3 * 365 * 24 * 6 ) = ~157680 blocks.

So, just to say, it's not because you sync'ed your wallet when you created it, it'll stay sync'ed forever.

If this is not the case, you can always look in your debug.log. Since you seem to be running a *nix OS, you can find the debug.log in ~/.bitcoin/
1245  Bitcoin / Bitcoin Technical Support / Re: Found an old wallet file from 3 years ago, can't open it? on: October 02, 2020, 05:54:37 AM


Nah it is an encrypted 4 gig file that can only be mounted with veracrypt with a strong password.  I keep it on my local machine and it backs up to my server computer in the other room which has a Raid5 configuration in Ubuntu using openZFS.  I also encrypt that mount file with a different password with 7z and send backups to my brother every month over syncthing.  Overall, it is "safe", but it taking so long to open the wallet file had me worried.  It has over $5000 worth of bitcoin in it.

Side Question, any idea why it took Bitcoin Core so long to open the file?  It must have taken at least an hour...

bitcoin core needs to sync all blocks since you last opened it... So it probably took over an hour to do this. In the background it downloaded, verified and parsed all blocks since the last time you let it sync completely, updating your utxo db in the meantime.

IF you want to avoid this in the future, you'll probably want to switch to an SPV wallet. Such a wallet only downloads the block headers.
1246  Bitcoin / Bitcoin Technical Support / Re: Found an old wallet file from 3 years ago, can't open it? on: October 02, 2020, 05:51:20 AM
[Solved] I'm dumb, bitcoin core eventually opened the wallet after an hour.  No password/passphrase though.  But, I keep this wallet in an encrypted mount with veracrypt so it is kinda safe.

I should move all the BTC in this wallet to a new wallet though right?  A safer one?  Any suggestions?

This is kind of tricky... If there's even a small chance somebody had access to your unencrypted wallet, moving your funds would be wise... However, it's not like you saved your wallet file on cloud storage, right?

As long as you're 100% certain nobody could have had access to your wallet, you should be ok... On the other hand: creating a new (encrypted) wallet only takes a couple of minutes, the weekend is allmost there (and average transaction fees usually drop during the weekend) so moving your funds to a new wallet would probably only cost you a little bit in fees.

If you hold a lot of funds, go for a ledger or a trezor, or properly learn how to create paper wallets, or do an airgapped setup...
1247  Economy / Scam Accusations / Re: scam alert, do not use freewallet.org on: September 30, 2020, 09:46:13 AM
As I know, Freewallet BNB address is completely different from what is seen on the image: https://[Suspicious link removed]/3kRfu7o

Now, this is my theory about your account:

You have made 23 posts (that were not hidden for me).
You made one post in december 2018, 2 bursts in januari 2019 (totalling 8 posts). I guess these posts were either made by an account seller, or they were made in a futile attempt to reach junior member rank so your shilling attempts would have been taken more seriously by other members (but the introduction of the merit system was just in time... januari 2018 IIRC).

At this point it was clear you would always be stuck with a newbie rank, so you started to shill for freewallet anyways (as was your initial purpose): out of the 14 posts you made after januari 2019, 10 were made to protect freewallet. A lot of times when freewallet faced a serious accusation you popped up to defend them evenough the evidence was usually pretty clear.

All other posts made by this account seem like "fluff" to me, just basic shatter to fill the post history so it isn't too obvious you're a freewallet shill.

So... Tell me the truth... Is this theory correct?

Now, freewallet... I'll be honest: when one of your sockpuppets enters a thread to defend you, i usually feel this action is contraproductive for your case. If you need a shill/alt/sockpuppet coming in to defend you and say positive things about your service in the thirth person, my gut usually tells me you have something to hide... Same here: i would have given you the benefit of the doubt (innocent untill proven guilty), but since the shill army has entered the discussion, i'm inclined to add more value to the accuser's claim... Nothing was proven tough...
1248  Bitcoin / Hardware wallets / Re: Best Hardware wallet on: September 30, 2020, 05:44:13 AM
I actually own both... And i can only say that they're both user-friendly.

Both have a nice gui (trezor is actually having a beta phase for their wallet application instead of their wallet website), both can be used together with electrum.

The big differences (IMHO):

ledger requires an app for each coin to be installed on the device. A nano S has enough space to hold like 5-15 apps (some apps share code, so you can fit more of them on the limited space, other apps are really big, so there is no fixed number). Trezor works differently, no apps are installed on the device's memory, but some altcoins are a bit trickyer to "install" a wallet for. So, if you're going to be holding a limited amount of rare altcoins or tokens, a Nano S *might* be easyer to operate, if you're sticking to btc and a very few top-altcoins, a trezor might be better... but i'd look at this on a case-by-case scenario...

Ledger is closed source, trezor is open source. It's security-by-obscurity vs peer review...


So, it basically boils down to the price... If you're money-conteous, i'd pick the cheapest one, since i'd trust both of them to do the job... They both have some drawbacks, but nothing that should keep you awake at night
1249  Other / Off-topic / Re: Acceleration Request on: September 29, 2020, 01:16:49 PM
Hey everyone,
Wanted to a little BTC transaction yesterday but I didn't put enough fee, unfortunately. As little favor I'm asking if anyone here can do a little acceleration on this transaction. https://www.blockchain.com/btc/tx/5e05bce2cc45554286defd89037155cd8f11df472955e9cd0b4f38a32a191cb7
Note that I already used cyber-hub.pw, bitaccelerate.com and confirmtxn.com

It's an opt-in RBF tx! Your wallet gui should enable you to increase the fee...

Nonetheless, I pushed it to antpool, they usually give an accelerated tx a slightly higher priority, but don't expect miracles.


@9sat/byte, your fee is to low to use viabtc's free tx accelerator.

Those tools you used are worthless. They just rebroadcast your transaction, but if your original transaction was broadcasted less than 2 weeks ago, and the mempool wasn't overflowing, they add nothing...

At this moment, you have a couple options:
  • it's an opt-in RBF transaction, you should be able to "bump" the fee to a decent level
  • Wait. A 9 sat/byte fee will usually be confirmed after a couple of days... Depending on the state of the mempool
  • Do a CPFP
  • Pay a miner to include your tx in the block he's trying to solve. Do NOT hire some random guy contacting you trough PM tough!!! only use big, established mining pools!!! Viabtc for example
1250  Economy / Invites & Accounts / Re: 🔥✅【DOUBLE YOUR BITCOIN INSTANTLY】【CRYPTOCLEANER.CC INVITE CODES】✅🔥 on: September 29, 2020, 12:20:41 PM

So, you're selling codes to a fishy site using an autobuy platform while all your reviews are given by newbie accounts with 0 trust and allmost 0 history.

What could possibly go wrong  Roll Eyes
In case somebody is missing the obvious sarcasm: you could get scammed at the autobuy platform, OR the OP could go for a double whammy and let you pay to receive an invite to a site that was setup to scam people...

There is no way a malicious user is going to sell you "dirty" BTC for 30-50% off, he'll just run it trough a couple mixers/coinjoins/exchange for XMR/hotwallets him/herself and only lose 5-10% instead.

For everybody reading this topic: if something looks to good to be true, it usually is... Don't get scammed...

but at the moment it works and I can buy bitcoin cheaper .
this is the most important thing for me

I don't believe you purchased an "invite", have an account on this site or purchased any "dirty" bitcoin... I do believe that you're either the owner of this site, or a shill that's being payed to promote this site.

Why else would you create an account on this forum and make your very first post a post dedicated to criticizing the first non-shill that spoke up in this thread.

But what i believe isn't even relevant to this thread... It's about you (the owner) being able to proof you're a real service. And so far, you've shown that your service is "to good to be true, so it probably is", it's built on the pretense a hacker is smart enough to steal BTC but not smart enough to use a mixer, and you've clearly employed (or generated) a bunch of alts or shills to continuously bump your thread and make it look like a real business.
All these things are big, shiny, red flags...
1251  Economy / Lending / Re: Transaction stuck for last 24 hours(need 0.015 eth fee on: September 29, 2020, 11:27:30 AM
I agree with LFC_Bitcoin

On the other hand, i would ask you if you have any other altcoins you can use as collateral. It's obvious you cannot send tokens on the ETH chain (due to the fact you don't have enough ETH to pay the fee for your current token transfer), but that doesn't mean you're not holding other coins (LTC, DOGE, XMR,...).

If you have other coins as collateral, and you're willing to pay a decent amount of intrest, people might be able to help you out.

--snip--


it's $5 but i am not gonna run with it nor i have intension to scam someone it's pinny for me but i unfortutnatelt this happened to me
I'm going to stop you right there.. I've seen people scam others for less than $1 on this forum. If we'd conclude that you're not going to scam for $5, we open ourselfs up to hundreds of newbies who ask a loan of <$5 with the intention of dissapearing instead of repaying
1252  Other / Meta / Re: Default trust is the most important metric here in my opinion. on: September 29, 2020, 10:46:51 AM
I've been on bitcointalk since 2014, never scammed anybody, never doxxed, never plagiarised, don't care for drama threads... I'm 99%  >90% here for technical stuff, because i love the technology that's discussed here but not the drama that's always unfolding in front of our eyes. I was banned for a couple of days once because i participated in a giveaway that was started in the wrong subforum, that's about it.
I have 4 neg tags, 3 of them come from game-protect (so i consider them a badge of honour instead of a neg tag). The last one was from some guy who took offence by the way i was actually helping people. He didn't offer any assistance, but felt that the way i assisted them was "wrong". He actually called me "the most dangerous person on bitcointalk"...  Roll Eyes But every other tag i have is positive-ish...

Even after all this time, i'm fluctuating in and out DT2. But the thing is: I really couldn't care less.
Sure, it's an ego thing: it's always nice to know people trust you... But if you're not trading on this forum (wich neither of us seems to be doing), how is somebody actually going to trust you? I mean, as long as people don't know you in person, or haven't succesfully trusted you with big amounts of money, why would they actually trust you...

At least, that's my takeaway... But to be honest, the times i'm in DT2, I tend to put more scrutiny on myself when tagging somebody or supporting (or opposing) flags. It adds a tiny bit of stress to my day (not a lot tough) since my ratings are shown as "trusted" and the flags i support/oppose can actually become active/inactive due to me... So, i really couldn't care less if i'm in DT or not.

Just my 2 satoshi's tough...

EDIT: PS: for what it's worth, eventough i don't agree with your stands on the corona-epidemic, i do trust you... I wouldn't take any of your virus-related advice, but if you'd ask me if i'd trust you to hold a couple hundred bucks of my funds, i'd probably say that you're trust-worthy Smiley
1253  Bitcoin / Bitcoin Technical Support / Re: wallet.dat and co on: September 29, 2020, 09:36:01 AM
--snip--
C: \ Python27> python pywallet.py --dumpwallet --wallet = C: \ Python27 \ wallet.dat> wallet.txt.
--snip--
Error: root: couldn't open wallet.dat / main. Tu quitting bitcoin and running this again."
--snip--

A couple posts above, you gave following answer:
--snip--
3) C:\python27\wallet222.dat
4) wallet222.dat

Et le wallet.dat utilisé est dans "C:\Users\user\AppData\Roaming\Bitcoin\wallets

I do speak a reasonable amount of French (eventough you are not allowed to post non-english posts outside the regional subforum). But what i'm seeing here is that you named your wallet wallet222.dat. So, if there is no wallet.dat @c:\python27, the command will fail...

Maybe you could try:
Code:
C:\Python27>python pywallet.py --dumpwallet --wallet=C:\Python27\wallet222.dat> wallet.txt

Just on a sidenote, this debate has been going on for days, and i sometimes feel like we're going around in circles on this one... Is there anybody you trust for 100% that's tech-savvy and is able to help you with this task? Even if you're tech-savvy yourself, it wouldn't hurt to have a second pair of eyes looking at this thread while having physical access to your system (and the wallet-file itself).
1254  Other / Beginners & Help / Re: Simplest way to generate a PGP key??? on: September 29, 2020, 09:02:32 AM
Well, maybe it's due to the fact i haven't used any desktop environment in a while, but i think using a gui overcomplicates things quite a bit.

The simpelest way would be
  • open a terminal
  • gpg --gen-key
  • leave default settings, enter name + email
  • chose a password


done

No need for all those gui clicks'n'misses... Just open a terminal, enter one command, follow the wizard and you're done...
1255  Other / Meta / Re: Beginners Mistake on: September 29, 2020, 07:50:15 AM
--snip--
I hope to be a better member of these forum.

Well, that's the point... You can't be a member of this forum UNTILL you are no longer banned. This means: creating a ban appeal thread and ONLY posting in said thread. No matter how many accounts you have/make, as long as a single one of them is banned, you are 100% restricted to posting in one thread in the meta subforum, and you can only use this thread to discuss your ban.

I know this sounds harsh, I didn't make the rules, but by discussing anything besides your ban, you are violating the rules and you'll probably end up getting this account banned aswel.
1256  Other / Meta / Re: Beginners Mistake on: September 29, 2020, 06:37:03 AM
I experienced something heart broken here as a newbie couple of weeks ago. Yes I understand the fact these platform/Forum have rules governing it but as humans we are prone to make mistakes and take correction. I wrote a topic here couple of weeks ago and someone I sopose to be a serious member of these forum reported my post for plagiarism, reasons being he/she highlights some line of my sentence and   claimed it’s copy and paste,that action cost me a lost. There are better ways to correct and guide a newbie or beginners without having to condemn their post, We aren’t robot we all humans and we rise by lifting others. Please our senior members and legends should look into these or probably initiate a means to educate newbies and beginners so we don’t fall victim always while trying to create our own post just like other members of the forum.

Well, let's start with educating newbies: you were banned due to plagiarism (at least, i suppose you were banned... you never said you were in your post, but the punishment for plagiarism is a permanent ban, so i  can only suppose you got your account banned).

Since you said this happened a couple weeks ago, and this account was created less than a week ago, i can only conclude you created a new account after your first account was banned.

Now, here comes the education: after your initial ban, you *should* have taken the time to read the rules... You were banned, and since you created this post, i can only assume you were unhappy about this, so the least you should have done is read the rules before starting to post again...

Now, since it's clear you didn't read the rules, i'll just quote from the list of rules that can be found in this sticky topic:
https://bitcointalk.org/index.php?topic=703657.0

--snip--
25. Ban evasion (using or creating accounts while one of your accounts is banned) is not allowed.[e]
--snip--

The correct sequence would have been
1) you were banned, for whatever reason
2) you wait for your ban to expire, or in case this takes to long (or if you have a permanent ban): you are allowed to create a new account and make one topic in meta to discuss your ban. Posting outside this one topic is considered ban evasion.
3) you either get a pardon from Theymos and he unbans you, or you are no longer allowed to post on bitcointalk. Do realise it's you that is banned, not your account. If you create a new account this is called ban evasion, which will get you banned again (actually, you never have been unbanned to begin with)
1257  Bitcoin / Bitcoin Discussion / Re: What will happen when all the Bitcoin have been mined on: September 29, 2020, 06:28:04 AM
This topic pops up every couple of weeks... Just use the search function instead of opening a new topic

Click on the magnifying glass at the top right corner, copy the title of this topic and paste it in the google search form of bitcointalk:

Or click here, this is the page where you'll end after you execute these steps
1258  Economy / Scam Accusations / Re: scam alert, do not use freewallet.org on: September 28, 2020, 01:25:20 PM
Sorry to hear this has happened to you... If you want a good response to your thread, and you want it to be seen by freewallet and other members that specialise in tagging scammers, move your topic to the correct subforum: https://bitcointalk.org/index.php?board=83.0 (just hit ctrl-F and search for "move topic", then follow the wizard to move your post to the scam accusation subforum)

Also, use the correct format, as described in this sticky thread: https://bitcointalk.org/index.php?topic=260073.0
1259  Economy / Reputation / Re: User NUMAS selling codes for "dirty" BTC with 50% discount. on: September 28, 2020, 11:02:37 AM
Before stumbling upon your thread, i already posted in his scamthread warning others not to fall for his trap... But he used his shills to fill the complete first page before i discovered him, so his first page is still filled with newbie (shill) vouches.
Tagging seems like a sensible idear.
1260  Economy / Invites & Accounts / Re: 🔥✅【DOUBLE YOUR BITCOIN INSTANTLY】【CRYPTOCLEANER.CC INVITE CODES】✅🔥 on: September 28, 2020, 10:40:23 AM
So, you're selling codes to a fishy site using an autobuy platform while all your reviews are given by newbie accounts with 0 trust and allmost 0 history.

What could possibly go wrong  Roll Eyes
In case somebody is missing the obvious sarcasm: you could get scammed at the autobuy platform, OR the OP could go for a double whammy and let you pay to receive an invite to a site that was setup to scam people...

There is no way a malicious user is going to sell you "dirty" BTC for 30-50% off, he'll just run it trough a couple mixers/coinjoins/exchange for XMR/hotwallets him/herself and only lose 5-10% instead.

For everybody reading this topic: if something looks to good to be true, it usually is... Don't get scammed...
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 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 ... 262 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!