Bible Pay

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MIP

Pages: 1 ... 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 ... 25
181
So here it is

IP: 155.138.196.75:40001
Tell me if you need anything else and I'll check tomorrow (now it's 2am here gotta sleep)

Code: [Select]
01:47:53

exec health


01:47:55

{
  "Command": "health",
  "pam_hash": "000000000000000000000000000000009ee4308db3b4748771f487176878ea62",
  "pam_hash_internal": "000000000000000000000000000000009ee4308db3b4748771f487176878ea62",
  "govobjhash": "2f5a6716533f0d84e4b0422b36e749b7256164a6ad25c519826e2ca325b06ead",
  "Amounts": "614340.00",
  "Addresses": "yUNSEjjtC9pdeHp4spswdFWh1npfV5Jvqe",
  "votes": 4,
  "required_votes": 3,
  "last_superblock": 120970,
  "next_superblock": 121175,
  "next_superblock_triggered": true,
  "Healthy": true,
  "GSC_Voted_In": true
}

182
I am not sure I am on the right testnet chain now.
Btw I'm compiling testnet binaries now:

Code: [Select]
getinfo
{
  "version": 1040504,
  "protocolversion": 70734,
  "walletversion": 61000,
  "balance": 0.00000000,
  "privatesend_balance": 0.00000000,
  "blocks": 119723,
  "timeoffset": 0,
  "connections": 4,
  "proxy": "",
  "difficulty": 0.0238397584092306,
  "testnet": true,
  "keypoololdest": 1561125575,
  "keypoolsize": 999,
  "paytxfee": 0.00000000,
  "relayfee": 0.01000000,
  "errors": ""
}

getblockhash 112120
9e556a5ddd29a1d0b6a01fca08b1d10ecfda29d6960acb389b2a7427936a070a

183
Is everyone else in sync, I have 3 sancs + 1 home node running with this hash:


09:08:34

getblockhash 112120


09:08:34

ea3ec1fa2ba94dbfd54e34d6de99217ee12b1a3bed715b78c9498bb3e45d30c6


I am finally here with a Sanc.

BTW the setup for 0.14.x (our 1.5) is slightly different as masternode key changes. I will reflect this in the masternode-install.sh script.

v1.4.x (before DIP3, our mainnet now)
mnkey=$(biblepay-cli masternode genkey)

then in biblepay.conf
masternodeprivkey=$(mnkey)

v1.5.x (after DIP3, our testnet now)
mnkey=$(biblepay-cli bls generate | jq '.secret' -r)

then in biblepay.conf
masternodeblsprivkey=$(mnkey)

Being jq a JSON tool that parses the "secret" variable from the bls generate RPC command.

Could you please send tBBP for the test Sanc?
ycVHVvJs64u7DzvPsEFRjSksUj7h7k8qQo

184

-reindex does not work on any version of Evo properly.  Lets see if we can debug that root cause. 

(I have been deleting the chain files in contrast to reindexing).

Sure I'll go for it and inform back

185
I tried to restart with reindex and then I get a fatal error after startup, then it shuts down.

