Bitcoin Forum
May 04, 2024, 12:33:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667221 times)
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2014, 04:02:04 AM
 #41

It usually goes up a litte after a while too. You might crack 10
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
1714825989
Hero Member
*
Offline Offline

Posts: 1714825989

View Profile Personal Message (Offline)

Ignore
1714825989
Reply with quote  #2

1714825989
Report to moderator
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
April 25, 2014, 04:02:19 AM
 #42

Hexacore i7 4930k

or am I getting 8.5ish in total ?

It's the total from all threads. Here's a mining hardware comparison for this algorithm: https://wiki.bytecoin.org/wiki/Mining_hardware_comparison

Also note that the hash rate ramps up over a few minutes. A 4930K gets 9.6 H/s according to that page.
Coodex
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 25, 2014, 04:09:57 AM
 #43

Thanks guys, I am getting 10.1~ now  Grin
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
April 25, 2014, 04:11:57 AM
 #44

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s
Coodex
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 25, 2014, 04:25:39 AM
 #45

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s

Yeah, I am on Windows 8.1 and using 12 threads :S

Mother of linux T_T
Dassd
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 25, 2014, 04:36:51 AM
 #46

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
April 25, 2014, 05:38:43 AM
 #47

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s

Yeah, I am on Windows 8.1 and using 12 threads :S

Mother of linux T_T

Yeah, Linux is quite a bit faster. But it's easy to mine using it if you follow the instructions in the beginning of the thread Smiley

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
crowning
Full Member
***
Offline Offline

Activity: 212
Merit: 100


Activity: -42


View Profile
April 25, 2014, 05:47:56 AM
 #48

"Error: wallet failed to connect to daemon (http://localhost:18081). Daemon either is not started or passed wrong port.
Please, make sure that daemon is running or restart the wallet with correct daemon address."



Still get this error.

The daemon is running,  synced with the network, and is according to its own log listening on its default port (log:  "Core rpc server initialized OK on port: 18081").

There's no local firewall, and I also started the daemon and wallet with a different port number just to make sure no one else uses this port.

A telnet to localhost on port 18081 works, so someone is listening.

The Windows build seems kinda buggy...
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
April 25, 2014, 05:53:31 AM
 #49

Code:
$ tsocks ssh -N -f -D 18080 user@myIP

$ ./bitmonerod

2014-Apr-25 14:51:39.170760 Initializing p2p server...
2014-Apr-25 14:51:39.170951 Binding on 0.0.0.0:18080
... what=bind: Address already in use

How can I reverse tunnel with Monero?

You need to bind it for the daemon separately, see the arguments you can give it from --help
Sorry, can you explain more?
mickey_miner
Sr. Member
****
Offline Offline

Activity: 910
Merit: 250


Proof-of-Stake Blockchain Network


View Profile
April 25, 2014, 06:05:10 AM
 #50

"Error: wallet failed to connect to daemon (http://localhost:18081). Daemon either is not started or passed wrong port.
Please, make sure that daemon is running or restart the wallet with correct daemon address."



Still get this error.

The daemon is running,  synced with the network, and is according to its own log listening on its default port (log:  "Core rpc server initialized OK on port: 18081").

There's no local firewall, and I also started the daemon and wallet with a different port number just to make sure no one else uses this port.

A telnet to localhost on port 18081 works, so someone is listening.

The Windows build seems kinda buggy...

Do not start daemon/wallet on different port.

Reboot computer.  Start bitmonerod from command line.  Let sync. "important to let finish syncing"  start wallet from command line and type start_mining from within wallet.

I know it more complicated than other coin for now.  Devs are working on GUI to make simple and easy from Windows.  It's new coin working out issues like any other.  It is different from other coins.  Issues will be resolved in short time.  Give try and inform on status.  Happy mining Smiley  

Edit:

After bitmonerod sync, type "save" in window to write blockchain to hard drive.  When closing bitmonerod type exit in window to write latest block information to hard drive.  Does not write autmatically.  It is important to wait until bitmonerod sync before start mining.  You will see message like:

You are now synchronized with the network. You may now start simplewallet.

Please note, that the blockchain will be saved only after you quit the daemon wi
th "exit" command or if you use "save" command.
Otherwise, you will possibly need to synchronize the blockchain again.


