Bitcoin Forum
June 19, 2024, 11:15:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 [1190] 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669577 times)
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
May 05, 2015, 08:54:45 PM
 #23781

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
xa4
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 05, 2015, 09:02:32 PM
 #23782


I do not find the how-to but the github instructions are OK.
briefly on ubuntu 15.04, to make a "db" bitmonerod



Thx for the how to Arux.

Not sure Dockerizing Monero is usefull, but I'm gonna look into it once I've a better understanding of Docker.



Quote
Not using docker atm, but if there's some interest, I could publish Ansible roles for installing the daemon and simplewallet.


I'm not familiar with Ansible, how does it compare to Docker ?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 05, 2015, 09:20:39 PM
 #23783

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
May 05, 2015, 09:23:29 PM
 #23784

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?

Blockchain convert is a carryover from earlier stages of LMDB-branch development I think. Left it in their because if you have massive resources, its still useful. The converter is resource-intensive because it loads the entire blockchain in memory (like old-style monero did) and then it starts creating the LMDB database (so all thats going on). So if you've got very little RAM, its using virtual memory (scratch space) to store the memory blockchain and work on the new database file, so things crawl.

thats how I understand it. This was in a missive.

< 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 !!! @@@@
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 05, 2015, 09:27:33 PM
 #23785

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?

If you are doing -verify 0 it means none of the data is being checked at all as it is added to the database. If the raw file is in any way invalid, you can end up with a bad blockchain in a corrupt database and never know it until later when "something" goes wrong.

This is probably okay if you are importing a raw file you exported yourself from a working node (other than bugs), but probably not a good idea to use if you are downloading a raw file (other than maybe an official one, after verifying the checksum), and also probably not the greatest idea at this point when the code is still experimental (unless you are doing it for the purpose of an experiment).
medusa13
Sr. Member
****
Offline Offline

Activity: 453
Merit: 500

hello world


View Profile
May 05, 2015, 09:55:44 PM
 #23786

on windows, blockchain converter crashes for me. i dont know if its because i seem to run out of disc space.
also if i exyport and try to import, it allocates 16 gig of space just right in the beginning for the data.mdb

i had to move blockchain from %appData% to programData% for it to run

import runs now but very slow, lets see if it crashes.

edit: i clearly do this for fun Smiley so no need to worry bout me waitin 5 days Kiss

XMR Monero
mmortal03
Legendary
*
Offline Offline

Activity: 1762
Merit: 1010


View Profile
May 05, 2015, 11:22:49 PM
Last edit: May 06, 2015, 01:15:54 AM by mmortal03
 #23787

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.


Yeah, the same thing just happened to me. I'm going to give --batch-size 10000 a try.

Edit: Nope, that crashes, too. What's a reasonable value here?
kazuki49
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
May 06, 2015, 01:19:51 AM
 #23788

QFTT

Its always good to remember.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 06, 2015, 01:26:16 AM
 #23789

Yowsers. Look at this ridiculous transaction. http://moneroblocks.eu/tx/a292f8068a525a403700e8d4c76dc6496136790e01b442e55047e46a167a8784

Is it possible to have wallets do more intelligent transaction crafting in-order to avoid accumulating a billion random small denomination inputs?

Yes it's possible. The current algorithm is approximately keep choosing random outputs until it has enough (or maybe a little extra). That has some advantages in being unpredictable and disadvantages in being inefficient (and possibly others).

I suggest writing up a proposal and/or implementing it.

That said we don't know what that wallet might have looked like. If there's nothing but small outputs left in there and you try to spend a lot, you are going to get a lot of small outputs regardless of algorithm.

GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
May 06, 2015, 01:52:14 AM
 #23790

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.


Yeah, the same thing just happened to me. I'm going to give --batch-size 10000 a try.

Edit: Nope, that crashes, too. What's a reasonable value here?

i saw someone suggest 100 on IRC.

< 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 !!! @@@@
mmortal03
Legendary
*
Offline Offline

Activity: 1762
Merit: 1010


View Profile
May 06, 2015, 04:14:58 AM
 #23791

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.


Yeah, the same thing just happened to me. I'm going to give --batch-size 10000 a try.

Edit: Nope, that crashes, too. What's a reasonable value here?

To answer my own question, I finally got it to complete successfully with --batch-size 5000. I tried 8000 before that, but that crashed just like 10000 and 20000.

Now that I have the lmdb folder in the right place and the binaries replaced, it does seem to be be working with MoneroX. It's now downloading the blocks that I was behind on. This looks promising.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
May 06, 2015, 05:44:41 AM
 #23792

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.


Yeah, the same thing just happened to me. I'm going to give --batch-size 10000 a try.

Edit: Nope, that crashes, too. What's a reasonable value here?

We've been most successful with 1000 on Windows, which is probably what we'll set the default as.

fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
May 06, 2015, 05:48:34 AM
 #23793

is there a way so i can seed the blockchain even better? i have bandwidth to give.


oh someone deleted my post from yesterday, why?  Cry
i thought it was funny, sorry english is not my native language

You are not alone.

