Bitcoin Forum
May 07, 2024, 02:03:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 [1822] 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667230 times)
garytheasshole
Full Member
***
Offline Offline

Activity: 406
Merit: 105


Chosŏn Minjujuŭi Inmin Konghwaguk


View Profile WWW
November 12, 2017, 11:36:17 AM
 #36421




By the way, what is a sure way to identify blockchain corruption? Is there a command to make the daemon recheck all the blocks?

rescan_bc

Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
November 12, 2017, 12:12:04 PM
 #36422




By the way, what is a sure way to identify blockchain corruption? Is there a command to make the daemon recheck all the blocks?

rescan_bc

That's a wallet command.

@Chicken_76. You'd have to check bitmonero.log for any errors. See here (at the bottom):

https://monero.stackexchange.com/questions/4462/my-blockchain-is-stuck-how-do-i-unstuck-it


Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Chicken_76
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
November 12, 2017, 12:13:39 PM
 #36423

By the way, what is a sure way to identify blockchain corruption? Is there a command to make the daemon recheck all the blocks?

rescan_bc

I don't see that in the help:

Code:
help
Monero 'Helium Hydra' (v0.11.1.0-release)
Commands:
  alt_chain_info          Print information about alternative chains
  ban                     Ban a given IP for a time
  bans                    Show the currently banned IPs
  bc_dyn_stats            Print information about current blockchain dynamic state
  diff                    Show difficulty
  exit                    Stop the daemon
  flush_txpool            Flush a transaction from the tx pool by its txid, or the whole tx pool
  hard_fork_info          Print hard fork voting information
  help                    Show this help
  hide_hr                 Stop showing hash rate
  is_key_image_spent      Prints whether a given key image is in the spent key images set, is_key_image_spent <key_image>
  limit                   limit <kB/s> - Set download and upload limit
  limit_down              limit <kB/s> - Set download limit
  limit_up                limit <kB/s> - Set upload limit
  out_peers               Set max number of out peers
  output_histogram        Print output histogram (amount, instances)
  print_bc                Print blockchain info in a given blocks range, print_bc <begin_height> [<end_height>]
  print_block             Print block, print_block <block_hash> | <block_height>
  print_cn                Print connections
  print_coinbase_tx_sum   Print sum of coinbase transactions (start height, block count)
  print_height            Print local blockchain height
  print_pl                Print peer list
  print_pl_stats          Print peer list stats
  print_pool              Print transaction pool (long format)
  print_pool_sh           Print transaction pool (short format)
  print_pool_stats        Print transaction pool statistics
  print_status            Prints daemon status
  print_tx                Print transaction, print_tx <transaction_hash>
  q                       ignored
  relay_tx                Relay a given transaction by its txid
  save                    Save blockchain
  set_log                 set_log <level>|<categories> - Change current loglevel, <level> is a number 0-4
  show_hr                 Start showing hash rate
  start_mining            Start mining for specified address, start_mining <addr> [<threads>] [do_background_mining] [ignore_battery], default 1 thread, no background mining
  start_save_graph        Start save data for dr monero
  status                  Show status
  stop_daemon             Stop the daemon
  stop_mining             Stop mining
  stop_save_graph         Stop save data for dr monero
  sync_info               Print information about blockchain sync state
  unban                   Unban a given IP
  update                  subcommands: check (check if an update is available), download (download it if there is), update (not implemented)
Chicken_76
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
November 12, 2017, 12:25:06 PM
 #36424

rescan_bc

That's a wallet command.

@Chicken_76. You'd have to check bitmonero.log for any errors. See here (at the bottom):

https://monero.stackexchange.com/questions/4462/my-blockchain-is-stuck-how-do-i-unstuck-it

For a dedicated server that would be quite inconvenient. You would have to run something that scans the log file for that error, and on finding one, script a daemon stop, delete blockchain and daemon start.

Here's a proposal for a new daemon feature: a command that would pause syncing, scan the blockchain for corruption and in case there is some, delete every block starting with the first corrupted one and resync from that point. What do you guys think, is it worth adding? Unfortunately I have no C++ skills, or I would have added this myself.  Embarrassed
Hueristic
Legendary
*
Offline Offline

Activity: 3808
Merit: 4896


Doomed to see the future and unable to prevent it


View Profile
November 13, 2017, 12:18:46 AM
Last edit: November 13, 2017, 01:24:45 AM by Hueristic
 #36425


