PirateNetwork / pirate

Pirate Chain (ARRR) - Untraceable, Anonymous, Private Cryptocurrency
https://piratechain.com
Other
112 stars 27 forks source link

Main: Added offline transaction signing #30

Closed mullroy closed 3 years ago

mullroy commented 3 years ago

Added offline transaction signing

crocket commented 3 years ago

Does it add offline signing for both CLI and GUI? I want to use both pirate-qt and pirate-cli.

crocket commented 3 years ago

I invite you to https://github.com/PirateNetwork/PirateWallet-Lite/issues/3

mullroy commented 3 years ago

Good day,

Sorry for the late reply. I've lately only been on the Discord channels.

Its currently only for CLI. I still have to do the GUI integration.

Regards,

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, 23 April 2021 03:36, crocket @.***> wrote:

Does it add offline signing for both CLI and GUI?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mullroy commented 3 years ago

GUI integration added for off-line transaction signing.

crocket commented 3 years ago

I'm just curious. How do you build it? I can't build full node wallet on gentoo linux.

mullroy commented 3 years ago

Good day,

1) Check out the source code from GIT: git clone https://github.com/PirateNetwork/pirate 2) Enter the repository: cd pirate 3) Enter the build directory: cd zcutil There are a variety of build scripts. The source code depends on a bunch of external libraries. Once you start the build the 'depends' will be downloaded first, which is approx 750mb. That will be build first and then the actual wallet build will get underway. On Linux, launch the build with: ./build-qt-linux.sh If the build was successful, the binary will be in the root of your repository, called: pirate-qt-linux

On Friday, 7 May 2021 00:28, crocket @.***> wrote: I'm just curious. How do you build it? I can't build full node wallet on gentoo linux.

CryptoForge commented 3 years ago

@mullroy I moved the pull request to the Dev branch to work on implementing it.