Bitcoin Forum
April 18, 2026, 01:48:03 AM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 [855] 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 ... 2131 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4676359 times)
nuxxer
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 21, 2014, 05:39:37 AM
 #17081



monero not in list ?
saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1006



View Profile
November 21, 2014, 05:41:54 AM
 #17082


i was told they will add in a couple weeks

shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
November 21, 2014, 05:45:06 AM
 #17083

Can someone please update the Official Windows blockchain download?

Thanks
e-coinomist
Legendary
*
Offline Offline

Activity: 2380
Merit: 1085


Money often costs too much.


View Profile
November 21, 2014, 05:57:58 AM
 #17084


Mixed feelings. "The exchange rate shown is exactly what you'll receive, minus only the "miner fee."" is interesting in pointing out the difference on choosen set of POW mined coins.
Somehow the POS "miner fee" is missing inside that list.

And can XMR compete with "DRK Miner Fee: 0.003 DRK" for example? Summarises the "user experience" waiting patiently on a memory hog that needs aeons to sync (not the coin, this references a timespan  Cool ) then costing you a half day of mining on average desktop machine just for sending a single transaction. Which on the other hand then gets confirmed through the network even quicker then your fragile simplewallet/monerod combo is able to shutdown save to disk again. Time is money, too.

A geek might not recognize those issues. A let's name them customer would turn into a non-customer on that.


Second argument, pretty much of the crypto subculture is surrounding the exchange sites, their chat environment. The completely existing in limbo setup like "No emails or passwords. No lengthy sign­up process. No accounts. No bid and ask orders. No friction." is exactly lacking that friction. Geek advise: If you did not catched that, ask a woman.
dewdeded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1013


Monero Evangelist


View Profile
November 21, 2014, 06:03:43 AM
 #17085

I would run such a service with a fair fee or even with no fee. I just need an NodeJS-coder to port/code it.
Like I said I have the shapeshift.io source code. Its working for BTC<->LTC, I need an coder to make it work for Monero.

All the rest to run the proejct I have (Monero domains, marketing know-how, servers, experience running hidden services, ...).

Obvious if choosen to run with small, fair fee, I would split earned fees with coder who made it work.
nuxxer
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
November 21, 2014, 06:04:13 AM
 #17086

Can someone please update the Official Windows blockchain download?

Thanks

blockchain is now about ~3GB , I have it.
shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
November 21, 2014, 06:10:05 AM
 #17087

Can someone please update the Official Windows blockchain download?

Thanks

blockchain is now about ~3GB , I have it.

Thanks for the offer.

I was hoping that someone in an official capacity could update the blockchain download link so it's not so far behind.  It's little things like that will drive you crazy.  If you're going to link the blockchain at least update it periodically.

Windows version
dewdeded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1013


Monero Evangelist


View Profile
November 21, 2014, 06:14:29 AM
 #17088

Keep bumping your request, till someone does.
shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
November 21, 2014, 06:19:52 AM
 #17089

Keep bumping your request, till someone does.

Ha ha

They know.  That's why it's so frustrating.  Seems like a simple task.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
November 21, 2014, 06:24:44 AM
 #17090

Keep bumping your request, till someone does.

Ha ha

They know.  That's why it's so frustrating.  Seems like a simple task.


I don't believe it's getting updated till the new DB is released soon®
e-coinomist
Legendary
*
Offline Offline

Activity: 2380
Merit: 1085


Money often costs too much.


View Profile
November 21, 2014, 06:58:15 AM
 #17091

I was hoping that someone in an official capacity could update the blockchain download link so it's not so far behind.  It's little things like that will drive you crazy.  If you're going to link the blockchain at least update it periodically.

Windows version
The format is not portable. So either we want
  • a portable database format
  • a converter commandline tool
  • an export/import function in the daemon for a monero-only, specific asccii dump
osensei
Member
**
Offline Offline

Activity: 70
Merit: 10

https://monerohash.com


View Profile WWW
November 21, 2014, 07:14:57 AM
 #17092

For those who are trying out the DB version on HDD (not SSD), I've made a small tweak to the code that massively improves HDD performance.

On bitmonero/src/cryptonote_core/BlockchainDB_impl/db_lmdb.cpp, change line 727 from:
Code:
if (auto result = mdb_env_open(m_env, filename.c_str(), 0, 0664))
to:
Code:
if (auto result = mdb_env_open(m_env, filename.c_str(), MDB_MAPASYNC | MDB_WRITEMAP, 0664))

I'm not sure whether it may have some implications like corrupted data on crash or something, but I've tested killing the daemon while syncing, and starting it up again, and it continued without any trouble from where it left before killing it.

The only side-effect I've noticed so far, is that it instantly allocates 16GB to data.mdb, but it makes it incredibly faster.

So, if you want to try it out, do it at your own risk Smiley

Cheers!

MoneroHash.com - U.S. Mining Pool
shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
November 21, 2014, 07:39:02 AM
 #17093

I was hoping that someone in an official capacity could update the blockchain download link so it's not so far behind.  It's little things like that will drive you crazy.  If you're going to link the blockchain at least update it periodically.

Windows version
The format is not portable. So either we want
  • a portable database format
  • a converter commandline tool
  • an export/import function in the daemon for a monero-only, specific asccii dump

It isn't complicated.  Just update the file.  It has nothing to do with the future database.  The link to the current blockchain is too old. 
dewdeded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1013


Monero Evangelist


View Profile
November 21, 2014, 08:00:41 AM
 #17094

ask on #monero-dev every three hours till some one does Wink
binaryFate
Legendary
*
Offline Offline

Activity: 1512
Merit: 1012


Still wild and free


View Profile
November 21, 2014, 08:05:33 AM
 #17095

I was hoping that someone in an official capacity could update the blockchain download link so it's not so far behind.  It's little things like that will drive you crazy.  If you're going to link the blockchain at least update it periodically.

Windows version
The format is not portable. So either we want
  • a portable database format
  • a converter commandline tool
  • an export/import function in the daemon for a monero-only, specific asccii dump

It isn't complicated.  Just update the file.  It has nothing to do with the future database.  The link to the current blockchain is too old. 

I remember smooth saying it was on purpose.

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

Activity: 896
Merit: 1001



View Profile
November 21, 2014, 08:28:03 AM
 #17096

I was hoping that someone in an official capacity could update the blockchain download link so it's not so far behind.  It's little things like that will drive you crazy.  If you're going to link the blockchain at least update it periodically.

Windows version
The format is not portable. So either we want
  • a portable database format
  • a converter commandline tool
  • an export/import function in the daemon for a monero-only, specific asccii dump

It isn't complicated.  Just update the file.  It has nothing to do with the future database.  The link to the current blockchain is too old. 

I remember smooth saying it was on purpose.

Why?
Globb0
Legendary
*
Offline Offline

Activity: 2716
Merit: 2053


Free spirit


View Profile
November 21, 2014, 08:53:07 AM
 #17097

is your signature not marketing ?  Smiley

Yeah... Smiley
But I mean, we're very restraint in general. Just because it's not the time, or just because some in the community are involved in things that might help to market it indirectly, or on a longer term. I'm really glad we're not on the usual "heavy shiny promises marketing" crappy road most altcoins take right from the beginning. But I wonder if we're not too much the other extreme...  Tongue
It's no good to have only geek/engineer/scientists in a team for instance, they tend to assume a superior tech *must* win in the long run, and can't figure out that a different outcome is actually possible.

I'm partly kidding, I actually don't think we're being "so smart that we are completely counter productive", but nevertheless I think there is room for thoughts.


i agree, if this is the best anon technology someone needs to tell the world or we will be fighting the coin who does and they will be bitcoin to our Mooncoin because they have got out there and got the network and the uses sown up.

A friendly wallet is just something nice and easy to link to I think for a toe in the water to a new user.
Globb0
Legendary
*
Offline Offline

Activity: 2716
Merit: 2053


Free spirit


View Profile
November 21, 2014, 08:59:00 AM
 #17098


Why?

I think it might have been around the checkpointing and at the time defending the attacks we were having
papa_lazzarou
Hero Member
*****
Offline Offline

Activity: 649
Merit: 500



View Profile
November 21, 2014, 11:03:51 AM
 #17099


Why?

I think it might have been around the checkpointing and at the time defending the attacks we were having

The Windows 64bit blockchain.bin  ( http://monero.cc/downloads/blockchain/win/blockchain.bin )  is 44 days old, so much for "always updated and current"...

My hope is that they plan to bring to life the new type of blockchain quite soon.
Maybe that's the reason?

There are two reasons. One is that we froze the blockchain download after the first attack to maintain a constant verifiable hash. The second is the new self-verifying download format you mention being almost done.

For now you if you download the file you will need to sync up 1-2 months of blocks using the normal mechanism.


smooth
Legendary
*
Offline Offline

Activity: 2982
Merit: 1203



View Profile
November 21, 2014, 11:06:56 AM
 #17100

What was said in the previous post. Also, we'll probably update it when we finally get the new Windows binaries ready.
Pages: « 1 ... 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 [855] 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 ... 2131 »
  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!