Then ready to mine.  Let know if this fixes issue.  
 






             ,gaaaaaaaagaaaaaaaaaaaaagaaaaaaaag,
           ,aP8b    _,dYba,       ,adPb,_    d8Ya,
         ,aP"  Yb_,dP"   "Yba, ,adP"   "Yb,_dP  "Ya,
       ,aP"    _88"         )888(         "88_    "Ya,
     ,aP"   _,dP"Yb      ,adP"8"Yba,      dP"Yb,_   "Ya,
   ,aPYb _,dP8    Yb  ,adP"   8   "Yba,  dP    8Yb,_ dPYa,
 ,aP"  YdP" dP     YbdP"      8      "YbdP     Yb "YbP  "Ya,
I8aaaaaa8aaa8baaaaaa88aaaaaaaa8aaaaaaaa88aaaaaad8aaa8aaaaaa8I
`Yb,   d8a, Ya      d8b,      8      ,d8b      aP ,a8b   ,dP'
  "Yb,dP "Ya "8,   dI "Yb,    8    ,dP" Ib   ,8" aP" Yb,dP"
    "Y8,   "YaI8, ,8'   "Yb,  8  ,dP"   `8, ,8IaP"   ,8P"
      "Yb,   `"Y8ad'      "Yb,8,dP"      `ba8P"'   ,dP"
        "Yb,    `"8,        "Y8P"        ,8"'    ,dP"
          "Yb,    `8,         8         ,8'    ,dP"
            "Yb,   `Ya        8        aP'   ,dP"
              "Yb,   "8,      8      ,8"   ,dP"
                "Yb,  `8,     8     ,8'  ,dP" 
                  "Yb, `Ya    8    aP' ,dP"   
                    "Yb, "8,  8  ,8" ,dP"
                      "Yb,`8, 8 ,8',dP"
                        "Yb,Ya8aP,dP"
                          "Y88888P"
                            "Y8P"
                              "       

Free TON





PEER-TO-PEER MULTY-BLOCKCHAIN SYSTEM
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.
▬▬▬TON SURF - OFFICIAL WALLET.





        ▄███████████████████▄
        █████████████████████
▄█████  █████████████████████
██████  ████             ████
███     █████████████████████
██████  ████             ████
██████  █████████████████████
███     █████████████████████
███████ ▀███████████████████▀
▀███████▄▄▄▄▄▄▄       ▀████
  ████▌                 ██ 
  ▐██▌                     
   █▌








TELEGRAM
FORUM
WIKI
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2014, 06:06:39 AM
 #51

"Error: wallet failed to connect to daemon (http://localhost:18081). Daemon either is not started or passed wrong port.
Please, make sure that daemon is running or restart the wallet with correct daemon address."



Still get this error.

The daemon is running,  synced with the network, and is according to its own log listening on its default port (log:  "Core rpc server initialized OK on port: 18081").

There's no local firewall, and I also started the daemon and wallet with a different port number just to make sure no one else uses this port.

A telnet to localhost on port 18081 works, so someone is listening.

The Windows build seems kinda buggy...

Once it is synced, type "save" in the daemon window, then try the wallet.
Coodex
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 25, 2014, 06:08:52 AM
 #52

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s

Yeah, I am on Windows 8.1 and using 12 threads :S

Mother of linux T_T

Yeah, Linux is quite a bit faster. But it's easy to mine using it if you follow the instructions in the beginning of the thread Smiley

This is my personal rig which I game on a lot, not worth the hassle in my case to dual boot for the extra hash.

Really like this coin, good job and cheers!
mickey_miner
Sr. Member
****
Offline Offline

Activity: 910
Merit: 250


Proof-of-Stake Blockchain Network


View Profile
April 25, 2014, 06:16:06 AM
 #53

That is poor output for the 4930K, I am guessing because you are on windows and not using all threads. I have 3930K on Linux and get 18.5 H/s. With the 4930K you should be getting 19.3 H/s

Yeah, I am on Windows 8.1 and using 12 threads :S

Mother of linux T_T

Yeah, Linux is quite a bit faster. But it's easy to mine using it if you follow the instructions in the beginning of the thread Smiley

This is my personal rig which I game on a lot, not worth the hassle in my case to dual boot for the extra hash.

Really like this coin, good job and cheers!

Yes coin is good.  Based on CryptoNote protocol.  Different from bitcoin and all bitcoin clones.  Too many bitcoin clones so this is good direction for coin diversity like Microsoft / Apple is good comparison.






             ,gaaaaaaaagaaaaaaaaaaaaagaaaaaaaag,
           ,aP8b    _,dYba,       ,adPb,_    d8Ya,
         ,aP"  Yb_,dP"   "Yba, ,adP"   "Yb,_dP  "Ya,
       ,aP"    _88"         )888(         "88_    "Ya,
     ,aP"   _,dP"Yb      ,adP"8"Yba,      dP"Yb,_   "Ya,
   ,aPYb _,dP8    Yb  ,adP"   8   "Yba,  dP    8Yb,_ dPYa,
 ,aP"  YdP" dP     YbdP"      8      "YbdP     Yb "YbP  "Ya,
I8aaaaaa8aaa8baaaaaa88aaaaaaaa8aaaaaaaa88aaaaaad8aaa8aaaaaa8I
`Yb,   d8a, Ya      d8b,      8      ,d8b      aP ,a8b   ,dP'
  "Yb,dP "Ya "8,   dI "Yb,    8    ,dP" Ib   ,8" aP" Yb,dP"
    "Y8,   "YaI8, ,8'   "Yb,  8  ,dP"   `8, ,8IaP"   ,8P"
      "Yb,   `"Y8ad'      "Yb,8,dP"      `ba8P"'   ,dP"
        "Yb,    `"8,        "Y8P"        ,8"'    ,dP"
          "Yb,    `8,         8         ,8'    ,dP"
            "Yb,   `Ya        8        aP'   ,dP"
              "Yb,   "8,      8      ,8"   ,dP"
                "Yb,  `8,     8     ,8'  ,dP" 
                  "Yb, `Ya    8    aP' ,dP"   
                    "Yb, "8,  8  ,8" ,dP"
                      "Yb,`8, 8 ,8',dP"
                        "Yb,Ya8aP,dP"
                          "Y88888P"
                            "Y8P"
                              "       

Free TON





PEER-TO-PEER MULTY-BLOCKCHAIN SYSTEM
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬.
▬▬▬TON SURF - OFFICIAL WALLET.





        ▄███████████████████▄
        █████████████████████
▄█████  █████████████████████
██████  ████             ████
███     █████████████████████
██████  ████             ████
██████  █████████████████████
███     █████████████████████
███████ ▀███████████████████▀
▀███████▄▄▄▄▄▄▄       ▀████
  ████▌                 ██ 
  ▐██▌                     
   █▌








TELEGRAM
FORUM
WIKI
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
April 25, 2014, 06:55:03 AM
 #54

Quote from: tacotime
One minute blocks that are of size ~1 KB (most of the blocks right now) double the likelihood of a miner getting a block. Selfish mining only becomes a severe issue when blocksize becomes large.

You're the one who is concerned about the reward being too small in 10-20 years??!!

Obviously the goal is to create a design that is sound for the long term, not focus on a couple of weeks of easy mining when there are hardly any transactions on the network. As was pointed out before, solo mining for small (one computer) miners will sooner or later (most likely sooner) become non-viable whether blocks are one minute or two minute blocks. Maybe not in the first week, but if the coin thrives, it won't be long at all. This was a very short-sighted reason to speed up the blocks.

I'm not referring to selfish mining in any case, just regular (random) orphans. If it takes 3 seconds to propagate a block across the network, then with 60 second blocks you will have about 5% random orphans (where two different people solve a block at the same time; only one will survive). This gets much worse when the blocks get bigger (take longer to verify and forward at each hop). If it takes 10 seconds to propagate you are looking at 16% orphans.

Pools reduce orphans by concentrating hash rate and directly communicating with the hashers in a star pattern instead of a p2p. You won't be solving a block at the same time as one of your pool-mates very often (due to longpoll/stratum) and the pool will solve on top of its own blocks more quickly than any foreign blocks, so it will win more races. These effects combine to give pools a huge economy of scale.

Even with those 1k blocks you describe, there are already plenty of orphans, just look at the daemon output. Bytecoin with 2 minute blocks still has a lot of orphans too.

Satoshi was no idiot when he picked 10 minutes, and didn't just pull that number out of his ass. That may be slight overkill but 1 minute is going way too far in the other direction.

I don't know what to tell you smooth.  Yes, the situation is not ideal, but tonight we're at 315k on the network.

The miners are speaking.  There will be no merged mining of this chain.  We can deal with the adjusting subsidy at a later time via hardfork if necessary.  For now, the distribution is properly specified and everyone can make their choice appropriately.  One minute blocks yield high orphan rates, but we can later integrate GHOST if problems surrounding centralization arise.  It's not the end of the world.

I'm sorry you've lost faith in the coin, but I was around for Litecoin and while there were many things I would have done different with that fork, once established it's difficult to sway the majority.  I suspect this will be the case for other CN forks, and it'll just end up an eventual shitcoin frenzy with Monero (and ByteCoin) at the top.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2014, 06:57:14 AM
 #55

I don't know what to tell you smooth.  Yes, the situation is not ideal, but tonight we're at 315k on the network.

The miners are speaking.

Bytecoin is at 1.7 million now. The miners are speaking but what are they saying exactly?
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
April 25, 2014, 06:57:56 AM
 #56

I don't know what to tell you smooth.  Yes, the situation is not ideal, but tonight we're at 315k on the network.

The miners are speaking.

Bytecoin is at 1.7 million now. The miners are speaking but what are they saying exactly?

Bytecoin has a dedicated pool -- it's likely Monero will have one within two weeks.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2014, 07:05:13 AM
 #57

I say we wait and see what happens over the next week or two. I'm pretty sure you are right about shitcoin central, no matter what we do here.

uvt9
Sr. Member
****
Offline Offline

Activity: 300
Merit: 250


View Profile
April 25, 2014, 07:09:12 AM
 #58

I''m running at 3.1H/s and found 2 blocks within 12 hours. Am i lucky or this is normal at current difficulty ?
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
April 25, 2014, 07:11:15 AM
 #59

I''m running at 3.1H/s and found 2 blocks within 12 hours. Am i lucky or this is normal at current difficulty ?

Lucky. Smiley

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 25, 2014, 07:16:17 AM
 #60

ninja launch with new algo

meh...
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 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!