I'm thinking as time goes by and the blockchain becomes bigger and bigger, the choice of filesystem for a node that handles many connections (open daemon for unlimited wallets) is going to be increasingly more important. You raise two points:

1. data integrity. For this copy-on-write filesystems are unmatched.

2. performance relative to one another being negligible. I beg to differ. Different filesystems handle fragmentation differently and that adds to the significant number of random reads for a node that has to handle a large number of wallet connections. For this I think filesystems without journal like ext2 might be fastest.

By the way, what is a sure way to identify blockchain corruption? Is there a command to make the daemon recheck all the blocks?

I would think God created ECC memory and parity drives for data integrity and you will always lose speed with security and integrity being your number one priority you cannot have both that is just the nature of the beast. The partitions are the lowest denominator that really has less bearing then benchmarks would have you believe.

I challenge you to setup multiple partitions and do a weeks real world comparison and doubt there would be any noticeable speed difference. Anyway I have been out of the industry for 17 years and have no desire to research a more specific answer for you but my previous years as a Senior Hardware Engineer is probably good enough for your purposes.


Thank you for dropping in and letting us know that you will never own this coin, do you do that for every coin or are we just Special?

LOL, that was nice  Cheesy




Smiley

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

Activity: 2968
Merit: 1198



View Profile
November 13, 2017, 02:54:57 AM
 #36426

By the way, what is a sure way to identify blockchain corruption? Is there a command to make the daemon recheck all the blocks?

When your node gets forked off the network. Since the entire network is synchronized and massively replicated, there is enormous redundancy and inherent error checking.

There is no real need to introduce additional redundancy or error checking at the node layer, although for a high availability service you might want to run multiple nodes and introduce some middleware to ensure they are in sync.
Gekkoo
Sr. Member
****
Offline Offline

Activity: 604
Merit: 252


View Profile
November 13, 2017, 03:04:39 AM
 #36427

Monero will be the next to show off his great strength and get great prices! I have some Monero and there is no reason to sell. Smiley
bitcrypto10101
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
November 13, 2017, 09:31:17 AM
 #36428

Monero will be the next to show off his great strength and get great prices! I have some Monero and there is no reason to sell. Smiley
Of course. Hold is the key to success.
GröBkAz
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
November 13, 2017, 09:40:28 AM
 #36429

how do you thing what price of XMR we may have in the end of the year?

atleast $170-200 i am expecting but there must be some stable trend
garytheasshole
Full Member
***
Offline Offline

Activity: 406
Merit: 105


Chosŏn Minjujuŭi Inmin Konghwaguk


View Profile WWW
November 13, 2017, 09:48:08 AM
 #36430

Difficulty went up quite a bit, guess the GPUs are back on it.

jemiro
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
November 13, 2017, 10:58:06 AM
 #36431

After 6 hours, 216 confirmations and counting still no wallet-exchange transfer. Not even a pending notice. After 6 hours too. All I did different was change the ringsize to 10. Is that normal? My other transfers took maybe 2 minutes.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
November 13, 2017, 11:37:48 AM
 #36432

After 6 hours, 216 confirmations and counting still no wallet-exchange transfer. Not even a pending notice. After 6 hours too. All I did different was change the ringsize to 10. Is that normal? My other transfers took maybe 2 minutes.

Which wallet are you using and are you using a local node or a remote node? Also, did you try to restart it?

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
jemiro
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
November 13, 2017, 12:25:49 PM
 #36433

After 6 hours, 216 confirmations and counting still no wallet-exchange transfer. Not even a pending notice. After 6 hours too. All I did different was change the ringsize to 10. Is that normal? My other transfers took maybe 2 minutes.

Which wallet are you using and are you using a local node or a remote node? Also, did you try to restart it?

Latest Hydra wallet. Several reboots. Both the localhost node on 18081 and the node.moneroworld.com on 18089.

This morning I noticed the bc is trying to synch but it's crawling. The wallet is also showing a much higher wallet balance than I should have but I can't send a smaller amount that I should have. 
Hueristic
Legendary
*
Offline Offline

Activity: 3808
Merit: 4896


Doomed to see the future and unable to prevent it


View Profile
November 13, 2017, 06:22:13 PM
 #36434

Just an FYI guys, not all keyboards are created equally! Hah this is no surprise, cherish those 486's and old mechanical input devices. Smiley


keyboard found to contain hidden keylogger

