Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 406. (Read 4671575 times)

hero member
Activity: 776
Merit: 557
Can someone post the slack invite link please. I can't find it anywhere!!!

yes where is it?
sr. member
Activity: 807
Merit: 423
I have a few more questions, how long the interval should I wait when a miner software sends mined to my wallet? and then, I use monero wallet on my iphone, which is developed by freewallet.org monero wallet. whether the wallet was safe for me or anyone else?  Huh Huh
I'm running the cli wallet on my android phone.  You can find instructions here:
http://monero.stackexchange.com/questions/2702/is-it-possible-to-run-a-full-monerod-node-on-android/2706
Install and launch GnuRoot Debian, then
Code:
apt-get update && apt-get install wget bzip2
wget -O monero.tar.bzip2 https://downloads.getmonero.org/arm
bzip2 -d monero.tar.bzip2
tar -xf monero.tar
rm monero.tar
monero/monero-wallet-cli (use --daemon-host for a remote node)

I couldn't get the blockchain to sync.  I just use the wallet.
legendary
Activity: 2383
Merit: 1551
dogs are cute.
Can someone post the slack invite link please. I can't find it anywhere!!!
legendary
Activity: 1512
Merit: 1442
thefuzzstone.github.io
freewallet.org monero wallet

Freewallet is scam, don use it. For now there is no mobile wallet, but if you need you can use via smartphone MyMonero.com, on PC you can use GUI Beta 2 + Remote Node.
newbie
Activity: 2
Merit: 0
I have a few more questions, how long the interval should I wait when a miner software sends mined to my wallet? and then, I use monero wallet on my iphone, which is developed by freewallet.org monero wallet. whether the wallet was safe for me or anyone else?  Huh Huh
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
So, Which miners software should I use?
whether monerohash.com is scame websites? because I get the software from the links listed on the website. Huh Huh

Been using Monerohash for a while. Always pays.

Keep in mind that payout is not until 1 XMR is earned. You can request a lower payout if you are willing to pay a higher fee to the pool owner,
At about 2 KH/s you'll get 1 - 1.1 XMR every 5 to 6 days.

Good luck.
legendary
Activity: 3570
Merit: 1959
So, Which miners software should I use?
whether monerohash.com is scame websites? because I get the software from the links listed on the website. Huh Huh

monerohash.com is fine. What binaries you use are up to you. I for example have 2 graphics cards (AMD) so I use claymore's miner since I'm running windows 10.

Again, up to to you, most mining pool sites have the same binaries for download depending on what you want to use ie gpu or cpu / linux /windows etc etc. I use moneropool.com for almost 2 years now without much issue but always have failback pool as well. cheers.
newbie
Activity: 2
Merit: 0
So, Which miners software should I use?
whether monerohash.com is scame websites? because I get the software from the links listed on the website. Huh Huh
newbie
Activity: 58
Merit: 0
i've checked my spreadsheet, payout log from mining, and transactions -- still missing 3. on a positive note, i received .5 xmr from an anonymous person, whomever you are: Thank you!

Check the transactions from mining pools in a block explorer or check against your wallet's received list. Some of them might not have gone through.

You might want to narrow it down to whether you're missing some inputs or there's a payment (or more) that you don't remember making. In case of the latter, someone might have gained access to your wallet and sent a transaction to test things.
hero member
Activity: 850
Merit: 1000
hero member
Activity: 509
Merit: 500
Just checked after a long time to complete the process and i'm still missing 3... Oh well. No worries. Eventually i'll make it up with my 500 H/s mining Smiley

3 XMR is a lot to be missing from any wallet, no matter how much there is in there.
Unless you had hundreds of transactions and forgot to account for their fees, I suggest you look into this discrepancy. Check again all payments you received and sent.

i've checked my spreadsheet, payout log from mining, and transactions -- still missing 3. on a positive note, i received .5 xmr from an anonymous person, whomever you are: Thank you!
newbie
Activity: 58
Merit: 0
Just checked after a long time to complete the process and i'm still missing 3... Oh well. No worries. Eventually i'll make it up with my 500 H/s mining Smiley

