Bitcoin Forum
May 27, 2024, 12:32:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 [1430] 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 ... 2124 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669117 times)
Hueristic
Legendary
*
Offline Offline

Activity: 3822
Merit: 4935


Doomed to see the future and unable to prevent it


View Profile
January 20, 2016, 03:55:28 AM
 #28581

Hmmm, is there a way to get a list of all banned nodes? Could it have anything to do with the lowered hashrate.

“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
January 20, 2016, 04:16:48 AM
 #28582

Hmmm, is there a way to get a list of all banned nodes? Could it have anything to do with the lowered hashrate.

The bans are local, something your own node does to protect itself. You can see your own local list with "bans". There is no global list.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 20, 2016, 04:20:48 AM
 #28583

So it looks like the defacto ban period set in the daemon is 24 hours.

Yes that's right. After 24 hours the ban will lift, and connections are again allowed with that peer. This does not mean that necessarily a connection will be made with that peer. But if another connection is made and the peer still misbehaves, it will be banned again. This repeats indefinitely. So you will get, potentially, a small amount of pestering every 24 hours from a misbehaving node until it gets re-banned.

I think the manual ban command allows you to set a different timeout, but that shouldn't normally be necessary.
Drhiggins
Sr. Member
****
Offline Offline

Activity: 306
Merit: 251



View Profile
January 20, 2016, 04:46:51 PM
 #28584

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.

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.

  

Monerohash.com   U.S. Mining Pool
aiwe
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
January 20, 2016, 08:03:31 PM
 #28585

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"
}
]
}
]
}


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Drhiggins
Sr. Member
****
Offline Offline

Activity: 306
Merit: 251



View Profile
January 20, 2016, 11:29:10 PM
 #28586

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"
}
]
}
]
}



Thanks so much. I'll write the batch file tonight and play around.

Monerohash.com   U.S. Mining Pool
Rabinovitch
Legendary
*
Offline Offline

Activity: 2030
Merit: 1076


BTCLife.global participant


View Profile
January 21, 2016, 01:48:36 AM
 #28587

Well, I left bitmonerod opened for several days. Here is what I see today:


From Siberia with love! Hosting by Rabinovitch!
Fundraising for BOINC Farm
Пpoфeccиoнaльнo зaнимaюcь paзвёpтывaниeм фepм (ASIC, GPU, BURST, STORJ, Filecoin), oбopyдoвaниeм пoмeщeний для мaйнингa.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 21, 2016, 01:50:44 AM
 #28588

Well, I left bitmonerod opened for several days. Here is what I see today:



This was asked on #monero yesterday as well:

Quote
<TL123> ERROR  {2} {p1} 2016-01-19 15:32:37.489227 [abstract_tcp_server2.inl+494 ::do_se nd_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), s hutting down connection
<TL123> Server send que max count 1000? Is that something i should rise or what is causing that
<fluffypony> TL123: it's on the list of things to fix, it's harmless and does go away, or else just restart the daemon


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

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
January 21, 2016, 02:53:50 AM
 #28589

I was helping by drinking whiskey.

We all need to contribute in our areas of comparative advantage.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
Drhiggins
Sr. Member
****
Offline Offline

Activity: 306
Merit: 251



View Profile
January 21, 2016, 03:04:55 AM
 #28590

Well, I left bitmonerod opened for several days. Here is what I see today:



This was asked on #monero yesterday as well:

Quote
<TL123> ERROR  {2} {p1} 2016-01-19 15:32:37.489227 [abstract_tcp_server2.inl+494 ::do_se nd_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), s hutting down connection
<TL123> Server send que max count 1000? Is that something i should rise or what is causing that
<fluffypony> TL123: it's on the list of things to fix, it's harmless and does go away, or else just restart the daemon



I got this very same thing earlier this week as well.  I didn't take a screen shot of it but this was it.

Monerohash.com   U.S. Mining Pool
aiwe
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
January 21, 2016, 06:30:14 AM
 #28591

I also had this red screen in daemon Smiley

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
January 21, 2016, 09:08:43 AM
 #28592

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

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Afros
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
January 21, 2016, 10:57:04 AM
 #28593

Well, I left bitmonerod opened for several days. Here is what I see today:


