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 - T-Mike

Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 ... 25
107
Rob, not sure if I am having the same problem but here it goes:

Code: [Select]
exec dcc
{
  "Command": "dcc",
  "Success": true,
  "Error": ""
}

exec datalist utxoweight
{
  "DataList": "UTXOWEIGHT",
  "E94C1704C75F731F8BFDE303F08408EE (03-08-2018 00:43:05)": "60",

}

exec datalist taskweight
{
  "DataList": "TASKWEIGHT",
  "E94C1704C75F731F8BFDE303F08408EE (03-08-2018 02:20:23)": "0",
}

But getboincinfo is still showing:

exec getboincinfo
{
  "Command": "getboincinfo",
  "CPID": "e94c1704c75f731f8bfde303f08408ee",
  "Address": "BTTa9qDMsX6zEQcYJPNu1KptscotKMbPfN",
  "CPIDS": "e94c1704c75f731f8bfde303f08408ee;",
  "CPID-Age (hours)": 422354,
  "NextSuperblockHeight": 33620,
  "NextSuperblockBudget": 2660579,
  "e94c1704c75f731f8bfde303f08408ee_ADDRESS": "BTTa9qDMsX6zEQcYJPNu1KptscotKMbPfN",
  "e94c1704c75f731f8bfde303f08408ee_RAC": 42216.08,
  "e94c1704c75f731f8bfde303f08408ee_TEAM": 15044,
  "e94c1704c75f731f8bfde303f08408ee_TaskWeight": 100,
  "e94c1704c75f731f8bfde303f08408ee_UTXOWeight": 60,
  "Total_RAC": 42216.08,
  "Total Payments (One Day)": 0,
  "Total Payments (One Week)": 0,
  "Total Budget (One Day)": 0,
  "Total Budget (One Week)": 0,
  "Superblock Count (One Week)": 0,
  "Superblock Hit Count (One Week)": 0,
  "Superblock List": "",
  "Last Superblock Height": 0,
  "Last Superblock Budget": 0,
  "Last Superblock Payment": -1,
  "Magnitude (One-Day)": 0,
  "Magnitude (One-Week)": 0
}

So I did:

exec stakebalance
{
  "Command": "stakebalance",
  "StakeBalance": 147918
}

exec podcupdate true
{
  "Command": "podcupdate",
  "PODCUpdate": ""
}

Transaction details:
Status: 1/unconfirmed, broadcast through 6 nodes
Date: 3/7/2018 21:24
Source: PODC-Update
Total debit: -16 904.96785832 Biblepay
Total credit: 16 904.96785832 Biblepay
Transaction fee: -0.00517320 Biblepay
Net amount: -0.00517320 Biblepay

I have polpercentage=50

My task weight was 100% a few hours ago but now its 0 and my UTXO weight has been decreasing. The staking amount doesn't seem to be enough.

p.s. I just mined a block, reward 556 BBP.

108
The empty string means no errors occurred.  Are you sure your txlist does not have a new tx?  You might have it sorted wrong.
Maybe try the zapwallettxes first, then do it, then sort txlist by Received descending, then look for it?

I just grabbed that win wallet and repaired mine ( I had a 50% weight and it just worked for me ).

If then all that doesnt work then lets see if you have a debug entry.

OK, it finally worked after I upgraded the wallet to 1.1.0.4 and did zapwallettxes=1, not sure which one fixed it. Thanks!

When will the magnitude start going up?

109
Thats kind of wild, I think that error is someone is trying to forge the wrong cpid on block 33455, and it failed.

Anyway, I would just do the 'exec getboincinfo' and check that the address that shows up for the cpid, is one you own in your wallet- if it matches you dont have to reassociate.
But then I would grab the latest version and do the 'exec podcupdate true', that way the UTXO is forced in.

That doesn't appear to work either, I just downloaded the latest windows wallet also. There is nothing in debug after I ran the command, no new transactions either.

exec podcupdate true

{
  "Command": "podcupdate",
  "PODCUpdate": ""
}

110
When I run podcupdate, it says true but i don't see any transactions and nothing is being logged in the debug file. I did find this:

