Jump to content

Search the Community

Showing results for tags 'mobile 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 2 results

  1. A while back I forked Neo-Oli and switched in an Ubuntu 16.04 to make compiling a little easier on the phone. https://github.com/buzzkillb/termux-ubuntu Also want to add hackers keyboard from the Play Store for this. All can be done without rooting the phone. Compiling the daemon using make -f makefile.arm -j2 worked fine. Then manually installing Kronos to match the default denarius.conf also worked. This turns out to be an more simple variation of a previous tutorial. First install termux and hackers keyboard on your Android phone. https://play.google.com/store/apps/details?id=com.termux https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard Switch your keyboard over to hackers keyboard as its just easier to use with the Termux terminal to start inputting commands. I opened a separate web browser on the phone to copy and paste commands in. A little tedious, but this shouldn't take more than 30 minutes max of copy pasta. Once in Termux run this. pkg install wget proot Then lets get the Ubuntu 16.04 image. mkdir -p ~/jails/ubuntu cd ~/jails/ubuntu wget https://raw.githubusercontent.com/buzzkillb/termux-ubuntu/master/ubuntu16.sh bash ubuntu16.sh start-ubuntu.sh We are now inside of Ubuntu 16.04 inside of Termux inside of Android. Update, Upgrade, Clone Denarius and Compile using a slight variation of https://denarius.wiki/wallet/compile/#daemon sudo apt-get update -y && sudo apt-get upgrade -y sudo apt-get install -y git unzip build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev libgmp-dev libevent-dev autogen automake libtool libcurl4-openssl-dev git clone https://github.com/carsenk/denarius cd denarius cd src make -f makefile.arm sudo mv ~/denarius/src/denariusd /usr/local/bin/denariusd Its a lot easier to grab pichaindata.zip and then start syncing. If you want to sync from block 0, type denariusd. Otherwise lets gets chaindata and unzip. https://denarius.wiki/wallet/chaindata/ cd ~ mkdir ~/.denarius cd ~/.denarius wget https://denarii.cloud/pichaindata.zip unzip pichaindata.zip Hopefully your phone or tablet has enough hard drive space to wget and unzip. Now run the daemon to wait for full sync. denariusd To watch the debug.log. tail -f ~/.denarius/debug.log Congratulations, you now have a full blockchain daemon running. But we really want to add Kronos so we have a nice and easy interface to use with this for on the go. Check next post on how to manually install that.
  2. Coinomi is a cryptocurrency wallet that can work on Mobile, Tablet and PC and store your Denarius coins along with Bitcoin, Ethereum, and a lot of other top crytpocurrencies. Download Link or go to app store on iPhone or Android https://www.coinomi.com/ For the first guide I am going to show how to receive and send in Ubuntu, its basically the same on any desktop OS. download and unzip the binary, on Ubuntu its in the Downloads/Coinomi directory and called Coinomi. Double click the icon. The first screen that pops up is Create a new wallet or Restore a wallet. Lets Create a new wallet. This is the most important step. This recovery phrase is your seed in case something happens to your computer, tablet or phone. If I create this wallet on the desktop PC, I can then install coinomi on the phone and use this recovery seed to bring back all my crypto coins. Write this down, store it somewhere safe, don't let anyone see this seed as its the keys to your wallet. Checkmark I have safely stored my recovery phrase. And click next. At the recovery phrase confirmation screen, it will ask you to click each word from the phrase above to verify you stored this somewhere safe. Once you click them all click Next. I clicked them all in order and the Next is chopped off for screenshots. Now we set a password. This is another very important step. If someone can get access into your pc, phone or tablet, all they need to send funds out is your password. Make this strong and never reuse passwords in anything crypto related. Click next. Its now time to add coins. Click Bitcoin so we always add that because why not. Now type denarius into the search box and click Denarius.  Accept the terms of service. We now see our new wallet. BTC and D show up to now send and receive from. But we don't have any Denarius in coinomi to send, click Denarius and we see the Receive and Send buttons. Clicking on receive we see our Denarius address along with a QR code. I generally copy and paste the code and email to myself to send to. On mobile there is a share button to share the address with whatever method your phone allows. I sent from my QT wallet, but could also send from the Panda Bot in the denarius discord. Go to your favorite explorer when you get the transaction id to check on the send. Chainz is easy enough -> https://chainz.cryptoid.info/d https://chainz.cryptoid.info/d/tx.dws?efb14989c884ddb41f17b0b2487ad30e9ded882e2654f708d50598966c3d019b.htm Eventually the Denarius coins will show up in the coinomi wallet. This is not always instant and might take a few minutes. If it seems like coinomi isn't refreshing you can force refresh the wallet by clicking the top right corner and then Refresh. You can also verify Coinomi's current block height to the Block Explorers block height or type denarii height in the discord channel. Which in my example coinomi is not in sync with the discord bot's wallet block height. Now you have your Denarius coins safely stored in your Coinomi wallet.
×
×
  • Create New...