Skip to content

Commit

Permalink
Update testnet-participation.md
Browse files Browse the repository at this point in the history
update githublinks
  • Loading branch information
realsetvin authored Apr 1, 2024
1 parent 3807f91 commit 0a44402
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/testnet-participation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sudo su vkax-test
After installing the prerequisites and becoming the vkax-test user, we can **build the daemon from source**
```
cd &&
git clone https://github.com/realsetvin/vkax &&
git clone https://github.com/vkaxcore/vkax &&
cd vkax/depends/ &&
chmod +x conf* &&
make NO_QT=1 &&
Expand All @@ -73,7 +73,7 @@ make
When it is **complete** it should look like this
<br/>

![image](https://github.com/realsetvin/vkax/assets/117243445/447103d0-57ce-47f5-b072-3dae6524c4b6)
![image](https://github.com/vkaxcore/vkax/assets/117243445/447103d0-57ce-47f5-b072-3dae6524c4b6)


<br/>
Expand Down Expand Up @@ -220,7 +220,7 @@ To start **mining** for blocks

The only indication that mining has started is this output which shows us how many cores are running.

![image](https://github.com/realsetvin/vkax/assets/117243445/f61bccb1-2097-4d99-a854-e8dc410cdfa9)
![image](https://github.com/vkaxcore/vkax/assets/117243445/f61bccb1-2097-4d99-a854-e8dc410cdfa9)

<br/>

Expand All @@ -230,7 +230,7 @@ htop
```

`htop` will look liks this. (press **CTRL + C** to exit)
![image](https://github.com/realsetvin/vkax/assets/117243445/cfdb2012-d202-4207-a162-328836a58428)
![image](https://github.com/vkaxcore/vkax/assets/117243445/cfdb2012-d202-4207-a162-328836a58428)


<br/>
Expand Down Expand Up @@ -265,11 +265,11 @@ To **Stop Mining**
<br/>

## More VKAX Commands
[VKAX Legacy Command Line Reference](https://github.com/realsetvin/vkax/blob/master/doc/vkax-command-line-rpc-api-reference.md)
[VKAX Legacy Command Line Reference](https://github.com/vkaxcore/vkax/blob/master/doc/vkax-command-line-rpc-api-reference.md)
<br/>
[VKAX CLI Arguments & Commands](https://github.com/realsetvin/vkax/blob/master/doc/vkax-cli-wallet-arguments-and-commands.md)
[VKAX CLI Arguments & Commands](https://github.com/vkaxcore/vkax/blob/master/doc/vkax-cli-wallet-arguments-and-commands.md)
<br/>
[VKAX Remote Procedure Calls (RPC)](https://github.com/realsetvin/vkax/blob/master/doc/vkax-remote-procedure-calls.md)
[VKAX Remote Procedure Calls (RPC)](https://github.com/vkaxcore/vkax/blob/master/doc/vkax-remote-procedure-calls.md)

<br/>

Expand Down

0 comments on commit 0a44402

Please sign in to comment.