canth
Legendary
Offline
Activity: 1442
Merit: 1001
|
|
January 15, 2016, 06:50:56 PM |
|
Updated to 0.9.1 - no problems so far. Do we have an updated list of pools that are running 0.9.1? I'd rather not send my (meager) hash power to a pool operator that isn't paying attention.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
January 15, 2016, 07:22:06 PM |
|
Updated to 0.9.1 - no problems so far. Do we have an updated list of pools that are running 0.9.1? I'd rather not send my (meager) hash power to a pool operator that isn't paying attention.
All pools listed here seem to be on the correct chain -> https://monerohash.com/#networkI manually checked if they were on the same (block) height as moneroblocks.info, of whom we know is on the correct chain.
|
|
|
|
bitebits
Legendary
Offline
Activity: 2256
Merit: 3616
Flippin' burgers since 1163.
|
|
January 15, 2016, 10:59:07 PM |
|
Btw (for all other Linux noobs): using the program 'screen' to detach Bitmonerod, so it will not be killed by ending the SSH session, works perfectly:
- start an SSH session to your VPS - start the program 'screen' - run ./bitmonerod - press control+A and release, press D - Bitmonerod is now detached. You can continue with other Linux activities and/or exit the SSH session - To 'attach' Bitmonerod again (bring to foreground), type 'screen -r'
|
- You can figure out what will happen, not when /Warren Buffett - Pay any Bitcoin address privately with a little help of Monero.
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
January 15, 2016, 11:16:00 PM |
|
- start the program 'screen' - run ./bitmonerod - press control+A and release, press D
Can automate these steps with screen -dmS node ./bitmonerod To connect, screen -r or screen -r node (if you have multiple screen sessions) (I like to put something like the above in a crontab @reboot entry to start the node automatically at system startup)
|
|
|
|
saddambitcoin
Legendary
Offline
Activity: 1610
Merit: 1004
|
|
January 15, 2016, 11:42:51 PM |
|
Just think how many people have learned how to use the command line thanks to Monero!
|
|
|
|
bitebits
Legendary
Offline
Activity: 2256
Merit: 3616
Flippin' burgers since 1163.
|
|
January 27, 2016, 06:43:47 PM |
|
Is there a bitmonerod command (Windows), like with Bitcoin Core, to have the Monero blockchain stored in a different file location? I would like to store the Monero blockchain on my D drive instead of the C drive with limited space. You can also store Bitcoin data files in any other drive or folder.
If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of a shortcut to bitcoin-qt.exe and add -datadir=D:\BitcoinData at the end as an example:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitcoinData Start Bitcoin, now you will see all the files are created in the new data directory. Edit: found it. Somehow this was not showing with bitmonerd /? but only when I used an incorrect option: Settings: --data-dir arg (=C:\ProgramData\bitmonero) Specify data directory Edit2: wow you guys are quick! Thanks Apparently bitmonerod.exe /? gives different options then bitmonerd.exe --help
|
- You can figure out what will happen, not when /Warren Buffett - Pay any Bitcoin address privately with a little help of Monero.
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
January 27, 2016, 06:45:15 PM |
|
Is there a bitmonerod command, like with Bitcoin Core, to have the Monero blockchain stored in different file location? I would like to store the Monero blockchain on my D drive instead of the C drive with limited space. You can also store Bitcoin data files in any other drive or folder.
If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of a shortcut to bitcoin-qt.exe and add -datadir=D:\BitcoinData at the end as an example:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitcoinData Start Bitcoin, now you will see all the files are created in the new data directory. if your in windows, make your way to your terminal and type bitmonerod.exe --help this will give you all of the launch options. One of them should be data-dir.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
January 27, 2016, 06:45:34 PM |
|
Is there a bitmonerod command (Windows), like with Bitcoin Core, to have the Monero blockchain stored in a different file location? I would like to store the Monero blockchain on my D drive instead of the C drive with limited space. You can also store Bitcoin data files in any other drive or folder.
If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of a shortcut to bitcoin-qt.exe and add -datadir=D:\BitcoinData at the end as an example:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitcoinData Start Bitcoin, now you will see all the files are created in the new data directory. From reddit: (someone asked something similiar a few days ago) yes, bitmonerod does have this feature for specifying where you want the blockhain. i'm not sure on the default dir as i'm a osx/linux user. launch bitmonerod with --data-dir /path/to/whereyouwantblockchaintogo
|
|
|
|
DonYo
|
|
January 27, 2016, 07:09:30 PM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR
|
██████████ ██████████████████ ██████████████████████ ██████████████████████████ ████████████████████████████ ██████████████████████████████ ████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████ ██████████████ ████████████████████████████ ██████████████████████████ ██████████████████████ ██████████████████ ██████████ Monero
|
| "The difference between bad and well-developed digital cash will determine whether we have a dictatorship or a real democracy." David Chaum 1996 "Fungibility provides privacy as a side effect." Adam Back 2014
|
| | |
|
|
|
mmortal03
Legendary
Offline
Activity: 1762
Merit: 1011
|
|
January 28, 2016, 09:38:31 AM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting.
|
|
|
|
farfiman
Legendary
Offline
Activity: 1449
Merit: 1001
|
|
January 28, 2016, 09:59:50 AM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting. Might have been faster to download to the HDD and move to the thumbdrive.
|
"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
|
|
|
mmortal03
Legendary
Offline
Activity: 1762
Merit: 1011
|
|
January 28, 2016, 03:29:10 PM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting. Might have been faster to download to the HDD and move to the thumbdrive. Sure, but people have been arguing that SSDs have properties that make them significantly faster than HDDs at syncing the Monero blockchain (not to be confused with downloading it, of course). I thought I'd give that a shot. Obviously, this SSD's faster random write speed isn't helping that much. There must be some other bottleneck here.
|
|
|
|
farfiman
Legendary
Offline
Activity: 1449
Merit: 1001
|
|
January 28, 2016, 04:30:48 PM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting. Might have been faster to download to the HDD and move to the thumbdrive. Sure, but people have been arguing that SSDs have properties that make them significantly faster than HDDs at syncing the Monero blockchain (not to be confused with downloading it, of course). I thought I'd give that a shot. Obviously, this SSD's faster random write speed isn't helping that much. There must be some other bottleneck here. You stated a 32gb thumb drive- not an SSD- way big difference in speed.
|
"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
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
January 28, 2016, 04:32:47 PM |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting. Might have been faster to download to the HDD and move to the thumbdrive. Sure, but people have been arguing that SSDs have properties that make them significantly faster than HDDs at syncing the Monero blockchain (not to be confused with downloading it, of course). I thought I'd give that a shot. Obviously, this SSD's faster random write speed isn't helping that much. There must be some other bottleneck here. I'd hazard the lack of AES-NI in that CPU is helping form a bottleneck http://www.cpu-world.com/CPUs/Bobcat/AMD-E%20Series%20E-350%20-%20EME350GBB22GT.htmlIf you ran it with verify-off you might have seen some impressive numbers. I'm not 100% sure, but when bitmonerod is verifying and building its own blockchain on your device, it is verifying each block. So you essentially just re-mined the entire blockchain (well, not really.. you weren't finding blocks per se, but you were validating the work that was done). So if you were to start_mining in your current daemon and then did show_hr, you could see what kind of hash per second that CPU can do... then take an estimated # of transactions in the entire monero blockchain and divide by your hash / sec, and that'll give you a rough estimate of the verify-induced bottleneck. Perhaps. I could also not know what I'm talking about.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
January 29, 2016, 12:58:37 AM Last edit: January 29, 2016, 06:24:41 AM by smooth |
|
D:\XMR\bitmonerod.exe --data-dir C:\blockchain\XMR Yeah, tangential to this, yesterday I used this command to test how long it would take to download the Monero blockchain from scratch to a SanDisk Extreme 32GB USB 3.0 thumb drive. This was with an ASUS Eee PC 1215B Netbook (AMD E-350, 6GB RAM) running Windows 10 over a 66mb/s Ethernet connection. It took around 33 hours. This seems slower than a lot of people have been reporting. Might have been faster to download to the HDD and move to the thumbdrive. Sure, but people have been arguing that SSDs have properties that make them significantly faster than HDDs at syncing the Monero blockchain (not to be confused with downloading it, of course). I thought I'd give that a shot. Obviously, this SSD's faster random write speed isn't helping that much. There must be some other bottleneck here. I'd hazard the lack of AES-NI in that CPU is helping form a bottleneck http://www.cpu-world.com/CPUs/Bobcat/AMD-E%20Series%20E-350%20-%20EME350GBB22GT.htmlIf you ran it with verify-off you might have seen some impressive numbers. I'm not 100% sure, but when bitmonerod is verifying and building its own blockchain on your device, it is verifying each block. So you essentially just re-mined the entire blockchain (well, not really.. you weren't finding blocks per se, but you were validating the work that was done). So if you were to start_mining in your current daemon and then did show_hr, you could see what kind of hash per second that CPU can do... then take an estimated # of transactions in the entire monero blockchain and divide by your hash / sec, and that'll give you a rough estimate of the verify-induced bottleneck. Perhaps. I could also not know what I'm talking about. There are precomputed hashes for most of the blockchain (except the most recent blocks) so it shouldn't make much difference. But some cheap computers are just going to be slow one way or another, certainly a lot slower than high end desktops or servers.
|
|
|
|
mmortal03
Legendary
Offline
Activity: 1762
Merit: 1011
|
|
January 29, 2016, 09:42:59 PM |
|
You stated a 32gb thumb drive- not an SSD- way big difference in speed.
It's one of the faster thumb drives from 2013. No, it's not an internal SSD, but it's still better than a lot of HDDs, especially if random write speed helps. I'm not even certain that it does. A bottleneck for people could simply be the overall sequential write speed of the drive, SSD or not. I'm simply curious to know. Btw, I tested the same machine, syncing from scratch to the internal HDD, and it took about the same amount of time as the thumb drive, so there's probably some other bottleneck involved. It could be the slow processor. I'll have to run some tests on a faster machine. If you ran it with verify-off you might have seen some impressive numbers.
I thought --verify 0 was a blockchain_import command, not a bitmonerod command, so that wouldn't work... On a related note, I *did* try doing the bootstrap with blockchain.raw, but blockchain_import crashes on the first batch commit (or on block 190 if batching is off), so there's that. I made sure I was running the latest version, so, apparently, crashing during importing was *not* fixed. Anyway, I'm just curious about the performance aspects here.
|
|
|
|
bitebits
Legendary
Offline
Activity: 2256
Merit: 3616
Flippin' burgers since 1163.
|
|
February 03, 2016, 08:04:13 PM |
|
I feel almost ashamed to ask. But since support was so quick last time, I do it anyway Setting up my second Monero node on a VPS. But instead of downloading the blockchain, I like to upload it from my local harddisk (to decrease the change of being kicked from the VPS while syncing). But where under Ubuntu Server Linux is the blockchain stored? Been googling without any result.
|
- You can figure out what will happen, not when /Warren Buffett - Pay any Bitcoin address privately with a little help of Monero.
|
|
|
pa
|
|
February 03, 2016, 08:11:38 PM |
|
I feel almost ashamed to ask. But since support was so quick last time, I do it anyway Setting up my second Monero node on a VPS. But instead of downloading the blockchain, I like to upload it from my local harddisk (to decrease the change of being kicked from the VPS while syncing). But where under Ubuntu Server Linux is the blockchain stored? Been googling without any result. In OS X it's [home directory] --> [.bitmonero] --> [lmdb] --> [data.mdb]. I think it's the same in Linux. You can probably just copy and paste the lmdb subdirectory into the hidden .bitmonero directory.
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
February 03, 2016, 08:14:15 PM |
|
I feel almost ashamed to ask. But since support was so quick last time, I do it anyway Setting up my second Monero node on a VPS. But instead of downloading the blockchain, I like to upload it from my local harddisk (to decrease the change of being kicked from the VPS while syncing). But where under Ubuntu Server Linux is the blockchain stored? Been googling without any result. In OS X it's [home directory] --> [.bitmonero] --> [lmdb] --> [data.mdb]. I think it's the same in Linux. You can probably just copy and paste the lmdb subdirectory into the hidden .bitmonero directory. I can confirm its the same in ubuntu: /home/username/.bitmonero/lmdb/data.mdb
|
|
|
|
ArticMine
Legendary
Offline
Activity: 2282
Merit: 1050
Monero Core Team
|
|
February 03, 2016, 08:22:57 PM |
|
I can confirm that in Ubuntu the blockchain is stored in the hidden directory .bitmonero/lmdb/data.mdb in the users home directory. /home/<user>/.bitmonero/lmdb/data.mdb use the command in terminal to list hidden files
|
|
|
|
|