Bitcoin Forum
June 28, 2024, 02:53:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 ... 623 »
4261  Other / Meta / Re: My threads disappeared? on: July 30, 2021, 11:35:59 PM
I am not that familiar with mining but I feel like the thread should have been posted on Mining(altcoin) Board or its child board Pools (Altcoins).

No, it shouldn't be there if you are selling hash rate the right section for this is "digital goods".

No one is selling hash rate on Altcoin mining and pools if you found someone who selling there it's spam and it should be reported.
4262  Bitcoin / Electrum / Re: Electrum standard transaction fee set to 4.1 sat/byte?? on: July 30, 2021, 10:43:29 PM
What actually did you use for fee estimation there are 3 types of fee estimation on Electrum look




You can see static, ETA, and mempool. Static has a fixed range of 1-300sat/byte and ETA and mempool are based on fee market conditions.

I would suggest you always use ETA or Mempool for fee estimation then slide it to target 1Mb or lower size from the tip. For ETA slide it to target "within 2 blocks" or for a faster transaction slide it to target "In the next block".


Next time check that first before you make a transaction so that the transaction won't stuck on the mempool.
4263  Bitcoin / Bitcoin Discussion / Re: Is it possible to earn bitcoin using blogger on: July 29, 2021, 05:41:53 PM
You can't mine on that site but you can earn Bitcoin with your site.

It's not mining but you can earn Bitcoin from your blog, do you have ads space on your site?

You can earn from ads network like a-ads they always pay in Bitcoin if you have lots of visitors you can earn Bitcoin.
Or check this list of advertising network here https://bitcointalk.org/index.php?topic=5196251.0
4264  Economy / Services / Re: Need a collaborator to copypasta Bitcoin network and maintain it.[paid work] on: July 29, 2021, 04:56:52 PM
This is not the right place to look for "collaborator" and if this is a paid task then this is not the right place to post.

I would suggest you bring it here "Services Section"
4265  Economy / Trading Discussion / Re: What is stop loss and how it works on: July 29, 2021, 10:58:46 AM
Based on my experience with the stop-loss feature it won't trigger or be filled if you didn't set it properly the stop limit price should be lower than the limit price so that it will trigger when the price touches the stop limit price. You can set it to a 5-10% gap.
Also, don't set the stop limit near the current price it won't trigger based on my experienced.

Here's a quick guide to easily understand how it works.


Source: How to set Take Profit and Stop loss in Binance?

If you trade on Binance I suggest you check OCO it also has a stop-limit feature but this one is best for "locking potential profits or limiting risks".
Read more about this here https://academy.binance.com/en/glossary/one-cancels-the-other-order
4266  Bitcoin / Hardware wallets / Re: Advice Please - Ledger Live will not accept my password? on: July 28, 2021, 10:47:32 PM
Why not reset your ledger live wallet?

Do you have a backup of the wallet seed phrase? If you have then you can recover your old wallet.

Follow the instruction from this link below
- https://support.ledger.com/hc/en-us/articles/360019387637-Resetting-your-Ledger-Live-password?support=true

4267  Bitcoin / Electrum / Re: Sending to multiple adresses in 1 transaction in Electrum? on: July 28, 2021, 10:17:21 PM
You need to add the amount on the side of your address sample this

Code:
Youraddresshere, amount
youraddress2here, amount
youraddress3here, amount

Looks like this as a sample



Don't forget the comma without it it will lead to some errors like you mention above.
4268  Economy / Web Wallets / Re: Brute force a blockchain.com wallet on: July 28, 2021, 09:44:45 PM
Alternatively from the crypto-recovery posted above, you can also get your wallet.aes.json as a text by following the guide below

Try to get your wallet.aes.json by pasting your walletID to this URL:
Code:
https://blockchain.info/wallet/WALLET_ID?format=json
Replace "WALLET_ID" with your Wallet ID, do not change anything like the punctuation marks.
If you didn't set 2FA, the URL will display your wallet.aes.json in txt format (if you have 2fa, use the method below).

With it, create a "wallet.aes.json" file and paste the text using a txt editor, then decrypt it using decryption tools.
This one should work: https://github.com/blockchain/my-wallet-backup-decryption-tool/releases
But the private key from the result isn't WIF (Wallet Import Format), it's in base58 form.

If you successfully decrypted the wallet file, you can convert the base58 private keys into WIF by using base58 decoder and then convert the result ECDSA PrvKey into WIF (compressed) to be able to import/sweep it to other wallets.

