Bitcoin Forum
April 28, 2024, 03:03:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 54 55 56 57 58 59 60 61 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 »
1461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SCRYPT-N-R][MEG] Megcoin | No premine | Forked from bitcoin 0.9 | New PoW on: May 06, 2014, 08:57:02 PM
lol figures...

every time there is even a hint of a coin being cpu only someone ports a GPU miner in a blink of an eye...

now we have a coin that actually needs one and there is not one to be found.
1462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 06, 2014, 06:45:09 PM
ffs I need some help.

Trying to set up some remote mining rigs on Ubuntu 12.04. I've gotten the bugger to compile but now I am trying to bind MRO to the socks proxy and I am not having any luck. The host has tsocks configured (which is what I ususally use for such things) but that by itself is not getting any connections:

Code:
2014-May-07 04:37:20.106058 Starting...
2014-May-07 04:37:20.106315 bitmonero v0.8.5.294()
2014-May-07 04:37:20.106386 Module folder: ./bitmonerod
2014-May-07 04:37:20.106551 Initializing p2p server...
2014-May-07 04:37:20.106708 Binding on 0.0.0.0:18080
2014-May-07 04:37:20.106779 Net service binded on 0.0.0.0:18080
2014-May-07 04:37:20.106822 Attempting to add IGD port mapping.
2014-May-07 04:37:24.111636 No IGD was found.
2014-May-07 04:37:24.111733 P2p server initialized OK
2014-May-07 04:37:24.111782 Initializing cryptonote protocol...
2014-May-07 04:37:24.111818 Cryptonote protocol initialized OK
2014-May-07 04:37:24.111845 Initializing core rpc server...
2014-May-07 04:37:24.111892 Binding on 127.0.0.1:18081
2014-May-07 04:37:24.112010 Core rpc server initialized OK on port: 18081
2014-May-07 04:37:24.112055 Initializing core...
2014-May-07 04:37:24.112157 Loading blockchain...
2014-May-07 04:37:24.112263 Blockchain initialized. last block: 0, d671.h15.m37.s24 time ago, current difficulty: 1
2014-May-07 04:37:24.112310 Core initialized OK
2014-May-07 04:37:24.112522 Starting core rpc server...
2014-May-07 04:37:24.112565 Run net_service loop( 2 threads)...
2014-May-07 04:37:24.112710 [SRV_MAIN]Core rpc server started ok
2014-May-07 04:37:24.112809 [SRV_MAIN]Starting p2p net loop...
2014-May-07 04:37:24.113220 [SRV_MAIN]Run net_service loop( 10 threads)...
2014-May-07 04:37:25.112995 [P2P0]Connecting to 64.22.111.2:18080(white=1, last_seen: never)...
2014-May-07 04:37:25.113203 [P2P9]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

You can set the level of process detailization by using command "set_log <level>", where <level> is either 0 (no details), 1 (current block height synchronized), or 2 (all details).

Use "help" command to see the list of available commands.

Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
**********************************************************************
2014-May-07 04:37:30.113958 [P2P0]Connect failed to 64.22.111.2:18080
2014-May-07 04:37:30.114063 [P2P0]Connecting to 107.158.233.98:18080(white=1, last_seen: never)...
2014-May-07 04:37:35.114397 [P2P0]Connect failed to 107.158.233.98:18080
2014-May-07 04:37:35.114493 [P2P0]Connecting to 64.22.111.2:18080(white=1, last_seen: never)...
2014-May-07 04:37:40.114821 [P2P0]Connect failed to 64.22.111.2:18080
2014-May-07 04:37:40.114927 [P2P0]Failed to connect to any of seed peers, continuing without seeds

I then tried to manually pass the proxy info via --rpc-bind-port etc I get this:

Code:
2014-May-07 04:42:11.074992 Starting...
2014-May-07 04:42:11.075277 bitmonero v0.8.5.294()
2014-May-07 04:42:11.075331 Module folder: ./bitmonerod
2014-May-07 04:42:11.075524 Initializing p2p server...
2014-May-07 04:42:11.075685 Binding on 0.0.0.0:18080
2014-May-07 04:42:11.075755 Net service binded on 0.0.0.0:18080
2014-May-07 04:42:11.075795 Attempting to add IGD port mapping.
2014-May-07 04:42:15.081198 No IGD was found.
2014-May-07 04:42:15.081296 P2p server initialized OK
2014-May-07 04:42:15.081346 Initializing cryptonote protocol...
2014-May-07 04:42:15.081373 Cryptonote protocol initialized OK
2014-May-07 04:42:15.081399 Initializing core rpc server...
2014-May-07 04:42:15.081432 Binding on 192.168.56.1:101
2014-May-07 04:42:15.081624 ERROR /home/bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server<t_protocol_handler>::init_server], what=bind: Cannot assign requested address
2014-May-07 04:42:15.081688 ERROR /home/bitmonero/contrib/epee/include/net/http_server_impl_base.h:68 Failed to bind server
2014-May-07 04:42:15.081718 ERROR /home/bitmonero/src/daemon/daemon.cpp:158 Failed to initialize core rpc server.
2014-May-07 04:42:15.082111 Mining has been stopped, 0 finished

It's trying to bind to the correct ip and port but will not work. Before I give up trying to get this running I was wondering if anyone had any ideas.
1463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SCRYPT-N-R][MEG] Megcoin | No premine | Forked from bitcoin 0.9 | New PoW on: May 06, 2014, 11:39:47 AM
still GPU miner? Figured phm would of had it added to their miner at the very least by now
1464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Futurecoin|Groestl-Skein-SHA256|Crypto Vesting|Launch Thread|REQUIRED CLIENT UPDATE! on: May 04, 2014, 03:30:54 PM
I shouldn't have to chmod anything in your source

Code:
cd /home/r00t/futurecoin/src/leveldb && CC=gcc CXX=g++ make OPT="-m64 -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/r00t/futurecoin/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'.  Stop.
make[1]: Leaving directory `/home/r00t/futurecoin/src/leveldb'
make: *** [/home/r00t/futurecoin/src/leveldb/libleveldb.a] Error 2
1465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Futurecoin|Groestl-Skein-SHA256|Crypto Vesting|Launch Thread|REQUIRED CLIENT UPDATE! on: May 04, 2014, 02:54:28 PM
lol hows about you fix your non working source on github n00b
1466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE ANN] Conspiracy Coin (X11) - Denver Airport on: May 03, 2014, 02:05:07 PM
this is great.

Not very interested in the coin, BUT I must say I've got the biggest smile on my face to see a thread with Illuminati cards in it... Anyone else here actually have a pile of em like me?



I had a sealed box I sold on Flea-Bay a few years back!!

No kidding? What did that fetch?
1467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE ANN] Conspiracy Coin (X11) - Denver Airport on: May 03, 2014, 01:25:14 PM
this is great.

Not very interested in the coin, BUT I must say I've got the biggest smile on my face to see a thread with Illuminati cards in it... Anyone else here actually have a pile of em like me?

1468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Futurecoin|Groestl-Skein-SHA256|Crypto Vesting|Launch Thread|LAUNCHED!! on: May 03, 2014, 12:19:22 AM
is myriad groestl different to groestl ??

yes
1469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Futurecoin|Groestl-Skein-SHA256|Crypto Vesting|Launch Thread|LAUNCHED!! on: May 02, 2014, 10:44:18 PM
lol fail train coming into station...
1470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 02, 2014, 06:05:45 PM
Even though it was run with
Code:
bitmonerod --p2p-bind-port 18080
It is still connecting to peers on port 8080...  Huh

Make sure whatever you're compiling from has this in /src/cryptonote_config.h
Code:
#define P2P_DEFAULT_PORT                                18080
#define RPC_DEFAULT_PORT                                18081

To even windows users I would suggest they download VirtualBox and install Ubuntu 13.10 in a virtual machine inside windows, then compile as indicated on the front page.

I tried VirtualBox with Ubuntu 13.10 Desktop and the performance was much worse than Windows. The Ubuntu GUI was having performance problems with the VirtualBox OpenGL implementation and the virtual machine was really slow. I am back to mining in Windows now.

I'll try Ubuntu Server in VirtualBox when I get a chance later.

I would have to assume that running text only os would help a lot with that... Ubuntu is slowly turning into a microsoft style resource hog
1471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Offerings to Cthulhu - Whispers to Cthulhu v1.3 - Mac Altar Available on: May 01, 2014, 03:34:33 PM
try deleting the blockchain and resynching?
1472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 01, 2014, 02:57:24 PM
Questions

1. So is it possible to build the miner only then point it at a centralized wallet? ie a one man pool?
Yes, you need to send request to JSON RPC and do "getblocktemplate", then mine on the blob that it dumps to you.

Quote
2. Is there a centralized place to post hash specs?
https://wiki.bytecoin.org/wiki/Mining_hardware_comparison

thank you

and

thank you
1473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures - CPU only on: May 01, 2014, 02:36:45 PM
Questions

1. So is it possible to build the miner only then point it at a centralized wallet? ie a one man pool?

2. Is there a centralized place to post hash specs?

1474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - a coin with strong privacy based on CryptoNote technology on: April 27, 2014, 06:20:37 PM
Can anyone help with this error or recovering from it?
Code:
2014-Apr-27 11:53:59.291123 bitmonero wallet v0.8.5.294()
2014-Apr-27 11:54:05.380352 Loaded wallet keys file, with public address: 4Am734VBiL1eVH4B8WqwPYPz9uQV1tzedGqDQeRxH2kNHybGTWkZdju6uqgqE2r1iKhTKCUvQbfh9Urqdp2pBC2iRqCEm8Z
2014-Apr-27 11:54:05.380596 ERROR /home/user/bitmonero/src/common/boost_serialization_helper.h:42 Exception at [unserialize_obj_from_file], what=invalid signature
2014-Apr-27 11:54:05.380617 ERROR /home/user/bitmonero/src/wallet/wallet2.cpp:444 !r. THROW EXCEPTION: error::file_read_error
2014-Apr-27 11:54:05.380649 /home/user/bitmonero/src/wallet/wallet2.cpp:444:N5tools5error15file_error_baseILi2EEE: failed to read file "wallet.bin"
2014-Apr-27 11:54:05.380705 Error: failed to load wallet: failed to read file "wallet.bin"
Sad
Are my coins lost?  Undecided
size of wallet.bin : 0 bytes

I still have wallet.bin.address.txt and wallet.bin.keys

I had a similar issue where my bin some how got corrupted and would unlock with the password (yes, it was the right password)

Is there any sort of recovery or am I just shit out of luck?
1475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DickCoin - Finally, you can send people dicks! on: April 27, 2014, 04:50:04 AM
if you run *nix it has.
1476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - a coin with strong privacy based on CryptoNote technology on: April 27, 2014, 02:02:30 AM
pool would be super sweet.
1477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] DickCoin - Finally, you can send people dicks! on: April 27, 2014, 01:07:49 AM
Slight delay in the launch, around 10 PM. Sorry folks, couldn't get the Win binary done in time.

you dick
1478  Economy / Goods / Re: PS-90 Compact Assault Rifles for sale. 50rd mags. Brand new in the box on: April 19, 2014, 04:02:50 PM


MIL-STD 1913 accessory rail and back-up iron sight


The ammo is made to reduce as much collateral damage as possible.  Which is wonderful for crowded areas, room mates, apartments and anything else where you wouldn't the bullet going house though house.


This is always the first thing I think about when making a gun purchase! lol

Damn good price for this, wish I had the HUC to spare.
1479  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] leonArdo - Graphical Automatic and Manual Trading Software on: April 18, 2014, 04:04:48 PM
OSX but not linux? boooo
Product bashing without researching first .... BOOOO  Grin

lol I most humbly stand corrected!



No harm done Smiley

only to my self esteem.

Video looks pretty slick too by the way!
1480  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin on: April 16, 2014, 04:35:38 PM
Is it possible to add Keccak and Skein ? (kernel files seems to be already present)
Having only one version of sgminer for all algo would be awesome!


+100

One miner to rule them all...
Pages: « 1 ... 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 54 55 56 57 58 59 60 61 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!