Bitcoin Forum
May 02, 2024, 07:22:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
2381  Bitcoin / Development & Technical Discussion / Re: Where to get reasonable amount of tBTC? on: August 05, 2020, 10:33:11 AM
Depending on why you need tBTC, regtest mode will cover almost all things you need to test software you created. If you're not sure how to do it, you can check this guide https://bisq.network/blog/how-to-set-up-bitcoin-regtest/ (i find this guide is most straightforward about using regtest mode).
2382  Other / Beginners & Help / Re: Newbies beware of influencers -they might not know it all/it's can go wrong- on: August 05, 2020, 09:39:54 AM
Newbies build/work towards your own prediction/speculation by using instruments -news/information/questions-

And make sure you use multiple source to prevent bias or fake information, i've seen many people only rely from 1 source and turned out the source is biased on specific topic.
2383  Bitcoin / Bitcoin Technical Support / Re: Core 0.20.0 sync stuck on a block, please help, has there been a fork? on: August 02, 2020, 12:10:51 PM
AFAIK there's no fork and my Bitcoin Core are able to sync without any problem. Did you run any command that might break Bitcoin Core such as :

Code:
invalidateblock 00000000000000000007b86426ffa671d5f52a0cf22eb1a03a73c114695983c8

Edit : if you do, try to run command shown by @ranochigo
2384  Bitcoin / Electrum / Re: Send/transfer Bitcoin to multiple wallet destination on: July 24, 2020, 11:47:35 AM
If someone don't know, "Pay to Many" is also a good option for sending change to personally selected  own address/es which  can be chosen from "coin" menu. Just write into the relevant field  that address and   instead of  sum put down the exclamation  mark to ensure the rest of the sum would go to that address. One may even split the change between a few addresses. Will that trick (in someextend) the "surveillance" software?

The good thing is Electrum have multiple change address feature (which is disabled by default), so you don't need to do it manually with "Pay to Many".

I doubt it can fool latest surveillance software though.
2385  Bitcoin / Development & Technical Discussion / Re: Can 1 private key create 2 addresses? on: July 20, 2020, 09:39:00 AM
1 private key create 2 public key (compressed and uncompressed), which creates 5 type of addresses (P2PK, P2PKH, P2SH, P2WPKH & P2WSH). Take note that P2PK technically is just your public key.

However, there are various limitation which prevent specific public key/address combination, but i can't remember it.
2386  Bitcoin / Bitcoin Technical Support / Re: Bitcoin core compiling/syncing but only uses fraction of my cpus on: July 20, 2020, 08:52:43 AM
Hey so I figured it out.  For some reason the memory was the bottleneck.  I stopped the vm and upped the mem to 30 from 4 (GBs) and restarted and now its running like a champ.  Wanted you to know so you let others know.  Thanks so much for your help.



30 GB seems overkill, unless you configure dbcache to use most of your RAM. If you're not sure how to do it, you could either :
1. Add -dbcache=N (N is total of RAM used in MB) if you run Bitcoin Core from Terminal.

Code:
./bitcoin-qt -dbcache=20000

2. Open bitcoin.conf (located on folder where you store blockchain) and add dbcache=N on new line. If bitcoin.conf isn't exist, all you need to do is create new .txt file and rename it as bitcoin.conf.

Code:
dbcache=20000
2387  Bitcoin / Wallet software / Re: Is Exodus.io wallet safe to store BTC for a longtime on: July 19, 2020, 12:32:05 PM
HODLER wallet is open source[1][2] but I don't think that using it would be a good idea, since there has been no commits/updates since October 2019.

[1] https://hodler.tech/
[2] https://github.com/HODLERTECH/HODLER-Open-Source-Multi-Asset-Wallet/releases

