Author

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

legendary
Activity: 1552
Merit: 1047
Made a little script for converting wallet keys to a printable string and back: https://cryptonote.exchange.to/paper_wallet.php

maybe someone will find it useful, should work with all cryptonote currencies..
Sending private keys to internet? No, thanks.

Before you criticize something, read carefully please.

its opensource and the sourcecode is linked, just download and run it yourself.

Having the option to upload your wallet.dat file is retarded. lol
Don't be retarded, download the source or upload an encrypted wallet (i'm not sure which encryption is used so probably better running it on your own server).

Made a little script for converting wallet keys to a printable string and back: https://cryptonote.exchange.to/paper_wallet.php

maybe someone will find it useful, should work with all cryptonote currencies..
Sending private keys to internet? No, thanks.

Before you criticize something, read carefully please.

its opensource and the sourcecode is linked, just download and run it yourself.
And there is no guaranty that linked source is the one that is actually executed on the server.
Where is the guarantee that monero binaries is the actual source code?
legendary
Activity: 2968
Merit: 1198

  I need your guys help.

I accidentally sent some monero to my poloniex wallet without my payment id and now i need the transaction ID to claim it.

My question is where do I find my log of transaction ID's in the wallet?


Rename your wallet.dat something else like wallet.dat_old and then load your wallet.dat.keys file and refresh. It will list out all the tx you ever made (you may have to log the terminal output).

There is also a simplewallet.log file that should have it.
hero member
Activity: 798
Merit: 1000
All the coins add to Mintpal by voted have no future!! Just see enc

I don't think XMR needs to get voted onto mintpal.

The way forwards is to provide user tools..  stuff like:

Multi-address wallet (or simpler front-end to multiple wallets)
Rich list (to verify equitable distribution = important to investors)
Payment gateway
Cart integration (pricing/payment matching to invoice etc)

As long as monero keeps providing the infrastructure, usage will grow.  Mintpal will have been watching the volumes on poloniex, and the fact that they're willing to put it on the vote list indicates they think they can integrate it when they need to.


I agree to a point, difference being that a lot of the coins that get voted onto mintpal are obvious shitcoins. Monero on the other hand is a quality coin with impressive features that would seriously benefit from having a reliable exchange. Everytime I try and use Polo I die a little inside and we often have people asking in IRC to buy coins so they dont have to use Polo.
newbie
Activity: 30
Merit: 0
Hi there,

I am trying to compile the source code on Arch Linux 64bit.  I encounter a error due to the boost version installed (boost-1.55.0-6).

It errors out here

