Sami Ahmed
dc7c4ce2a0
Update README to reflect the nyc3 source import + test scaffolding.
2026-07-16 02:57:37 -07:00
Sami Ahmed
bb18cacc58
Add scripts/test.sh — install deps + run unit + functional tests.
...
One-shot entry point to verify the nyc3-source import builds and
passes. Tomorrow's first step will be:
bash scripts/test.sh
It auto-installs apt-get deps, runs autogen + configure, builds the
test_bitcoin binary, and runs both the boost unit suite (src/test/, 70
files) and the python functional suite (test/functional/, 115 files).
Logs land in .test-logs/test-<timestamp>.log.
Flag summary:
--unit only unit tests
--func only functional tests
--quick alias for --unit
--no-build assume build/ already populated
--clean nuke build/ first
2026-07-16 02:57:17 -07:00
Sami Ahmed
e0c6dc9a75
Import Bitcoin Core 0.18 fork source from nyc3.
...
Brings the full barrystyle/nyc3 codebase on top of the CAC3 art tree.
'ours' strategy preserves our existing files: art/, CAC3-LAUNCH.md,
README.md (CAC3), .gitignore.
Source: https://github.com/SamiAhmed7777/nyc3 (19856 commits, 1702 files)
PoW: Argon2s Block time: nyc3's Base: Bitcoin Core 0.18
2026-07-16 02:56:19 -07:00
Sami Ahmed
24991727f5
Add CAC3 splash v2 (art/splash/).
...
Authoritative boot splash artwork for the CAC3 Qt wallet.
Files:
- art/splash/splash-v2.jpg (1254x1254, JPEG source of truth)
- art/splash/splash-v2.png (1254x1254, PNG lossless copy)
- art/splash/README.md (usage notes + future wallet wiring)
Composition: CAC3 medal mark (centered, gold reeded rim, grizzly bear +
lone red star on cream face), six California landmark photos in a 3x2+1
grid, CALIFORNIACOIN wordmark, CAC3 tagline. Red ground with gold/sunset
accents, unified sunset-golden-hour palette across all photos.
License: CC0 1.0 (public domain).
Downstream wiring (when C++ source lands):
- src/qt/res/splash.png (800x600)
- src/qt/res/splash@2x.png (1600x1200)
- src/qt/res/splash_testnet.png (future)
2026-07-15 21:43:57 -07:00
Sami Ahmed
47d693b115
Round out the icon set + rewrite art/icons/README.md honestly.
...
Added:
- cac3-128.png (Linux desktop launcher size)
- cac3-256.png (Debian package icon size)
- cac3-1024.png (macOS Retina @2x Qt tray icon)
Re-bundled favicon.ico with 16/32/48/96/128/256 sizes inside.
Rewrote art/icons/README.md to:
- remove references to non-existent SVG sources
- document the real PNG regeneration recipe
- be straight about the 16x16 legibility limit
- leave room for an artist-provided SVG master if/when one exists
2026-07-15 01:41:21 -07:00
Sami Ahmed
9cde9cb436
Add CAC3 icon set + art/ folder.
...
Generated from a 1254×1254 transparent-background source at:
cac3-master-1024.png (1024×1024 master)
cac3-app-store.png (1500×1500 for app store listings)
Plus standard web/app sizes:
- cac3-{16,32,48,96,192,512,1024}.png (downsamples)
- favicon.ico (multi-icon bundle: 16,32,48,96)
- favicon-{16x16,32x32,48x48}.png
- apple-touch-icon.png (180×180), apple-touch-icon-ipad.png (152×152)
- android-foreground.png (432×432, transparent)
- android-background.png (432×432, solid #0a0a0a)
See art/icons/README.md for the full mapping into planned source-tree
slots (src/qt/res/icons/, contrib/debian, splash, etc).
Design released under CC0 1.0 (public domain) for downstream remix.
2026-07-15 01:15:32 -07:00
Sami Ahmed
cd78a0cd11
Initial repo creation for CAC3 (Californiacoin3).
...
Placeholder docs only — no source code yet.
Renaming and fresh genesis block coming in subsequent commits.
2026-07-14 22:37:33 -07:00
barrystyle
43a15d192e
repair copyright headers across codebase
2019-06-15 17:49:59 +08:00
barrystyle
44bb626396
change URI referencing bitcoin to nyc3
2019-06-15 17:23:22 +08:00
barrystyle
1a633d08c1
include quicker blake2b routines
2019-06-13 12:38:58 +08:00
barrystyle
8e2967a843
revert bech32 address change
2019-06-13 10:15:08 +08:00
nyc3coin
04da911127
Merge pull request #4 from barrystyle/master
...
misc work
2019-06-13 05:12:24 +08:00
barrystyle
744a4e0259
remove some unused vars from splashscreen
2019-06-13 05:09:48 +08:00
barrystyle
8e8108ff2f
make argon2s native to the repo, allowing for clean builds
2019-06-13 05:09:06 +08:00
barrystyle
dd684bdabe
make bech32 the defaultaddress format
2019-06-13 04:55:41 +08:00
nyc3coin
1739b485fd
Merge pull request #1 from akshaynexus/master
...
[Build] Update version , Bitcoin to NYC3 , Gitian descriptors update
2019-06-11 06:12:10 +08:00
Akshay
f7f7c5c1bf
update splashes
2019-06-11 00:49:17 +03:00
Akshay
2aced5a86c
change splash screen
2019-06-11 00:13:19 +03:00
Akshay
403583dcbf
Update icons
2019-06-10 23:53:08 +03:00
nyc3coin
c6c7351beb
Merge pull request #2 from barrystyle/master
...
Add nodes, speed up sync
2019-06-10 05:55:55 +08:00
barrystyle
bce608fdbb
disable rbf125 by default
2019-06-10 05:50:08 +08:00
barrystyle
4b2cf9258c
speed up sync, add more default seeds
2019-06-10 05:45:12 +08:00
Akshay
6a4a654545
Fix icns error
2019-06-09 23:07:43 +03:00
Akshay
516a7bafec
Bitcoin to NYC3 and update gitian compile code
2019-06-09 12:22:49 +03:00
Akshay
d8192b664c
[Build] Update gitian descriptors
2019-06-08 17:56:08 +03:00
Akshay
eca8a7d78f
Bitcoin to NYC3
2019-06-08 17:47:53 +03:00
Akshay CM
433253cb83
update to v1.1
2019-06-08 01:24:54 +03:00
barrystyle
1077300b05
correct files for win64 build
2019-06-05 21:00:20 +00:00
barrystyle
23c3b7ed32
Merge branch 'rebrand'
2019-06-06 04:14:39 +08:00
barrystyle
14c5e6c59a
final rebranding to NYC3
2019-06-06 01:36:37 +08:00
barrystyle
80c2180cec
Merge branch 'develop'
2019-06-06 01:04:34 +08:00
barrystyle
89d7a9cd6b
dissatisfied with algorithm, changed out for argon2s
2019-06-06 01:03:38 +08:00
barrystyle
6eaecb1553
adjust icons for windows build
2019-05-30 18:16:40 +08:00
barrystyle
cd956d4aed
final alterations for mainnet
2019-05-30 17:48:04 +08:00
barrystyle
c81599d338
Merge branch 'develop'
2019-05-30 17:41:57 +08:00
barrystyle
688431bdba
preseed rand so a random image is selected on launch
2019-05-30 17:40:27 +08:00
barrystyle
1431c5cd1a
commit first node address and finalize genesis
2019-05-30 17:35:33 +08:00
barrystyle
4c526e65fa
final units, path and images
2019-05-30 06:45:03 +08:00
barrystyle
3d953055b0
rebrand codebase
2019-05-30 05:51:29 +08:00
barrystyle
2d24a1c6c5
implement parallel pow hash algorithm, along with genesis block
2019-05-29 18:07:04 +08:00
barrystyle
eed5784acb
retrofit setgenerate function for solomining
2019-05-29 06:29:01 +08:00
barrystyle
a09a38567a
set chain up for 10s blocktime, prevent possible future problems
2019-05-29 05:52:38 +08:00
barrystyle
532eaf649f
cherrypick d531cf36 from litecoin-project/litecoin
2019-05-29 04:35:28 +08:00
Wladimir J. van der Laan
be92be5644
doc: Clean out release notes post-0.18.0
...
Tree-SHA512: c1076f844d7b083e1637aeed51b05a638b8d8068a58cf1f24be9af811c071d11d71552d1b1ebfc7ba14a53aa2534288d12039c1a00270a316d528244144a74ad
2019-05-02 16:14:13 +02:00
Wladimir J. van der Laan
2472733a24
build: Bump version to -final
...
Tree-SHA512: 94e3c6149ba6a8c49ffc64f3f0a642950ebfc722fdd6c6a30c21b989f49f8c8be827212e65a0f367332bd38a56fe4b248ccf2147f019aed06224f7975a21fff6
2019-04-30 13:52:08 +02:00
MarcoFalke
825ecb5758
Merge #15852 : doc: 0.18: Remove TODO from release notes
...
fad9eb1014 doc: 0.18: Remove TODO from release notes (MarcoFalke)
Pull request description:
Also, remove section that no longer applies after #15839
ACKs for commit fad9eb:
Tree-SHA512: 259cbaa313cd6cce0f83a577527612314b484e77c7001fe56a21553dc0e446d9aa2bdf1129e546f9c4c142fa3cf4479d72d4561ee553a8a6e9d5453061813a3c
2019-04-26 18:25:49 -04:00
MarcoFalke
fad9eb1014
doc: 0.18: Remove TODO from release notes
2019-04-19 10:07:24 -04:00
Wladimir J. van der Laan
379f71ea4f
build: Bump version to rc4
...
Tree-SHA512: 5a4b6c0f38402c289ecb0abb59d45ef87a9dfb0bc135baf0512bc4e566c92fb28da519da3aec006594c8ecde38eb8ab4997f899bcd2301f506c4d5633e84391a
2019-04-18 22:51:47 +02:00
Wladimir J. van der Laan
438483983a
doc: Move release notes from wiki
...
Tree-SHA512: 59b8d913d56081ac73f3777ae4017b2f416da531e8c47ab854ff277f714f58e238215e89caa7c5973899dc3114cb5bdbaf7f7ca26a22a4062d6029d30d3c1156
2019-04-18 22:37:28 +02:00
Wladimir J. van der Laan
a4fc2fbb11
gui: Pre-rc4 translations update
...
Tree-SHA512: f3a7c9e0c935c869a85e3bc93a4bd33999270ffc13d35de34c46e9dab19229af19fb9c1a61a99264e8411c0966bf8b02a5ee94bf20a07f66b92234473f0e0801
2019-04-18 22:21:42 +02:00