Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ryen123

Pages: 1 2 [3] 4 5
31
I run the qt file. How do i solo mine?

in wnidows wallet under debug > console: setgenerate true x
In linux: ./bitcoind setgenerate true x

x being the number of threads to run.

32
BitShares PTS / Re: Coyote Pool 2.0 - One Day Rounds Proportional Payout
« on: November 15, 2013, 01:35:49 pm »
could it be the wallet change?

It has been down for 1.5 hours. Wallet change can't take that long??

33
Just curious. Anyone solo mining with this miner have managed to mined a block yet?

34
Did you previously create a protoshares.conf file?

Yes, I also tried the RPC credentials in my conf file, same result.

Inside your .conf file if you have -rpcport inside, delete it. Restart wallet and try the mining client again. Make it something like this.

rpcuser=your_username
rpcpassword=your_password
rpcallowip=127.0.0.1
server=1

35
Start the miner like this. Change to your own username and password.

ProtoShares-Qt.exe -server -rpcuser=your_own_user -rpcpassword=your_own_password
gw_miner.exe localhost your_own_user your_own_password

I tried that, the wallet is OK as always, and neither the miner have any output nor the %CPU gains.
Looks like the miner failed to connect to the wallet but did not crash.
Also I am using the latest version of wallet.

Did you previously create a protoshares.conf file?

36
Launch your

 ProtoSHares-Qt.exe -server -rpcuser=user -rpcpassword=pass
./gw_miner.exe localhost user pass

I launched my wallet with the first line and then the solo miner with the second line.
The wallet started up successfully, but the miner did not output anything, and CPU usage rate kept 0%.
What happened here? Running Windows Server 2008 R2

Start the miner like this. Change to your own username and password.

ProtoShares-Qt.exe -server -rpcuser=your_own_user -rpcpassword=your_own_password
gw_miner.exe localhost your_own_user your_own_password

37
Win7 x64, i7-2600k @ 4.7Ghz

Benchmark Results: Between 138 and 159 hpm. Elasped time 133.382 seconds.

What was the final number... it is cumulative...

143.something hpm I only roughly glanced thru the figures. I mostly ran the linux protominer (yPool), that average is 160hpm. My pc is dual boot linux/windows.

38
Win7 x64, i7-2600k @ 4.7Ghz

Benchmark Results: Between 138 and 159 hpm. Elasped time 133.382 seconds.

39
oot@20:~/jhProtominer/src/jhProtominer# make CFLAGS="-O3 -march=native"
g++ -O3 -march=native -c -o jhlib.o jhlib.cpp
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include"global.h"
 ^

Read page 4 of this thread

40
Code: [Select]
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include"global.h"

jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include"global.h"
 ^
make: *** [jhlib.o] Error 1


any ideas what i can do ?

Are you on a 32bit cpu or a 32bit OS?

ubuntu 31.10 64

can anybody hlep me to solve this issue?

When you compile, remove -march=native and you won't get that error.

make CFLAGS="-O3 -march=native" >>> make CFLAGS="-O3"

If you are compiling on digitalocean, use this.

make CFLAGS="-O3 -march=corei7"

41
BitShares PTS / Re: does solo mining work?
« on: November 12, 2013, 11:29:23 am »
There's nothing wrong. The difficulty increase has made it very very difficult to mine solo. I too haven't found a block since.

42
Yup you are not alone. I managed to compile in ubuntu but crashed after running for a few minutes. Then tried compiling again on another os but get errors.

43
BitShares PTS / Re: Client keeps crashing
« on: November 11, 2013, 11:47:08 am »
Same here. I ran it at DigitalOcean and it keeps stopping after 15/20 minutes.

44
I want to run 2 instances. I did all the steps, but when I tried to launch the Protoshares client,  it only runs as the normal one. How can I run the second one?

To run a second instance

protoshares-qt.exe -port=xxxx -datadir=C:\Users\Username\AppData\Roaming\ProtoShares2

45
BitShares PTS / Re: "No block source available" error message
« on: November 10, 2013, 03:00:03 am »
Add these nodes to download the blockchain

addnode=61.238.157.8
addnode=54.254.192.95
addnode=54.207.21.146
addnode=54.206.30.227
addnode=54.219.164.14
addnode=146.185.172.136
addnode=162.243.14.13

Pages: 1 2 [3] 4 5