Bitcoin Forum
June 24, 2024, 06:43:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 15, 2014, 07:56:02 PM
Has anybody heard anything about GPU miners for Riecoin? I've searched, but nothing comes up - the coin isn't famous enough yet to draw attention of GPU miners developers, IMHO.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 14, 2014, 09:04:19 PM
Guys, I've set up a DigitalOcean server with 8 CPU cores, and that's what I'm getting:



These three shares where for quite a while without changing. Am I correct understanding that I'm not getting nothing for this miner if shares count isn't growing? Or I'm still getting some share from the pool?

Cheers
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 14, 2014, 06:41:04 PM
my wallet wont sync do i need to add some nodes? and one have any?
Thx

I had the same problem, and it was solved when I've put this list in the riecoin.conf file in the wallet's directory:

Code:
addnode=107.170.26.188
addnode=107.170.32.187:28333
addnode=107.170.37.13
addnode=107.170.40.168:28333
addnode=108.161.145.12:28333
addnode=128.199.253.233
addnode=162.243.118.47:28333
addnode=162.243.208.55
addnode=162.248.98.162
addnode=173.193.48.174
addnode=182.32.194.1
addnode=192.241.129.169
addnode=194.97.156.59:28333
addnode=195.47.113.76:28333
addnode=198.144.180.117
addnode=198.144.180.118
addnode=198.98.52.244:28333
addnode=213.239.207.114:28333
addnode=5.83.137.130:28333
addnode=5.83.137.131:28333
addnode=54.197.67.63
addnode=54.198.193.96:28333
addnode=54.204.214.12
addnode=54.234.17.173
addnode=54.237.23.244:28333
addnode=62.210.141.204:28333
addnode=64.79.107.5
addnode=67.225.172.77
addnode=76.102.71.50
addnode=77.172.93.38:28333
addnode=79.135.200.61
addnode=81.27.206.10:28333
addnode=95.138.166.108
addnode=95.138.166.126:28333
addnode=98.121.202.169
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAX] MaxCoin - Alive and Kickin' on: February 08, 2014, 03:56:00 AM
Hi guys,

Have anybody received any payments from RocketPool.co.uk? I'm mining there with 26 CPU cores and 3 GPUs for several hours, but seen no payments so far. And stats are disabled on their site..
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 07, 2014, 12:34:28 PM
It is funny, how broken the whole thing is, nothing, nothing! seems to be working..

