Tag: development

5 Why is Python popular in Bitcoin projects? 2014-10-29T01:19:04.697

5 How do I program smart contracts? 2016-10-30T23:04:02.727

5 How are eth transaction faster than btc? 2017-11-30T17:35:11.987

4 Where can I find a roadmap of the main bitcoin client? 2011-08-31T08:29:10.430

4 Raw block / other messages 2011-09-28T13:21:11.717

4 Web API to retrieve difficulty changes 2011-11-30T07:43:49.463

4 How can you find how many keys you wasted in bitcoinj? 2011-12-28T20:48:52.307

4 Is there a remote Bitcoin API that doesn't require anything to be stored locally? 2011-12-28T21:57:27.063

4 In order to "pay someone back", must I ask them for a return address? 2011-12-31T13:06:34.123

4 Would it be possible to create a mining pool service that specifically processed only certain transactions? 2012-01-06T11:10:52.333

4 What are "discouraged blocks" in the blockchain? (examples and explanation please) 2012-12-06T23:34:45.190

4 OSX Vanitygen error: pattern.c:32:10: fatal error: 'pcre.h' file not found 2012-12-10T04:32:38.940

4 How can I test and verify a vanity key before I send coins to it? 2012-12-10T15:36:41.630

4 Is there a place or tool to monitor all addresses for unmoved coins? 2012-12-16T20:20:18.250

4 How do I call JSON RPC API using C#? 2012-12-16T21:17:13.573

4 What financial instruments are under development for Bitcoin? 2013-04-25T05:33:15.117

4 Has the Timestamp Server from the original whitepaper ever been developed? 2013-06-13T05:51:31.707

4 Bitcoin API - createmultisig - what is redeemScript? 2013-07-30T06:42:53.913

4 Building from source static bitcoind on Ubuntu 2013-11-15T17:10:38.773

4 How do I determine the balance of an address I don't own? (WebAPI or local API) 2013-12-12T19:28:37.717

4 Blockchain programming books C#? 2014-11-12T10:27:44.333

4 What programming language should be used to develop Bitcoin exchange software? Why? 2014-11-20T04:57:12.213

4 Is it possible to schedule function calls to an Ethereum smart contract? 2015-05-29T22:36:08.660

4 Can an Ethereum contract be updated without having to be re-submitted? 2015-05-31T06:05:51.897

4 What benefits does Tau-Chain add over conventional solutions? 2016-05-29T04:06:04.937

4 What is the age of the youngest known Bitcoin developer? 2016-06-04T19:43:42.903

4 Would more Full Nodes help scaling and transaction speed? 2017-01-07T19:38:42.963

4 What library or wallet can be used to test segwit transactions on testnet? 2017-07-20T18:31:38.963

4 Is there an API that exchanges USD to Bitcoin? 2017-11-29T11:16:22.443

4 How to find all UTXOs? 2019-01-10T04:18:28.877

4 What languages can I write plugins for c-lightning in? 2019-02-05T14:00:11.543

4 How would the gossip protocol announce channels from a channel factory? 2019-03-15T22:33:44.047

4 What are the major technical differences between Bitcoin and Bitcoin Cash? 2019-04-26T13:16:31.320

3 Bitcoin communication with non-standard ports 2011-10-07T21:39:16.700

3 Getmemorypool example? 2012-03-21T23:30:11.487

3 For SIGHASH_SINGLE do the outputs other than at the input index, have 8 bytes or 9 bytes including a VarInt? 2012-06-04T13:05:04.087

3 What is the Bitcoin Foundation? 2012-09-28T13:33:33.843

3 How do I run my own testnet? What's testnet-in-a-box? 2012-10-18T17:55:15.050

3 Debug.log : How do I analyze an orphaned transaction? 2012-12-09T02:06:09.940

3 How do I Base58 Checked encode / decode an address in C#? What does "normalize leading zeros" mean? 2012-12-18T01:25:52.830

3 Are all the *coin networks consistent in which script actions are permitted and disabled? 2012-12-20T20:22:40.390

3 How do I read a script? How does the processor separate "data" from "commands"? 2012-12-31T23:21:57.507

3 What is wrong with this C# code that converts a block's bits into a target? 2013-03-04T03:42:01.110

3 Developments to prevent 51% hack 2013-03-25T15:26:37.940

3 Is there a self contained C/C++ code snippet out there to validate a Bitcoin public address? 2013-04-15T01:59:04.270

3 Good resource for understanding the peer to peer protocol sequence 2013-04-27T14:03:55.983

3 Are there any API servers available for alt-coins that allow for transactions to be broadcast into their networks? 2013-05-30T10:17:30.300

3 What happens if Bitcoin itself is obsoleted by another digital currency? 2013-08-30T21:17:25.420

3 jsonRPC calling createrawtransaction in PHP 2013-10-01T17:47:34.757

3 Is there a signature format, or cryptography has *only one* possible S value? 2014-02-11T23:43:57.007

