Author

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

legendary
Activity: 2268
Merit: 1141
Hi all,

Can anybody help me?

I need the full blockchain for win7/32 bit.

I could not find it on the net, only for 64 bit.

There is no 32 bit version in the OP.

There's a 32 bit version available here:

https://getmonero.org/downloads/
full member
Activity: 204
Merit: 137
SmileyGnome
XMR caught me off guard. Never saw it going to the moon like this.
hero member
Activity: 742
Merit: 500
Hi all,

Can anybody help me?

I need the full blockchain for win7/32 bit.

I could not find it on the net, only for 64 bit.

There is no 32 bit version in the OP.
sr. member
Activity: 325
Merit: 250
Hi all,

Can anybody help me?

I need the full blockchain for win7/32 bit.

I could not find it on the net, only for 64 bit.
newbie
Activity: 1
Merit: 0
Have you been thinking it's “Way too hard to acquire these Monero Bucks”?

A Step By Step Guide to Compiling Monero on OSX:

I've noticed an increase of people wanting to compile the latest code. While there are plenty of Linux resources I haven't seen many for OSX. Also, the bitmonero Github README points to instructions that install an older release, which is not what you want.

The good thing is, the instructions are not much different from Linux, but if you're new to the command line this may be intimidating to figure out.

Just follow these instructions step by step in your Terminal and you'll be running in no time.

1. Install Homebrew.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Install various packages needed to build the Monero daemon and wallet.
brew install git boost cmake libevent miniupnpc

3. Clone the bitmonero repository to your computer using Git.
git clone https://github.com/monero-project/bitmonero.git bitmonero

4. cd bitmonero

5. Finally, compile the code.
make release

6. If you get no errors, you're ready to start the daemon and begin syncing the blockchain.
cd build/release/bin
./bitmonerod

7. Command+T to open another Terminal tab. Now you can run simplewallet and start using Monero!
./simplewallet

8. If you found this guide helpful, feel free to donate 1 XMR like so:
Code:
transfer 3 47Vmj6BXSRPax69cVdqVP5APVLkcxxjjXdcP9fJWZdNc5mEpn3fXQY1CFmJDvyUXzj2Fy9XafvUgMbW91ZoqwqmQ6RjbVtp 1



Thx at first for the guide but I got some problems.

I just tryed to install the monero wallet, but getting error message after step 1 of this manual. plus I'am new in using the terminal.

end of sucessfull step 1:
Install Xcode: https://developer.apple.com/xcode
Run `brew help` to get started
Further documentation: https://git.io/brew-docs
==> Homebrew has enabled anonymous aggregate user behaviour analytics
Read the analytics documentation (and how to opt-out) here:
  https://git.io/brew-analytics

without installing x-code I get this error message by step 2:

xyz-xyzs-MacBook-Pro-15:~ xyzxyz$ brew install git boost cmake libevent miniupnpc
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
You must: brew install git
Error: undefined method `>=' for nil:NilClass
Please report this bug:
    https://git.io/brew-troubleshooting
/usr/local/Library/Homebrew/extend/os/mac/development_tools.rb:72:in `default_compiler'
/usr/local/Library/Homebrew/tab.rb:165:in `empty'
/usr/local/Library/Homebrew/tab.rb:137:in `for_formula'
/usr/local/Library/Homebrew/formula_installer.rb:396:in `effective_build_options_for'
/usr/local/Library/Homebrew/formula_installer.rb:376:in `block in expand_dependencies'
/usr/local/Library/Homebrew/dependency.rb:106:in `block in action'
/usr/local/Library/Homebrew/dependency.rb:104:in `catch'
/usr/local/Library/Homebrew/dependency.rb:104:in `action'
/usr/local/Library/Homebrew/dependency.rb:83:in `block in expand'
/usr/local/Library/Homebrew/dependency.rb:80:in `each'
/usr/local/Library/Homebrew/dependency.rb:80:in `expand'
/usr/local/Library/Homebrew/formula_installer.rb:374:in `expand_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:296:in `compute_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:131:in `verify_deps_exist'
/usr/local/Library/Homebrew/formula_installer.rb:124:in `prelude'
/usr/local/Library/Homebrew/cmd/install.rb:271:in `install_formula'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `block in install'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `each'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `install'
/usr/local/Library/Homebrew/brew.rb:91:in `
'
Error: Git must be installed and in your PATH!
Error: undefined method `>=' for nil:NilClass
Please report this bug:
    https://git.io/brew-troubleshooting
/usr/local/Library/Homebrew/extend/os/mac/development_tools.rb:72:in `default_compiler'
/usr/local/Library/Homebrew/tab.rb:165:in `empty'
/usr/local/Library/Homebrew/tab.rb:137:in `for_formula'
/usr/local/Library/Homebrew/formula_installer.rb:396:in `effective_build_options_for'
/usr/local/Library/Homebrew/formula_installer.rb:376:in `block in expand_dependencies'
/usr/local/Library/Homebrew/dependency.rb:106:in `block in action'
/usr/local/Library/Homebrew/dependency.rb:104:in `catch'
/usr/local/Library/Homebrew/dependency.rb:104:in `action'
/usr/local/Library/Homebrew/dependency.rb:83:in `block in expand'
/usr/local/Library/Homebrew/dependency.rb:80:in `each'
/usr/local/Library/Homebrew/dependency.rb:80:in `expand'
/usr/local/Library/Homebrew/formula_installer.rb:374:in `expand_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:296:in `compute_dependencies'
/usr/local/Library/Homebrew/formula_installer.rb:131:in `verify_deps_exist'
/usr/local/Library/Homebrew/formula_installer.rb:124:in `prelude'
/usr/local/Library/Homebrew/cmd/install.rb:271:in `install_formula'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `block in install'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `each'
/usr/local/Library/Homebrew/cmd/install.rb:150:in `install'
/usr/local/Library/Homebrew/brew.rb:91:in `
'
xyz-xyzs-MacBook-Pro-15:~ xyzxyz$

