Pages:
Author

Topic: [ANN] KRATOM (NoGov crypto) - easy to mine -PoW (Scrypt) - page 8. (Read 25810 times)

full member
Activity: 377
Merit: 100
Thank you for your patience, I managed to go in and see all the deposits, my mistake was that I was trying to get the address of the deposit without logging on to the exchange when I entered as you said I had everything)))
sr. member
Activity: 373
Merit: 506
sorry I'm asking a lot of questions but how do I deposit my Kratom coins? I see that I can get the escrow address with the help of the QR-code, but with what program can I read it?

If you filled out the top 2 boxes with your Kratom and Mazacoin, you should see the other addresses filled in the other boxes.

kratom address:      You fill this in.
mazacoin address:      You fill this in.
account_key:         Save this someplace safe.
deposit kratom:[QR]      This will be filled in once you have done the 3 things above.
kratom balance:         This shows your balance and is also used to specify the amount you want to sell.
deposit mazacoin:[QR]   This will be filled in once you have done the 3 things above.
mazacoin balance:      This shows your balance and is also used to specify the amount you want to sell.


You don't need to use the QR code to see what addresses are there. If the deposit addresses are empty then the QR code is actually that of an empty string as well.
full member
Activity: 377
Merit: 100
I have on my phone a special program for reading QR code that can not read it, but I can read all the other codes from other sites, so I think that the code for the deposit is erroneous, check yourself. If I'm wrong then please create slides with step by step instructions so that such kettles as I could understand everything. In order to prove the work of my program, I offer a screen of QR-code from another site.
full member
Activity: 377
Merit: 100
sorry I'm asking a lot of questions but how do I deposit my Kratom coins? I see that I can get the escrow address with the help of the QR-code, but with what program can I read it?
sr. member
Activity: 373
Merit: 506
Where can I see the exchange rate in the exchanger Kratom for Maza?

Visit https://exchange.kratom.pw/ and fill in the top 2 boxes with both your Kratom and Mazacoin addresses and then click the login/execute button. You will then see all the orders on the exchange and will be able to interact with them. There is an Indocoin button on top that will allow you to switch between coins.
sr. member
Activity: 373
Merit: 506
Hello! Thank you for your work you are doing over the coin. I read carefully the information about the exchange but by clicking on the link did not understand how to do this, could you describe in more detail for the whole community how to change the Kratom for Indocoin. Thank you very much for your work.

The easiest way is to use https://dice.indocoin.cash/ and deposit there. Remember to bookmark the url once you load the page. The bookmark is your login. Once the deposit clears with 3 confirmations, click the kratom button on top. You will then be able to withdraw the coins to your kratom wallet.

The other way is to copy your wallet.dat over to your kratom wallet's blockchain data folder. This method works best if you have a zero balance of kratom. If you have some kratom then before doing this then remember to backup that wallet.dat as well.

Ideally you can launch the kratom wallet using the command prompt like so:

kratom-qt -datadir="c:\users\YOUR USER\AppData\Roaming\Indocoin"

In this case the kratom wallet will load your indocoin balance directly.
full member
Activity: 377
Merit: 100
Where can I see the exchange rate in the exchanger Kratom for Maza?
full member
Activity: 377
Merit: 100
Hello! Thank you for your work you are doing over the coin. I read carefully the information about the exchange but by clicking on the link did not understand how to do this, could you describe in more detail for the whole community how to change the Kratom for Indocoin. Thank you very much for your work.
sr. member
Activity: 373
Merit: 506
Coin names, for the most part, are vanity picks. Indocoin needed some rebooting. It went from being mined by a few laptops at 1Mhs total to nearly 3-5GHs constantly > http://explorer.indocoin.cash:8077/pool/IDC/ < from this thread and a few facebook pages.
jr. member
Activity: 65
Merit: 1
"... but still named after healing export of Indonesia."
Indonesia is one of the most promising emerging economies in the world.
And how can the export of Indonesia be improved with the help of this crypto currency? What is the relationship between them?
sr. member
Activity: 373
Merit: 506
sr. member
Activity: 373
Merit: 506
Sorry I need to clarify .. the INDOCOIN on there .. I do it manually. I made a token on bitshares that can be bought and sold on there.

I have to manually process the conversions from INDOCOIN to Kratom(Indocoin) right now. . I've been trying to figure out how to automate this.
newbie
Activity: 64
Merit: 0
Kratom (Indocoin) can be exchanged here > https://wallet.crypto-bridge.org/market/INDOCOIN_BTS

From that site, we can't sell/deposit kratom/indocoin. And when I asked them, they said that they did not support that platform
sr. member
Activity: 373
Merit: 506
sr. member
Activity: 373
Merit: 506
for those who want to use the Linux Wallet, just build it from source.

on Ubuntu you will need a bunch of prerequisites:
These will differ a bit depending on which version of Ubuntu you are using. Here is 14.04:

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-all-dev
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev

That should be all of it. If there are some more outstanding, please post here so I can update the tut.

Once prerequisites are loaded, do:
git clone https://github.com/weenfan/Kratom.git
cd Kratom/src/
chmod a+x leveldb/build_detect_platform
make -f makefile.unix -j3 USE_UPNP=-

once the build is complete, run "./kratomd"
This will prompt you to create a conf file.
vi ~/.kratom/kratom.conf   (If you do not know how to use vi, then use nano, it is a bit more user friendly)

you should not need more than:
rpcallowip=127.0.0.1
rpcpassword=somepassword
rpcuser=someuser

Once the file is in place you can run ./kratomd again and it will start syncing. To make the sync faster you can extract the blockchain zip file that is listed in the ANN above to ~/.kratom and then start the kratomd daemon.

Hope this helps

Quoting to save .. Smiley
newbie
Activity: 307
Merit: 0
for those who want to use the Linux Wallet, just build it from source.
...
...
Hope this helps

https://github.com/weenfan/Kratom/blob/master/README.md < linked this here ...


Scroll down to bottom of this page.. ^^^
Nice work thanks
sr. member
Activity: 373
Merit: 506
for those who want to use the Linux Wallet, just build it from source.
...
...
Hope this helps

https://github.com/weenfan/Kratom/blob/master/README.md < linked this here ...


Scroll down to bottom of this page.. ^^^
sr. member
Activity: 373
Merit: 506
re-clarification: added a link to YOUR instructions there. Smiley
newbie
Activity: 122
Merit: 0
Thanks for the clarification. Suppose I should have had a better look at the github source. The readme.md seems to have instructions that'll work well for ubuntu 16.04 or later.
sr. member
Activity: 373
Merit: 506
for those who want to use the Linux Wallet, just build it from source.
...
...
Hope this helps

https://github.com/weenfan/Kratom/blob/master/README.md < linked this here ...
Pages:
Jump to: