vertoe
0a1d09aeff
Adapt BIP44 coin type 5 for Darkcoin (placeholder).
2015-01-15 12:55:50 +01:00
vertoe
e6ce27defd
Update copyright year 2015
2015-01-15 11:31:35 +01:00
vertoe
024e255a5b
Update BIP32 base58 address prefixes to darkcoin uniques.
2014-12-31 13:50:14 +01:00
vertoe
fd3de20a88
Change pubkey addresses for multisig addresses and testnet
2014-12-26 23:28:08 +01:00
vertoe
c7bbff80ba
Add masternode.io dnsseed operated by @coingun
2014-12-26 21:32:11 +01:00
vertoe
71f3d6eb06
revert 4f95ea2
: testnet v4
2014-12-26 21:23:25 +01:00
Evan Duffield
7604ace9be
Updated testnet configuration
2014-12-23 18:41:13 -07:00
Evan Duffield
8bc9cd7f48
fix testnet v3
2014-12-23 08:32:55 -07:00
Evan Duffield
5d14e8c6b3
Fixed testnet syncing issues
2014-12-12 15:19:02 -07:00
donSchoe
c2cf2fb44c
Align with branch v0.11.0.x of darkcoin/darkcoin.
2014-12-11 22:46:43 +01:00
Evan Duffield
2a33377fc8
Merged: Typo in log output (crowning)
2014-12-11 08:58:38 -07:00
Evan Duffield
78c5ca53f6
Merged in Darksend/InstantX/Masternodes
...
This doesn't include any of the changes in the darkcoin/v0.10.18.x branch. Those will be brought over into this commit history.
2014-12-11 08:10:35 -07:00
vertoe
6723c9ea10
Update private key versions.
2014-12-06 16:42:40 +01:00
vertoe
4f95ea2ada
Reset testnet (v4).
2014-12-05 09:25:30 +01:00
vertoe
dcf8cb6cb5
Define regression test genesis.
2014-12-04 22:24:59 +01:00
vertoe
e992aee09d
Update subsidity function.
2014-12-02 09:16:52 +01:00
vertoe
0e82f2f91c
Add full X11 implementation and block hashing
2014-11-29 12:29:14 +01:00
vertoe
d5b70d0da9
Update checkpoints
2014-11-28 11:53:08 +01:00
vertoe
9279744a64
Update address versions and genesis block
2014-11-28 10:56:02 +01:00
vertoe
b0ad85593f
Update dns seeds
2014-11-27 18:56:59 +01:00
vertoe
aedda3b379
Change port to 9999 and rpcport to 9998
2014-11-27 18:09:11 +01:00
Cory Fields
84efe0ec22
Remove bignum dependency for scripts
...
Rebased-From: 48d8eb1
27bff74
4f497cd
05e3ecf
90320d6
b1fdd54
2014-08-18 15:34:28 +02:00
Addy Yeow
89d72f3d9b
Add new DNS seed from bitnodes.io.
2014-03-15 14:15:40 +11:00
gubatron
57702541a2
Copyright header updates s/2013/2014 on files whose last git commit was done in 2014.
...
contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
2014-02-09 21:06:06 -05:00
Gavin Andresen
e5aadb25c5
Updated fallback seed nodes from sipa's DNS seeds
2014-01-24 17:09:20 -05:00
Christian Decker
cdc11b3228
Added new DNS seed from bitcoinstats.com.
2014-01-03 14:01:39 +01:00
Brandon Dahler
51ed9ec971
Cleanup code using forward declarations.
...
Use misc methods of avoiding unnecesary header includes.
Replace int typedefs with int##_t from stdint.h.
Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
Normalize QT_VERSION ifs where possible.
Resolve some indirect dependencies as direct ones.
Remove extern declarations from .cpp files.
2013-11-10 09:36:28 -06:00
super3
db0e8ccd90
Bump Year Number to 2013
2013-10-20 15:25:06 -04:00
Gavin Andresen
13d3b1c144
Merge pull request #2829 from sipa/bip32
...
BIP 32 derivation + test vectors
2013-08-15 16:40:03 -07:00
Roman Mindalev
2b6a8993fb
Add missing 0x prefix in chainparams.cpp
2013-08-12 18:28:23 +04:00
Pieter Wuille
eb2c999050
BIP32 derivation implementation
2013-07-15 01:05:25 +02:00
Jeff Garzik
79f6925fac
main.h->core.h include dependency improvements.
2013-06-24 10:41:16 -04:00
Pieter Wuille
8388289eb6
Generalize version bytes
2013-06-24 00:56:46 +02:00
Mike Hearn
0e4b317555
Introduce a CChainParameters singleton class and regtest mode.
...
The new class is accessed via the Params() method and holds
most things that vary between main, test and regtest networks.
The regtest mode has two purposes, one is to run the
bitcoind/bitcoinj comparison tool which compares two separate
implementations of the Bitcoin protocol looking for divergence.
The other is that when run, you get a local node which can mine
a single block instantly, which is highly convenient for testing
apps during development as there's no need to wait 10 minutes for
a block on the testnet.
2013-06-19 16:28:52 +02:00