Bitcoin Forum
September 19, 2024, 08:52:58 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Error while starting nxt-client-0.5.10 client on: January 28, 2014, 04:01:06 AM
Hi,

I tried running the start.jar file... but I am getting the below mentioned error. Can anyone help me in solving this.

Quote
C:\NXT\nxt-client-0.5.10\nxt>java -jar start.jar
WARNING: System properties and/or JVM args set.  Consider using --dry-run or --e
xec
[2014-01-28 03:53:54.429] NRS 0.5.10 starting...
[2014-01-28 03:53:54.430] DEBUG logging enabled
[2014-01-28 03:53:54.431] logging of exception stack traces enabled
[2014-01-28 03:53:54.431] "myPlatform" = "PC"
[2014-01-28 03:53:54.431] "myScheme" = "http"
[2014-01-28 03:53:54.432] "myPort" = "7874"
[2014-01-28 03:53:54.432] "myAddress" = ""
[2014-01-28 03:53:54.433] "shareMyAddress" = "true"
[2014-01-28 03:53:54.434] "myHallmark" = ""
[2014-01-28 03:53:54.435] "wellKnownPeers" = "87.230.14.1; 46.19.137.116; 95.85.
22.142; node18.nxtbase.com; node10.nxtbase.com; vps1.nxtcrypto.org; vps2.nxtcryp
to.org; vps3.nxtcrypto.org; vps4.nxtcrypto.org; vps5.nxtcrypto.org; node16.nxtba
se.com; node09.nxtbase.com; node29.nxtbase.com; 162.243.214.183; 162.243.213.115
; 78.46.63.221; 95.85.46.233; 162.243.140.133; 146.185.129.54; 162.243.143.15; 1
09.230.224.65; 46.165.208.107:32151; 54.249.101.252; 37.209.120.192; 84.112.39.2
4; 78.46.63.221; 69.163.47.173; 95.85.46.233; 162.243.140.133; 146.185.129.54; 1
62.243.117.63; 192.241.155.44; 162.243.214.68; 95.85.46.164; 162.243.216.55; 162
.243.143.15; 95.85.46.249; 93.190.92.74; 37.209.120.192; 93.190.92.75; 85.25.134
.59; 93.190.92.76; nxtwallet.com; 31.220.50.208; nxt.ddos.me; 203.174.12.25; 88.
198.142.92; 66.197.138.90; 64.120.180.106; 109.230.224.65; 80.86.92.50; node1.ne
xtcoin.it; node2.nextcoin.it; node3.nextcoin.it; node4.nextcoin.it; node5.nextco
in.it; nxt.homer.ru; 31.204.130.123; 209.222.0.194; 209.222.16.10;"
[2014-01-28 03:53:54.453] "maxNumberOfConnectedPublicPeers" = "20"
[2014-01-28 03:53:54.454] "connectTimeout" = "2000"
[2014-01-28 03:53:54.455] "readTimeout" = "5000"
[2014-01-28 03:53:54.457] "enableHallmarkProtection" = "true"
[2014-01-28 03:53:54.458] "pushThreshold" = "0"
[2014-01-28 03:53:54.459] "pullThreshold" = "0"
[2014-01-28 03:53:54.460] "allowedUserHosts" = "127.0.0.1; localhost; 0:0:0:0:0:
0:0:1;"
[2014-01-28 03:53:54.461] "allowedBotHosts" = "127.0.0.1; localhost; 0:0:0:0:0:0
:0:1;"
[2014-01-28 03:53:54.463] "blacklistingPeriod" = "300000"
[2014-01-28 03:53:54.469] "communicationLoggingMask" = "0"
[2014-01-28 03:53:54.470] "sendToPeersLimit" = "10"
[2014-01-28 03:53:54.471] Loading transactions...
[2014-01-28 03:54:00.797] ...Done
[2014-01-28 03:54:00.798] Loading blocks...
[2014-01-28 03:54:06.813] ...Done
[2014-01-28 03:54:06.814] Scanning blockchain...
[2014-01-28 03:54:08.948] ...Done
[2014-01-28 03:54:08.967] NRS 0.5.10 started successfully.
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
        at org.eclipse.jetty.start.Main.start(Main.java:724)
        at org.eclipse.jetty.start.Main.main(Main.java:103)
