Windows 11 test fix; minor documentation updates

This commit is contained in:
The MMGen Project 2024-07-20 16:40:57 +00:00
commit 0215b9213a
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
5 changed files with 5 additions and 3 deletions

View file

@ -49,6 +49,7 @@ This release has been tested on the following platforms:
Debian 12 (Bookworm) [Armbian] / Rock Pi 4 [arm64]
Ubuntu 24.04 (Noble) [Armbian] / Rock Pi 4 [arm64]
Windows 10 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu]
Windows 11 Enterprise / MSYS2 2024-05-07 / x86_64 [qemu]
and with the following coin daemon versions:

View file

@ -98,7 +98,7 @@ $ litecoind
```text
# Bitcoin Core:
$ bitcoind --daemon --deprecatedrpc=create_bdb
$ bitcoind --daemon
# Bitcoin Cash Node:
$ mkdir ~/.bitcoin-bchn

View file

@ -98,7 +98,7 @@ $ litecoind
```text
# Bitcoin Core:
$ bitcoind --daemon --deprecatedrpc=create_bdb
$ bitcoind --daemon
# Bitcoin Cash Node:
$ mkdir ~/.bitcoin-bchn

View file

@ -59,4 +59,5 @@ fi
# Finally, register service with cygrunsrv and start it
cygrunsrv -R msys2_sshd || true
sleep 1
cygrunsrv -I msys2_sshd -d "MSYS2 sshd" -p /usr/bin/sshd.exe -a "-D -e" -y tcpip

View file

@ -113,7 +113,7 @@ class CmdTestTool(CmdTestMain,CmdTestBase):
cmd = 'decrypt_keystore',
fn = 'test/ref/altcoin/98831F3A-keystore-wallet.json',
pw = 'abc',
chk = read_from_file('test/ref/98831F3A.bip39') )
chk = read_from_file('test/ref/98831F3A.bip39').strip() )
def tool_decrypt_geth_keystore(self):
return self._decrypt_keystore(