[SUPPORT] beeeeer.org - tech support

I’m connected to the 54.200.248.75 address on my own desktop with zero issues.

a) Can you ping either the US or Europe address?

b) Have you allowed the primeminer program/port 1337 in the windows firewall for the appropriate network zone?

c) Is your network behind a firewall that is more sophisticated than a standard home router?

That’s about as much as I can think of

edit: scratch a. I tried to ping it myself and it was failing. traceroute worked fine up until that final hop though. Xolo, did you really block pings?

It’s not my fire wall…

tried again still can’t

Darn shame cause I like Prime

[quote=“Philo, post:500, topic:358”]Command line is:
primeminer_x64.exe -poolip=176.34.128.129 -poolport=1337 -pooluser= AQH2RYruHt5o9M8dP4HGT2yH7FuMqQguwK -poolpassword=password -genproclimit=8[/quote]

I managed to replicate your problem!

It’s because there is a space between pooluser= and the address.

Cheers. Hope it solves the problem.

No donations required, I don’t like the idea of someone helping or writing a guide and then basically begging… Don’t go looking for my donation address either, it’s nowhere and you could be giving it to someone else. ;D ;D :wink:

Nope but it at least now it tries to connect…
But now I just get an endless string of…

Connecting to #########
Connecting to #########
Connecting to #########

change -poolport=1337 to -poolport=21, your firewall might be blocking 1337

This is my CMD

primeminer_x64.exe -poolip=54.200.248.75 -poolport=21 -pooluser= AQH2RYruHt5o9M8dP4HGT2yH7FuMqQguwK -poolpassword= -genproclimit=6

connecting to 21
connecting to 21
connecting to 21
connecting to 21
connecting to 21

NOPE!

From a command prompt, can you run this: telnet 54.200.248.75 21

Does it respond with anything?

yes it responds

telnet is not recognized as an intern…

[quote=“Philo, post:506, topic:358”]This is my CMD

primeminer_x64.exe -poolip=54.200.248.75 -poolport=21 -pooluser= AQH2RYruHt5o9M8dP4HGT2yH7FuMqQguwK -poolpassword= -genproclimit=6[/quote]

[quote=“GillyPony, post:503, topic:358”]I managed to replicate your problem!

It’s because there is a space between pooluser= and the address.[/quote]
this!

although he doesn’t want to: donate to GillyPony

please try to not exaggerate with things like "MANY PEOPLE HAVE POSTED THIS SAME PROBLEM AND NO ONE HAS HELPED SOLVE OR EXPLAIN! ", Capslock in general and font size 20+

oh, and btw…

it’s meant for the kind of people that are able to read / think on their own (and elite coders)

  • xolokram

[size=14pt]MY APOLOGIES[/size]

[font=times new roman][size=10pt]problem solved
thank you for you help

Some quick stats for my AMD Fx 9590 Vishera 5.1 Mhz 8 core. (Running 6 only)
1223 Primes/s 20566 tests/s 20 5 chains/h 0.031 chains/day

oh an regarding your insult

it’s meant for the kind of people that are able to read / think on there own (and elite coders)

  • xolokram

AHA so I was right since for a vast majority of humans this a very difficult task
Including myself at times.
Do you also insult the blind for their poor eyesight?

It seems obvious Walter Russell has eluded your reading.

Thanks you again I will enjoy supporting PrimeCoin and speak well of the forum and the helpful support it offers.
and try to be more civil, patient, and technically competent…[/size][/font]

Hi xolokram.

I’m having some discrepancies between my user statistic window and miner log.
The user statistic window shows 1 in 9ch section and the miner log shows 2 on the same date.

If I send you my wallet number could you please check why the numbers are different?

Thanks.

Hi guys!

This speed is corrent?
http://imageshack.com/a/img827/3661/cr6j.png

0.074 chains/day is not too low?
i7-4770K@4.1GHz (8 thread)

[quote=“westlake, post:512, topic:358”]0.074 chains/day is not too low?
i7-4770K@4.1GHz (8 thread)[/quote]

Yes, it’s about right.
I have 0.105 chains using 8 cores on i7-3960X@4.7 GHz

[quote=“gshults, post:513, topic:358”][quote=“westlake, post:512, topic:358”]0.074 chains/day is not too low?
i7-4770K@4.1GHz (8 thread)[/quote]

Yes, it’s about right.
I have 0.105 chains using 8 cores on i7-3960X@4.7 GHz[/quote]

6 cores and 12 threads :stuck_out_tongue:

…and this speeds?
http://xpmwiki.com/index.php?title=Hardware_comparison
i’m confused :o

[quote=“westlake, post:514, topic:358”][quote=“gshults, post:513, topic:358”][quote=“westlake, post:512, topic:358”]0.074 chains/day is not too low?
i7-4770K@4.1GHz (8 thread)[/quote]
Yes, it’s about right.
I have 0.105 chains using 8 cores on i7-3960X@4.7 GHz[/quote]

4 cores and 8 threads :stuck_out_tongue:

…and this speeds?
http://xpmwiki.com/index.php?title=Hardware_comparison
i’m confused :o[/quote]

It’s hard to say how many cores it’s really using, cause I see all the 12 cores are doing something.

As for the chart, it was made for lower difficulty.

primeminer error to vps. How can I solve the problem ?

check the system logs in linux.

ubuntu 13.04 version 64bit.

@toprak33:
show us your command line you use to start the miner
(remove the payout address if you want)

@westlake:
as gshults said, the table is outdated as we’ve hit difficulty 10 ~20 days ago
the charts were made with difficulty 9

  • xolokram

xolokram command line

sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb+±dev libgmp-dev libssl-dev dos2unix

git clone https://github.com/thbaumbach/primecoin
cd ~/primecoin/src
make -f makefile.unix

./primeminer -poolip=<xx.xxx.xxx.xx> -poolport=1337 -pooluser= -poolpassword=PASSWORD -genproclimit=<# of cores>

system ubuntu 13.04 version 64bit.