Bible Pay

Read 220901 times

  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #165 on: November 13, 2017, 11:19:28 AM »
These are steps I took to try to pinpoint watchman issue,
I previously before this installed latest versions of biblepay on my Masternode setup from a month ago:

===

On Sanctuary/Masternode Linux Wallet:

=== Stop Biblepay & Delete Old Testnet .Dat Data
cd biblepay/src
./biblepay-cli stop

cd ~/.biblepaycore/testnet3

rm blocks -R
rm chainstate -R
rm banlist.dat
rm fee_estimates.dat
rm governance.dat
rm mncache.dat
rm mnpayments.dat
rm netfulfilled.dat
rm peers.dat

=== Delete, Download and Setup Watchman
cd ..
rm -r -f watchman

git clone https://github.com/biblepay/watchman.git
cd watchman
virtualenv venv
venv/bin/pip install -r requirements.txt

vi watchman.conf
i
(add hashtag # to front of network=mainnet)
(remove hashtag # in front of network=testnet)
ESC
:wq

=== Turn on BiblePay
cd ../../biblepay/src

./biblepayd -daemon

(Wait for full sync)

=== Now Try Watchman
cd ~/.biblepaycore/watchman

venv/bin/python bin/watchman.py

OUTPUT: None, Blank, Yay!

============================================

~/.biblepaycore/watchman$ ./venv/bin/py.test ./test
=========================================================== test session starts ===========================================================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/ubuntu/.biblepaycore/watchman, inifile:
collected 12 items / 2 errors

================================================================= ERRORS ==================================================================
___________________________________________ ERROR collecting test/unit/models/test_proposals.py ___________________________________________
test/unit/models/test_proposals.py:10: in <module>
    from models import GovernanceObject, Proposal, Vote
lib/models.py:5: in <module>
    import init
lib/init.py:103: in <module>
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------------------------------------- Captured stdout -------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
__________________________________________ ERROR collecting test/unit/models/test_superblocks.py __________________________________________
test/unit/models/test_superblocks.py:10: in <module>
    from models import GovernanceObject, Proposal, Superblock, Vote
lib/models.py:5: in <module>
    import init
lib/init.py:103: in <module>
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------------------------------------- Captured stdout -------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
========================================================= 2 error in 0.18 seconds ========================================================

=== Watchman Database Poking

sudo apt-get install sqlite3
sqlite3 Watchman
sqlite>
select * from votes;
.table <enter>

== OUTPUT:
1|2|2|1|2017-11-13 16:20:01.419328|2017-11-13 16:20:01.419338|2017-11-13 16:20:01.419344|f2ff8b0970c959e1ea750234593ff358f9ea7ce8e162a6c6ab50c6b31035330c

governance_objects  proposals           signals             votes
outcomes            settings            superblocks         watchdogs

CTRL + D to exit sqlite

=========

=== Windows Home Controller Wallet - Unban, Reindex and Start Masternode
Tools >> Peer List >> (Unban banned peers)

Tools >> Wallet Repair >> Rebuild index

Tools >> Debug Console
masternode list
masternode list-conf
masternode start-alias MASTERNODENAME

setgenerate true 4
(I started mining, and am waiting for Masternode/Sanctuary to get out of PRE_ENABLED state)
(No Watch dog expired state so that seems good)

=== Linux Masternode/Sanctuary Wallet - Check Status

./biblepay-cli masternode status
{
  "vin": "CTxIn(COutPoint(be3eaf8322909bbb150d89058bf261f0a2bf96369c8928313a3d69e2d5087add, 1), scriptSig=)",
  "service": "34.208.206.95:40001",
  "payee": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "status": "Masternode successfully started"
}

« Last Edit: November 13, 2017, 11:24:56 AM by togoshigekata »


  • tiras
  • Newbie

    • 44


    • 1
    • September 01, 2017, 02:00:09 PM
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #166 on: November 13, 2017, 12:11:12 PM »
Yeah, that happens when watchman is not actually running in the cron.
Please do this:
type 'crontab -e' , copy the exact command you typed into your cron into notepad.
exit crontab.


Now type the command from bash.  Tell me if it throws an error (Im sure it will most likely).
Then fix the crontab.


Klondike,  this guide is not for newbies.  Why dont you have your Senior IT specialists google other coins like Chaincoin and Dash and explain how their video is better?  Its NOT.  It requires patience and doing it exact.  I went through the guide and it works.  I updated the one entry for the crontab yesterday.  I believe your "WATCHDOG EXPIRED" is the same issue as above.  Let me know what the output of the above command is.

Once you figure it out, go ahead and make a video for us, and we will post it here.


By the way, the correct commands are not preceded by biblepay-cli.  Some people use RPC, some use bitnet, some use biblepayd, its common sense to precede your commands with biblepay-cli, so the guide stays as is.

thanks Admin,

updaded BBP to  "1.0.5.8"  and it fixed the issue.

crontab  -e  was ok according to the instructions.

grep CRON /var/log/syslog

Code: [Select]
Nov 13 10:07:01 BUS7-14 CRON[11263]: (root) CMD (cd /root/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1)
Nov 13 10:08:01 BUS7-14 CRON[11275]: (root) CMD (cd /root/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1)
Nov 13 10:09:01 BUS7-14 CRON[11291]: (root) CMD (cd /root/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1)



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #167 on: November 13, 2017, 12:19:21 PM »
my node is  stuck in "pre-enabled" status.
not sure if it's relevant but it's happening after i upgraded to "1.0.5.6"

"78a235e8d3427b7fec1a0f3635cf3aeb2dbf7d0d53c44578815060d80280a271-1": "PRE_ENABLED"

updaded BBP to  "1.0.5.8"  and it fixed the issue.

Hmmm, my Masternode has been stuck in PRE_ENABLED as well, I waited a good 45+ minutes, but was still stuck in that state, Ill try updating from v1.0.5.6 to v1.0.5.8 and report back


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #168 on: November 13, 2017, 01:27:10 PM »
Hmmm, my Masternode has been stuck in PRE_ENABLED as well, I waited a good 45+ minutes, but was still stuck in that state, Ill try updating from v1.0.5.6 to v1.0.5.8 and report back
Sorry if this sounds dumb as I read your prior post, but could you also check this :
Please dump your crontab -e contents and try to exec that manually? Just to ensure the whole line minus the "dev null" part runs without an error?

I had this problem the other day, my watchman ran from the command line but not from crontab- that put me in the "PRE_ENABLED" state.  But since crontab was not running every 5 mins, it never transitioned to "ENABLED".  Once I fixed the crontab, everything was fine, and now ive been up for 2 1/2 days. 

I also learned the way watchdog and POSE work in a more detailed way.

Basically, watchdog enforces the Public IP and the proof-of-service.  If another node catches your nodes public IP not responding once in an 8 hour period it remembers that, and tries to vote you for Non payment.  You have up to 8 hours to fix it.  If a person is on vacation and their node is down more than 8 hours, the watchdog expires. 


This is good, because it means to get paid in Sanctuaries you have to rent public VMs and they have to stay up, otherwise you fall out of payment pool.



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #169 on: November 13, 2017, 02:29:11 PM »
oooo Interesting, no changes ( other than updating to v1.0.5.8 ) and now later masternode has Enabled status!

My crontab is:

* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

My login name is:  ubuntu
« Last Edit: November 13, 2017, 03:48:52 PM by togoshigekata »


  • klondike
  • Full Member

    • 157


    • -10
    • October 10, 2017, 09:00:24 AM
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #170 on: November 13, 2017, 04:31:26 PM »
where i have to setup configs+watchman
i see 2 folders with biblepaycore

cd /home/klondike/biblepaycore
or
cd ~/.biblepaycore$


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #171 on: November 13, 2017, 04:33:30 PM »
where i have to setup configs+watchman
i see 2 folders with biblepaycore

cd /home/klondike/biblepaycore
or
cd ~/.biblepaycore$
Its possible to put it anywhere, but I recommend ~/.biblepaycore as the logs go there and its considered ONE installation if you put watchman in there.


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #172 on: November 13, 2017, 04:35:41 PM »
oooo Interesting, no changes ( other than updating to v1.0.5.8 ) and now later masternode has Enabled status!

My crontab is:

* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

My login name is:  ubuntu
Hmm, note that 1058 relaxes the watchdog timeout for the network from 4 hours to 8 hours, so the problem will still reappear if the crontab doesnt work LOL, so anyway just try running the crontab without the >/dev/null suffix, see if it works, if it doesnt try changing to the shortcut ~/.biblepaycore for the beginning CD part of the command etc.



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #173 on: November 13, 2017, 07:08:29 PM »
Hmm, note that 1058 relaxes the watchdog timeout for the network from 4 hours to 8 hours, so the problem will still reappear if the crontab doesnt work LOL, so anyway just try running the crontab without the >/dev/null suffix, see if it works, if it doesnt try changing to the shortcut ~/.biblepaycore for the beginning CD part of the command etc.

Hahaha, I guess we shall see what happens in a few hours :) , masternode/sanctuary has been live for 5 hours 20 minutes so far. Im not sure if I was just impatient on v1.0.5.6, or if v1.0.5.8 fixed my issue, or if my crontab actually is wrong.

Ive just modified crontab:
crontab -e

Changed this:   
* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

To this:
* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #174 on: November 14, 2017, 08:09:11 AM »
Hahaha, I guess we shall see what happens in a few hours :) , masternode/sanctuary has been live for 5 hours 20 minutes so far. Im not sure if I was just impatient on v1.0.5.6, or if v1.0.5.8 fixed my issue, or if my crontab actually is wrong.

