sublivion/gridcoinwalletgui

By sublivion

Updated about 1 month ago

Gridcoin gui wallet

Image
Networking
0

10K+

sublivion/gridcoinwalletgui repository overview

Gridcoin Wallet with gui

This is a Gridcoin wallet gui inside a docker (Ubuntu 22.04 with xfce).

This image is based on https://github.com/ConSol/docker-headless-vnc-container

Desktop background image from (also more info about Gridcoin here): https://gridcoin.us/

This docker works fine with BOINC too, just install separate BOINC docker container and mount BOINC data folder to /var/lib/boinc-client/. Then wallet can read your cpid etc just fine.

Remember to backup your wallet.dat and gridcoinresearch.conf files regularly!

To Install

docker pull sublivion/gridcoinwalletgui

To Run

docker run -d --name gridcoinwalletgui  -p 5901:5901 -p 6901:6901 -v <YourPersistentDataLocation>:/headless/.GridcoinResearch/ sublivion/gridcoinwalletgui

port 5901 is vnc and 6901 is novnc. You can remove the unused one if you want.

Additional parameters
-v <YourBoincDir>:/var/lib/boinc-client/
-e VNC_PW=vncpassword 
-e VNC_RESOLUTION=1920x1080
Example (using novnc only)
docker run -d --name gridcoinwalletgui -p 6901:6901 -v /home/grcuser/gridcoin:/headless/.GridcoinResearch/ -v /home/grcuser/boinc/:/var/lib/boinc-client/ -e VNC_PW=my-pw -e VNC_RESOLUTION=2560x1440 sublivion/gridcoinwalletgui

How To Run Gridcoin wallet

Just start the container and the wallet will start.

You can access your container using browser (novnc) : http://localhost:6901/

if you get "Gridcoin: Cannot obtain a lock on data directory" check permissions of the persistent data location you defined.

Updates

2026-06-10: Gridcoin 5.5.1.0-mandatory-hotfix (https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.5.1.0)

2026-04-04: Gridcoin 5.5.0.0-mandatory "Natasha" (https://www.reddit.com/r/gridcoin/comments/1sbfddl/5500mandatory_natasha_is_released_for_production/)

2026-01-31: Gridcoin 5.4.9.0-leisure (https://www.reddit.com/r/gridcoin/comments/1iqgi48/gridcoin_5490_leisure_release/)

2024-04-18: Gridcoin 5.4.8.0-leisure (https://www.reddit.com/r/gridcoin/comments/1c14nlc/gridcoin_5480_leisure_release/)

2024-03-14: Gridcoin 5.4.7.0-leisure (https://www.reddit.com/r/gridcoin/comments/1bdj8in/gridcoin_5470_leisure_release_solves_elevated/)

2024-03-06: Gridcoin 5.4.6.0-leisure + hotfix 1 (https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.4.6.0)

2023-04-27: Gridcoin 5.4.5.0-leisure (https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.4.5.0)

2023-04-06: Gridcoin 5.4.3.0-leisure "LaVerne" (https://www.reddit.com/r/gridcoin/comments/1229ebu/gridcoin_5420_leisure_release_laverne/ & https://github.com/gridcoin-community/Gridcoin-Research/releases/tag/5.4.3.0)

2022-12-16: Upgraded to ubuntu 22.04 & Gridcoin 5.4.1.0 leisure release (https://www.reddit.com/r/gridcoin/comments/z6bqr4/gridcoin_5410_leisure_release/)

2022-08-08: Gridcoin 5.4.0.0-mandatory "Kermit's Mom" (https://www.reddit.com/r/gridcoin/comments/wd3063/gridcoin_5400mandatory_kermits_mom/)

2022-02-28: Gridcoin 5.3.3.0-leisure "Janice" (https://www.reddit.com/r/gridcoin/comments/t2v9y6/gridcoin_5330leisure_janice/)

2021-08-03: Gridcoin 5.3.2.0-leisure "Ingrid" (https://www.reddit.com/r/gridcoin/comments/ow3h2w/gridcoin_5320leisure_ingrid/)

2021-04-05: Gridcoin 5.3.1.0-leisure realease (https://www.reddit.com/r/gridcoin/comments/mk3jov/gridcoin_5310_leisure_release/)

2021-03-17: Gridcoin 5.3.0.0-mandatory emergency release (https://www.reddit.com/r/gridcoin/comments/m6kxas/gridcoin_5300mandatory_emergency_release/)

2021-03-15: Gridcoin 5.2.2.0-leisure release

2021-03-09: Gridcoin 5.2.1.0-leisure release

2021-03-01: Gridcoin 5.2.0.0-mandatory "Hilda" release (https://www.reddit.com/r/gridcoin/comments/lv0pia/gridcoin_5200mandatory_hilda_release/)

2021-02-15: Added firefox browser

Tag summary

Content type

Image

Digest

sha256:f10533a77

Size

500.6 MB

Last updated

about 1 month ago

docker pull sublivion/gridcoinwalletgui:5.5.1.0