If you check their play store (https://play.google.com/store/apps/details?id=tech.hodler.core), it's also last updated at October 29, 2019 with exactly same version.

But HODLER Wallet isn't that popular, so i doubt anyone have looked at the code throughfully.
2388  Economy / Service Discussion / Re: Sudoku Wallet exit scam. Beware. on: July 19, 2020, 11:54:12 AM
Not surprised, even when they announce their service for first time, there are some fishy things that @_DarkStar and myself found out.

P.S. maybe this thread should be moved to Scam Accusations
2389  Other / Meta / Re: AI writing messages on Bitcointalk.org on: July 19, 2020, 11:36:28 AM
Unless theymos gonna make or use AI which can detect whether a message is written by AI/not, there's nothing much we could do aside from reporting posts that doesn't make sense.

There's simpler & good horrible solution for this problem, which forcing user to solve CAPTCHA every time he made/edit message.

2390  Other / Meta / Re: Merit & new rank requirements on: July 17, 2020, 09:12:32 AM
3. The primary aim of MS is to merit posts that are worth giving merit and hasn't recieved enough, is there an additional/secondary aim?

No, but merit sources have freedom to achieve their own aim (while remain merit underappreciated post/thread), such as focusing post/thread on specific local boards.
Many merit source openly says they'll focus on specific local boards, which is fine.

Sending 50 for a single post - I will never believe there is no shady actions behind this.

I guess theymos is doing shady action since he sent 50 merits for many 10th anniversary art contest (1, 2, 3 & many more) and even technical research (Anonymous Atomic Swaps Using Homomorphic Hashing) Embarrassed
2391  Economy / Service Discussion / Re: [DISCUSSION] Flagging Bitcoin addresses on: July 16, 2020, 12:45:42 PM
It'll be used as censorship tools or excuse to scam honest users who wants to have privacy. There's another problem such as innocent user who didn't know that his Bitcoin is "tainted", even though he earned it legally.
2392  Other / Meta / Re: Chinese National Security law on: July 14, 2020, 11:06:30 AM
Since this forum uses CloudFlare to prevent DDoS, i think OP's question also applies to CloudFlare as well.
2393  Bitcoin / Development & Technical Discussion / Re: BIP numbering and status mess on: July 13, 2020, 01:42:12 PM
as for status, sometimes BIPs aren't accepted by the community or remain unused so they never reach "final" even if a long time has passed.

And not all BIPs are good BIP or relevant with today's condition.
2394  Bitcoin / Bitcoin Discussion / Re: Question about rollback of the btc blockchain on: July 13, 2020, 01:32:51 PM
there was one case which may be categorized as a roll back but it was mostly a group of nodes that went on an invalid chain. it happened in early years and it is referred to as the "overflow bug" where due to a bug a miner created a bigger than allowed number of new coins which made its block invalid and other miners built on top of that invalid block and created an invalid chain which had to be discarded.

in my personal opinion this can't be categorized as a "roll back" because those blocks were invalid.

Quote
Further update: Binance CEO Zhao said the company will not pursue a rollback of the bitcoin blockchain.     
this is a lie that they spread to cover their embarrassment. they didn't stop pursuing rollback! they faced the reality that is is not possible to do so and every miner they tried to bribe laughed at their proposal.

You forget rollback when bitcoin-qt 0.8 is released, which turns out isn't backward compatible with other full node client. IIRC some miners/pools kind enough to agree with the rollback to bitcoin-qt 0.7 knowing they'd lose some Bitcoin they mined with bitcoin-qt 0.8

See https://bitcointalk.org/index.php?topic=152030.0
2395  Bitcoin / Bitcoin Discussion / Re: The extended important of Blockchain on: July 13, 2020, 01:07:25 PM
You don't mention how do you solve "The Oracle Problem" in smart contract. If you want to help farmer, there are better ways such as enforcing laws for fair prices and removing middleman as much as possible.
2396  Bitcoin / Bitcoin Discussion / Re: Why Bitcoin smart contracts are not developed? on: July 12, 2020, 02:00:55 PM
Bitcoin can have "DIY smart contracts" (no code, no forks, no extra software) as in this example.

While you shared a bit interesting blog post, it doesn't utilize smart contract, let alone bitcoin script. If you're looking for example, you should check Rootstock instead, even though the smart contract happens on side chain.
2397  Bitcoin / Bitcoin Discussion / Re: Create Fake Bitcoin wallet.bat File from inactive bitcoin address on: July 12, 2020, 12:47:47 PM
Yes, it's possible. In fact, there are many people who fell for such scam tactics.

But what they actually they do are modifying unencrypted part of the wallet.dat to show address which doesn't have it's private key pair.
2398  Bitcoin / Wallet software / Re: Coinomi Wallet - Looking For Honest Reviews on: July 11, 2020, 01:47:17 PM
p.s. Coinomi is closed-source, but who is really going to review their code?

anybody who cares a tiny bit about their security and privacy.
any of the open source and semi-popular to popular wallets that you check have gotten active contributions from at least a couple of dozen developers and have been reviewed by a lot more whether a complete review or partial.
for example i myself have one through the code of bitcoin core and electrum both of which i have used and trust.
meanwhile nobody has any clue what Coinomi does and that is a serious danger to your security and privacy both.

Additionally,
1. You can choose to trust other people (who's more likely being honest/neutral) who have reviewed the source code if you can't do it yourself
2. Anyone can hire professional to audit source code of the wallet. Monero community often do this and the result is available publicly even though they usually audit their cryptocurrency protocol / implementation rather than wallet source code.

meanwhile nobody has any clue what Coinomi does and that is a serious danger to your security and privacy both.

Serious danger? Your privacy is pretty much nonexistent when you closed-source wallet, since you're connected to their server and it's likely they log everything (where there's no way to prove it's true or false).
2399  Bitcoin / Bitcoin Discussion / Re: Why Bitcoin smart contracts are not developed? on: July 11, 2020, 12:02:41 PM
From more technical side, some reason the community opposes smart contract on Bitcoin are :
1. High complexity, which could leads to bugs
2. Smart contract is only as smart as the creator
3. Increase node burden to store and verify the smart contract

Regarding 1, according to Satoshi, it wouldn't be too difficult... 2 and 3 are totally understandable.

Looking at ETH and various bugs related with smart contact, i would say otherwise.
2400  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: July 09, 2020, 01:47:58 PM
I want the steps on a video with explaining in order to know how can i run it i am not a programmer to understand commands and visual studio etc. even the screenshot on the first page i didn't understand anything from it.

It's not as complicated as you think and you don't have to be a programmer to be able to run the BitCrack. Basically what you need to do are :
1. Download BitCrack from https://github.com/brichard19/BitCrack/releases. If you're not sure, just download clBitCrack.exe
2. Open application called "Command Prompt" and move to directory path where clBitCrack.exe is located
3. Type clBitCrack.exe on "Command Prompt"

If you never heard or don't know how to use "Command Prompt", please read this guide https://techtipvault.com/windows/command-prompt-windows-10-cmd-guide/

P.S. i can't make screenshot since i don't use Windows OS
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!