Bitcoin Forum
April 27, 2024, 12:48:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 124 »
  Print  
Author Topic: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine  (Read 286846 times)
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
October 27, 2014, 03:15:41 PM
 #221

Nice coin, do we have a pool in the making yet?

The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714222105
Hero Member
*
Offline Offline

Posts: 1714222105

View Profile Personal Message (Offline)

Ignore
1714222105
Reply with quote  #2

1714222105
Report to moderator
1714222105
Hero Member
*
Offline Offline

Posts: 1714222105

View Profile Personal Message (Offline)

Ignore
1714222105
Reply with quote  #2

1714222105
Report to moderator
1714222105
Hero Member
*
Offline Offline

Posts: 1714222105

View Profile Personal Message (Offline)

Ignore
1714222105
Reply with quote  #2

1714222105
Report to moderator
Aleh777
Full Member
***
Offline Offline

Activity: 352
Merit: 100


View Profile
October 27, 2014, 03:17:17 PM
 #222

  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.

 Embarrassed

You can read more, and then immediately shout. What is wrong?
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
October 27, 2014, 03:46:21 PM
 #223

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 Offline

Activity: 924
Merit: 1000



View Profile
October 27, 2014, 03:47:43 PM
 #224

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.

 Embarrassed

You can read more, and then immediately shout. What is wrong?

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 05:27:16 PM
 #225

I guess gapcoin needs another block explorer:

https://bchain.info/GAP/

And a rich list:

https://bchain.info/GAP/rich/

I can also set up a faucet, but someone else needs to fill it.
Chris-LC
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
October 27, 2014, 06:17:15 PM
 #226

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)
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
October 27, 2014, 07:41:36 PM
 #227

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:

Code:
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)
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
October 27, 2014, 07:52:05 PM
 #228

I guess gapcoin needs another block explorer:

https://bchain.info/GAP/

And a rich list:

https://bchain.info/GAP/rich/

I can also set up a faucet, but someone else needs to fill it.

Thanks for your efforts! If you set up a faucet, i will donate some GAP.

Gapcoin - The largest, decentralized prime gap search
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 08:17:10 PM
 #229

Thanks for your efforts! If you set up a faucet, i will donate some GAP.

The faucet is ready:

https://bchain.info/GAP/faucet

I've set it to 0.05 gap per request.
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
October 27, 2014, 08:36:50 PM
 #230

BTER should be adding GAP soon..
j0nn9 (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
October 27, 2014, 08:38:05 PM
 #231

Thanks for your efforts! If you set up a faucet, i will donate some GAP.

The faucet is ready:

https://bchain.info/GAP/faucet

I've set it to 0.05 gap per request.

Thanks!  20 GAP were sent.

Gapcoin - The largest, decentralized prime gap search
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 08:39:21 PM
 #232

Thanks for your efforts! If you set up a faucet, i will donate some GAP.

The faucet is ready:

https://bchain.info/GAP/faucet

I've set it to 0.05 gap per request.

Thanks!  20 GAP were sent.

Thanks
Damadegyptian
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
October 27, 2014, 08:46:26 PM
 #233

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
}


BTC - 1Awz7HfX37gMvPSVBmpNzpcRmbBcgojgse Cheesy
https://www.facebook.com/therealcryptocurrencynews/
j0nn9 (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
October 27, 2014, 08:58:35 PM
 #234

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
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 09:02:55 PM
 #235

http://coinia.net/gapcoin/calc.php

Is this calculator accurate? I'm mining with ~280kpps since 10 hours now, just one block found.
j0nn9 (OP)
Full Member
***
Offline Offline

Activity: 177
Merit: 153


View Profile WWW
October 27, 2014, 09:17:51 PM
 #236

http://coinia.net/gapcoin/calc.php

Is this calculator accurate? I'm mining with ~280kpps since 10 hours now, just one block found.

Yes, it should be accurate, did you mined some orphans?
You could try adding these nodes to your config:

Code:
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
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 09:22:05 PM
 #237

Yes, it should be accurate, did you mined some orphans?
You could try adding these nodes to your config:

Code:
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 Offline

Activity: 70
Merit: 10

Activity: 350


View Profile
October 27, 2014, 09:24:54 PM
 #238

http://coinia.net/gapcoin/calc.php

Is this calculator accurate? I'm mining with ~280kpps since 10 hours now, just one block found.

Yes, it should be accurate, did you mined some orphans?
You could try adding these nodes to your config:

Code:
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 Offline

Activity: 1092
Merit: 1000



View Profile
October 27, 2014, 09:26:19 PM
 #239

On another note, why the stupid username, j0nn9 ?
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 27, 2014, 09:29:36 PM
 #240

maybe cause I only use one node for 9 mining rigs?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 124 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!