Code:
C:\Users\CTAXAHOB.CTAXAHOB-PC\Desktop\New folder\mining\Maxcoin>maxcoind settxfe
e 0.0001 sendtoaddress myaddresshere 0.10776358
error: {"code":-1,"message":"settxfee <amount>\n<amount> is a real and is rounde
d to the nearest 0.00000001"}

What does it mean, for fucks sake?!!
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 07, 2014, 12:22:03 PM
Guys, what is the proper command for windows console client to send funds, adding a transaction fee? It refuses to send it without it
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 07, 2014, 11:12:58 AM
Does anybody know, what is the correct command for sending funds with console windows wallet?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 06, 2014, 09:50:40 PM
"Keep trying, you will sync eventually. There's really heavy network load at the moment - but you will succeed eventually"

I've wasted my evening on this shit. Couldn't connect to a single node. Anal clowns.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // Prep for TODAY'S RELEASE /7:30 GMT on: February 06, 2014, 06:41:34 PM
Guys,

I'm using this instruction to compile both on Windows and my remote Azure Ubuntu: https://gist.github.com/xorrbit/8848780

I got stuck at this step: "11. Run autogen.sh:  ./autogen.sh"

Code:
dude12@Ubuntu1:~/cpuminer$ ./autogen.sh
-bash: ./autogen.sh: Permission denied

When I try to run it as root:

Code:
dude12@Ubuntu1:~/cpuminer$ sudo -i sh ./autogen.sh
sh: 0: Can't open ./autogen.sh

Please advise how to proceed!

chmod +x autogen.sh


Thank you mate, I've compiled it on my Windows 8.1!

Remote Ubuntu is different, though:

Code:
dude12@Ubuntu1:~/cpuminer$ CFLAGS="-O3 -march=native" ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/dude12/cpuminer/missing: Unknown `--is-lightweight' option
Try `/home/dude12/cpuminer/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
./configure: line 5603: syntax error near unexpected token `,'
./configure: line 5603: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
dude12@Ubuntu1:~/cpuminer$ make clean
Makefile:359: .deps/minerd-cpu-miner.Po: No such file or directory
Makefile:360: .deps/minerd-keccak.Po: No such file or directory
Makefile:361: .deps/minerd-maxcoin.Po: No such file or directory
Makefile:362: .deps/minerd-scrypt-arm.Po: No such file or directory
Makefile:363: .deps/minerd-scrypt-x64.Po: No such file or directory
Makefile:364: .deps/minerd-scrypt-x86.Po: No such file or directory
Makefile:365: .deps/minerd-scrypt.Po: No such file or directory
Makefile:366: .deps/minerd-sha2-arm.Po: No such file or directory
Makefile:367: .deps/minerd-sha2-x64.Po: No such file or directory
Makefile:368: .deps/minerd-sha2-x86.Po: No such file or directory
Makefile:369: .deps/minerd-sha2.Po: No such file or directory
Makefile:370: .deps/minerd-util.Po: No such file or directory
make: *** No rule to make target `.deps/minerd-util.Po'.  Stop.

Could you tell, what might be a problem?
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: MaxCoin | CPU Cloud Mining Guide | MAX VPS // Prep for TODAY'S RELEASE /7:30 GMT on: February 06, 2014, 06:12:35 PM
Guys,

I'm using this instruction to compile both on Windows and my remote Azure Ubuntu: https://gist.github.com/xorrbit/8848780

I got stuck at this step: "11. Run autogen.sh:  ./autogen.sh"

Code:
dude12@Ubuntu1:~/cpuminer$ ./autogen.sh
-bash: ./autogen.sh: Permission denied

When I try to run it as root:

Code:
dude12@Ubuntu1:~/cpuminer$ sudo -i sh ./autogen.sh
sh: 0: Can't open ./autogen.sh

Please advise how to proceed!
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 06, 2014, 05:46:04 PM
the pictures i posted above came from a git hub download zip that was released on the official twitter page, i downloaded it and 15 seconds later the link was 404ing and post removed from twitter. i posted the pics here so people could see what they removed.

It is back again both on Twitter and Github

People, tell which commands issue in Linux console to download it and compile on a remove Ubuntu server. I saw a command "git" in some instructions before
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN][MAX] MaxCoin on: February 06, 2014, 05:30:29 PM
https://twitter.com/maxcoinproject: MaxCoin cpu miner:

https://github.com/Max-Coin/cpuminer -

could anybody advise how to use it?

13  Other / CPU/GPU Bitcoin mining hardware / Re: New Revolutionary Mining Technology on: February 02, 2014, 12:58:51 AM
That's what Google Street shows at that address.

Some crypto undies.
14  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [ANN][SOLB - SOL] Sollar Bonds Worlds First Crypto-Bond [PRESALE BEGINS NOW!!] on: February 01, 2014, 10:34:05 PM
OP, you better change the picture of a "USS Carrier", because it has a word "Kuznetcov" written over it in Cyrillic Cheesy

http://en.wikipedia.org/wiki/Russian_aircraft_carrier_Admiral_Kuznetsov
15  Other / CPU/GPU Bitcoin mining hardware / PSU Corsair AX860 PCI-e replacement cable on: January 31, 2014, 08:18:51 PM
Hi guys,

Somehow I've managed to melt a connector and a connection socket on one of my Corsair AX860 PCI-e cables, a similar case to these guys - http://forums.overclockers.co.uk/showthread.php?p=25554542 and https://bitcointalk.org/index.php?topic=344866.0. I know now that it was caused by excessive current over that connector etc. So now I'd like to use this PSU with my old 5870s instead.

My problem is that I couldn't find a PCI-e replacement cable for AX860 - none found after two days of active searching. What could I use to replace it? Could those "two-Molex to PCI-e" adapters be used with AX860? It seems so proprietary and they're using their own pinouts everywhere etc, so I'm afraid even to try without knowing 100% that I'm not going to fry my GPU.

Cheers
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: Mining Rig -> GPU + Riser problem, help needed! on: January 25, 2014, 01:46:20 AM
Have you tried this?




Obviously, some mobos need it to recognize that a slot is occupied (more info here: http://blog.zorinaq.com/?e=42)

By the way, I've got the same PSU as yourself. Are you sure that it is adequate for three R9 280x?

Cheers
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!