bitcoinj / bitcoinj/bitcoinj.github.io

testing.md

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
21
Forks
34
PR merge metrics
No merged PRs in 30d

Description

[testing.md](https://bitcoinj.github.io/testing)

- should mention that bitcoin.conf must enable the wallet and rpc:
disablewallet=0
server=1
rest=1
rpcuser=rpcusr
rpcpassword=rpcpwd

- And the funding command has changed from **setgenerate** to **generate**
```
./bitcoin-cli -regtest setgenerate true 101
```

```
./bitcoin-cli -regtest rpcuser=rpcusr rpcpassword=rpcpwd generate 101
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.