debug.log
Code: [Select]
2019-06-21 12:50:23 Biblepay Core version 1.4.5.1
2019-06-21 12:50:23 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#grey'
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#yellow'
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#grey'
2019-06-21 12:50:24 ***************************************** BIBLEPAY  ***************************************************
2019-06-21 12:50:24 ProdMode: Prod 0.000000BiblePayVersion 1.4.5.1 (BiblePay Core)
2019-06-21 12:50:24 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2019-06-21 12:50:24 Assuming ancestors of block 0000000005ae4db9746d6cad8e0ccebdef1e05afec9c40809f31457fdaf7d843 have valid signatures.
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#grey'
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#yellow'
2019-06-21 12:50:24 GUI: QCssParser::parseHexColor: Unknown color name '#grey'
2019-06-21 12:50:24 Default data directory /Users/mippl/Library/Application Support/BiblepayEvolution
2019-06-21 12:50:24 Using data directory /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3
2019-06-21 12:50:24 Using config file /Users/mippl/Library/Application Support/BiblepayEvolution/biblepay.conf
2019-06-21 12:50:24 Using at most 125 automatic connections (2560 file descriptors available)
2019-06-21 12:50:24 Using 32 MiB out of 32 requested for signature cache, able to store 1048576 elements
2019-06-21 12:50:24 Using 2 threads for script verification
2019-06-21 12:50:24 scheduler thread start
2019-06-21 12:50:24 Creating backup of /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/wallet.dat -> /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/backups/wallet.dat.2019-06-21-12-50
2019-06-21 12:50:24 init message: Verifying wallet...
2019-06-21 12:50:24 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2019-06-21 12:50:24 Using wallet wallet.dat
2019-06-21 12:50:24 CDBEnv::Open: LogDir=/Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/database ErrorFile=/Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/db.log
2019-06-21 12:50:24 Bound to [::]:40001
2019-06-21 12:50:24 Bound to 0.0.0.0:40001
2019-06-21 12:50:24 init message: Loading KJV Bible...
2019-06-21 12:50:24 fLiteMode 0
2019-06-21 12:50:24 init message: Loading sporks cache...
2019-06-21 12:50:24 Reading info from sporks.dat...
2019-06-21 12:50:24 Loaded info from sporks.dat  1ms
2019-06-21 12:50:24      Sporks: 6
2019-06-21 12:50:24 Read: Cleaning....
2019-06-21 12:50:24      Sporks: 6
2019-06-21 12:50:24 Cache configuration:
2019-06-21 12:50:24 * Using 37.5MiB for block index database
2019-06-21 12:50:24 * Using 8.0MiB for chain state database
2019-06-21 12:50:24 * Using 254.5MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2019-06-21 12:50:24 init message: Loading block index...
2019-06-21 12:50:24 Opening LevelDB in /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/evodb
2019-06-21 12:50:24 Opened LevelDB successfully
2019-06-21 12:50:24 Using obfuscation key for /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/evodb: 0000000000000000
2019-06-21 12:50:24 Opening LevelDB in /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/blocks/index
2019-06-21 12:50:25 Opened LevelDB successfully
2019-06-21 12:50:25 Using obfuscation key for /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/blocks/index: 0000000000000000
2019-06-21 12:50:25 Opening LevelDB in /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/chainstate
2019-06-21 12:50:25 Opened LevelDB successfully
2019-06-21 12:50:25 Using obfuscation key for /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/chainstate: aeb0dfd04bd0e95c
2019-06-21 12:50:25 Opening LevelDB in /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/llmq
2019-06-21 12:50:25 Opened LevelDB successfully
2019-06-21 12:50:25 Using obfuscation key for /Users/mippl/Library/Application Support/BiblepayEvolution/testnet3/llmq: 0000000000000000
2019-06-21 12:50:25  Last Checkpoint Height 60000 LoadBlockIndexDB: last block file = 0
2019-06-21 12:50:26 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=56456, size=95047122, heights=0...56450, time=2017-06-01...2019-06-21)
2019-06-21 12:50:26 Checking all blk files are present...
2019-06-21 12:50:26 LoadBlockIndexDB: transaction index enabled
2019-06-21 12:50:26 LoadBlockIndexDB: address index disabled
2019-06-21 12:50:26 LoadBlockIndexDB: timestamp index disabled
2019-06-21 12:50:26 LoadBlockIndexDB: spent index disabled
2019-06-21 12:50:26 LoadBlockIndexDB: hashBestChain=3cce38b13a313242f075275416e6ec300a6692dc7e25a64bff6d8e51c25e6a7b height=97 date=2019-03-30 16:47:51 progress=0.001010
2019-06-21 12:50:26 init message: Verifying blocks...
2019-06-21 12:50:26 Verifying last 6 blocks at level 3
2019-06-21 12:50:26 [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2019-06-21 12:50:26 No coin database inconsistencies in last 7 blocks (7 transactions)
2019-06-21 12:50:26  block index            1214ms
2019-06-21 12:50:26 init message: Loading wallet...
2019-06-21 12:50:26 nKeysLeftSinceAutoBackup: 999
2019-06-21 12:50:26 nFileVersion = 1040501
2019-06-21 12:50:26 Keys: 1003 plaintext, 0 encrypted, 1003 w/ metadata, 1003 total
2019-06-21 12:50:26  wallet                   68ms
2019-06-21 12:50:26 setExternalKeyPool.size() = 999
2019-06-21 12:50:26 setInternalKeyPool.size() = 0
2019-06-21 12:50:26 mapWallet.size() = 20
2019-06-21 12:50:26 mapAddressBook.size() = 1
2019-06-21 12:50:26 PrivateSend liquidityprovider: 0
2019-06-21 12:50:26 PrivateSend rounds: 2
2019-06-21 12:50:26 PrivateSend amount: 25000
2019-06-21 12:50:26 PrivateSend denoms: 3000
2019-06-21 12:50:26 sigshares thread start
2019-06-21 12:50:26 mapBlockIndex.size() = 56456
2019-06-21 12:50:26 chainActive.Height() = 97
2019-06-21 12:50:26 instantsend thread start
2019-06-21 12:50:26 Reindexing block file blk00000.dat...
2019-06-21 12:50:26 init message: Memorizing Prayers...
2019-06-21 12:50:26 torcontrol thread start
2019-06-21 12:50:26
Deserializing prayers from file 1561121426 Processed 67 prayer rows - 1561121426
2019-06-21 12:50:26  Chain Height 97, Loading entire prayer index
2019-06-21 12:50:26 Memorizing prayers tip height 97 @ time 1561121426 deserialized height 0 ERROR: ReadBlockFromDisk: Deserialize or I/O error - ReadCompactSize(): size too large: unspecified iostream_category error at CBlockDiskPos(nFile=0, nPos=20577)
2019-06-21 12:50:26 *** Failed to read block
2019-06-21 12:50:26 ...Finished MemorizeBlockChainPrayers @ 1561121426 init message: Discovering Peers...
2019-06-21 12:50:26 init message: Loading P2P addresses...
2019-06-21 12:50:26 Loaded 47 addresses from peers.dat  1ms
2019-06-21 12:50:26 init message: Loading banlist...
2019-06-21 12:50:26 init message: Starting network threads...
2019-06-21 12:50:26 net thread start
2019-06-21 12:50:26 dnsseed thread start
2019-06-21 12:50:26 opencon thread start
2019-06-21 12:50:26 addcon thread start
2019-06-21 12:50:26 mncon thread start
2019-06-21 12:50:26 msghand thread start
2019-06-21 12:50:26 init message: Starting Miner...
2019-06-21 12:50:26 BibleMiner -- started thread 0.000000
2019-06-21 12:50:26  MinerSleep 325.000000
2019-06-21 12:50:26  ** Started 1.000000 BibleMiner threads. **
2019-06-21 12:50:26 init message: Done loading
2019-06-21 12:50:26 keypool added key 1004, size=1000, internal=0
2019-06-21 12:50:26 init message: Loading wallet... (100.30 %)
2019-06-21 12:50:26 keypool reserve 5
2019-06-21 12:50:28 Reindexing finished
2019-06-21 12:50:28
CreateNewBlock::Unable to add ABN because Sorry, your coin-age is too low to create an anti-botnet transaction.{PNB}: ACC  Imported mempool transactions from disk: 0 successes, 0 failed, 0 expired
2019-06-21 12:50:28 tor: Thread interrupt
2019-06-21 12:50:28 torcontrol thread exit
2019-06-21 12:50:28 sigshares thread exit
2019-06-21 12:50:28 dnsseed thread exit
2019-06-21 12:50:28 mncon thread exit
2019-06-21 12:50:28 addcon thread exit
2019-06-21 12:50:28 opencon thread exit
2019-06-21 12:50:28 instantsend thread exit
2019-06-21 12:50:28 scheduler thread interrupt
2019-06-21 12:50:28 PrepareShutdown: In progress...
2019-06-21 12:50:28 keypool return 5
2019-06-21 12:50:28 net thread exit
2019-06-21 12:50:28 msghand thread exit
2019-06-21 12:50:28 Verifying mncache.dat format...
2019-06-21 12:50:28 Loaded info from mncache.dat  1ms
2019-06-21 12:50:28      Masternodes: meta infos object count: 0, deterministic masternode count: 0, nDsqCount: 0
2019-06-21 12:50:28 Writing info to mncache.dat...
2019-06-21 12:50:28 Written info to mncache.dat  1ms
2019-06-21 12:50:28      Masternodes: meta infos object count: 0, deterministic masternode count: 0, nDsqCount: 0
2019-06-21 12:50:28 mncache.dat dump finished  2ms
2019-06-21 12:50:28 Verifying governance.dat format...
2019-06-21 12:50:28 Loaded info from governance.dat  1ms
2019-06-21 12:50:28      Governance Objects: 0 (Proposals: 0, Triggers: 0, Other: 0; Erased: 0), Votes: 0
2019-06-21 12:50:28 Writing info to governance.dat...
2019-06-21 12:50:28 Written info to governance.dat  0ms
2019-06-21 12:50:28      Governance Objects: 0 (Proposals: 0, Triggers: 0, Other: 0; Erased: 0), Votes: 0
2019-06-21 12:50:28 governance.dat dump finished  2ms
2019-06-21 12:50:28 Verifying netfulfilled.dat format...
2019-06-21 12:50:28 Loaded info from netfulfilled.dat  0ms
2019-06-21 12:50:28      Nodes with fulfilled requests: 2
2019-06-21 12:50:28 Writing info to netfulfilled.dat...
2019-06-21 12:50:28 Written info to netfulfilled.dat  1ms
2019-06-21 12:50:28      Nodes with fulfilled requests: 0
2019-06-21 12:50:28 netfulfilled.dat dump finished  1ms
2019-06-21 12:50:28 Verifying instantsend.dat format...
2019-06-21 12:50:28 Loaded info from instantsend.dat  0ms
2019-06-21 12:50:28      Lock Candidates: 0, Votes 0
2019-06-21 12:50:28 Writing info to instantsend.dat...
2019-06-21 12:50:28 Written info to instantsend.dat  0ms
2019-06-21 12:50:28      Lock Candidates: 0, Votes 0
2019-06-21 12:50:28 instantsend.dat dump finished  1ms
2019-06-21 12:50:28 Verifying sporks.dat format...
2019-06-21 12:50:28 Loaded info from sporks.dat  0ms
2019-06-21 12:50:28      Sporks: 6
2019-06-21 12:50:28 Writing info to sporks.dat...
2019-06-21 12:50:28 Written info to sporks.dat  0ms
2019-06-21 12:50:28      Sporks: 6
2019-06-21 12:50:28 sporks.dat dump finished  0ms
2019-06-21 12:50:28 Shutdown: done


186
Let me know if you can sync to 108174 on the latest and Ill send you tbbp, what address?

I think I have problems, I am in block 65397 and mining alone. I see these 2 peers
dns1.biblepay.org
dns3.biblepay.org

Both BiblePay Core:1.4.5.1/

I compiled using the latest changes you committed to origin/develop
How would I reach the right chain?

187
Archived Proposals / [MIP] June 2019 compensation
« on: June 20, 2019, 03:09:46 AM »
Hi all

I would like to kindly ask some compensation for Jun 2019 support/development tasks

Evo binary compiles for Linux x64 & ARM and MacOS: 4h
Mobile wallet for iOS, migrate code to Swift 5, renew certificates, review and publish into App Store : 6h
One-click mn setup script improvements (upgrade option, unnatended mode, swap size option, no apt-get update option): 4h 
Dash 0.14.0.1 code merge: 8h

In all 880€ (2,127,142 BBP), capped to 1,000,000 (1M) BBP

Thank you very much

188
I believe you can just upgrade the sancs software, because remember during the last phase of testnet, we all ran the 'upgradesanc' command, so your sanc is probably already a deterministic sanc (if it was in the determistic dip3 list).

Well the fact is that I dismantled the VPS so I will try starting all over again.

189
Good, I will create a new sanc from scratch then. I will ask for tBBP coins when it’s ready.

191
Hello all, welcome baaack!

We are ready to test 1.4.5.1-develop.  This release primarily adds all of the things Dash added in the 0.14.0 branch recently (IE March 2019 through June 2019), things including ChainLocks and LLMQs.

We need to regression test everything we tested in BiblePay-Evo, such as GSCs and ABNs, since a lot has changed under the hood.

Lets also test watchman on the wall.

The Windows download link has changed; please see the OP post.

MIP, can you build us a Mac and please tell me if I need a new updated link?

Github source:
https://github.com/biblepay/biblepay-evolution
branch: develop

PS  -  Please verify you are testing v1.4.5.1+

Just a question: are we testing first the activation of DIP0003 testnet sancs with current version (1.4.3.5) , then upgrade them to 1.4.5.1 ?
Or are we directly starting from brand new testnet sancs using 1.4.5.1 ?

192
Archived Proposals / [MIP] Mar-Apr-May 2019 compensation
« on: May 21, 2019, 05:33:13 AM »
Hi all

I would like to kindly ask some compensation for Mar-Apr-May 2019 support/development tasks

MacOS and Ubuntu PPAs maintenance: 2h
Evo binary compiles for Linux x64 and MacOS: 4h
MacOS developer certificates renewal for DMG: 2h
One-click mn setup script update for Evo: 4h 
Dash evo initial code history review for upstream merging: 8h

In all 800€ (2,857,142 BBP), capped to 1,000,000 (1M) BBP

Thank you very much

194
1.4.2.0-Mandatory Upgrade for TestNet

- Fix bug not allowing QT to properly start
- Add -erasechain parameter (this allows you to erase the chain during
boot)
- Add Togos suggestions to the BuildBiblePay.txt docs file

** Note: The link has changed in the OP post due to rolling over to a new major version **

Daemon/cli for Linux amd64, available here
https://www.biblepay.org/biblepayd-1.4.2.0-x86_64-pc-linux-gnu.tar.gz

And MacOS QT version here
https://www.biblepay.org/biblepaycore-testnet.dmg

195
1.4.1.9-Leisure upgrade for TestNet

- Fix bad configuration setting allowing a bad block in at 31150

If anyone has a low diff, just upgrade then resync and lets see if we can test the 40K features.

Daemon/cli for Linux amd64, available here
https://www.biblepay.org/biblepayd-1.4.1.9-x86_64-pc-linux-gnu.tar.gz

And MacOS QT version here
https://www.biblepay.org/biblepaycore-testnet.dmg

Pages: 1 ... 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 ... 25