Another method to get your wallet.aes.json file is to use btcrecover's extract-script: download-blockchain-wallet.py from https://github.com/gurnec/btcrecover/tree/master/extract-scripts
nc50lc didn't mention it here so I quoted his old post.

I don't know if this will work on a new or HD account but worth trying. Once you get the wallet.aes.json your last step is to decrypt the wallet to get the private key.
4269  Bitcoin / Mining support / Re: Innosilicon T2T-26T Arrived Non Operational on: July 28, 2021, 08:34:22 PM
Have you tried to use the software from Innosilicon to scan the miner's IP?

If not yet try to download the tool from here https://www.innosilicon.com/html/support_en/tool.html
And then scan the IP let's see if it can scan your miner.


Did you bought them directly from manufacturers or are these miners are 2nd hands?

If you bought them 2ndhand possible they are set up with Static IP. I'm not sure but the only solution if those are static is by flashing it through SD card.
4270  Bitcoin / Development & Technical Discussion / Re: Suggested resources for technical understanding of Bitcoin on: July 28, 2021, 11:34:11 AM
I just want to add this below from the suggestion above. For me, this is the best source of learning and understanding about bitcoin including how to build them and make your own Blockchain.

It also has a list of Bitcoin books and the history of bitcoin.

- https://github.com/openblockchains/awesome-blockchains

Scroll down to the bottom you will see more other resources about Bitcoin.
4271  Bitcoin / Bitcoin Technical Support / Re: I need help! on: July 28, 2021, 11:17:26 AM
No i dont got the old wallet.dat file i got the file from the new Bitcoin core that i download and took like month and a half downloading the blockchain. With my passphrase i create the wallet and always got the same file. I will buy a better computer to download again bitcoin core because i using an old laptop running on low memory just like 11.5 gb left.
I believe that every node download the blockchain from block 0. Took like 10 to 20 second for each block to download last time i saw the bitcoin was long years ago.

You can't just recover your old wallet by using the same password from your new wallet.

You need to find the old wallet.dat file do you have this?

If you don't have the old wallet.dat file you can't able to recover your old wallet with Balances.

Try to check the wallet folder and maybe the old wallet is there.
If you are using Windows OS you can find it on %APPDATA%\Bitcoin type it on "Run" you can press WinKey+R to open "Run" and paste that shortcut if it doesn't work you can try to type this %APPDATA%\ then enter then look for Bitcoin folder then wallet.

Then check the wallet folder if it shows 2 files with .dat files(E.g. wallet.dat and wallet1.dat). So if you found two wallets there is a possibility that one of these is your old wallet.
4272  Economy / Exchanges / Does lbank.info have KYC verification and can be trusted? on: July 28, 2021, 03:57:55 AM
I want to buy a few tokens and coins from them which is cheaper than the other exchange.

I already check this exchange on Coingecko with a trust score of 8 and I already searched it here but I couldn't find their official announcement I mostly find them on token and altcoin announcements.

Do they have KYC verification?
I hope some people here trade on this exchange and would like to know if they are a non-KYC exchange.
4273  Economy / Lending / Re: DarkStar's Loans | BTC, USDT | 2.70%-6.60% Monthly on: July 28, 2021, 03:30:03 AM
Request For a No Collateral Loan
Required BTC Amount: 0.008
Estimated Loan Duration: Within a month
BTC Address: bc1qptg5vvtmwwgn96qgwgalpflqjvxxmvlwmu8529

Thank you.
4274  Economy / Exchanges / Re: How can i buy bitcoin with paysafecard? on: July 27, 2021, 06:40:14 PM
I tried to search here and in Google, I couldn't find any good exchange for paysafecard pin most of what I found are scams.

Try to make a thread in Currency Exchange and maybe someone will take your offer just make sure to increase the offer a bit.

~snip~

Secondly, if you have a Paysafecard account you own the card, right? What about just using the card to buy BTC with it? It could be simpler

I think he already redeemed it as a Paysafecard pin it looks like an e-voucher with a 16 digit pin.
4275  Other / Meta / Re: Have bumping rules changed? on: July 27, 2021, 05:41:08 PM
Did you edit the thread or edit something from your old bump or post?

