Skip to content

Commit 7f55dbc

Browse files
committed
Remove links, most are stale or outdated anyway
1 parent 7efbbd5 commit 7f55dbc

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
Laanwj's Bitcoin Core repository
2-
==================================
3-
4-
<!--
5-
In progress
6-
--------------
7-
-->
8-
9-
Documents and notes
10-
--------------------
11-
12-
- [Reducing bitcoind memory usage (moved in-repo)](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md)
13-
14-
Scripts
15-
--------
16-
17-
Mostly, scripts related to Bitcoin Core maintenance can be found in the [bitcoin-maintainer-tools](https://github.com/bitcoin-core/bitcoin-maintainer-tools) repository.
18-
19-
Some random other snippets:
20-
21-
- [Start bitcoind in a screen in a debugger](https://gist.github.com/laanwj/29bc141fb8d10608651c).
22-
- [Measure compilation speed](https://gist.github.com/laanwj/108877a28ec03836568a) as well
23-
as other statistics such as maximum memory usage per compilation unit. Original
24-
[PR #6658](https://github.com/bitcoin/bitcoin/issues/6658#issuecomment-144643696).
25-
- [git-show-merge](https://gist.github.com/laanwj/ef8a6dcbb02313442462): show
26-
in which pull request a certain commit was merged into the current branch.
27-
- [blockdb-troubleshoot](https://github.com/laanwj/blockdb-troubleshoot):
28-
collected bitcoin block database troubleshooting tools (from Python).
29-
- [bitcoin-submittx](https://github.com/laanwj/bitcoin-submittx):
30-
stand-alone Bitcoin transaction submission tool (in Python).
31-
- [JSON-RPC batching example](https://gist.github.com/laanwj/f2e0238bd151d5365c07bdd03467588b), there's also a [functional test](https://github.com/bitcoin/bitcoin/blob/master/test/functional/interface_rpc.py#L38) for batching.
32-
1+
# Laanwj's Bitcoin Core repository

0 commit comments

Comments
 (0)