Bitcoin Forum
September 29, 2025, 09:55:45 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Address's total length is all the same? on: May 17, 2018, 12:44:32 PM
NOPE. It's 26-35.

See the official bitcoin wiki - Address.
2  Bitcoin / Development & Technical Discussion / Bitcoin Script tutorial on: May 16, 2018, 08:36:21 PM
Are there any tutorials with code examples on Bitcoin Script: from basics to complex scripts?
3  Bitcoin / Development & Technical Discussion / Re: How i can change bitcoin qt icon ? from source code on: May 16, 2018, 07:23:20 PM
All the images are located at /src/qt/res/
Just replace images located there with your owns
4  Bitcoin / Development & Technical Discussion / Re: After revise to source, what to run? bitcoin-qt? on: May 15, 2018, 07:31:15 PM
If you build a wallet on Linux or macOS, built binaries will be located at /usr/local/bin
There you can find bitcoind, bitcoin-cli, bitcoin-qt, ...

So after make and make install, run

Code:
cd /usr/local/bin
./bitcoin-qt
5  Bitcoin / Development & Technical Discussion / Re: For run -qt wallet program, should I compile again? at Ubuntu on: May 14, 2018, 11:46:18 AM
You can just only transfer -qt file to your new OS and run it.

But it will be 100% woking only if you run
• the same version of OS
• on the same hardware
• with the same libs installed
If these options are not followed, there's a chance that you will have to recompile it (follow the steps provided by bob123).
6  Bitcoin / Development & Technical Discussion / Re: Set send limit for particular bitcoin address ? on: May 14, 2018, 10:35:21 AM
You DEFINITELY can integrate such functionality for your LOCAL Bitcoin Core Wallet, but it's impossible for today to integrate such functionality to entire Bitcoin Blockchain, because it may break current consensus.

So, you can edit Bitcoin Core https://github.com/bitcoin/bitcoin, implement such functionality and even make pull request.

But these steps will setup sending limits only to your modernized local wallet. And if someone steal your private keys, he/she will be able to send all your coins from his/her ordinary wallet.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!