This might be the reason why your posts are deleted.
4. Bumps are limited to once per day (24 hours), yes this includes "updates", that's what the edit button is for. Old bumps should be deleted as they serve no purpose, and only clutter up topics and make it more annoying to read.
4276  Bitcoin / Wallet software / Re: Pegasus & phone wallets on: July 27, 2021, 04:33:35 AM
It depends on how you protect your wallet in your phone the pegasus spyware can only access your data if they have rooted access since Android phones are not rooted by default they can't do anything.

I'm using my phone with Knox protection anything apps or files that I want private I put them all in a secured folder protected by Knox and it will disable if someone tries to root the phone but even they get the data from the Knox folder all files are encrypted that they can't easily decrypt. 

Based on what I research about Pegasus spyware they can also hijack cameras and mic to monitor your activity but mainly on IOS devices. Most of the affected by this spyware is IOS and a few Android phones.

So it will still depend on you if how you protect your phone from any attacks. Mine I'm using Samsung phone there is a special security feature that you can use called Knox. But not only that you can also disable all sensors to avoid your phone from monitoring, if you are using Samsung you can't find this feature you will need to enable the developer option and look for "sensors off". This will help if someone is spying on you they can't retrieve any data or even use the camera and mic.
4277  Bitcoin / Electrum / Re: balance display problems in Electrum wallet on: July 27, 2021, 03:40:29 AM
Just adding this from the post above to make these things clear.

You have to check these arrows



Check the Electrum on the top if it's watch-only or standard wallet pointed by jackg and check the network status at the bottom right corner there is a circle(Red, green or syncing icon).

Also on the addresses tab check if you send the BTC to the right address if you can't find the address that you pasted on Samourai it means that you sent it to the other wallet, not the wallet you currently used(Electrum).

However, if the address where you sent BTC is in the addresses tab on Electrum you might have network issues that is why it doesn't show any transaction in your history tab. So check the network status click it and try to use other servers just right-click and "use as server" and check if it solves your problem. Check the image below as a reference


If it doesn't solve your issue try to change your PC/Laptop DNS

You can use any of these DNS

Code:
Google
8.8.8.8
8.8.4.4

Cloudflare
1.1.1.1
1.0.0.1


If the issue is still there copy the address(The address where you sent BTC) and paste it to any explorer to know if that address has a balance.

You can use this https://blockchair.com/


Also, take note of the Electrum version because lower than 3.3.4 is no longer connected to the server, and most of the servers in the old version are under phishing attacks. So you have to check and tell us if what Electrum version you currently use.
4278  Bitcoin / Electrum / Re: Multisig in Electrum: instructions for recovery. on: July 26, 2021, 05:31:34 PM
Why not focus on this tool https://coinb.in/#newTransaction to generate hex transactions without the redeem script manually put the transaction ID on the inputs tab and put the address on output(If where you want to send BTC).

To take the recent transaction ID use some Bitcoin explorer like https://blockchair.com/ and paste the BTC address(with balance) and then copy the first or recent transaction ID.

Take note of the amount under inputs, make sure it was the current balance of that address, and also set up the amount in the output tab(It will reflect on the transaction fee, so make sure put the right amount).

After that submit it should generate an unsigned hex just transfer it to the offline wallet and paste it to Electrum(Under tools>load transaction>"From text" then paste)

If it doesn't work or if you experienced some issue from coinb.in try to download it from here https://github.com/OutCast3k/coinbin/releases/tag/1.6 and repeat the procedure.
4279  Economy / Service Announcements / Re: What is best resource for Bitcoin News? on: July 26, 2021, 03:14:55 PM
Like the above said it's pretty new and it seems they don't make articles daily. They don't even have news about the Amazon rumors related to crypto payment.

Code:
Domain:cryptocoinstips.com
Registrar:Sav.com, LLC
Registered On:2021-04-30
Expires On:2022-04-30
Updated On:2021-07-04

There is one only tool that I use to see all news from all sources media, blogs, and trending news. And I'm sure you're gonna love this

Here's the link below for those who don't know yet.
- https://cryptopanic.com/
4280  Economy / Speculation / Re: fomoulation: the age of green dildos is upon us on: July 26, 2021, 02:32:18 PM
My bad I sold all my BTC in USDT a few days ago I thought that it's the end of the bull run but it seems it's the end of the bear market.

Is it because of rumors about Amazon? I heard that they are going to accept tokens according to the news and I heard they are looking for crypto developers who has experienced on crypto payment gateway?

I hope it's true and let's see the price coming in few months.
Pages: « 1 ... 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 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 ... 623 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!