so is the error caused by the absence of x-code or is their another reason for it? Btw. I'am downloading now x code takes around 2 hours my internet connection is unfortunately mediocre.

so thx for reading.
legendary
Activity: 1722
Merit: 1217
Why is this shit still pumping

Have you read the whitepaper?
sr. member
Activity: 807
Merit: 423
Why is this shit still pumping
When you have shit for brains, you see shit everywhere--
https://m.youtube.com/watch?v=p2ZXa8SUxPg
legendary
Activity: 1120
Merit: 1000
Why is this shit still pumping
legendary
Activity: 1552
Merit: 1047
Bitsquare is a decentralized bitcoin exchange. Your funds are located on your own computer and there are no KYC/AML type of ID requirements. It's now even possible to run it on raspberry pi (albeit a bit slow).

I think Monero is a perfect fit so I've been doing market making for some weeks now. Volume and bids has been in a nice steady uptrend for August and September and Monero has actually become the currency with the most liquidity on bitsquare.

But it's still relatively low volume, so we need more traders. Please consider checking it out. Come to #bitsquare on IRC if you have questions.

Current Order Book:


Trades:


Top 5 coins on bitsquare (sorted by offers):

hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
Hello
I'm trying to synchronize monero network with blockchain but after 1 day I see still 93000 of 1000000+. How much would take it?

Thank you

This is dependent on your hardware.  My slow HD with limited memory takes a while, maybe 2-3 days.  A SSD with appropriate memory takes hours. 

Maybe you have dial up modem Tongue
You could also try starting bitmonerod with "bitmonerod --db-sync-mode fastest:async:12000". This helps a lot on some configurations. If you have more then one physical drive (internal/external) you could use the "--data-dir O:\MONERO_blockchain" option to store the blockchain on this idle drive. If you have small SSD you could sync on the SSD and after sync move the blockchain to the HDD. Don't forget to exit entering the 'exit' command in bitmonerod - otherwise you may need to start the sync from the beginning.
legendary
Activity: 1624
Merit: 1008
Hello
I'm trying to synchronize monero network with blockchain but after 1 day I see still 93000 of 1000000+. How much would take it?

Thank you

This is dependent on your hardware.  My slow HD with limited memory takes a while, maybe 2-3 days.  A SSD with appropriate memory takes hours. 

Maybe you have dial up modem Tongue
sr. member
Activity: 378
Merit: 250
Hello
I'm trying to synchronize monero network with blockchain but after 1 day I see still 93000 of 1000000+. How much would take it?

Thank you

At your rate, about 2 weeks.
newbie
Activity: 1
Merit: 0
Hello
I'm trying to synchronize monero network with blockchain but after 1 day I see still 93000 of 1000000+. How much would take it?

Thank you
newbie
Activity: 22
Merit: 0

Is there a launch date for the monero GUI wallet ?

Thank you!
legendary
Activity: 1596
Merit: 1030
Sine secretum non libertas
Atreides also collected donations for freebazaar, which went nowhere. I sense a trend.
sr. member
Activity: 807
Merit: 423
...

WTF am I doing wrong? I'd like to mine Monero, but I'm not going to use Winblows to do it .....( the newest version of winblows that I have is xp pro )

I can point out one thing is that dwarfpool.com owner is a scammer so don't use but otherwise I would post this in the mining section.
Just a suggestion, bbOOmm.  Please put your stuff in a code window.
Use the # button, right above the smileys.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
sr. member
Activity: 448
Merit: 250
...

WTF am I doing wrong? I'd like to mine Monero, but I'm not going to use Winblows to do it .....( the newest version of winblows that I have is xp pro )

I can point out one thing is that dwarfpool.com owner is a scammer so don't use but otherwise I would post this in the mining section.

heh .... ok, besides that dwarfpool thing.... ( this is the first I've heard of that - I mine ethereum there. ) What is the back story with dwarfpool?


here is the back story that i know,almost fifty percent of ethereum mining is powered by dwarfpool,since all the folks are looking for a decentralized platform which is the core of ethereum,dwarfpool has taken over that decentralized image,so these sorts of rumors spills so that people dont use dwarfpool, and that is the fact, if anyone has any proof that dwarfpool owner is a scammer,please feel free to post the details.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
...

WTF am I doing wrong? I'd like to mine Monero, but I'm not going to use Winblows to do it .....( the newest version of winblows that I have is xp pro )

I can point out one thing is that dwarfpool.com owner is a scammer so don't use but otherwise I would post this in the mining section.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
Well that was the triple top i was waiting for, almost fully out of monero now

sliding some of those profits into project zion: https://bitcointalksearch.org/topic/ann-zion-project-zion-final-24hours-of-crowdsale-1604526

cryptonote + darknet markets = $$$

Sockpuppet much dave?
Jump to: