python-peerplays
python-peerplays copied to clipboard
This is a communications library which allows interface with the Peerplays blockchain directly and without the need for a cli_wallet. It provides a wallet interface and can construct any kind of trans...
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 When installing peerplays.
The `createwallet` option of the peerplays CLI has a unintuitive behaviour captured below: Executing the peerplays createwallet` command to create a wallet: ``` $ peerplays createwallet Wallet Passphrase: Repeat for...
**Created a new account** ``` [11:53 AM] bobinson@air 🖖 [~/work/code/dApps/bts_tools]peerplays newaccount l1v3l0ng Account Password: Repeat for confirmation: Current Wallet Passphrase: Traceback (most recent call last): File "/Users/bobinson/.pyenv/versions/3.6.5/bin/peerplays", line 11, in...
After resolving the ssl certificate problem on all of my nodes and successfully being able to connect to them using python-peerplays, I am getting an exception: peerplays.exceptions.AccountDoesNotExistsException: baxters-sports-witness This exact,...
cli_wallet returns the following message after adding a private key: Steps to reproduce .... `peerplays --node wss://ppyws.roelandp.nl/ws addkey` ``` Private Key (wif) [Enter to quit]: ============================== Setting new default user:...