3 XMR is a lot to be missing from any wallet, no matter how much there is in there.
Unless you had hundreds of transactions and forgot to account for their fees, I suggest you look into this discrepancy. Check again all payments you received and sent.
sr. member
Activity: 322
Merit: 250
Is there a roadmap for XMR future plans?
hero member
Activity: 509
Merit: 500
THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.

Have you tried rescanning the blockchain in monero-wallet-cli?

Code:
  rescan_bc            Rescan blockchain from scratch

@akula999

For clarity, this command has to be typed into monero-wallet-cli. However, I'd first use the show_transfers command to see if anything is off.

Just checked after a long time to complete the process and i'm still missing 3... Oh well. No worries. Eventually i'll make it up with my 500 H/s mining Smiley
legendary
Activity: 2268
Merit: 1141
THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.

Have you tried rescanning the blockchain in monero-wallet-cli?

Code:
  rescan_bc            Rescan blockchain from scratch

@akula999

For clarity, this command has to be typed into monero-wallet-cli. However, I'd first use the show_transfers command to see if anything is off.
sr. member
Activity: 476
Merit: 501
THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.

Have you tried rescanning the blockchain in monero-wallet-cli?

Code:
  rescan_bc            Rescan blockchain from scratch
hero member
Activity: 509
Merit: 500
So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896     INFO    global  src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896     INFO    global  src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896     INFO    global  src/daemon/p2p.h:63     Initializing p2p server...
2017-03-30 15:55:22.330 896     INFO    global  src/daemon/p2p.h:68     P2p server initialized OK
2017-03-30 15:55:22.331 896     INFO    global  src/daemon/rpc.h:58     Initializing core rpc server...
2017-03-30 15:55:22.332 896     INFO    global  contrib/epee/include/net/http_server_impl_base.h:70     Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/rpc.h:63     Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896     INFO    global  src/daemon/core.h:73    Initializing core...
2017-03-30 15:55:22.335 896     INFO    global  src/cryptonote_core/cryptonote_core.cpp:326     Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896     WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:71   Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896     ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:395     Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896     INFO    global  src/daemon/rpc.h:90     Deinitializing rpc server...
2017-03-30 15:55:22.343 896     INFO    global  src/daemon/p2p.h:90     Deinitializing p2p...
2017-03-30 15:55:22.345 896     INFO    global  src/daemon/core.h:89    Deinitializing core...
2017-03-30 15:55:22.347 896     ERROR   daemon  src/daemon/core.h:94    Failed to deinitialize core...
2017-03-30 15:55:22.347 896     INFO    global  src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896     INFO    global  src/daemon/protocol.h:81
Cryptonote protocol stopped successfully

Can anyone help... ?? Why won't it load?

I'd advise to delete the the blockchain, because a full resync is most likely needed. This is done as follows:

1. Open your Windows explorer.

2. Type the following into the navigation bar (the one at the top): C:\ProgramData\bitmonero\lmdb

3. Delete data.mdb.

4. Now you can restart monerod.exe. Note that you will have to resync from scratch, which may take some time.



THANKS! Fixed - found all of my monero's except for 3 Huh oh welll... Taking that as a 'cost of doing business' loss.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it

“If you wait by the river long enough, the bodies of your enemies will float by.”

― Sun Tzu
sr. member
Activity: 522
Merit: 266
"First they ignore you, then they laugh at you, then they fight you, and then you win." - Mohandas K. Gandhi

We're somewhere in the valley between the Agnostic Alps and the foothills of the Risible Mountains.

very nice! I counter: Its the path of least resistance which makes man and rivers crooked.

and:

https://www.poetryfoundation.org/poems-and-poets/poems/detail/46473

legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
"First they ignore you, then they laugh at you, then they fight you, and then you win." - Mohandas K. Gandhi

We're somewhere in the valley between the Agnostic Alps and the foothills of the Risible Mountains.
Jump to: