Bitcoin Forum
May 10, 2024, 04:07:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 [1299] 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667422 times)
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 03, 2015, 06:42:38 AM
 #25961

I've compiled Monero successfully on two different Linux Mint 17.1 boxes. These instructions look correct. I'm on a Mac right now, so I can't delve into this deeper at the moment. Just know that it does work. I can try and help later today or tomorrow. Also, the monero IRC channel is usually very helpful.

If you could it would be appreciated. I should specify, it's Mint Mate 17.2 I have installed. I'll try and get some time in the Monero IRC channel later today too.
1715314039
Hero Member
*
Offline Offline

Posts: 1715314039

View Profile Personal Message (Offline)

Ignore
1715314039
Reply with quote  #2

1715314039
Report to moderator
1715314039
Hero Member
*
Offline Offline

Posts: 1715314039

View Profile Personal Message (Offline)

Ignore
1715314039
Reply with quote  #2

1715314039
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
August 03, 2015, 06:56:19 AM
 #25962

I started liquidating and buying xmr about 2 months ago mostly because project is beefy. I understand putting the gui off is a good move because you want the back end super solid before even going there. But its interesting that this would also work as an invitation to old btc money who become interested. People have trouble taking alts seriously in general, but especially if they havent been around long. Some old btc cat checks out monero, grasps the tech, then sees there's not official gui. I think this to him says its still early to hop in. And I wonder if the decrease in priority related to the gui is partially to continue the invitation to hop in at a good price, with obvious rise still lying ahead. <removes tinfoil hat>

Heh heh...unfortunately it's nothing as clever as that:) We were full steam ahead with the GUI, but after the block 202612 attack we realised that we were doing so without preserving the security of our users. Because we're responsible (in a sense) for ensuring the general security of other people's money we realised we had to take a step back and start really digging into the internals that we had previously thought we'd leave for later. We announced this intention in the 12th Monero Missive, point 6. Subsequent to that we've grown to realise just how rocky those internals were, and we've devoted an inordinate amount of time to documenting, refactoring, replacing, and fixing various bits and pieces.

I'd sorta started learning enough python and extremely-intro cryptography to make sense of some of the tech behind monero. Ive been spending time diving into python and have a nice trader bot going. It is no rockstar but definitely makes me more income than drk MN income as well as my 6x280xs.

If you're interested in the cryptography (and like python) then you may be interested in some of the work the MRL have been doing:

https://github.com/ShenNoether/MiniNero
https://github.com/ShenNoether/LMDBExplorer

robricc
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
August 03, 2015, 02:17:36 PM
Last edit: August 03, 2015, 02:41:41 PM by robricc
 #25963

I've compiled Monero successfully on two different Linux Mint 17.1 boxes. These instructions look correct. I'm on a Mac right now, so I can't delve into this deeper at the moment. Just know that it does work. I can try and help later today or tomorrow. Also, the monero IRC channel is usually very helpful.

If you could it would be appreciated. I should specify, it's Mint Mate 17.2 I have installed. I'll try and get some time in the Monero IRC channel later today too.
OK, I just installed a fresh Mint 17.2 in a VM and indeed, there are dependencies above what's needed for Ubuntu. The process should look more like this:

Code:
sudo apt-get install git gcc-4.9 cmake libunbound2 libevent-2.0-5 libgtest-dev libboost1.55-dev libboost-system1.55-dev libboost-filesystem1.55-dev libboost-thread1.55-dev libboost-date_time1.55-dev libboost-chrono1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev libboost-program_options1.55-dev libunbound-dev build-essential libssl-dev libdb++-dev

Code:
git clone https://github.com/monero-project/bitmonero.git

Code:
cd bitmonero
make

Let me know how you make out.

edit: forgot libdb++-dev
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
August 03, 2015, 02:21:21 PM
 #25964


The full keys (spend + view) are 512 bits long. With a deterministic wallet the view key is a hash of the spend key so only the spend key is undetermined -- 256 bits. The short mnemonic versions use a 128 bits seed.

Any of these is sufficiently secure for practical purposes.


This was a very helpful graph in understanding bitcoin address basics.  Does anyone know of anything like this for Monero addresses? 
 


Hmm, I can create one of these easily. If only I liked creating graphics...
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
August 03, 2015, 02:23:17 PM
Last edit: August 03, 2015, 04:41:04 PM by luigi1111
 #25965

Isn't a private key way longer than an address?

This is probably wrong, but my though process:
No of bitcoin addresses = X^length

length = 32
x is no of characters. Since you have alphabet + capitals + numbers i would say X = 62.

It has to start with either a 1 or a 3 though, so 2 * 62^31, right?

The reason bitcoin addresses are short is they are hash of an ECC public key. In order to sign a transaction you have to provide with your signature, the full (longer) public key, which is first checked to hash to the address, before being used for verification.

But Monero address aren't directly comparable to Bitcoin addresses in another way. There is an extra step in the handling of stealth addresses that uses the address (public key) to create a new one-time key pair each time it is used. Only the one-time public key goes on the blockchain, not the address itself. That's why it is said that payments are unlinkable: no one can tell by looking at the blockchain the address that was used.


One-time keypairs essentially means there's something like 2^256 possible "addresses", irrespective of how many spend/view key combinations there are (though there'd be loads of collisions long before that).

I know this is a repeat question, but it is frustrating that I can't find an easy Google answer to it.  
  
How many Monero addresses are possible vs. bitcoin?  Bitcoin has 2^160 possible private keys, right?  How many does Monero have (I would assume more because the Monero addresses I see are much longer).  2^???

There's something like 2^256 private keys (almost all integers are valid), but only 2^160 public addresses.

Edit: well I guess 2^160 more p2sh addresses, so 2^161 total?
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
August 03, 2015, 02:37:54 PM
 #25966

This was a very helpful graph in understanding bitcoin address basics.  Does anyone know of anything like this for Monero addresses? 
 


OT: Note that this is for uncompressed pub keys. Compressed ones start with 0x02 or 0x03 instead of 0x04, and are 32 bytes long instead of 64.

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
August 03, 2015, 03:12:07 PM
 #25967

This was a very helpful graph in understanding bitcoin address basics.  Does anyone know of anything like this for Monero addresses? 
 


OT: Note that this is for uncompressed pub keys. Compressed ones start with 0x02 or 0x03 instead of 0x04, and are 32 bytes long instead of 64.

Well they're 33 and 65 bytes if you include the prefix. Smiley
g4q34g4qg47ww
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
August 03, 2015, 04:18:17 PM
 #25968


That's a good read, think i'll have work through the MRLSs

If you're interested in the cryptography (and like python) then you may be interested in some of the work the MRL have been doing:

https://github.com/ShenNoether/MiniNero
https://github.com/ShenNoether/LMDBExplorer

This is really really cool, thanks for the link. A lot of the functions in limited context i can see what they do, but will definitely spend a lot of time there trying to work out whats going on in bigger picture. This is great, will help with progressing my python and digging into monero guts Smiley
Hueristic
Legendary
*
Offline Offline

Activity: 3808
Merit: 4898


Doomed to see the future and unable to prevent it


View Profile
August 03, 2015, 04:20:05 PM
 #25969

FYI

https://geti2p.net/en/blog/post/2015/07/16/I2PCon

“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 03, 2015, 04:31:57 PM
 #25970

I've compiled Monero successfully on two different Linux Mint 17.1 boxes. These instructions look correct. I'm on a Mac right now, so I can't delve into this deeper at the moment. Just know that it does work. I can try and help later today or tomorrow. Also, the monero IRC channel is usually very helpful.

If you could it would be appreciated. I should specify, it's Mint Mate 17.2 I have installed. I'll try and get some time in the Monero IRC channel later today too.
OK, I just installed a fresh Mint 17.2 in a VM and indeed, there are dependencies above what's needed for Ubuntu. The process should look more like this:

Code:
sudo apt-get install git gcc-4.9 cmake libunbound2 libevent-2.0-5 libgtest-dev libboost1.55-dev libboost-system1.55-dev libboost-filesystem1.55-dev libboost-thread1.55-dev libboost-date_time1.55-dev libboost-chrono1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev libboost-program_options1.55-dev libunbound-dev build-essential libssl-dev libdb++-dev