Code: [Select]
2018-03-07 23:35:50 CInstantSend::CreateTxLockCandidate -- new, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a
2018-03-07 23:35:50 CInstantSend::ProcessTxLockRequest -- accepted, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a
2018-03-07 23:35:50  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:50  CInstantSend::ProcessTxLockRequest successful
2018-03-07 23:35:50 TXLOCKREQUEST -- Transaction Lock Request accepted, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a, peer=5
2018-03-07 23:35:51 CInstantSend::CreateTxLockCandidate -- creating birth, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a
2018-03-07 23:35:51 CInstantSend::CreateTxLockCandidate -- update empty, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a
2018-03-07 23:35:51 CInstantSend::ProcessTxLockRequest -- accepted, txid=dd6eaee3390c57c2c94299bfe81dbb9a3bb2924719b18ca25b6c7d72136aac5a
2018-03-07 23:35:51  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 1.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 1.000000, IsLockedInstantSendTransaction 1.000000, bool 1.000000
2018-03-07 23:35:51  CInstantSend::ProcessTxLockRequest successful
2018-03-07 23:35:51  InstantSend : AllOutPointReady 1.000000, IsLockedInstantSendTransaction 1.000000, bool 1.000000
2018-03-07 23:35:51  InstantSend : AllOutPointReady 1.000000, IsLockedInstantSendTransaction 1.000000, bool 1.000000
2018-03-07 23:36:34  End To End CPID Verification Failed, Address does not match advertised public key for CPID 962b0d76dfb35f07b73f81a67ffc28b1, Advertised Addr B9hCrvkS6ZAt3KftgLyiSg33kygao9PZDw, Addr BCD2eNowB8Hw9WNFYACD3U3diGzP9tfniR UpdateTip: new best=01a9e26d99304c6f9fc8738323ab2a8d0f145496100adcef3baf44ab9a24f570  height=33455  log2_work=58.86502  tx=124107  date=2018-03-07 23:36:59 progress=1.000002  cache=0.1MiB(225tx)
2018-03-07 23:36:34 ProcessNewBlock : ACCEPTED

Do I need to re-associate?

111
Is this the right section of the debug? I ran a search for associate and this is what I came up with.
Also, perhaps I missed a step? I followed Togo's guide for Windows. I set up a Rosetta@Home account and I can login with that email/password to their website.
The CPID below doesn't seem to match the one on my Rosetta account.

2018-03-07 21:33:28 GUI: QObject::connect: No such slot DistributedComputingDialog::clicked() in qt/distributedcomputingdialog.cpp:57
2018-03-07 21:33:28 GUI: QObject::connect:  (sender name:   'btnAssociate')
2018-03-07 21:33:28 GUI: QObject::connect:  (receiver name: 'DistributedComputingDialog')
2018-03-07 21:33:28 . model set .
2018-03-07 21:34:56  VerifyDistributedBurnTransaction::PASS for CPID A64253121D79782C27CFAA3429412A64
2018-03-07 21:34:56  VerifyDistributedBurnTransaction::PASS for CPID A64253121D79782C27CFAA3429412A64
2018-03-07 21:35:56 CMasternodeBroadcast::Update -- Got UPDATED Masternode entry: addr=144.202.64.156:40000
2018-03-07 21:36:01 CMasternodeBroadcast::Update -- Got UPDATED Masternode entry: addr=104.238.158.39:40000
2018-03-07 21:38:09 CMasternodeBroadcast::Update -- Got UPDATED Masternode entry: addr=45.32.216.160:40000
2018-03-07 21:38:24 CMasternodeBroadcast::Update -- Got UPDATED Masternode entry: addr=45.32.218.12:40000
2018-03-07 21:38:37 CGovernanceManager::ProcessVote -- Unknown parent object , MN outpoint = f0db4fbdb37c627d55c83fb4bba953b0b01b80a996f86010d02a65a42a8192bc-1, governance object hash = 14ec3b00c46a8f1090be5bc46100e5df547f5e9ed6c3cba8a75ca72b4a9ef572
2018-03-07 21:39:34 RPC error
2018-03-07 21:40:31 CInstantSend::CreateTxLockCandidate -- creating birth, txid=cbc13a395ee8925a48cfa2781cb32734da42490945fcffe2b8c8f0b1a9d503f3
2018-03-07 21:40:31 CInstantSend::CreateTxLockCandidate -- update empty, txid=cbc13a395ee8925a48cfa2781cb32734da42490945fcffe2b8c8f0b1a9d503f3
2018-03-07 21:40:31 CInstantSend::ProcessTxLockRequest -- accepted, txid=cbc13a395ee8925a48cfa2781cb32734da42490945fcffe2b8c8f0b1a9d503f3
2018-03-07 21:40:31  InstantSend : AllOutPointReady 0.000000, IsLockedInstantSendTransaction 0.000000, bool 1.000000