Caused by: MultiException[java.net.BindException: Cannot assign requested addres
s: bind, java.net.BindException: Cannot assign requested address: bind]
        at org.eclipse.jetty.server.Server.doStart(Server.java:302)
        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
        at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
        ... 7 more

Usage: java -jar start.jar [options] [properties] [configs]
       java -jar start.jar --help  # for more information
2  Bitcoin / Mining software (miners) / Help is solving the Error while running NXT client software on: January 27, 2014, 03:08:49 PM
when I try to run the Jar file in my local system , I am getting the below mentioned error. Can anyone help me in solving this.


Quote
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:724)
at org.eclipse.jetty.start.Main.main(Main.java:103)
Caused by: MultiException[java.net.BindException: Cannot assign requested addres
s: bind, java.net.BindException: Cannot assign requested address: bind]
at org.eclipse.jetty.server.Server.doStart(Server.java:302)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
... 7 more

Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
3  Economy / Trading Discussion / Any idea about this Autotrading-Software-Bot-BTC-e-Exchange on: November 25, 2013, 11:57:12 AM
Hi,

http://www.ebay.com/itm/Bitcoin-Exchange-Autotrading-Software-Bot-BTC-e-Exchange-all-BTC-Currency-pairs-/261331465065

I just got this  link from ebay.

Does anyone know how this bot works?
4  Other / CPU/GPU Bitcoin mining hardware / AVALON ASIC BITCOIN MINER MINI on: October 26, 2013, 02:36:23 PM
Hi All,

I just thought of purchasing 60 GH/s AVALON ASIC BITCOIN MINER MINI hardware.

Can you just provide some feedback about the product and let me know is it good choice going for it
5  Other / CPU/GPU Bitcoin mining hardware / Does anyone know John Watson (UK - ASICMINER Block Erupter USB & Blade Supplier) on: October 07, 2013, 12:15:27 PM
Hi All,

I placed an order for 100 ASICMINER Block Erupter USB and paid 9.2BTC on 18th August 2013.

His name is  John Watson and email address is bitcoinking451@gmail.com

tx ref https://blockchain.info/address/1BhqyEDPbYwbD2Tb1pjwXYmaCGnAT7CiLs

Once after making the payment I received the email as shown below


Quote
Thanks for your business, parcel will be dispatched tomorrow.

Received BTC, Address is good - tx ref https://blockchain.info/address/1BhqyEDPbYwbD2Tb1pjwXYmaCGnAT7CiLs


But its nearly 3 weeks and I haven't received any response from him.

Does anyone know about him or had any business dealing with him before. If so recently got any upadtes from him.  Sad
6  Alternate cryptocurrencies / Altcoin Discussion / Currently which is the best entry level coin to mine? on: September 10, 2013, 02:29:04 PM
Hi All,

I have a Rig with two MSI 7950 cards.

Can anyone suggest me which entry level coin will be best to mine currently
7  Alternate cryptocurrencies / Altcoin Discussion / which 7950 GPU is a better option for Mining? on: September 08, 2013, 05:27:14 PM
which 7950 GPU is a better option for Mining?

  • 3GB MSI Radeon HD 7950 Overclocked, 28nm, 5000MHz GDDR5, GPU 830MHz, 1792 Cores, DL DVI-I/ HDMI/ 2x mini DP

  • 3GB MSI Radeon HD 7950 Twin Frozr OC BE, 28nm, 5000MHz GDDR5, GPU 880MHz, 1792 Cores, DVI/ HDMI/ 2x mini DP

  • 3GB XFX Radeon HD 7950 DD Black Edition, 28nm, 5500MHz GDDR5, GPU 900MHz, 1792 Cores, DL DVI-I/ HDMI/ 2x mini DP

  • 3GB Sapphire Radeon HD 7950 Flex OC with Boost, 28nm, 5000MHz GDDR5, GPU 860MHz, 1792 Cores, DL DVI-I/ HDMI/ 2x mini DP

  • 3GB Gigabyte Radeon HD 7950 Windforce 3X, 28nm, 5000MHz GDDR5, GPU 900MHz, 1792 Cores, DL DVI-I/ HDMI/ 2x mini DP