Ive just modified crontab:
crontab -e

Changed this:   
* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py >/dev/null 2>&1

To this:
* * * * * cd /home/ubuntu/.biblepaycore/watchman && ./venv/bin/python bin/watchman.py


Hows it going guys?  Is it still humming along?

I see 207.244 and 34.208 figured it out (and my 3 nodes).  So we have 5, thats pretty good.
Everyone else is still hosed.

So is anyone ready for a retirement trade? Can someone post their retirement account balance here?


 


  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #175 on: November 14, 2017, 08:56:56 AM »
Im 34.208, been 18+ hours active, still hummin!

Retirement Accounts WIki:
http://wiki.biblepay.org/Retirement_Accounts

Tools >> Debug Console

exec retirementbalance
exec tradehistory
exec orderbook
exec listorders
exec order [  Buy/Sell/Cancel ]   Qty  Symbol [Price]

I placed a buy RBBP order, 1000 RBBP at 0.5 BBP each


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #176 on: November 14, 2017, 10:19:00 AM »
Im 34.208, been 18+ hours active, still hummin!

Retirement Accounts WIki:
http://wiki.biblepay.org/Retirement_Accounts

Tools >> Debug Console

exec retirementbalance
exec tradehistory
exec orderbook
exec listorders
exec order [  Buy/Sell/Cancel ]   Qty  Symbol [Price]