I'm not sure, is your wallet unlocked and more then 1 BBP?

112
Ah... then when I run it again it says.

 "Results": "A DCBTX was advertised less then 5 blocks ago. Please wait a full 5 blocks for your DCBTX to enter the chain."

So basically, the first command produced an error, but running exec a second time assumes that the first command was successful. What is an RPC error anyways?

go into biblepaycore and look at the debug file, what does it say when you associate?

113
Awesome, thanks. I just realised that I have some addnodes in my config. This was from my old PoBH wallet. But some of these nodes could be on different chains?

What addnode addresses should I have in my config?

My config:
rpcuser=aaa
rpcpassword=xxx
rpcport=9998
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
maxconnections=256
addnode=node.biblepay.org
addnode=biblepay.inspect.network
gen=1
genproclimit=1
polpercentage=50

114
Done. Nothing 6 blocks later.


13:33:45

{
  "Command": "getboincinfo",
  "CPID": "",
  "Address": "",
  "CPIDS": "",
  "CPID-Age (hours)": 422349,
  "NextSuperblockHeight": 33620,
  "NextSuperblockBudget": 2660579,
  "Total Payments (One Day)": 0,
  "Total Payments (One Week)": 0,
  "Total Budget (One Day)": 0,
  "Total Budget (One Week)": 0,
  "Superblock Count (One Week)": 0,
  "Superblock Hit Count (One Week)": 0,
  "Superblock List": "",
  "Last Superblock Height": 0,
  "Last Superblock Budget": 0,
  "Last Superblock Payment": -2,
  "Magnitude (One-Day)": 0,
  "Magnitude (One-Week)": 0
}


13:33:54

getblockcount


13:33:54

33447

OK, now try exec associate email pass.

115
Thanks mike. Should I be zapping all 3 wallets or just PoDC one?

i zapped all of mine just to be sure.

116
Hi, what's  wrong in my case? > 50000 in my wallet, but with zero TaskWeight and zero UTXOWeight, StakeBalance is 0.

