Windows 11 test fix; minor documentation updates
This commit is contained in:
parent
52a3f9b764
commit
0215b9213a
5 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ $ litecoind
|
|||
|
||||
```text
|
||||
# Bitcoin Core:
|
||||
$ bitcoind --daemon --deprecatedrpc=create_bdb
|
||||
$ bitcoind --daemon
|
||||
|
||||
# Bitcoin Cash Node:
|
||||
$ mkdir ~/.bitcoin-bchn
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ $ litecoind
|
|||
|
||||
```text
|
||||
# Bitcoin Core:
|
||||
$ bitcoind --daemon --deprecatedrpc=create_bdb
|
||||
$ bitcoind --daemon
|
||||
|
||||
# Bitcoin Cash Node:
|
||||
$ mkdir ~/.bitcoin-bchn
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue