Author

Topic: BiblePay - New Coin Launch - Official Thread - page 162. (Read 119833 times)

full member
Activity: 154
Merit: 100
and how many blocks for mature coin? Or when bbp's are comes my wallet
newbie
Activity: 59
Merit: 0
any pool here ,i want to join BiblePay
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
santa@fanta:~/coins/biblepay/src# ./biblepay-cli getgenerate
true

santa@fanta:~/coins/biblepay/src# ./biblepay-cli getmininginfo
{
  "blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true
}


Current block reward is 1,000 indeed? Why the large gap between 20,000 and 1,000?

Thats the block size, the reward is still 20,000.  It would only be 1,000 if Diff was much much higher and block solve times much lower than normal.
legendary
Activity: 1517
Merit: 1042
@notsofast
Funny, still can't get connections even after adding those nodes-- must be a firewall issue on my end. Thanks for your help node posters!
newbie
Activity: 14
Merit: 0
santa@fanta:~/coins/biblepay/src# ./biblepay-cli getgenerate
true

{
  "blocks": 26,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 8.638430729189162e-05,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 0.150264373447799,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true
}


{
  "walletversion": 61000,
  "balance": 0.00000000,
  "unconfirmed_balance": 0.00000000,
  "immature_balance": 20000.00000000,
  "txcount": 1,
  "keypoololdest": 1500853103,
  "keypoolsize": 1001,
  "keys_left": 999,
  "paytxfee": 0.00000000
}


Current block reward is 1,000 indeed? Why the large gap between 20,000 and 1,000?

Oh I see, this is the block size. Smiley
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
"blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": -1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true

i am minming now?

Yes sir.

Also your blocks match my blocks.

Others: you can do the 'getgenerate' also to see if you are mining.
newbie
Activity: 14
Merit: 0
Still having trouble connecting. Can anyone post some addnodes please?
hi notsofast, this is what I get here.
santa@fanta:~/coins/biblepay/src# ./biblepay-cli getpeerinfo
[
  {
    "id": 1,
    "addr": "97.99.69.33:40000",
    "addrlocal": "165.227.132.245:48506",
    "services": "0000000000000005",
    "relaytxes": true,
    "lastsend": 1500853585,
    "lastrecv": 1500853585,
    "bytessent": 1707,
    "bytesrecv": 8696,
    "conntime": 1500853105,
    "timeoffset": 0,
    "pingtime": 0.151152,
    "minping": 0.139975,
    "version": 70707,
    "subver": "/Biblepay Core:1.0.1.3/",
    "inbound": false,
    "startingheight": 24,
    "banscore": 0,
    "synced_headers": 24,
    "synced_blocks": 24,
    "inflight": [
    ],
    "whitelisted": false
  }
]
  {
    "id": 3,
    "addr": "36.77.73.19:3803",
    "addrlocal": "165.227.132.245:40000",
    "services": "0000000000000005",
    "relaytxes": true,
    "lastsend": 1500854076,
    "lastrecv": 1500854076,
    "bytessent": 1456,
    "bytesrecv": 1035,
    "conntime": 1500853956,
    "timeoffset": -1,
    "pingtime": 0.189005,
    "minping": 0.189005,
    "version": 70707,
    "subver": "/Biblepay Core:1.0.1.3/",
    "inbound": true,
    "startingheight": 24,
    "banscore": 0,
    "synced_headers": 24,
    "synced_blocks": 24,
    "inflight": [
    ],
    "whitelisted": false
  }
]

97.99.69.33 = node.biblepay.org
full member
Activity: 154
Merit: 100
Why my wallet still out of sync
legendary
Activity: 1517
Merit: 1042
@notsofast
Node.biblepay.org has 18 connections, so we are getting more popular!


Can you please post the node connections from getpeerinfo?
hero member
Activity: 840
Merit: 500
 "blocks": 24,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.0001952866346152673,
  "errors": "",
  "genproclimit": -1,
  "networkhashps": 0.1233739072052518,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "biblepay-generate": true

i am minming now?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
wallet out of sync


and i got this error when i write gen=1



Method not found (code -32601)




From the Debug | RPC Console | type "setgenerate true"
The gen=1 is for the .conf file.


Node.biblepay.org has 18 connections, so we are getting more popular!


Addnode:

addnode node.biblepay.org

To test the node from windows command line:

telnet node.biblepay.org 40000




legendary
Activity: 1517
Merit: 1042
@notsofast
wallet out of sync


and i got this error when i write gen=1



Method not found (code -32601)


gen=1 is what you put in the biblepay.conf file in %appdata\roaming

to do it from console like you tried, you have to put setgenerate true -1

it won't work until you have some connections and a fully sync'd wallet though.
legendary
Activity: 1517
Merit: 1042
@notsofast
Still having trouble connecting. Can anyone post some addnodes please?
full member
Activity: 154
Merit: 100
wallet out of sync


and i got this error when i write gen=1



Method not found (code -32601)
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
New algo for botnet?
There was once a NYC school IT technician that loaded BTC on hundreds of PCs, so I suppose it could be, but of course do not condone it.
full member
Activity: 228
Merit: 100
Yes it´s true. I did 1 block too.
member
Activity: 65
Merit: 10
i cant mine with gen=1 code in wallet, can you tell us specific way?

Mining does not load the processor, but the process goes on, I extracted 2 blocks
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
i cant mine with gen=1 code in wallet, can you tell us specific way?

The %appdata%\biblepaycore\biblepay.conf file must contain "gen=1" and be restarted, or alternatively, type setgenerate true from the rpc.

To verify you are mining, do a 'getgenerate'



full member
Activity: 154
Merit: 100
i cant mine with gen=1 code in wallet, can you tell us specific way?
full member
Activity: 1176
Merit: 215
Jesus is the King of Kings and Lord of Lords
So I spoke to Yuri from CCEX the other day, and he said he would list us on the exchange free of charge since we are a charitable org.

I will contact him again in a few days, and shoot for roughly the beginning of August for an exchange go live.

Jump to: