Bitcoin Forum
August 04, 2024, 10:03:29 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Merging two encrypted wallet.dat files on: April 14, 2020, 04:39:31 PM
I don't know if this helps, but you can:
export the private keys from both wallets
then create a new wallet
import both private keys into the new wallet
your new wallet will have all the addresses of the two old wallets
2  Bitcoin / Project Development / Re: First beta release of Orange, a blockchain explorer for Bitcoin Core on: April 14, 2020, 04:27:36 PM
Nice release, does the use RPC calls or parse the blocks itself?
3  Bitcoin / Development & Technical Discussion / Re: What are the setup costs of developing your own bitcoin blockchain explorer on: January 02, 2020, 05:36:30 PM
This is quite a huge amount of money since the OP said he/she wanted to gain personal experience of developing blockchain explorer.
Do you have any idea if, for example, I'll do it first locally, just for fun or experience just what like OP wants, Do I still need those 500GB of space
or minimum/DELL R200 with 4GB of ram and an old Pentium CPU just what you told?

Yes, you will still need to store all those data locally
4  Bitcoin / Development & Technical Discussion / Re: What are the setup costs of developing your own bitcoin blockchain explorer on: January 02, 2020, 09:57:39 AM
You need at least to run a full node.
You also need to index properties that the users might search (such as all addresses, transactions, block heights, which a full node does not do by default)
Accoring to blockchair (https://blockchair.com/dumps), it's entire database with indexes is 900 GB (compared to ~250 GB for the raw blockchain alone)
5  Bitcoin / Project Development / Re: Continuous Proof of Bitcoin Burn & Bitcon-peg w/o oracles nor trusted bridges on: December 28, 2019, 12:08:41 AM
I didnt read the whole thing, but do you mean something like this: https://www.blockchain.com/btc/address/1CounterpartyXXXXXXXXXXXXXXXUWLpVr ?
6  Bitcoin / Development & Technical Discussion / Re: Crypto.BI Toolbox - Explore blocks, transactions and addresses locally on: December 21, 2019, 09:50:21 AM
This is really nice. Is there screenshots?
7  Bitcoin / Development & Technical Discussion / Re: BlockReduce: Scaling Blockchain to human commerce on: November 21, 2019, 06:40:36 AM
is there any update on this? Is this still in developement?
8  Bitcoin / Bitcoin Discussion / Re: Will BTC Ever Increase the Block Size Cap? on: November 20, 2019, 09:49:36 PM
Quote
yep LN will cause more users to end up using litewallets as thy would see less point in running a full node if they only touch the btc network once every 6 months.

Using the same logic, won't bigger blocks also reduce the incentive to run full nodes, since they would take up much more space on the HD and thus be more expensive for users.
9  Bitcoin / Development & Technical Discussion / Re: -importaddress takes >20min on: November 19, 2019, 10:05:06 PM
Because it scans the entire blockchain to see what transactions have an outout to to that address, so you can see it's balance and UTXO.
10  Bitcoin / Development & Technical Discussion / Re: Goxplorer, a Bitcoin blockchain parser package written in golang on: November 19, 2019, 08:43:37 PM
Very nice release, a lot of ppl here were looking for block parsers  Smiley
11  Alternate cryptocurrencies / Altcoin Discussion / Re: I want to build a new mail system on: November 19, 2019, 02:16:51 AM

When you send mail in this system, your mail will be encrypted by your public key, and you need private key to unlock the mail for reading.


FYI, this is wrong. It has to be encrypted by the reciever's public key, not your public key.

It has to be encrypted by your reciever's public key to ensure only they can decrypt it, and it has to be signed by your private key so they know it's coming from you.
12  Bitcoin / Bitcoin Technical Support / Re: Is there an easy way to track a connection between 2 bitcoin adresses? on: September 01, 2019, 08:54:29 PM
Finding a connection between two address is the same problem as finding if there is a path between two nodes in a cyclic directed graph. Unfortunately the runtime complexity is linear (see A* or Dikstra's algorithm), and given that there are about 500 million trx and another 1 billion unique addresses used means finding a path can last from minutes to hours.
So you are unlinkely to see a website offer this service, your best bet is to set this up locally on your machine if your hardware is good enough and run the algorithm yourself.
13  Bitcoin / Project Development / Re: [CLOUD] New Bitcoin and Altcoin cloud API platform - BloqCloud v1.0 released on: August 26, 2019, 03:44:23 AM
Looks like a cool project!
So we can easily run a full btc node using this?
14  Alternate cryptocurrencies / Altcoin Discussion / Re: why did you choose altcoin? on: August 03, 2019, 05:34:04 PM
Do you guys realize you can buy fractions of a bitcoin right???
15  Alternate cryptocurrencies / Altcoin Discussion / PSA: Any POW altcoin that you can mine on your phone is useless on: July 21, 2019, 09:23:38 PM
The whole point of POW is to secure the network with lots of hash calculations (hence the term 'work'). Phones have very little power (compared to asics, or even desktop cpu/gpu), so is it impossible for coins mined through phones to have any value and have a secure network at the same time.
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!