3 Mine valid but nonstandard transactions 2014-02-13T21:02:28.647

3 Does the Bitcoin Core API support high-precision balance display? 2014-05-14T22:45:14.520

3 0 Active Connection on my-new-coin 2014-06-12T10:48:32.490

3 How to best structure Internal bitcoin payments within a webapp? 2014-09-13T02:59:24.783

3 Sending bitcoins to same address 2014-12-07T11:09:17.313

3 Creating your own Bitcoin price ticker 2015-01-08T20:39:17.110

3 How does PoW solved in miner.cpp gets transferred to main.cpp in source code? 2016-01-26T05:22:18.620

3 How can I verify my merkle root function is correct? 2016-08-02T22:26:59.917

3 Is Blockchain safe to store personal information? 2016-11-01T19:11:33.107

3 In which order does the leveldb iterator iterate over utxos? 2017-05-26T11:32:51.220

3 Developer example for p2sh-multisig sees sendrawtransaction consistently return the "non-mandatory-script-verify-flag" error [Solved] 2018-12-15T12:48:21.170

2 How can a programmer contribute to the Bitcoin project? 2011-08-31T09:29:08.643

2 Script - OP_SIZE 2011-12-26T15:34:07.597

2 How to get destination address from bitcoinj TransactionOutput? 2011-12-31T18:12:50.597

2 What are the major reasons for various Bitcoin-related projects' downfall? 2012-01-03T22:39:41.307

2 How do pools get the needed transaction information? 2012-01-07T00:21:40.393

2 What is the "wallet export format"? 2012-01-08T16:32:19.363

2 Which Bitcoin developers are referred to as saying that "users have no say in the system's core development" 2012-01-31T07:41:42.510

2 How do I validate the correctness of a bitcoin multisig address? 2012-09-18T12:20:46.247

2 What technology will supersede the BerkleyDB format? What are the current scalability limitations? 2012-09-23T20:08:22.833

2 How malleable is the Bitcoin protocol? 2012-10-29T23:28:08.097

2 Does FIPS 140-2 crypto certification matter for Bitcoin? 2012-12-13T23:54:58.883

2 In ListReceivedByAddress, what is the meaning of Confirmations if the address is reused? 2012-12-16T00:54:54.537

2 What are the preferred UI images for Bitcoin Address & private key and multi-signature key? 2012-12-17T11:55:53.027

2 How can I record block solve times on OSX? 2013-03-05T06:16:25.247

2 How do nodes come to a consensus on difficulty? 2013-09-10T10:58:32.800

2 What limitations are there to creating a Bitcoin client on Google App Engine? 2013-09-22T16:13:38.057

2 Is it legal to embed a miner in another open source program for benifit of the programmer? 2013-10-20T04:50:57.460

2 How do I communicate with the BTC network? 2013-11-04T05:27:20.630

2 What would be the second greatest bottleneck in the mining process? after the hash generation of course. 2013-11-21T16:23:11.917

2 Would it be theoretically possible to make a Cryptocurrency in a scripting language like PHP, Python, or Ruby? 2014-02-08T22:37:45.260

2 Need sample compressed and uncompressed Public / Private key pairs for BigInteger 2014-02-10T18:31:53.937

2 What is the correct Base58 encoding for this uncompressed Public Key RipeMD hash with a zeros in bits 31, 32, or 33? 2014-02-25T02:04:03.053

2 Which altcoins have testnets? 2014-04-07T12:02:06.093

2 Why are broadcast checkpoints considered bad? 2014-04-10T22:15:06.490

2 Walletnotify under windows 2014-04-23T19:22:43.570

2 How does a proof of work limit of `~uint256(0) >> 20` translate into a difficulty of `1 / 2^12`? 2014-05-05T17:48:52.387

2 Difference between Outpoint structure returned from Blockchain.info and what is in the Protocol Specification 2014-10-30T02:10:53.160

2 What Ripple API libraries are available? 2015-03-28T06:41:34.457

2 How can I request payment to a set of addresses? 2015-07-31T04:36:38.673

2 Constructing, signing, and pushing a Bitcoin transaction by using pybitcointools with Python 2015-08-21T22:42:42.023

2 How do I use Stellar API to power my Universal Trading and Multicurrency Payment+Transacton Gateway? 2015-10-18T17:40:42.337

2 Blockexplorer.com API POST error 2015-11-07T03:34:45.877

2 Are there any web wallets around with open APIs? 2016-01-15T11:28:38.570

2 How to make cryptocurrency easier for law enforcement? 2016-02-13T11:48:59.390

2 Test network completely removed from the real network? 2016-03-01T15:23:01.380

2 Bitcoin Chainstate Leveldb sst 2016-07-25T23:13:14.320

2 Iterating through LevelDB or .DAT files to enumerate bitcoin addresses 2016-08-07T16:55:03.950

2 Bitcoin c++ library that provides the networking 2016-10-25T20:48:46.410