This will take 500 confirms before being able to start, so do the send first, then read through the guide. Send exactly 5000 D to an address and give that address a label like FS01. QT WalletAfter sending 5000 D to a labelled address, we need the following; transaction hash and index of the 5000 …
How to reset your wallet when you lose sync or the local blockchain gets corrupted. Steps shown are for Windows QT. The steps are similar for MacOX and Linux. Always backup wallet.dat to somewhere else like a USB drive. Close Wallet. Go to Windows File Explorer and browse to %appdata%\denarius Remove specific folders and files we …
The operating system is Raspbian Stretch, so I assume this tutorial will work for debian stretch as well. Start by opening a terminal and paste the following code to install dependecies: sudo apt-get update sudo apt-get upgrade -y sudo apt-get install autoconf libtool libssl1.0-dev libboost-all-dev libminiupnpc-dev -y Because compiling can take up a large amount …
If you want to run the full Denarius QT Wallet on a Raspberry Pi 3, then do the following: Install the deps, you may only need to install libqt4-dev and libqrencode-dev packages if you followed the tutorial above. sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev libboost-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libqrencode-dev -y Then install the …
Get your addnodes from this link https://chainz.cryptoid.info/dnr/#!network You want to use nodes from the latest QT wallet. Then click node list for the list, copy and paste into your denarius.conf file.
MASTERNODE_NOT_PROCESSED: 0 MASTERNODE_IS_CAPABLE: 1 MASTERNODE_NOT_CAPABLE: 2 MASTERNODE_STOPPED: 3 MASTERNODE_INPUT_TOO_NEW: 4 MASTERNODE_PORT_NOT_OPEN: 6 MASTERNODE_PORT_OPEN: 7 MASTERNODE_SYNC_IN_PROCESS: 8 MASTERNODE_REMOTELY_ENABLED: 9
To enable coin control in the QT wallet go to settings -> options. Display tab, and check mark Display coin control features. In the send tab you can now see Coin Control Features. Click inputs and now you can send from specific addresses in your QT Wallet.