Code:
git clone https://github.com/monero-project/bitmonero.git

Code:
cd bitmonero
make

Let me know how you make out.

edit: forgot libdb++-dev

Worked a treat. Thank you very much
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
August 03, 2015, 04:52:21 PM
 #25971

I've compiled Monero successfully on two different Linux Mint 17.1 boxes. These instructions look correct. I'm on a Mac right now, so I can't delve into this deeper at the moment. Just know that it does work. I can try and help later today or tomorrow. Also, the monero IRC channel is usually very helpful.

If you could it would be appreciated. I should specify, it's Mint Mate 17.2 I have installed. I'll try and get some time in the Monero IRC channel later today too.
OK, I just installed a fresh Mint 17.2 in a VM and indeed, there are dependencies above what's needed for Ubuntu. The process should look more like this:

Code:
sudo apt-get install git gcc-4.9 cmake libunbound2 libevent-2.0-5 libgtest-dev libboost1.55-dev libboost-system1.55-dev libboost-filesystem1.55-dev libboost-thread1.55-dev libboost-date_time1.55-dev libboost-chrono1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev libboost-program_options1.55-dev libunbound-dev build-essential libssl-dev libdb++-dev

Code:
git clone https://github.com/monero-project/bitmonero.git

Code:
cd bitmonero
make

Let me know how you make out.

edit: forgot libdb++-dev

Worked a treat. Thank you very much

thanks for posting. I've added it to my post on the monero support thread.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Arux
Hero Member
*****
Offline Offline

Activity: 500
Merit: 500



View Profile
August 03, 2015, 07:06:14 PM
 #25972

@GingerAle: you can simplify a bit and replace
Code:
libboost1.55-dev libboost-system1.55-dev libboost-filesystem1.55-dev libboost-thread1.55-dev libboost-date_time1.55-dev libboost-chrono1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev libboost-program_options1.55-dev
by
Code:
libboost1.55-all-dev
it install some additional unused lib but it's easier.

Code:
sudo apt-get install git gcc-4.9 cmake libunbound2 libevent-2.0-5 libgtest-dev libboost1.55-all-dev libunbound-dev build-essential libssl-dev libdb++-dev

BoscoMurray
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile
August 03, 2015, 07:54:47 PM
 #25973

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!
kazuki49
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
August 03, 2015, 08:18:40 PM
 #25974

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

ssssshhhhhhhhhh, monero is slow and bloated. Grin
dreamspark
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
August 03, 2015, 10:29:05 PM
 #25975

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

I haven't built monero or synched from scratch with the DB personally but this is certainly encouraging news. Impressive, very impressive.
americanpegasus
Hero Member
*****
Offline Offline

Activity: 770
Merit: 502



View Profile
August 03, 2015, 11:42:30 PM
 #25976

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

I haven't built monero or synched from scratch with the DB personally but this is certainly encouraging news. Impressive, very impressive.
 
 
With the reduced memory requirements is it time for me to set up my dedicated full node? 

I saw a brand new HP Intel Celeron laptop with 2GB of memory on sale at Best Buy last night for $179.  It was too good of a deal so I bought it.  I've been planning to create a Monero "pretty-secure" wallet station for a while so I'm not holding all my coins on Poloniex. 
 
The ultimate plan for the savings is to hold a third in a secure online service (currently Poloniex), a third on a full node running on a laptop only used to run that full node (with an encrypted backup), and a third in cold storage. 
 
Thoughts?  Also, this little thing came with Windows 8.  I've never used a Linux distro before, but I was thinking about trying it for this project. 
 
(also, I would obviously only play around with test amounts of coins until I am very confident in my abilities to send/receive Monero on a direct level)

Account is back under control of the real AmericanPegasus.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
August 03, 2015, 11:59:10 PM
 #25977

ssssshhhhhhhhhh, monero is slow and bloated. Grin

hello people!

I can confirm that Monero is slow and bloated Sad
vokain
Legendary
*
Offline Offline

Activity: 1834
Merit: 1019



View Profile WWW
August 04, 2015, 12:00:37 AM
 #25978

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

