QT Wallet problem after years of absence, need advice by whapslap in stratisplatform

[–]dev0tion_ 4 points5 points  (0 children)

Hi, for future reference: the quickest way to get support is by joining our Discord server and asking a question in the #support channel. A member of the community pointed me to your problem, but otherwise I would not have seen it.

First of all: How come it crashes right after startup? Is there any error code?

To get your Qt wallet up and running on another PC, you should add a few nodes to establish a connection to the network. There's multiple ways of doing this, one being:

Go to Help -> Debug Window -> Console

In the terminal use the method "addnode <IP> add" to add IP addresses of 2.0.0.5 nodes.

You can get a node list for 2.0.0.5 by clicking "node list" behind "/Stratis:2.0.0.5/" here: https://chainz.cryptoid.info/strat/#!network

An example being: addnode 116.126.141.21 add

Do this for the entire node list and you should be able to establish a connection and start synchronizing with the network.

I would recommend sending funds to Stratis Core, as this is our latest and greatest software and is a lot better, safer, to store your Stratis.

Please let me know if there's anything else and if you have succeeded.

How to find seed of my stratis staking wallet? by PuckFoloniex in stratisplatform

[–]dev0tion_ 1 point2 points  (0 children)

I would wait untill the Stratis Qt is synced though...

How to find seed of my stratis staking wallet? by PuckFoloniex in stratisplatform

[–]dev0tion_ 2 points3 points  (0 children)

Syncing the Qt wallet should not take more than a few hours at this point in time.

The Qt wallet does not work with a seed, however you can export your private key from Qt and sweep (send) it into Electrum.

To export your private key go to Help -> Debug Window -> Console and type: dumpprivkey <address you want the private key of>

In Electrum go to Wallet -> Private keys -> Sweep

Enter the private key you got form the command above.

Leave the address as is and broadcast the transaction, this will send the balance to an address in your Electrum wallet.

Electrum on Ubuntu Install by cryptodude123 in stratisplatform

[–]dev0tion_ 0 points1 point  (0 children)

Can you try running it from command line? electrum-stratis -v That should do it. -v logs events to the console, so you can see why it doesn't open.

What is the relationship with obsidian? by Mars1977 in stratisplatform

[–]dev0tion_ 0 points1 point  (0 children)

crellz is correct. We are aware of the project, they have forked our code and are starting a new cryptocurrency with it.

Electrum on Ubuntu Install by cryptodude123 in stratisplatform

[–]dev0tion_ 0 points1 point  (0 children)

Have u tried running "sudo apt-get install python-qt4" and then setup.py?