Code: [Select]
# biblepay-cli getblockchaininfo
{
  "chain": "main",
  "blocks": 33446,
  "headers": 33446,
  "bestblockhash": "2ec8d52a70e382beb1bd0c5181f68581534799042e86112db6896a0468a38809",

Code: [Select]
# biblepay-cli getwalletinfo
{
  "walletversion": 61000,
  "balance": 50001.99963080,

Code: [Select]
# biblepay-cli exec getboincinfo
{
  "Command": "getboincinfo",
  "CPID": "fe553a955f0e21d46724858870014cbe",
  "Address": "BPzKKaUa2yXDufhd1YchEZDHY7aSLrvmyC",
  "CPIDS": "fe553a955f0e21d46724858870014cbe;",
  "CPID-Age (hours)": 422349,
  "NextSuperblockHeight": 33620,
  "NextSuperblockBudget": 2660579,
  "fe553a955f0e21d46724858870014cbe_ADDRESS": "BPzKKaUa2yXDufhd1YchEZDHY7aSLrvmyC",
  "fe553a955f0e21d46724858870014cbe_RAC": 3283.5,
  "fe553a955f0e21d46724858870014cbe_TEAM": 15044,
  "fe553a955f0e21d46724858870014cbe_TaskWeight": 0,
  "fe553a955f0e21d46724858870014cbe_UTXOWeight": 0,
  "Total_RAC": 3283.5,
  "Total Payments (One Day)": 0,
  "Total Payments (One Week)": 0,
  "Total Budget (One Day)": 0,
  "Total Budget (One Week)": 0,
  "Superblock Count (One Week)": 0,
  "Superblock Hit Count (One Week)": 0,
  "Superblock List": "",
  "Last Superblock Height": 0,
  "Last Superblock Budget": 0,
  "Last Superblock Payment": -1,
  "Magnitude (One-Day)": 0,
  "Magnitude (One-Week)": 0
}

Code: [Select]
# biblepay-cli exec stakebalance
{
  "Command": "stakebalance",
  "StakeBalance": 0
}

Did you check to see if the coins were in BPzKKaUa2yXDufhd1YchEZDHY7aSLrvmyC?

117
Hi guys,
Woke up this morning excited to see how we go today!

Lot's of posts! Can I please ask the following for clairty's sake:

1. So it looks like things should change when we reach block 33440? I see Alex's explorer is past that but Togo's not yet. Do we know which one will change to PoDC? Nope, but if you resync the chain it should be at 33446. I'm betting on this one.

2. I see there is a leisure upgrade available. What are the changes? Should I be updating to this for controller wallet, Sanctuary wallet, PoDC wallet? It is a minor upgrade to show more info.

3. Should I be doing -zapwallettxes  (now or later) for controller wallet, Sanctuary wallet, PoDC wallet? After resyncing i would do it.

4. Anything else I should be doing now? check your getboincinfo to make sure its associated and if its in the dcc list.

Many thanks

118
I see 3 votes when I run testvote, we need 10 right?

119
So, almost same as me. CPID registered and in DCC list, TaskWeight and UTXOWeight are zero, but with "Insufficient funds." PODCupdate result and stakebalnce with all my BBPs.

exec stakebalance is > 50k?

120
Code: [Select]
21:14:04

getblockhash 33442


21:14:04

e4fd364c82e86d2ed808160f6fa0842598447722bafd76e6f5fbf463ec0993c7


21:14:19

getinfo


21:14:20

{
  "version": 1010002,
  "protocolversion": 70717,
  "walletversion": 61000,
  "wallet_fullversion": "1.1.0.2",
  "balance": 3168890.87611826,
  "privatesend_balance": 0.00000000,
  "retirement_balance": 0,
  "blocks": 33442,
  "timeoffset": -8,
  "connections": 8,
  "proxy": "",
  "difficulty": 989.3094001745554,
  "testnet": false,
  "keypoololdest": 1518075876,
  "keypoolsize": 1001,
  "unlocked_until": 0,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}


21:14:31

exec getboincinfo


21:14:33

{
  "Command": "getboincinfo",
  "CPID": "d9b22fccfae5582d4ee7838883aaa3cf",
  "Address": "BSqcLcFLYt3bKvoUaZ5rGURW75xgjJdQoD",
  "CPIDS": "d9b22fccfae5582d4ee7838883aaa3cf;",
  "CPID-Age (hours)": 422348,
  "NextSuperblockHeight": 33620,
  "NextSuperblockBudget": 2660579,
  "d9b22fccfae5582d4ee7838883aaa3cf_ADDRESS": "BSqcLcFLYt3bKvoUaZ5rGURW75xgjJdQoD",
  "d9b22fccfae5582d4ee7838883aaa3cf_RAC": 10012.14,
  "d9b22fccfae5582d4ee7838883aaa3cf_TEAM": 15044,
  "d9b22fccfae5582d4ee7838883aaa3cf_TaskWeight": 0,
  "d9b22fccfae5582d4ee7838883aaa3cf_UTXOWeight": 0,
  "Total_RAC": 10012.14,
  "Total Payments (One Day)": 0,
  "Total Payments (One Week)": 0,
  "Total Budget (One Day)": 0,
  "Total Budget (One Week)": 0,
  "Superblock Count (One Week)": 0,
  "Superblock Hit Count (One Week)": 0,
  "Superblock List": "",
  "Last Superblock Height": 0,
  "Last Superblock Budget": 0,
  "Last Superblock Payment": -1,
  "Magnitude (One-Day)": 0,
  "Magnitude (One-Week)": 0
}


21:16:08

exec datalist dcc


21:16:08

{
  "DataList": "DCC",
  "04FBA56D89A5EB38B1B82F8A6240132C (03-05-2018 08:37:48)": "04fba56d89a5eb38b1b82f8a6240132c;BQJeuW9czNp7XJGFE11sDxqifaYsKSHmGa;BQJeuW9czNp7XJGFE11sDxqifaYsKSHmGa;1981529;INQ84/j9PlIAiksMlIWytRUWeT1Oy1IUearmIBEQwhSGPyv91yrspBm6SoYXiLQ3g5XTKXBNWBQcrs+GQfLbuzI=;0",
  "1E7184E17377549D5A7D7A2EDFB51017 (03-05-2018 17:58:54)": "1e7184e17377549d5a7d7a2edfb51017;B7AZbMPwtCNejwiLktZteGKuSgdmUkzq4m;B7AZbMPwtCNejwiLktZteGKuSgdmUkzq4m;1982314;H1xGyUiI2Tpbw7TSUZ8wEymzPo4kbb2sHsy6Fn4WyqesOCMS1JxWqrdnqUo0wC4YwhC4lQEiOH7epkNycltZTfc=;0",
  "6785DED1F65063EF8F01F42DEB31CF1D (03-04-2018 23:17:49)": "6785ded1f65063ef8f01f42deb31cf1d;BT9R3ELM81r3uS8aMnKzPq2Mm49mDAVx5j;BT9R3ELM81r3uS8aMnKzPq2Mm49mDAVx5j;1981965;IHbjBdincaH8YS/XL7k6VR9n8dHysachVwo63vwZk732SkG4+Q4qx/qObz2VsYPdBL8RtBpxv5pv3/gmmqtGFPY=;0",
  "8791A036B545F35E9EBD9333922738AC (03-04-2018 20:56:07)": "8791a036b545f35e9ebd9333922738ac;BSfnH2uxp8zm8cCmdxVLji7paJz6zNPd7J;BSfnH2uxp8zm8cCmdxVLji7paJz6zNPd7J;1986929;IH0X/f06jDB7DGrsuew6YOgCwq5DPEcPZjW1hvd11BmvbNlPVOo/O6/RNYi028zk6i2pef0hh4dSMw9j3rqpFYU=",
  "8F273B30F8E0A298ED26E242762DF701 (03-05-2018 02:22:28)": "8f273b30f8e0a298ed26e242762df701;BLLmyTDgsCtD2gC4dxpSXnFHnpVVewkEiq;BLLmyTDgsCtD2gC4dxpSXnFHnpVVewkEiq;1981270;IN1loec110Y97Y9OILSxtkY1e5o1C9V/xOlrmfqwyD1IS9LA8yczMyFAgRa5nN/KQt+JxU+icBIQpKyJT7UsNUA=;0",
  "CA895B47AACFFBDBF906201821AF2F9F (03-05-2018 13:27:33)": "ca895b47aacffbdbf906201821af2f9f;BSw7JZ9r2cFLgLL7tg6oDKDWicGGGzXf4J;BSw7JZ9r2cFLgLL7tg6oDKDWicGGGzXf4J;475629;H1QQr77z7khrCeX3CJn6iUAQRqmqRZyIAl1CJdfeJx3oG9wfeJknjhmBvuokvJSUhqC+3+nzWhsr7T3MOkSoFqg=;0",
  "D9B22FCCFAE5582D4EE7838883AAA3CF (03-05-2018 17:58:54)": "d9b22fccfae5582d4ee7838883aaa3cf;BSqcLcFLYt3bKvoUaZ5rGURW75xgjJdQoD;BSqcLcFLYt3bKvoUaZ5rGURW75xgjJdQoD;1981615;IO9jRoYdWOO9iSFJ+yBLrlIqAhzyxKAv16jrpLrB3sqfEBhHuO+Tu8UWNQISXmp1cUePVOKJm8TBvY8gN8DsVuY=;0",
  "E94C1704C75F731F8BFDE303F08408EE (03-05-2018 02:22:28)": "e94c1704c75f731f8bfde303f08408ee;BTTa9qDMsX6zEQcYJPNu1KptscotKMbPfN;BTTa9qDMsX6zEQcYJPNu1KptscotKMbPfN;1981209;IG2r+VxRlr+3ceKJhbLnldsMVoZv/uoKgx4SukL9Z+bJdIjpjCMaoceE1Aog7hFOSGJd70eU6bgLJM56hCRwV1k=;0"
}


21:10:46

exec podcupdate


21:11:38

{
  "Command": "podcupdate",
  "PODCUpdate": false
}


I think I'm on the right chain. Tried a podcupdate after block 33440, but returned false (PODCUpdate::Error: Insufficient funds.). My CPID seems to be on the list, but my TaskWeight and UTXOWeight are still zero.

Did you try exec stakebalance? And make sure the funds are in BSqcLcFLYt3bKvoUaZ5rGURW75xgjJdQoD with more then 5 confirmations. I think your datalist is old, it needs to be updated.

Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 ... 25