Code:
Linking CXX executable hash-tests
/tmp/cct2UcWQ.ltrans0.ltrans.o: In function `hash_tree':
cct2UcWQ.ltrans0.o:(.text+0x361): undefined reference to `tree_hash'
/tmp/cct2UcWQ.ltrans0.ltrans.o: In function `_GLOBAL__sub_I_hashes':
cct2UcWQ.ltrans0.o:(.text.startup+0x4d): undefined reference to `cn_fast_hash'
cct2UcWQ.ltrans0.o:(.text.startup+0x6c): undefined reference to `cn_slow_hash'
cct2UcWQ.ltrans0.o:(.text.startup+0xaa): undefined reference to `hash_extra_blake'
cct2UcWQ.ltrans0.o:(.text.startup+0xc9): undefined reference to `hash_extra_groestl'
cct2UcWQ.ltrans0.o:(.text.startup+0xe8): undefined reference to `hash_extra_jh'
cct2UcWQ.ltrans0.o:(.text.startup+0x104): undefined reference to `hash_extra_skein'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/hash-tests.dir/build.make:89: recipe for target 'tests/hash-tests' failed
make[3]: *** [tests/hash-tests] Error 1
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
CMakeFiles/Makefile2:781: recipe for target 'tests/CMakeFiles/hash-tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/hash-tests.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 52%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
[ 53%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/checkpoints.cpp.o
[ 54%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o
[ 55%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/blockchain_storage.cpp.o
Linking CXX static library libcryptonote_core.a
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
[ 55%] Built target cryptonote_core
Linking CXX static library libwallet.a
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
[ 55%] Built target wallet
make[2]: Leaving directory '/home/admin/coins/bitmonero/build/release'
Makefile:126: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/admin/coins/bitmonero/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2
make -j4  181.86s user 7.45s system 284% cpu 1:06.57 total

Hope someone can help as i cant use the precompiled files either due to looking for a older boost library



Update your boost to required.
newbie
Activity: 13
Merit: 0
Hi there,

I am trying to compile the source code on Arch Linux 64bit.  I encounter a error due to the boost version installed (boost-1.55.0-6).

It errors out here

Code:
Linking CXX executable hash-tests
/tmp/cct2UcWQ.ltrans0.ltrans.o: In function `hash_tree':
cct2UcWQ.ltrans0.o:(.text+0x361): undefined reference to `tree_hash'
/tmp/cct2UcWQ.ltrans0.ltrans.o: In function `_GLOBAL__sub_I_hashes':
cct2UcWQ.ltrans0.o:(.text.startup+0x4d): undefined reference to `cn_fast_hash'
cct2UcWQ.ltrans0.o:(.text.startup+0x6c): undefined reference to `cn_slow_hash'
cct2UcWQ.ltrans0.o:(.text.startup+0xaa): undefined reference to `hash_extra_blake'
cct2UcWQ.ltrans0.o:(.text.startup+0xc9): undefined reference to `hash_extra_groestl'
cct2UcWQ.ltrans0.o:(.text.startup+0xe8): undefined reference to `hash_extra_jh'
cct2UcWQ.ltrans0.o:(.text.startup+0x104): undefined reference to `hash_extra_skein'
collect2: error: ld returned 1 exit status
tests/CMakeFiles/hash-tests.dir/build.make:89: recipe for target 'tests/hash-tests' failed
make[3]: *** [tests/hash-tests] Error 1
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
CMakeFiles/Makefile2:781: recipe for target 'tests/CMakeFiles/hash-tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/hash-tests.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 52%] Building CXX object src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o
[ 53%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/checkpoints.cpp.o
[ 54%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/difficulty.cpp.o
[ 55%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/blockchain_storage.cpp.o
Linking CXX static library libcryptonote_core.a
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
[ 55%] Built target cryptonote_core
Linking CXX static library libwallet.a
make[3]: Leaving directory '/home/admin/coins/bitmonero/build/release'
[ 55%] Built target wallet
make[2]: Leaving directory '/home/admin/coins/bitmonero/build/release'
Makefile:126: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/admin/coins/bitmonero/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2
make -j4  181.86s user 7.45s system 284% cpu 1:06.57 total

Hope someone can help as i cant use the precompiled files either due to looking for a older boost library


legendary
Activity: 2142
Merit: 1131

Do you know what would be the killing feature after I2P integration ?

Decentralized asset exchange.

The first crypto to have these two features will be almighty.

hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable

  I need your guys help.

I accidentally sent some monero to my poloniex wallet without my payment id and now i need the transaction ID to claim it.

My question is where do I find my log of transaction ID's in the wallet?


Rename your wallet.dat something else like wallet.dat_old and then load your wallet.dat.keys file and refresh. It will list out all the tx you ever made (you may have to log the terminal output).
First you could try to search your simplewallet.log file for "Transaction successfully sent" or just "sent". The transaction ID should follow.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Rich list (to verify equitable distribution = important to investors)
1. This means nothing with Bitcoin clones, people can store coins at many addresses
2. This is not possible with Monero (It's anonymous  Roll Eyes)
member
Activity: 81
Merit: 10
<3 big picture
All the coins add to Mintpal by voted have no future!! Just see enc

I don't think XMR needs to get voted onto mintpal.

The way forwards is to provide user tools..  stuff like:

Multi-address wallet (or simpler front-end to multiple wallets)
Rich list (to verify equitable distribution = important to investors)
Payment gateway
Cart integration (pricing/payment matching to invoice etc)

As long as monero keeps providing the infrastructure, usage will grow.  Mintpal will have been watching the volumes on poloniex, and the fact that they're willing to put it on the vote list indicates they think they can integrate it when they need to.
legendary
Activity: 1484
Merit: 1005

  I need your guys help.

I accidentally sent some monero to my poloniex wallet without my payment id and now i need the transaction ID to claim it.

My question is where do I find my log of transaction ID's in the wallet?


Rename your wallet.dat something else like wallet.dat_old and then load your wallet.dat.keys file and refresh. It will list out all the tx you ever made (you may have to log the terminal output).
full member
Activity: 238
Merit: 100

  I need your guys help.

I accidentally sent some monero to my poloniex wallet without my payment id and now i need the transaction ID to claim it.

My question is where do I find my log of transaction ID's in the wallet?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
sr. member
Activity: 294
Merit: 250
or those of us that encrypt our private keys, it would not make a difference if they were stolen right? the only way to spend coins is with encryption key?

If your password has less entropy than the key, then it is less secure.  English words have 11.82 bits of entropy in bulk, per Shannon.

well sure...my gpu's can crack a 6 character password in 3 hours, but i would be dead before i could crack a ten character. (I always assume the nsA secret squirrels and other prick organizations have much more advanced hardware than people know about, so i make all mine 20 characters). Regardless,

having access to the private keys does not entail ability to spend the coins, correct? I am not telling, I am asking.

it is this way for BOTH bitcoin and cryptonote protocol coins, correct?
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
or those of us that encrypt our private keys, it would not make a difference if they were stolen right? the only way to spend coins is with encryption key?

If your password has less entropy than the key, then it is less secure.  English words have 11.82 bits of entropy in bulk, per Shannon.
legendary
Activity: 1484
Merit: 1005
Quote
For example if 556.44 XMR are sent, the protocol will break it down into 500 + 50 + 6 + 0.4 + 0.04
Why does monero split amounts to power of 10? Why not power of 2? Are there any differences or trade offs in using different bases for this process?

Good question. Denominations are handled by the code here:
https://github.com/amjuarez/bytecoin/blob/57cf53625817223733bdaf2f4e518ebae978713e/src/cryptonote_core/cryptonote_format_utils.h

Lines 151-190

Code:
  //---------------------------------------------------------------
  // 62387455827 -> 455827 + 7000000 + 80000000 + 300000000 + 2000000000 + 60000000000, where 455827 <= dust_threshold
  template
  void decompose_amount_into_digits(uint64_t amount, uint64_t dust_threshold, const chunk_handler_t& chunk_handler, const dust_handler_t& dust_handler)
  {
    if (0 == amount)
    {
      return;
    }

    bool is_dust_handled = false;
    uint64_t dust = 0;
    uint64_t order = 1;
    while (0 != amount)
    {
      uint64_t chunk = (amount % 10) * order;
      amount /= 10;
      order *= 10;

      if (dust + chunk <= dust_threshold)
      {
        dust += chunk;
      }
      else
      {
        if (!is_dust_handled && 0 != dust)
        {
          dust_handler(dust);
          is_dust_handled = true;
        }
        if (0 != chunk)
        {
          chunk_handler(chunk);
        }
      }
    }

    if (!is_dust_handled && 0 != dust)
    {
      dust_handler(dust);
    }
  }

The code above makes denomination fairly simple and should generate lots of overlapping outs even without using direct powers of two, but I'm not entirely sure why they chose this above simply using powers of two.
sr. member
Activity: 294
Merit: 250
Having the option to upload your wallet.dat file is retarded. lol

http://ismyprivatekeystolen.com/

Seems legit.

answer: IT IS NOW!!!!

hahaha. for those of us that encrypt our private keys, it would not make a difference if they were stolen right? the only way to spend coins is with encryption key?

It is the same for monero keys, correct? Don't see why it wouldn't be, but i would sleep better if one of the pros assured me xmr keys are the same...i do not know much about encryption...
sr. member
Activity: 403
Merit: 250
Monerocoin.com for sale
member
Activity: 61
Merit: 10
ohh ok. i dont know how to use install script. i am sure others dont either. perhaps link to precompiled exe files would be good.
Windows is the weak point, I agree. Precompiled binaries would be good, but I cannot personally help on this one, except by uploading someone else's Smiley

For the install script, on Ubuntu, it is really just copy and paste.


yea this is what i got
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\>cd ~ && rm -f install_monero.sh && wget http://david.latapie.name/install_mo
nero.sh && bash install_monero.sh
The system cannot find the path specified.

C:\>
I will continue to pay close attention to, may try to buy.
member
Activity: 196
Merit: 10
Welcome to Git (version 1.9.2-preview20140411)


Run 'git help git' to display the help index.
Run 'git help ' to display help for specific commands.

Eus@TABLET1 ~
$ cd ~/cpuminer/cpuminer-multi && git pull && ./autogen.sh && CFLAGS="-march=na
tive" ./configure && make && popd
sh.exe": cd: /c/Users/Eus/cpuminer/cpuminer-multi: No such file or directory


Eus@TABLET1 ~
$
member
Activity: 196
Merit: 10
ohh ok. i dont know how to use install script. i am sure others dont either. perhaps link to precompiled exe files would be good.
Windows is the weak point, I agree. Precompiled binaries would be good, but I cannot personally help on this one, except by uploading someone else's Smiley

For the install script, on Ubuntu, it is really just copy and paste.


yea this is what i got
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\>cd ~ && rm -f install_monero.sh && wget http://david.latapie.name/install_mo
nero.sh && bash install_monero.sh
The system cannot find the path specified.

C:\>
OK so I really need to reword the whole thing for the installation section: these instructions do not work for Windows.


 i can imagine the frustration others may experience trying to use command line and those commans in windows.

Jump to: