Author

Topic: [XPM] [ANN] Primecoin High Performance | HP14 released! - page 106. (Read 397616 times)

sr. member
Activity: 292
Merit: 250
Can someone confirm, does xp4 have an automatic/default sieve size of 1mill or 2mill?

Default is 1mill.
sr. member
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
Can someone confirm, does xp4 have an automatic/default sieve size of 1mill or 2mill?
full member
Activity: 182
Merit: 100
have not found blocks for ages,,,,,

somethings gone wrong...?

how it going for every one else?

Bad, mined nothing the last 12 hours
legendary
Activity: 2618
Merit: 1022
have not found blocks for ages,,,,,

somethings gone wrong...?

how it going for every one else?
donator
Activity: 1731
Merit: 1008
github.com/mikaelh2/primecoin

"Access to this repository has been disabled by GitHub staff due to excessive use of resources."

http://www.reddit.com/r/primecoin/comments/1ieme5/githubcommikaelh2primecoin_access_to_this/

sr. member
Activity: 301
Merit: 250
deleted blockchain client now not connecting?
can addnode help and which one?

Here's another list of peers available at this moment:
Code:
       "addr" : "192.241.200.197:9911",
        "addr" : "192.81.217.158:9911",
        "addr" : "78.31.105.26:9911",
        "addr" : "192.157.59.116:9911",
        "addr" : "198.199.65.39:9911",
        "addr" : "173.45.227.231:9911",
        "addr" : "54.242.28.200:9911",

Pick one IP address from the list (to spread the load) and write it your config file like this:
Code:
addnode=X.X.X.X

Alternatively you can use the command line switch -addnode=X.X.X.X.
newbie
Activity: 35
Merit: 0
deleted blockchain client now not connecting?
can addnode help and which one?
HP4 isn't connecting for me either!
legendary
Activity: 1899
Merit: 1024
deleted blockchain client now not connecting?
can addnode help and which one?
legendary
Activity: 2618
Merit: 1022
ok

I copied and modified very simply this code to auto start....I don't know if it works

as  I can't see my HP's are crashing anymore, I don't know if it works at all

they were crashing all the time before, I 'm not sure if that has just stoped or this is restarting it...I thing it has just stopped

I don't know if it is slow mining down



Code:
description "primecoind"

start on filesystem
stop on runlevel [!2345]
oom never
expect daemon
respawn
respawn limit 1 60 # 10 times in 60 seconds

script
user=ubuntu
home=/home/$user
cmd=/usr/local/bin/primecoind
pidfile=$home/.primecoin/primecoind.pid
# Don't change anything below here unless you know what you're doing
[[ -e $pidfile && ! -d "/proc/$(cat $pidfile)" ]] && rm $pidfile
[[ -e $pidfile && "$(cat /proc/$(cat $pidfile)/cmdline)" != $cmd* ]] && rm $pidfile
exec start-stop-daemon --start -c $user --chdir $home --pidfile $pidfile --startas $cmd -b -m
end script




Put the above configuration in /etc/init/bitcoind.conf, then

sudo initctl reload-configuration.
To start ,  sudo start primecoind.
To stop , sudo stop primecoind.
sr. member
Activity: 301
Merit: 250
What is the logic behind Sievesize/Performance?

Is it like Thread-concurency were the more, the better. Until your card can't handle it.
Or it's more complex, and some more powerful CPU can benefit from a lower value?

The code uses candidate multipliers to obtain the origin of a probable prime chain. Sieve size influences how many candidate multipliers are produced at once with a specific set of parameters. I don't personally fully understand the mechanics between the sieve size and the probable prime chains. The method was devised by Sunny King. All I know is that higher sieve sizes produces more blocks on the testnet. Please note that I haven't been able to confirm that on mainnet.
sr. member
Activity: 392
Merit: 250
What is the logic behind Sievesize/Performance?

Is it like Thread-concurency were the more, the better. Until your card can't handle it.
Or it's more complex, and some more powerful CPU can benefit from a lower value?
legendary
Activity: 2618
Merit: 1022
[1] why is makefile.unix

and not

makefile.linux-mingw64

used?Huh? ( i am on ubuntu 13.04)


[2] when I use
sudo make -f makefile.unix USE_UPNP=-

i get this error from the source forge hp4

hp3/2/1 apt git clone has been fine

any help appreciated

