Bitcoin Forum
May 29, 2024, 08:24:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112] 113 114 »
2221  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 27, 2016, 10:57:15 PM
I made draft of this chart with texts on Trello https://trello.com/c/cIpNQm0J




2222  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 27, 2016, 10:03:04 PM
Dollar bills and Credit / Debit cards are very different when to come to privacy / fungiblility vs being digital. With fiat one has a choice either privacy and fungiblility (cash) or digital payments (credit / debit) but not both.  So I would put the dollar bills only in the privacy area and the credit / debit cards only in the digital area.  

Edit: ... and replace Private with Private and Fungible
If we continue we end up with replacing icons with text - fiat money instead of icon of money, gold bricks with something like "precious metals (gold, silver, platinum etc.)", and Bitcon symbol with something like "cryptocurrency (Bitcoin and it's forks)" Smiley It will never end.

Any suggestions to replace words digital, private and decentralized with icons? Smiley

There is space to put short notes on privacy, decentralized currencies and digital money.

2223  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 26, 2016, 04:00:14 PM
OK, a little bit improved for those confused with cash and digital. Dollar bills are symbols of fiat currency.
I was trying to keep it simple as much as possible, not overcomplicate.




2224  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 23, 2016, 08:05:08 AM
Would be nice to obtain mymonero to run locally with localhost deamon.  Roll Eyes
2225  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 21, 2016, 09:08:43 AM
Continue testing new Wolf's AMD miner.

Interesting behavior on one pool: it kinda looses connection to this paricular pool, i.e. after some time mining (it may be an hour or more, or even less) it continues mining and says it found shares but without the message that share is accepted and pool says last share submitted is for example an hour ago.

It happens only on one pool of all that I tried. On others it was mining quite long (no less than 10 hours) without issues and shares were rewarded.

It's a pity because I liked that pool for its generous rewards and now I have to monitor it Smiley
2226  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 21, 2016, 06:30:14 AM
I also had this red screen in daemon Smiley
2227  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 20, 2016, 08:03:31 PM
So I downloaded windows version of that miner that Wolf linked the other day but for the life of me I'm not sure how to get it to run in widows?  I have 6x 280x's on a rig that I want to get running and do some comparisons to Claymore on power draw and hash rate.   Then again I'm no expert with command line stuff, I'm getting better but still not sure how to run that miner.

Make file for example run.bat and write there

Code:
miner  xmr.conf

in xmr.conf for each of your cards add under devices section:
Code:
{
"index": 0,
"corefreq": 1000,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 1336,
"worksize": 8
},
separated with comma and changing "index": to 0, 1, 2, 3 etc. respectively.
after the last entry comma is not needed.


Change rawintensity for your cards to something lower.




Here's the whole example:

hi i'm new to this. How do I get the xmr.conf file to work with 2 cards? I can only get it to run with one for some reason no matter how i try and add another GPU id "1"?  thanks!  

edit - is this even the right thread? Tongue

Here's the one I use on Freya as an example:

Code:
{
"Algorithms":
[
{
"name": "CryptoNight",
"devices":
[
{
                    "index": 0,
                    "corefreq": 1000,
                    "memfreq": 1500,
                    "fanspeed": 65,
                    "powertune": 20,
                    "threads": 1,
                    "rawintensity": 1024,
                    "worksize": 8
                },
{
"index": 1,
"corefreq": 1000,
"memfreq": 1500,
"fanspeed": 65,
"powertune": 20,
"threads": 1,
"rawintensity": 1408,
"worksize": 8
},
{
                    "index": 2,
                    "corefreq": 1000,
                    "memfreq": 1500,
                    "fanspeed": 65,
                    "powertune": 20,
                    "threads": 1,
                    "rawintensity": 1336,
                    "worksize": 8
                },
{
                    "index": 3,
                    "corefreq": 1000,
                    "memfreq": 1500,
                    "fanspeed": 65,
                    "powertune": 20,
                    "threads": 1,
                    "rawintensity": 1336,
                    "worksize": 8
                }
],
"pools":
[
{
"url": "stratum+tcp://xmr.poolto.be:3000",
"user": "43SLUTpyTgXCNXsL43uD8FWZ5wLAdX7Ak67BgGp7dxnGhLmrffDTXoeGm2GBRm8JjigN9PTg2gnShQn5gkgE1JGWJr4gsEU",
"pass": "x"
}
]
}
]
}

2228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 19, 2016, 08:47:56 PM
Not now, I did not bought it enough yet while it is still relatively cheap.
2229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 19, 2016, 06:13:47 PM
Concerning Wolf's AMD miner.

