Blog

2025-06-29 News
Judecoin Lab update #20250629

·Refactor get_transfers hoist down to wallet2 and use it in simplewallet and wallet_rpc ·Simplify serialization code and drop unsupported versions judecoin started life with transfer details serialization version 12, so we can drop the stuff to handle earlier versions. Also this code structure that repeats a call to 'initialize_transfer_details' 100 times is gross,so fix it. ·The specific parameters of POS will be gradually disclosed in the coming weeks.

2025-06-15 News
Judecoin Lab update #20250615

Remove redundant RPC invocation arguments Replace 'invoke_http_{bin,json,json_rpc}' with a 'invoke_http<T>', where T is the RPC type from which we can figure out binary or JSON or JSON RPC or light wallet RPC, and thus figure out the URL.Also remove superfluous arguments: neither timeout or http_method arguments ever actually differ, so just eliminate them.

2025-06-02 News
Judecoin Lab update #20250602

Fix expired string_view in non-jsonrpc requests Non-JSONRPC HTTP requests do the body parsing (either binary or JSON) in the worker thread, but by then the string_view from uWebSockets is no longer valid. Fix it by making rpc_request able to hold an owned. std::string and use that for HTTP (non-JSONRPC) requests.

2025-05-22 News
Judecoin Lab update #20250522

adds two new mining options, available via rpc: - slow_mining - this avoids the RandomJDX initialization. It is much slower, but for regtest with fixed difficulty of 1 that is perfectly fine. - 'num_blocks' - instruct the miner to mine for the given number of blocks, then stop. (This can overmine if mining with multiple threads at a low difficulty, but that's fine).

2021-01-18 News
Judecoin is different from Bitcoin

"Judecoin is a secure, private and hard-to-track currency," its website says. Some might think the same definition applies to Bitcoin, but it's not true when it comes to privacy and untraceability. Judecoin is a digital currency that uses different types of cryptography to achieve these characteristics. This article aims to illustrate the differences between the two.