Code:
sudo make -f makefile.unix USE_UPNP=-
Building LevelDB ...
make[1]: Entering directory `/home/ubuntu/primecoin/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/primecoin/src -I/home/ubuntu/primecoin/src/obj -DUSE_IPV6=1 -I/home/ubuntu/primecoin/src/leveldb/include -I/home/ubuntu/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -c db/._builder.cc -o db/._builder.o
db/._builder.cc:1:1: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\5’ in program
db/._builder.cc:1:2: error: stray ‘\26’ in program
db/._builder.cc:1:2: error: stray ‘\7’ in program
db/._builder.cc:1:5: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\2’ in program
db/._builder.cc:1:7: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:17: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\2’ in program
db/._builder.cc:1:27: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:35: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\16’ in program
db/._builder.cc:1:2: error: stray ‘\260’ in program
db/._builder.cc:1:39: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\2’ in program
db/._builder.cc:1:43: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\16’ in program
db/._builder.cc:1:2: error: stray ‘\342’ in program
db/._builder.cc:1:47: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:2: error: stray ‘\36’ in program
db/._builder.cc:1:51: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:89: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\27’ in program
db/._builder.cc:1:2: error: stray ‘\333’ in program
db/._builder.cc:1:93: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\16’ in program
db/._builder.cc:1:2: error: stray ‘\342’ in program
db/._builder.cc:1:97: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\230’ in program
db/._builder.cc:1:101: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\32’ in program
db/._builder.cc:1:105: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:121: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\230’ in program
db/._builder.cc:1:125: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\32’ in program
db/._builder.cc:1:129: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\25’ in program
db/._builder.cc:1:152: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:158: error: invalid suffix "d5" on floating constant
db/._builder.cc:1:179: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:3814: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:3818: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\36’ in program
db/._builder.cc:1:3870: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:4070: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\1’ in program
db/._builder.cc:1:4074: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\36’ in program
db/._builder.cc:1:4083: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\34’ in program
db/._builder.cc:1:4093: warning: null character(s) ignored [enabled by default]
db/._builder.cc:1:2: error: stray ‘\36’ in program
db/._builder.cc:1:2: error: stray ‘\377’ in program
db/._builder.cc:1:2: error: stray ‘\377’ in program
db/._builder.cc:1:9: error: ‘Mac’ does not name a type
db/._builder.cc:1:158: error: expected unqualified-id before numeric constant
db/._builder.cc:1:167: error: ‘Firefox’ does not name a type
db/._builder.cc:1:3827: error: ‘This’ does not name a type
make[1]: *** [db/._builder.o] Error 1
make[1]: Leaving directory `/home/ubuntu/primecoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2


Learn to Google: http://en.wikipedia.org/wiki/MinGW. MinGW is for Windows. You're not running Windows.

On your errors: looks like an encoding issue or a bad download from github. I would suggest re-downloading it from the Sourceforge link that is in this thread (until the Git repo is fixed).

thanks....
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
It seems that the git repo is down ? I noticed when trying to pull the latest (hp4) changes .

They even released official explanation that they did it because of over-usage of their resources. Imagine that.

Source?

https://bitcointalksearch.org/topic/m.2738200

Edit:
Check also this:
http://www.theregister.co.uk/2013/07/16/digitalocean_primecoin_cloud_problems/
sr. member
Activity: 294
Merit: 250
It seems that the git repo is down ? I noticed when trying to pull the latest (hp4) changes .

They even released official explanation that they did it because of over-usage of their resources. Imagine that.

Source?
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
It seems that the git repo is down ? I noticed when trying to pull the latest (hp4) changes .

They even released official explanation that they did it because of over-usage of their resources. Imagine that.
sr. member
Activity: 791
Merit: 271
This is personal
when will github be back online.

I tried doing a manual unpacking, I got as far as building the package but I get lost moving the directors.
hero member
Activity: 672
Merit: 500
can anybody make temp repo?
or where can i get latest sources?
sr. member
Activity: 301
Merit: 250
The client seems to crash for me after few minutes of mining

running hp3-win64
on Win 7 x64 I7 930



any ideas?

This is what I got, and only once, only after hours of mining, and never again since restart.

EDIT This was with hp3, I7 2660

Any news on this?  I seem to get this error every few hours on my i7 3930k (Win 7 x64) but not on any of my other machines with various Intel processors.  A simple restart and it goes away, but if I'm not at my computer then I lose mining time until I can get back.  If I had to make a wild guess, it's asserting that the thread pool has nothing but idle threads, but I've not waded through the source to find what the problem is.

I saw this same crash on one of my Linux boxes. Backtrace shows the crash happens when the mining threads are creating new blocks for mining. I think it's a bug in the original code that gets triggered more often because my code is running faster.
legendary
Activity: 2618
Merit: 1022
ok

I am running on

machine
001 hp4,
002 hp2
003 hp3,

report back later
sr. member
Activity: 301
Merit: 250
It seems that the git repo is down ? I noticed when trying to pull the latest (hp4) changes .

I have sent them an e-mail about that. Now we just have to wait.
Jump to: