sandor111
|
|
October 27, 2014, 03:15:41 PM |
|
Nice coin, do we have a pool in the making yet?
|
|
|
|
Aleh777
|
|
October 27, 2014, 03:17:17 PM |
|
CXX checkpoints.o In file included from checkpoints.cpp:7:0: main.h:22:29: fatal error: PoWCore/src/PoW.h: No such file or directory #include "PoWCore/src/PoW.h" ^ compilation terminated. You can read more, and then immediately shout. What is wrong?
|
|
|
|
SalimNagamato
Legendary
Offline
Activity: 924
Merit: 1000
|
|
October 27, 2014, 03:46:21 PM |
|
where do i get these header files ? so i can compile the wallet ... please help with this
|
not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
|
|
|
SalimNagamato
Legendary
Offline
Activity: 924
Merit: 1000
|
|
October 27, 2014, 03:47:43 PM |
|
Ok.. i have read the FM... problem solved thanks! CXX checkpoints.o In file included from checkpoints.cpp:7:0: main.h:22:29: fatal error: PoWCore/src/PoW.h: No such file or directory #include "PoWCore/src/PoW.h" ^ compilation terminated. You can read more, and then immediately shout. What is wrong?
|
not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
|
|
|
|
Chris-LC
Newbie
Offline
Activity: 47
Merit: 0
|
|
October 27, 2014, 06:17:15 PM |
|
Hey guys I'm having an issue with the gapcoin daemon. I'm running into the following error.
listreceivedbyaddress GMQTf3GUtB1kFSv1tmDYhvdDzdnPBiyu3X error: Error parsing JSON:GMQTf3GUtB1kFSv1tmDYhvdDzdnPBiyu3X
I deal with 50+ daemons and this is the first time i've come across this error.
Can anybody share some insight.
|
|
|
|
j0nn9 (OP)
|
|
October 27, 2014, 07:41:36 PM |
|
Hey guys I'm having an issue with the gapcoin daemon. I'm running into the following error.
listreceivedbyaddress GMQTf3GUtB1kFSv1tmDYhvdDzdnPBiyu3X error: Error parsing JSON:GMQTf3GUtB1kFSv1tmDYhvdDzdnPBiyu3X
I deal with 50+ daemons and this is the first time i've come across this error.
Can anybody share some insight.
Seems like you discovered a bug. But the proper way to use this rpc call is: listreceivedbyaddress ( minconf includeempty )
List balances by receiving address.
Arguments: 1. minconf (numeric, optional, default=1) The minimum number of confirmations before payments are included. 2. includeempty (numeric, optional, dafault=false) Whether to include addresses that haven't received any payments.
Result: [ { "address" : "receivingaddress", (string) The receiving address "account" : "accountname", (string) The account of the receiving address. The default account is "". "amount" : x.xxx, (numeric) The total amount in btc received by the address "confirmations" : n (numeric) The number of confirmations of the most recent transaction included } ,... ]
Examples: > gapcoin-cli listreceivedbyaddress > gapcoin-cli listreceivedbyaddress 6 true
With the right arguments, it doesn't shows an error.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
j0nn9 (OP)
|
|
October 27, 2014, 07:52:05 PM |
|
Thanks for your efforts! If you set up a faucet, i will donate some GAP.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
dcct
|
|
October 27, 2014, 08:17:10 PM |
|
Thanks for your efforts! If you set up a faucet, i will donate some GAP.
The faucet is ready: https://bchain.info/GAP/faucetI've set it to 0.05 gap per request.
|
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
October 27, 2014, 08:36:50 PM |
|
BTER should be adding GAP soon..
|
|
|
|
j0nn9 (OP)
|
|
October 27, 2014, 08:38:05 PM |
|
Thanks for your efforts! If you set up a faucet, i will donate some GAP.
The faucet is ready: https://bchain.info/GAP/faucetI've set it to 0.05 gap per request. Thanks! 20 GAP were sent.
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
dcct
|
|
October 27, 2014, 08:39:21 PM |
|
Thanks for your efforts! If you set up a faucet, i will donate some GAP.
The faucet is ready: https://bchain.info/GAP/faucetI've set it to 0.05 gap per request. Thanks! 20 GAP were sent. Thanks
|
|
|
|
Damadegyptian
Member
Offline
Activity: 69
Merit: 10
|
|
October 27, 2014, 08:46:26 PM |
|
just wondering if someone could tell me what a few of those lines mean like "seivesize" "seiveprimes" and "pooledtx"
"blocks" : 3778, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 20.82454605, "errors" : "", "generate" : true, "genproclimit" : -1, "sievesize" : 1048576, "sieveprimes" : 500000, "shift" : 20, "primespersec" : 15617, "10gapsperhour" : 0.00000000, "15gapsperhour" : 0.00000000, "gapsperday" : 1.21937143, "networkprimesps" : 7571792, "pooledtx" : 0, "testnet" : false }
|
|
|
|
j0nn9 (OP)
|
|
October 27, 2014, 08:58:35 PM |
|
just wondering if someone could tell me what a few of those lines mean like "seivesize" "seiveprimes" and "pooledtx"
"blocks" : 3778, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 20.82454605, "errors" : "", "generate" : true, "genproclimit" : -1, "sievesize" : 1048576, "sieveprimes" : 500000, "shift" : 20, "primespersec" : 15617, "10gapsperhour" : 0.00000000, "15gapsperhour" : 0.00000000, "gapsperday" : 1.21937143, "networkprimesps" : 7571792, "pooledtx" : 0, "testnet" : false }
sievesize = the size of the sieve used for prime search, this should be not greater than 2^shift 256 + shift = the bit size of the prime you are searching for. shift have to be greater than 13. sieveprimes = the number of primes you sieve. The more primes you sieve, the less prime tests you have to calculate. But to much sieve primes will also slow down mining. pooledtx = number of transactions in the memory pool
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
|
j0nn9 (OP)
|
|
October 27, 2014, 09:17:51 PM |
|
Yes, it should be accurate, did you mined some orphans? You could try adding these nodes to your config: addnode=212.227.143.155 addnode=104.131.69.82 addnode=95.215.44.9 addnode=155.254.36.179 addnode=199.127.226.192
|
Gapcoin - The largest, decentralized prime gap search
|
|
|
dcct
|
|
October 27, 2014, 09:22:05 PM |
|
Yes, it should be accurate, did you mined some orphans? You could try adding these nodes to your config: addnode=212.227.143.155 addnode=104.131.69.82 addnode=95.215.44.9 addnode=155.254.36.179 addnode=199.127.226.192
No orphans, and my node is pretty well connected (13 connections), also some from the list. Maybe its just bad luck?
|
|
|
|
BanditryAndLoot
Member
Offline
Activity: 70
Merit: 10
Activity: 350
|
|
October 27, 2014, 09:24:54 PM |
|
Yes, it should be accurate, did you mined some orphans? You could try adding these nodes to your config: addnode=212.227.143.155 addnode=104.131.69.82 addnode=95.215.44.9 addnode=155.254.36.179 addnode=199.127.226.192
I found lots of orphans using linux mint. Now, I just switched over to windows 12 hours ago on one machine, found 2 blocks. PPS is faster for that g3220 processor too, by about 15%. But, also i did the addnodes yesterday too on mint machine, and got 2 blocks on a 4820k too though .. so who knows. Unknown if I've got orphans though.
|
And it's only at the end of fall, that we discover it was naught but the wind that knew when one particular leaf was to fall from one particular tree, only to land in one distinct spot .. to be left for an eternity, and waste its time in a wait sublime. C0A2A1C4
|
|
|
primer-
Legendary
Offline
Activity: 1092
Merit: 1000
|
|
October 27, 2014, 09:26:19 PM |
|
On another note, why the stupid username, j0nn9 ?
|
|
|
|
dcct
|
|
October 27, 2014, 09:29:36 PM |
|
maybe cause I only use one node for 9 mining rigs?
|
|
|
|
|