Jump to content

Search the Community

Showing results for tags 'qt wallet'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • BlockForums Announcements
    • Denarius Announcements
    • Kronos Wallet Announcements
    • The Crypto News Feed
  • Cryptocurrency Discussions
    • Cryptocurrencies
    • Altcoin Announcements
    • General Discussion
    • Tutorials & Help
  • Denarius Discussions
    • General Discussion
    • Tutorials & Help
    • Marketing & PR
    • Development
    • Mining & Staking
    • Trading & Exchanges
    • Marketplace
  • Programming & Design
    • Development QA
    • Design QA
  • Gaming
    • Bot Downloads & Discussion
    • Gaming Discussion
  • Classifieds
    • Buy Sell and Trade
  • Other Discussions
    • Element 115
    • The Lounge
    • Hardware & IoT
    • Tutorials & Guides
    • Domains & Hosting

Product Groups

There are no results to display.

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


BTC Address

Found 3 results

  1. Latest QT Denarius Wallets can be found here https://github.com/carsenk/denarius/releases Always backup wallet.dat to a safe location. To sync your new Denarius QT Wallet or denariusd, download chaindata.zip from here https://denarii.cloud/ Then unzip the chaindata.zip file to your Denarius data directory. (Linux location of Denarius default datadir is ~/.denarius/) cd ~/.denarius rm -rf database txleveldb smsgDB wget https://denarii.cloud/chaindata.zip unzip chaindata.zip (macOS Location of Denarius default datadir is /Library/Application Support/Denarius) (Windows Location of Denarius default datadir is C:/Users/<yourname>/AppData/Roaming/Denarius) Run the QT Wallet or denariusd after extracting the .zip and you will sync to the blockchain fast. If you get an error when starting the QT or denariusd, go to the database folder and delete the files inside, and restart the wallet. Also ensure you run ./denariusd stop to stop the denariusd if running before unzipping chaindata. Use 7zip for Windows unzipping. https://www.7-zip.org/download.html
  2. Are you wondering how to stake faster, in your DNR QT Wallet? Right now this is mainly to increase staking extraction blocks. Required: Spreadsheet Software like Excel Notepad++ Denarius QT Wallet Some DNR whether its large or small. First backup your wallet.dat. Now fully unlock the wallet to make this faster. Then create addresses, you will want 500, don't count, just click, push enter many times over and over again. Make an address and give it a label. We will be sending the entire balance to this one address. I labelled mine armageddon. Now send the entire balance to this address. Next with your new 500 or less addresses, go to the receive coins tab, and then File -> Export. This will export a .csv file somewhere, make note as we need to open that next. Copy the column with addresses, should be 500. From there we open a new notepad++ text file and paste the column in. In notepad++ we should have 1 single column of addresses. On line 1, click at the very first area on the left. Push ALT-C. Text to Insert will be a ". Click OK and this will put quotes down the left side. Now if your balance is 5000 DNR with 500 addresses we want to distribute 10 DNR to each address. Do some quick math here on your balance and number of addresses. Click, at the end of line 1, and push ALT-C. Text to insert will be ":10, ":10, CTRL-A to highlight everything and copy with CTRL-C. Now you have a text file in proper format, sample here "WALLETADDRESS":10, Go back into the QT Wallet to Help -> Debug Window -> Console. This is a short sample of what to type into the console window. sendmany "armageddon" '{"WALLETADDRESS1":10,WALLETADDRESS2":10}' The line will be long, and you may end up with a , at the end. Make sure to delete the last comma before the }. Push enter, it will distribute your balance to each address and give you a transaction number. Wait 8 hours for coins to mature and get to staking much more with this little trick. I don't think this works with other coins as DNR has a slightly different POS system. Also there seems to be a limit of 500 addresses for sendmany. And you can't do this twice to make 1000 addresses on the same wallet. Block Explorer https://www.coinexplorer.net/DNR
  3. I have found it much faster to use the internal QT Wallet block explorer to find the FortunaStake outputs on the initial 5000 D collateral send. After sending, wait for 1 confirm. Go to the transaction tab, right click the transaction, then Copy Transaction ID. Then go to the Block Explorer tab. Paste the transaction ID from above into the Transaction ID and then click Decode Transaction. Under Outputs you will see the 5000 D output. The first line is output 0 and the second line is output 1. A sendmany you can have 0 through whatever number. The example below is using that transaction ID and output 0. Â
×
×
  • Create New...