Whoever is acting as the Thread Nazi doesn't seem to appreciate it when someone that is a non-Dev acknowledges another person's attempt at humor or makes an attempt at humor themselves.

I had a post deleted that consisted solely of "lawlz" in response to a Dev's humorous post.

I took it as a hint and now refrain from posting lalwz. Kiss

It's not non-dev posts, my trollbeads post got removed too. I sent a message to the moderator of this section to find out why, and he pointed to this thread: https://bitcointalk.org/index.php?topic=703657.0

We're continuing to add functionality to the Monero forum (recently we added @username highlighting) so the conversation will evolve there.

5w00p
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502



View Profile
May 06, 2015, 06:06:07 AM
 #23794

Interesting, fluffypony. I stand corrected.

I look forward to the conversation moving to the Monero forum. I wonder if we can have an Esperanto-only thread there.
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
May 06, 2015, 06:06:58 AM
 #23795

^I'm running blockchain_import now. I tried blockchain_convert first, but export and then import (with --verify 0) works much faster for me.

Is there a drawback to this? If this works and is a lot faster, then what's the point of blockchain_convert?
It worked until it stopped at block ~240000 - tried it twice. I'm now back to converter.

Is this on Windows? I remember seeing something about setting the block size smaller being a work around for that.


Yeah, the same thing just happened to me. I'm going to give --batch-size 10000 a try.

Edit: Nope, that crashes, too. What's a reasonable value here?

To answer my own question, I finally got it to complete successfully with --batch-size 5000. I tried 8000 before that, but that crashed just like 10000 and 20000.

Now that I have the lmdb folder in the right place and the binaries replaced, it does seem to be be working with MoneroX. It's now downloading the blocks that I was behind on. This looks promising.
Yes, it's Windows. I've tried the compile process for the first time since it was changed from visual studio to msys. Back then in the Monero second-third weeks it took me more then a week to compile it for the first time with VS/Intel compiler. The new msys compile process is very easy and straightforward and anyone could compile it from scratch in an hour. The import is now working with batch of 3000 on my PC and it's on block ~336000. It starts very fast and then each new 3000 batch is slower and slower. Adding all the blocks/transactions is O(n*log(n)) and it shouldn't be that slow. The import process is already faster then sync from the genesis block, but it could be optimized to finish in minutes instead of hours.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
farfiman
Legendary
*
Offline Offline

Activity: 1449
Merit: 1001



View Profile
May 06, 2015, 06:40:44 AM
 #23796


...
It's not non-dev posts, my trollbeads post got removed too. I sent a message to the moderator of this section to find out why, and he pointed to this thread: https://bitcointalk.org/index.php?topic=703657.0
....
good one
Just the the first 3 on the list will kill 90% of the messages Smiley  (including this one)

1. No zero or low value, pointless or uninteresting posts or threads.
2. No off-topic posts.
3. No trolling.




"We are just fools. We insanely believe that we can replace one politician with another and something will really change. The ONLY possible way to achieve change is to change the very system of how government functions. Until we are prepared to do that, suck it up for your future belongs to the madness and corruption of politicians."
Martin Armstrong
acha
Jr. Member
*
Offline Offline

Activity: 51
Merit: 10


View Profile
May 06, 2015, 07:05:10 AM
 #23797

Hi!
Monero pool monero.crypto-pool.fr a day does not give xmr. What happened?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 06, 2015, 07:06:42 AM
 #23798

Hi!
Monero pool monero.crypto-pool.fr a day does not give xmr. What happened?

Ask here: https://bitcointalk.org/index.php?topic=658990.0
medusa13
Sr. Member
****
Offline Offline

Activity: 453
Merit: 500

hello world


View Profile
May 06, 2015, 02:11:01 PM
 #23799

ok i managed to convert on windows 7 x64 with batch size 1000 using blockchain_converter. was really fast(maybe 30min), but:

- data.mdb uses now more than 16gb, this is not normal no? this looks like some crazy pre allocation. same happens when exporting / importing.
- i want to highlight again, on windows monero uses now %programData% as default location instead of %appData% like in 0.8.8.6.

i am fully synced right now and bitmonerod uses 31 Megabyte of ram  Grin
good job devs !!! Kiss

XMR Monero
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
May 06, 2015, 02:13:43 PM
 #23800

ok i managed to convert on windows 7 x64 with batch size 1000 using blockchain_converter. was really fast(maybe 30min), but:

- data.mdb uses now more than 16gb, this is not normal no? this looks like some crazy pre allocation. same happens when exporting / importing.
- i want to highlight again, on windows monero uses now %programData% as default location instead of %appData% like in 0.8.8.6.

i am fully synced right now and bitmonerod uses 31 Megabyte of ram  Grin
good job devs !!! Kiss


yeah, thats the size of my data.mdb. Fluffypony said it something with windows not liking sparse files. Whatever that means.

weird - I think my data.mdb was in %appData%/bitmonerod/LMDB , not %programData%, but I'll double check when I get home.

< 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 !!! @@@@
Pages: « 1 ... 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 [1190] 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 ... 2125 »
  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!