https://www.techspot.com/news/71768-popular-budget-mechanical-keyboard-found-contain-hidden-keylogger.html

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

Activity: 224
Merit: 100


View Profile
November 13, 2017, 09:52:28 PM
 #36435

Just an FYI guys, not all keyboards are created equally! Hah this is no surprise, cherish those 486's and old mechanical input devices. Smiley


keyboard found to contain hidden keylogger

https://www.techspot.com/news/71768-popular-budget-mechanical-keyboard-found-contain-hidden-keylogger.html

except it was debunk, there is no keylogger inside this keyboard...

Quote
Updated, 11/7/2017, 8:40am PT: An earlier version of the article stated that the keyboard's software was sending key presses. However, in a closer look, it seems that the Cloud Driver software doesn't send the key presses to the Alibaba server but only how many times each key has been pressed.

http://www.tomshardware.com/news/mantistek-gk2-collects-typed-keys,35850.html
garytheasshole
Full Member
***
Offline Offline

Activity: 406
Merit: 105


Chosŏn Minjujuŭi Inmin Konghwaguk


View Profile WWW
November 13, 2017, 09:57:56 PM
 #36436

Just an FYI guys, not all keyboards are created equally! Hah this is no surprise, cherish those 486's and old mechanical input devices. Smiley


keyboard found to contain hidden keylogger

https://www.techspot.com/news/71768-popular-budget-mechanical-keyboard-found-contain-hidden-keylogger.html

except it was debunk, there is no keylogger inside this keyboard...

Quote
Updated, 11/7/2017, 8:40am PT: An earlier version of the article stated that the keyboard's software was sending key presses. However, in a closer look, it seems that the Cloud Driver software doesn't send the key presses to the Alibaba server but only how many times each key has been pressed.

http://www.tomshardware.com/news/mantistek-gk2-collects-typed-keys,35850.html
Well key occurrences  along with if you have the timestamps of the keys pressed, depending how frequently stats get pushed home, you could make a list of probable words typed.

FujiMuji
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 14, 2017, 08:16:40 PM
 #36437

A pity for me Monero doesn't have the bounty campaign.  this coin is my real loved coin, the first I knew

real privacy transaction! all people can benefit.
TheFuzzStone
Legendary
*
Offline Offline

Activity: 1512
Merit: 1442


thefuzzstone.github.io


View Profile WWW
November 14, 2017, 08:51:24 PM
 #36438

Monero doesn't have the bounty campaign. 

... and this is awesome!  Cheesy

Wanna earn some XMR? Do something useful for the community.

Globb0
Legendary
*
Offline Offline

Activity: 2674
Merit: 2053


Free spirit


View Profile
November 14, 2017, 08:59:20 PM
 #36439

Just an FYI guys, not all keyboards are created equally! Hah this is no surprise, cherish those 486's and old mechanical input devices. Smiley


keyboard found to contain hidden keylogger

https://www.techspot.com/news/71768-popular-budget-mechanical-keyboard-found-contain-hidden-keylogger.html

except it was debunk, there is no keylogger inside this keyboard...

Quote
Updated, 11/7/2017, 8:40am PT: An earlier version of the article stated that the keyboard's software was sending key presses. However, in a closer look, it seems that the Cloud Driver software doesn't send the key presses to the Alibaba server but only how many times each key has been pressed.

http://www.tomshardware.com/news/mantistek-gk2-collects-typed-keys,35850.html
Well key occurrences  along with if you have the timestamps of the keys pressed, depending how frequently stats get pushed home, you could make a list of probable words typed.

It would seem if you only log in then largely use the mouse for browsing, they could get a pretty good anagram of your password after a few months.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
November 14, 2017, 10:32:00 PM
 #36440

After 6 hours, 216 confirmations and counting still no wallet-exchange transfer. Not even a pending notice. After 6 hours too. All I did different was change the ringsize to 10. Is that normal? My other transfers took maybe 2 minutes.

Which wallet are you using and are you using a local node or a remote node? Also, did you try to restart it?

Latest Hydra wallet. Several reboots. Both the localhost node on 18081 and the node.moneroworld.com on 18089.

This morning I noticed the bc is trying to synch but it's crawling. The wallet is also showing a much higher wallet balance than I should have but I can't send a smaller amount that I should have. 

To clarify, you sent from your wallet to the exchange right? Also, which operating system are you using?

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Pages: « 1 ... 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 [1822] 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 ... 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!