Bitcoin Forum
July 02, 2024, 01:05:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 207 »
2561  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 17, 2013, 11:50:38 AM
hi,

if I mine on linux do I have to pay mining fees's when I send?

also if I send from the QT (non mining) do I have to pay fees of 0.01 to get it processed

what happens if no fees are paid
2562  Alternate cryptocurrencies / Altcoin Discussion / [XPM] BLOCK FINDING RATE EXPERIENCE on: July 16, 2013, 12:15:36 PM
Seems blocks are getting way harder to find now

whats your experience

also how many have noticed  one instance seems to find all the blocks but other identical instances never find any
2563  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 16, 2013, 12:12:57 PM
Quite a few people have posted now saying that they seem to find blocks in quick succession.  I've noticed the same thing, but even to the point where different VPS's (same provider) have all found blocks within a minute of each other but nothing for hours either side.  In the last 4 hours I found 9 blocks all at the same time across 6 VPS's (around 30 mins ago), and then nothing for the 3 hours before that.  I have seen the same kind of patterns over the last few days too (though no normally 9 at the same time!).  Has anyone got any theories as to why this might be?


I have seen exactly this

once one block was found, on one instance....then a whole load more were found quickly by that isnatnce

another that found none never found any

I think findinf say 12 blocks with one instance an zero with an identical instance is very unlikely.....


somethings going on...

I have a few theories
and one is really out there....

2564  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 16, 2013, 11:57:31 AM
have not found blocks for ages,,,,,

somethings gone wrong...?

how it going for every one else?
2565  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 16, 2013, 11:20:47 AM
strange....no blocks for ages now...

wonder if the upstart inteferes with primecoind?
2566  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 16, 2013, 08:58:45 AM
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.
2567  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 16, 2013, 08:19:45 AM
[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....
2568  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 16, 2013, 08:04:52 AM
ok

I am running on

machine
001 hp4,
002 hp2
003 hp3,

report back later
2569  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 16, 2013, 05:18:27 AM
[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

2570  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 15, 2013, 11:49:37 PM
I am buying XPM. If you made a large stash consider selling some to me as your appreciation of my work. Note there is no premine or tax with primecoin nor do I want donations. But I like to have a stash as well of my creation Wink We can negotiate at market price. PM me.

sunny give us an address
2571  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 15, 2013, 03:04:11 PM
ok

so it seems the more blocks one instance finds, the more it can find i *know* this is maths - wrong

but seriously as soon as my instances find one block, then next just seem to roll in.

[about 350 XPM mined so far in 48 hours so I am pretty small scale]
2572  Bitcoin / Bitcoin Technical Support / Re: auto restart on: July 15, 2013, 10:50:10 AM
it ok I chmod 777 init

and after I finished and chmod back to 755
2573  Bitcoin / Bitcoin Technical Support / auto restart on: July 15, 2013, 10:21:18 AM
I am trying to make an auto restart of bitcoind when is falls over

I think I have a upstart script but I cannot write to the init folder...permission denied, I have tried sudo, and nano in a new file and save it
2574  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 15, 2013, 09:02:16 AM
actually I have been finding more blocks more quickly....Huh

also what happens if you sent XPM from a wallet where some are not mature
2575  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 15, 2013, 06:10:17 AM
update
hp3 falls over alot
2576  Alternate cryptocurrencies / Altcoin Discussion / Re: [XPM] [FASTER!] Mining PrimeCoin using DigitalOcean (VPS) on: July 15, 2013, 06:04:48 AM
will sending XPM that is confirmed, while there is unconfirmed XPM in the qt-wallet cause a problem?
2577  Alternate cryptocurrencies / Altcoin Discussion / restart program , program? on: July 15, 2013, 05:19:15 AM
does any one have a script to start/run

primcoind --deamon

if it falls over?

if(check/5 mins if on watch process!)
{primcoind --deamon;}

do you use this "upstart or something"?

eg this

https://bitcointalk.org/index.php?topic=25518.0
2578  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 15, 2013, 03:24:36 AM
does any one have a script to start

primcoind --deamon

if it falls over?Huh

if(check/5 mins if on watch process!)
{primcoind --deamon;}

2579  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 14, 2013, 11:33:56 PM
is statistically impossible

there is something going on here
What's going on is that you do not understand statistics at all.

IIts statistically unlikley that none of the other instances find zero, while the first two find blocks, it's geting to the point where p<0.05 so statistically significant.
2580  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin High Performance on: July 14, 2013, 11:23:19 PM
ok this is officially crazy

on a E2 8cc

build  1 = original hp2 compiled = found 7 blocks 2 orphans [17 - 11K pps]/24 hrs
build  2 = original hp1 compiled = found 5 blocks 2 orphans [20k - 16K pps]/24 hrs
build  3 =  AWS image of hp1, compiled = found 0 [20 - 16K pps]/12 hrs
build  4 = original hp2 compiled = found 0 [17 - 11K pps]/12 hrs
build  5 = original hp2 compiled = found 0  [17 - 11K pps]/12 hrs
build  6 =  AWS image of hp1, compiled = found 0 [20 - 16K pps]/3 hrs [now deleted instance]
build  7 =  AWS image of hp1, compiled = found 0 [20 - 16K pps]/3 hrs [now deleted instance]
build  8 =  AWS image of hp1, compiled = found 0 [20 - 16K pps]/3 hrs [now deleted instance]


there is no way that the blocks would all would be found in just the first 2....

is statistically impossible

there is something going on here
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 207 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!