This was asked on #monero yesterday as well:

Quote
<TL123> ERROR  {2} {p1} 2016-01-19 15:32:37.489227 [abstract_tcp_server2.inl+494 ::do_se nd_chunk] send que size is more than ABSTRACT_SERVER_SEND_QUE_MAX_COUNT(1000), s hutting down connection
<TL123> Server send que max count 1000? Is that something i should rise or what is causing that
<fluffypony> TL123: it's on the list of things to fix, it's harmless and does go away, or else just restart the daemon



I got this very same thing earlier this week as well.  I didn't take a screen shot of it but this was it.
Happened to me twice. Both times it happened around two days after restarting the daemon. Last time i left it to run for 3 hours in order to see if it corrects itself but it kept showing errors and the incoming connections were dropping so i restarted the daemon.

Lina28011
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 21, 2016, 12:51:54 PM
 #28594

Please give  conf file  for 7950
DemocraticRepublicOfDave
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 21, 2016, 02:11:52 PM
 #28595

Hi all,

Quick question - have older wallet.dat files (pre seed) been depricated in v0.9.1?

When I try to run simple wallet I get the following error :

Code:
Error: failed to load wallet: invalid signature

However if I run an older simplewallet with the v0.9.1 bitmonerod the wallet file is accepted and syncs.

It this just a question of creating a new wallet (with new address) and transfering fund from old (using old simplewallet) to new?

Just want to check before I try this.

Cheers

Dave


equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
January 21, 2016, 02:32:58 PM
 #28596

Hi all,

Quick question - have older wallet.dat files (pre seed) been depricated in v0.9.1?

When I try to run simple wallet I get the following error :

Code:
Error: failed to load wallet: invalid signature

However if I run an older simplewallet with the v0.9.1 bitmonerod the wallet file is accepted and syncs.

It this just a question of creating a new wallet (with new address) and transfering fund from old (using old simplewallet) to new?

Just want to check before I try this.

Cheers

Dave

Did you tried deleting the .bin and restoring from the .keys? My pre-seed .keys is still working. Backup your wallet first.

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
DemocraticRepublicOfDave
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 21, 2016, 02:48:11 PM
 #28597

Hi all,

Quick question - have older wallet.dat files (pre seed) been depricated in v0.9.1?

When I try to run simple wallet I get the following error :

Code:
Error: failed to load wallet: invalid signature

However if I run an older simplewallet with the v0.9.1 bitmonerod the wallet file is accepted and syncs.

It this just a question of creating a new wallet (with new address) and transfering fund from old (using old simplewallet) to new?

Just want to check before I try this.

Cheers

Dave

Did you tried deleting the .bin and restoring from the .keys? My pre-seed .keys is still working. Backup your wallet first.

Hi,

Many thanks for your advice.  Wallet is now working again Smiley

Cheers

Dave
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
January 21, 2016, 03:23:28 PM
 #28598

Recommend an exchange for New York residents barred from plx?

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
c789
Hero Member
*****
Offline Offline

Activity: 850
Merit: 1000



View Profile
January 21, 2016, 03:45:42 PM
 #28599

Recommend an exchange for New York residents barred from plx?

Bittrex is another one.

Sad that NY consistently chooses banning over freedom, even to the point of a 20oz soda.

Comparison of Privacy-Centric Coins: https://moneroforcash.com/monero-vs-dash-vs-zcash-vs-bitcoinmixers.php also includes Verge and Pivx
luigi1111
Legendary
*
Offline Offline

Activity: 1105
Merit: 1000



View Profile
January 21, 2016, 03:49:54 PM
 #28600

Recommend an exchange for New York residents barred from plx?

Move. Alternatively, consider relocating.

Actually, after looking a bit, it appears that bittrex.com has applied for a BitLicense. Volume is quite low (~5 BTC) on the XMR market, but I'm sure some tasty bids would attract more sell-side liquidity (or buy-side dumping).


Recommend an exchange for New York residents barred from plx?

Bittrex is another one.

Sad that NY consistently chooses banning over freedom, even to the point of a 20oz soda.

That's just New York City, rather than the whole state, but agree nonetheless.
Pages: « 1 ... 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 [1430] 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 ... 2124 »
  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!