I placed a buy RBBP order, 1000 RBBP at 0.5 BBP each
Sweet, thats cool, well let me write my retirement balance first before we trade.
Mine is "exec retirementbalance" 572054
Now Im going to trade with you:   exec order sell 1000 rbbp .5
exec orderbook
I see that in order to see this orderbook properly, you have to drag and widen your RPC console out! Please widen it then you can see matching sales and buys
Togo I dont see you in the orderbook.
I just did an exec order buy 5000 rbbp .5
Can you please try an opposing sell now?

Also please write your balance down first so we can see if it changes.



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #177 on: November 14, 2017, 10:30:34 AM »
08:53:40
exec listorders
{
  "Command": "listorders",
  "#": 0
}

08:55:48
exec order buy 1000 rbbp .5
{
  "Command": "order",
  "Action": "BUY",
  "Symbol": "RBBP",
  "Qty": 1000,
  "Price": 0.5,
  "Rec Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Placing Order": "000000000000000000000000000000003a5a5883a8d0f1f7f18218437bd9f07a"
}

09:01:15
exec listorders
{
  "Command": "listorders",
  "#": 0,
  "#": 1,
  "Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Hash": "000000000000000000000000000000003a5a5883a8d0f1f7f18218437bd9f07a",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 1000,
  "BBP_Price": 0.5
}

09:01:31
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 74270
}

10:20:35
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 75411
}

(I have one thread mining, so I think my retirement balance keeps going up)

10:21:50
exec listorders
{
  "Command": "listorders",
  "#": 0,
  "#": 1,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "000000000000000000000000000000003fd98b148cfb8f195d18d2c585157345",
  "Symbol": "RBBP",
  "Action": "SELL",
  "Qty": 1000,
  "BBP_Price": 0.5,
  "#": 2,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "00000000000000000000000000000000c054dac5a0557245009b1bcf5a39e04b",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 500,
  "BBP_Price": 0.5,
  "#": 3,
  "Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Hash": "000000000000000000000000000000003a5a5883a8d0f1f7f18218437bd9f07a",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 1000,
  "BBP_Price": 0.5,
  "#": 4,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "0000000000000000000000000000000002e2d7d5b52d8193fcd654e3cdbdb58a",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 5000,
  "BBP_Price": 0.5,
  "#": 5,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "00000000000000000000000000000000028e254a8d464cd4d5740c70c4b7f193",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 1000,
  "BBP_Price": 0.5
}

10:24:29
getinfo
{
  "version": 1000506,
  "protocolversion": 70708,
  "walletversion": 61000,
  "wallet_fullversion": "1.0.5.6",
  "balance": 7569.69500000,
  "privatesend_balance": 0.00000000,
  "blocks": 39347,
  "timeoffset": 3,
  "connections": 8,
  "proxy": "",
  "difficulty": 0.3709311342166779,
  "testnet": true,
  "keypoololdest": 1507446797,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

10:26:43
exec order sell 5000 RBBP 0.5
{
  "Command": "order",
  "Action": "SELL",
  "Symbol": "RBBP",
  "Qty": 5000,
  "Price": 0.5,
  "Rec Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Placing Order": "00000000000000000000000000000000126ea3b627a26003fbbc8bec87d39239"
}

10:26:52
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 75982
}

10:27:06
exec tradehistory
{
}

10:27:12
exec listorders
{
  "Command": "listorders",
  "#": 0,
  "#": 1,
  "Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Hash": "00000000000000000000000000000000126ea3b627a26003fbbc8bec87d39239",
  "Symbol": "RBBP",
  "Action": "SELL",
  "Qty": 5000,
  "BBP_Price": 0.5,
  "#": 2,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "000000000000000000000000000000003fd98b148cfb8f195d18d2c585157345",
  "Symbol": "RBBP",
  "Action": "SELL",
  "Qty": 1000,
  "BBP_Price": 0.5,
  "#": 3,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "00000000000000000000000000000000c054dac5a0557245009b1bcf5a39e04b",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 500,
  "BBP_Price": 0.5,
  "#": 4,
  "Address": "yggy2oVuVKTsVJvLycK6V9HW7qP9ybVcbF",
  "Hash": "000000000000000000000000000000003a5a5883a8d0f1f7f18218437bd9f07a",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 1000,
  "BBP_Price": 0.5,
  "#": 5,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "0000000000000000000000000000000002e2d7d5b52d8193fcd654e3cdbdb58a",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 5000,
  "BBP_Price": 0.5,
  "#": 6,
  "Address": "8nhyyaPy79cbUvSaMRTdJtaX7wXUo1nFdW",
  "Hash": "00000000000000000000000000000000028e254a8d464cd4d5740c70c4b7f193",
  "Symbol": "RBBP",
  "Action": "BUY",
  "Qty": 1000,
  "BBP_Price": 0.5
}

10:28:19
getinfo
{
  "version": 1000506,
  "protocolversion": 70708,
  "walletversion": 61000,
  "wallet_fullversion": "1.0.5.6",
  "balance": 7598.22300000,
  "privatesend_balance": 0.00000000,
  "blocks": 39350,
  "timeoffset": 3,
  "connections": 8,
  "proxy": "",
  "difficulty": 0.7919541757803531,
  "testnet": true,
  "keypoololdest": 1507446797,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

Hmmmm


  • Rob Andrews
  • Administrator

    • 4097


    • 97
    • June 05, 2017, 08:09:04 PM
    • Patmos, Island Of
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #178 on: November 14, 2017, 10:37:48 AM »
I see my wallet sent the escrow but nothing happened- is your wallet unlocked btw?

Also please see if there is an error in your debug.log, something about Unable to send escrow for trade?



  • togoshigekata
  • Hero Member

    • 527


    • 31
    • September 01, 2017, 10:21:10 AM
    • USA
    more
Re: BIBLEPAY - TESTNET THREAD - TESTING SANCTUARIES FOR GO LIVE AT CHRISTMAS
« Reply #179 on: November 14, 2017, 10:53:26 AM »
Hmm I dont believe my testnet wallet is locked, not seeing a locked symbol in bottom right either?

Heres a paste of my testnet3/debug.log:   https://pastebin.com/YLDU9uSa

Looks like my log is 6 hours ahead of BiblePay RPC


10:28:45
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 75982
}

10:47:01
getinfo
{
  "version": 1000506,
  "protocolversion": 70708,
  "walletversion": 61000,
  "wallet_fullversion": "1.0.5.6",
  "balance": 30880.20853400,
  "privatesend_balance": 0.00000000,
  "blocks": 39360,
  "timeoffset": 3,
  "connections": 8,
  "proxy": "",
  "difficulty": 1.357478716573109,
  "testnet": true,
  "keypoololdest": 1507446797,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

10:47:15
exec tradehistory
{
}

10:47:25
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 76124
}

10:50:23
getinfo
{
  "version": 1000506,
  "protocolversion": 70708,
  "walletversion": 61000,
  "wallet_fullversion": "1.0.5.6",
  "balance": 15373.66638601,
  "privatesend_balance": 0.00000000,
  "blocks": 39361,
  "timeoffset": 3,
  "connections": 8,
  "proxy": "",
  "difficulty": 2.185374434327694,
  "testnet": true,
  "keypoololdest": 1507446797,
  "keypoolsize": 1001,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}

10:51:51
exec retirementbalance
{
  "Command": "retirementbalance",
  "balance": 76267
}

Hmm my tBBP balance has been changing >.>

(Ill try to keep helping testing, Ill keep periodically checking the thread, Im at work atm hehehe, Dont tell my boss :P)
« Last Edit: November 14, 2017, 11:32:40 AM by togoshigekata »