[SUPPORT] beeeeer.org - tech support

this is not the actual command you’re running, isn’t it?

  • xolokram

xolokram

primeminer_x64.exe -poolip=54.200.248.75 -poolport=1337 -pooluser=ADRESS -poolpassword=x -genproclimit=2
actual command

mh ok that looks alright :o

xolokram,

Can you please look into my message above Cryptoblog - notícias sobre bitcoin e criptomoedas!

Thanks.

have you checked the sharehistory & sharelog? (see beta page user stats)
if yes and it’s not there pm me your address

  • xolokram

Hi,
Im trying to mine off of a digital ocean droplet (Amsterdam), and using the following.

./primeminer -pooluser=$POOLUSER -poolip=176.34.128.129 -poolport=1337 -genproclimit=8

$POOLUSER is my payout address.

All I get on the console output is the following, I’ve left it running for 2+ hours

[WORKER3] Hello, World!
[WORKER4] Hello, World!
[WORKER5] Hello, World!
[WORKER6] Hello, World!
[WORKER0] GoGoGo!
[WORKER1] GoGoGo!
[WORKER2] GoGoGo!
[WORKER3] GoGoGo!
[WORKER4] GoGoGo!
[WORKER5] GoGoGo!
[WORKER6] GoGoGo!
[WORKER7] Hello, World!
[WORKER7] GoGoGo!
connecting to 176.34.128.129:1337
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
PrimecoinMiner started
connecting to 176.34.128.129:1337

I can telnet to 176.34.128.129 on 1337 and get a socket, so I dont think firewall is blocking it.

Any ideas?

[quote=“gavinlew, post:526, topic:358”]./primeminer -pooluser=$POOLUSER -poolip=176.34.128.129 -poolport=1337 -genproclimit=8

I can telnet to 176.34.128.129 on 1337 and get a socket, so I dont think firewall is blocking it.[/quote]
if telnet works, then the connection should be ok

so the only problem is probably your POOLUSER variable
please double check: you’re using a primecoin address (starting with “A…”), there’s no whitespace before
PM me if you want me to check it for problems, or come to the irc

  • xolokram

Thanks - problem was with the primecoin address , is there a wallet for OSX available? Ive had to use a Windows wallet to get an address starting “A…”

Cheers

Have something prolem with beer ?

I have two wallet and mining on beeer.
One Address is run with 5 CPU CPU E3-1240 v3 @ 3.40GHz and run only 0.0631 XPM/h
One Address is run with 2 CPU AMD ( cheap CPU) and run 0.0603 XPM/h

Two day ago They ran 0.1797 XPM/h and 0.017 XPM/h

What wrong with your pool ?

There’s a lot of variability in primecoin mining.

Hello all. I am a newbie miner about a month. I have a question.

I’m not quite sure how the payouts are suppose to work. If you look at payout for block 7544 http://beeeeer.org/payout/7544 its looks like I should have been payout three times to my address AZuKLo9xF1Y1rkpd1ngdfVCVpoMDVn6jFo
0.0013988800787378055,
0.12362058921304435,
0.12222170913430655.
But if you go to http://xpm.syware.de/?a=AZuKLo9xF1Y1rkpd1ngdfVCVpoMDVn6jFo, its showing only a payout of 0.0014.

I have four different computers mining to the same address. It the same thing for all the payout blocks that I am on. Any help would be appreciated! I would hate to loose all of it. Its kind of demotivating me.

Jason

there are 4 fields in the payout information: you should check which value is in which field

fields are:
“prev” - your total balance from previous payout
“add” - what has been added in current payout
“payout” - what has been actually paid due to the payout barrier
“next” - what is given to the next payout

you’ve not reached the payout barrier, and i guess your values are:
“prev” - 0.1222217
“add” - 0.0013988
“payout” - n/a (you’ve not reached the payout barrier)
“next” - 0.1236205

  • xolokram

Thanks for the clarification. :slight_smile:

Jason

Is it worth setting the miners to only mine 8 chains?

Is the way to mine only 8 chains ??

Is the way to mine only 8 chains ??[/quote]

No, what you can do is set the miner to not send chains smaller than 8 chains to the pool.

Is the way to mine only 8 chains ??[/quote]

No, what you can do is set the miner to not send chains smaller than 8 chains to the pool.[/quote]

I get more performance with this option?

Is the way to mine only 8 chains ??[/quote]

No, what you can do is set the miner to not send chains smaller than 8 chains to the pool.[/quote]

I get more performance with this option?[/quote]

No

Hi!

Jhprimeminer there is a version “AVX”
The AVX version is compiled to use Intels AVX instruction set

Xolominer uses this AVX instruction ?

Hi,

i am having the following error with ptsminer

connecting to 54.201.26.128:1337
no connection to the server, reconnecting in 10 seconds

i am sure connectivity of the machine is ok, and the site is reachable (telnet open the connection)
i am running ubuntu 12.04 and i used the following command to download and compile

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix.no-chrono
(i had errors with the standard makefile.unix)

I wanted to compare result with the running primeminer by xolo

Thanks anybody for help