I haven't built monero or synched from scratch with the DB personally but this is certainly encouraging news. Impressive, very impressive.
 
 
With the reduced memory requirements is it time for me to set up my dedicated full node? 

I saw a brand new HP Intel Celeron laptop with 2GB of memory on sale at Best Buy last night for $179.  It was too good of a deal so I bought it.  I've been planning to create a Monero "pretty-secure" wallet station for a while so I'm not holding all my coins on Poloniex. 
 
The ultimate plan for the savings is to hold a third in a secure online service (currently Poloniex), a third on a full node running on a laptop only used to run that full node (with an encrypted backup), and a third in cold storage. 
 
Thoughts?  Also, this little thing came with Windows 8.  I've never used a Linux distro before, but I was thinking about trying it for this project. 
 
(also, I would obviously only play around with test amounts of coins until I am very confident in my abilities to send/receive Monero on a direct level)

I don't know if anything is proven but given the possibility of backdoors in Windows is presumably greater than open source, running Linux would probably be a very prudent move. Besides, the earlier you start building familiarity with Linux the better.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
August 04, 2015, 12:01:32 AM
 #25979

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

I haven't built monero or synched from scratch with the DB personally but this is certainly encouraging news. Impressive, very impressive.
 
 
With the reduced memory requirements is it time for me to set up my dedicated full node? 

I saw a brand new HP Intel Celeron laptop with 2GB of memory on sale at Best Buy last night for $179.  It was too good of a deal so I bought it.  I've been planning to create a Monero "pretty-secure" wallet station for a while so I'm not holding all my coins on Poloniex. 
 
The ultimate plan for the savings is to hold a third in a secure online service (currently Poloniex), a third on a full node running on a laptop only used to run that full node (with an encrypted backup), and a third in cold storage. 
 
Thoughts?  Also, this little thing came with Windows 8.  I've never used a Linux distro before, but I was thinking about trying it for this project. 
 
(also, I would obviously only play around with test amounts of coins until I am very confident in my abilities to send/receive Monero on a direct level)

Why not MyMonero as a secure online service instead of Poloniex? Smiley
g4q34g4qg47ww
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
August 04, 2015, 12:26:09 AM
Last edit: August 04, 2015, 12:45:25 AM by g4q34g4qg47ww
 #25980

LMDB sync from scratch in just over 3 hours, and daemon using only 60MB to 100MB RAM. DB is so small I can't find it. What a difference!

I haven't built monero or synched from scratch with the DB personally but this is certainly encouraging news. Impressive, very impressive.
 
  
With the reduced memory requirements is it time for me to set up my dedicated full node?  

I saw a brand new HP Intel Celeron laptop with 2GB of memory on sale at Best Buy last night for $179.  It was too good of a deal so I bought it.  I've been planning to create a Monero "pretty-secure" wallet station for a while so I'm not holding all my coins on Poloniex.  
  
The ultimate plan for the savings is to hold a third in a secure online service (currently Poloniex), a third on a full node running on a laptop only used to run that full node (with an encrypted backup), and a third in cold storage.  
  
Thoughts?  Also, this little thing came with Windows 8.  I've never used a Linux distro before, but I was thinking about trying it for this project.  
  
(also, I would obviously only play around with test amounts of coins until I am very confident in my abilities to send/receive Monero on a direct level)

Imho you should definitely generously run the full node, but not use that wallet for storing coins, nor really anywhere other than the most secure place you can manage. Using virtual machine (which is free and lets you run an instance of any os, linux it this case) in windows is really pain free once you get it set up. Pretty much any question you have about newb linux stuff has a hundred other people asking the same question in google search so learning goes fast. I think as far as micorosoft goes windows 8 seems okish, i wouldnt upgrade to 10 though. Bury that wallet behind crazy hash passwords on the virtual machine itself as well as *(a different one)* on the monero wallet then basically never touch it. I then sometimes would create a zip file out of the entire VM instance, chop it up into paswoord encoded zip files and bury those in tin cans in my grandmas back yard.

Edit: You can still send coins to your address successfully even if the only existing copy of the wallet has been sitting all chopped up in grandmas cold dirt for 7 months  Grin
Pages: « 1 ... 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 [1299] 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 ... 2123 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!