After two days of mining I can tell it is quite stable. Crashed only twice when Photoshop was using GPU too. It also takes 13% of CPU - i7 2600K during work.

It is too early, but judging from charts on dwarfpool, my personal hashrate is almost the same as it was before with rival miner.


P.S. We should have started own thread for this.
2230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 08:47:19 PM
And comparing to Claymore's - you can add the 2.5% to my hashrate, as it's subtracted from yours (effectively) when using his:
772 + (772 * 0.025) =
772 + 19.3 = 791.3H/s in comparison.

It also would be nice if your miner will show difficulty of found shares.
2231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 04:48:19 PM
Drop worksize to 8 - should help just a little bit!


In the meawhile I looked at your config and did it. Now with worksise 8 I am getting ~ 770H/s

Code:
[18:46:19] Share accepted: 7/7 (100.00%)
[18:46:19] Total Hashrate: 772.70H/s
2232  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 04:35:55 PM
I am getting around 750H/s with defaults not changed in xmr.conf  "rawintensity": 1336, "worksize": 16 etc.

R9 290x Windows 10, driver AMD-Catalyst-15.7.1-Win10-64bit. Card is also on its default settings GPU Clock 1030 MHz Mem Clock 1250MHz.



This miner gives me 2 degrees lower temperature than Claymore's miner. Claymore's miner in comparison shows varied speed on its default settings from 720H/s to 780H/s.

Ah, and now with Wolf's miner driver not crashes when closing miner window Smiley
2233  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 17, 2016, 10:48:06 AM
New updates to the open source XMR miner, reaching over 800H/s on 290X in some configs; they can be found at my github; I'll probably be making Windows binaries shortly

Great news! I am looking forward for windows binaries to try.
2234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 06, 2016, 11:27:06 AM
Subjectively payout there seems to be a bit bigger than on others that I tried so I sticked with it.
2235  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 06, 2016, 08:52:16 AM
I see. I mine on Minergate on few PCs at my reach because of convenient software and do merged mining of either MCN or FCN which I dump  for XMR when collected enough minimum Smiley

Hope they include new AMD GPU miner into their shiny app as they did with Nvidia.
2236  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 06, 2016, 08:37:59 AM
How about merged mining for Monero and Aeon? Smiley  Glad they also are funding miner, not only Monero community.

Sent few coins. I'm just started mining so don't have much.
2237  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 03, 2016, 04:54:22 PM
Once I lost (luckily small amount of) Bitcoin from address generated by some paperwallet site using 'brain wallet' shit option - custom phrase entered. So, in seconds after change from transaction went to that address it was withdrawn bo some clever bastard owner of 1LdUHTEVxWJhrhKfy4H3VuYDnTHQVjsdBn.

Therefore my question: is it safe to use custom entropy?

I'm afraid, human brain is not good at providing uncrackable one.




Upd.: Shit it was not small, - I could bought ONE monero for those satoshies. And they were stolen..
2238  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: January 03, 2016, 08:56:23 AM
I'm also getting this error on 0.9 running on Windows 10 
Code:
2016-Jan-03 10:48:19.168135 [P2P9]WARNING: no two valid MoneroPulse DNS checkpoint records were received
2239  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 01, 2016, 06:52:56 PM
I am mining at 73 H/s with 4 threads on i7 2600k.


yes thats too slow if you ask me, but maybe its ionly the display..

btw i think 3 threads should be enough on i7 2600k.

with old release i had like 180 h/s on 2700k 4ghz if i remember correctly.

4 threads will get max performance (around 200) but 3 will reduce impact if you are using the computer for something else. Anyway, 73 is too low, yes. Something is wrong there.


Lemee see... Turn off minergate and voila.

status
Height: 894018/894018 (100.0%) on mainnet, mining at 95 H/s, net hash 13.12 MH/s, v1, up to date, 8+8 connections

This is better Smiley

It is with default i7 settings at ~ 3500 MHz


Upd.:

status
Height: 894020/894020 (100.0%) on mainnet, mining at 106 H/s, net hash 13.07 MH/s, v1, up to date, 8+8 connections


2240  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 01, 2016, 04:20:05 PM
I am mining at 73 H/s with 4 threads on i7 2600k.

BTW, sync is really fast, took me aroun an hour to sync from scratch.

--

Oh, and I like new behavior of incoming transactions in simplewallet Smiley
Pages: « 1 ... 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 [112] 113 114 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!