Other components which I have includes:

  • ASUS Crosshair IV Formula, Socket AM3, AMD (90MIBCN0G0EAY00Z) Motherboard
  • Corsair CMX8GX3M2A1600C9 XMS3 8GB (2x4GB) DDR3 1600 Mhz CL9 Performance Desktop Memory Kit
  • AMD SDX145HBGMBOX Sempron 145 Single-Core Energy Efficient Processor (2.80 GHz, 1MB Cache, Socket AM3, 45W)
  • Corsair AX Series AX860 860W Platinum Power Supply (CP-9020044-UK, ATX 12v v2.3, Active PFC, EPS 2.92, 80 PLUS Platinum)

I am planning to purchase two 7950 cards.

Which card best suits for this configuration and how much hashrate I can get.
8  Other / CPU/GPU Bitcoin mining hardware / R7970 TF 3GD5/OC BE - 3GB MSI Radeon HD 7970 Twin Frozr III/OC Boost Edition on: September 08, 2013, 01:08:11 PM
Hi All,

I am planning to purchase a GPU.

Can you tell me the hash rate and the power consumed for the below mentioned model

R7970 TF 3GD5/OC BE - 3GB MSI Radeon HD 7970 Twin Frozr III/OC Boost Edition, 5500MHz GDDR5, 28nm, GPU 1000MHz, 2048 Cores

Thanks
9  Other / CPU/GPU Bitcoin mining hardware / Is this a genuine Item on: September 07, 2013, 01:46:14 AM
Hi,

I just saw this in ebay and got a second chance offer for £400.

http://www.ebay.co.uk/itm/Bitcoin-Miner-KNC-400-GH-s-2nd-day-in-queue-Not-AVALON-Not-Butterfly-Labs-/251334749939?_trksid=p2047675.l2557&ssPageName=STRK%3AMEWNX%3AIT&nma=true&si=o3Q22NHlq7EFLOvLtx3GtLLP7M4%253D&orig_cvip=true&rt=nc

Just want to know is it a genuine one or not
10  Alternate cryptocurrencies / Altcoin Discussion / 2 X 7950 - Hashrate getting dropped in 4 to 5 hours after mining is started on: August 20, 2013, 08:18:23 AM
Hi All,

I have 2 7950 (Sapphire 11196-09-40G HD7950 3GB Vapox-X Graphics Card) cards and my entire system configuration is given below.

The problem is initially while starting the mining task the hash rate is between 1060kh/s and 1080kh/s. But 4 to 5 hours later the hash rate is getting reduced and sometimes dropping to 880kh/s

Can anyone help me in solving this problem.

Mining Software :

  • Reaper

System Configuration:

  • Asrock Socket AM3+ 970 Extreme4 5200MT/S Motherboard
  • Corsair AX Series AX860 860W Platinum Power Supply
  • Sapphire 11196-09-40G HD7950 3GB Vapox-X Graphics Card (2)
  • AMD SDX145HBGMBOX Sempron 145 Single-Core Energy Efficient Processor
  • Generic Hard Disk Drive 320GB SATA 3.5"
  • Corsair CMX8GX3M2A1600C9 XMS3 8GB (2x4GB) DDR3 1600 Mhz CL9 Performance Desktop Memory Kit
  • Sharkoon T9 ATX Midi Tower Case - Red

GPU 1 and 2 TRIXX Information:



GPU 1 and 2 TRIXX Overclocking Settings :



GPU 1 and 2 TechPowerUP GPU-Z Graphics Card Details :



GPU 1 and 2 TechPowerUP GPU-Z Sensor Details :



GPU 1 and 2 Mining Details :



Coin conf Settings:

worksize 256 ; aggression 18 ; threads_per_gpu 1 ; sharethreads 18 ; lookup_gap 2 ; gpu_thread_concurrency 20992

Reaper Conf Settings :

kernel reaper.cl
save_binaries yes
enable_graceful_shutdown no
long_polling yes
device 0
device 1
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!