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 - togoshigekata

Pages: 1 ... 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 ... 36
196
I went to "Distributed Computing" tab,
clicked "Create and Attach R&H Account",
got a pop up "Fix BOINC Configuration" "E-mail must be populated.Password must be populated."

Entered in email and password, clicked "Create and Attach R&H Account" again
"Fix BOINC Configuration"
"Boinc_Installed: Yes
Rosetta_Account: c1f31***5954
Attaching Rosetta Project: Attached Successfully
Rosetta RAC: -1
CPID:"

"R&H Diagnostics" button, have to enter in email and pass and similar output
"Boinc_Installed: Yes
Rosetta_Account: c1f31***5954
Rosetta RAC: -1.00"

My Current Tasks on DC Tab is 0

Do I have to start boinc manually?
Im watching top and only see boinc pop up for a split second every 30 seconds

ps -ef I see /bin/sh -c /usr/bin/boinc --dir /var/lib/boinc-client >/var/log/boinc.log 2>/var/log/boincerr.log

197
I ran

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get install boinc-client -y --reinstall

and I now have a /boinc-client folder in /var/lib

=

boinccmd help now ouputs "Authorization failure: -155",

Opened QT wallet, Debug Console, exec rosettadiagnostics email pass
Boinc Installed: Yes
Rosetta_Account: c1f31****8d5954
Rosetta_RAC: -1.00

198
Hmmm, there is no boinc-client folder inside of /var/lib

Ran boinc command and its running, looks like I accidentally generated boinc files into the /var/lib folder haha

Some interesting output from boinc:

[---] Data directory: /var/lib
execv: No such file or directory

dir_open: Could not open directory 'slots' from '/var/lib'

rest of output just bounces from resuming or suspending computation because CPU is busy

199
Correct, the text inside is "can't connect to local host", yeah so Im a noob, I never use the cat command, I thought it was trying to connect to a server given the output LOL

So boinccmd help command gives same text "can't connect to local host"

boinccmd by itself outputs all the flags, but adding help parameter it says the above

Should it be --help? boinccmd --help works, boinccmd help gives cant connect message

Tested boincmgr command, BOINC Manager GUI popped up
in bottom right said looking for connection, then said disconnected

===

cd ~/.biblepaycore/SAN
boinccmd > boinctemp help 2>&1
cat boinctemp

Does the contents say the same things as:
boinccmd help

Yes, they both say: can't connect to local host


200
Cool, okay so SAN folder exists and it has files, it has the boinctemp file, I typed cat boinctemp but it said "can't connect to local host", ok so I opened it with vi and thats the text it says inside of it

and the built up command looks something like this for linux?

sCMD =  boinccmd > [GetSANDirectory2() + "boinctemp"] help 2>&1

boinc --version
7.6.31 x86_64-pc-linux-gnu

sudo apt-get install boinc boinc-client
(7.6.31+dfsg-6ubuntu1)


201
No worries!

Hmm so I have boinc and boinc-client installed,
the command has message "Boinc Installed: No"
I closed and reopened QT wallet and tried again, same

Server is Ubuntu 16.04 x64 with Lubuntu GUI installed hosted on Vultr

Poking at the code:
https://github.com/biblepay/biblepay/blob/f74f97ab5f04a20de770d80c40bb90eec1921aa2/src/rpcblockchain.cpp#L7313
https://github.com/biblepay/biblepay/blob/f74f97ab5f04a20de770d80c40bb90eec1921aa2/src/rpcblockchain.cpp#L7254

BoincCommand()
https://github.com/biblepay/biblepay/blob/f74f97ab5f04a20de770d80c40bb90eec1921aa2/src/rpcblockchain.cpp#L7238

GetSANDirectory2()
https://github.com/biblepay/biblepay/blob/87d751ea7eee9c97ded2b747b312253dc772f238/src/podc.cpp#L327

sOS
https://github.com/biblepay/biblepay/blob/8617e91c0d134c3300285bcf744e359688e49428/src/init.cpp#L1211
"LIN", "WIN" or "MAC"

Code: [Select]
std::string sPath = GetSANDirectory2() + "boinctemp";
// Boinc sends some output to stderr, some to stdout

std::string sEXEPath = sOS == "WIN" ? "\"c:\\program files\\BOINC\\boinccmd\"" : "boinccmd";

std::string sCmd = sEXEPath + " >" + sPath + " " + sCommand + " 2>&1";

Random question: if computer is Windows, boinccmd is looked for on the C: drive?

I still need to look into the GetSANDirectory2() some more and then test running the sCMD I build

Im able to run boinccmd command with no parameters, it gives help output

Code: [Select]
std::string GetSANDirectory2()
{
boost::filesystem::path pathConfigFile(GetArg("-conf", "biblepay.conf"));
     if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile;
boost::filesystem::path dir = pathConfigFile.parent_path();
std::string sDir = dir.string() + "/SAN/";
boost::filesystem::path pathSAN(sDir);
if (!boost::filesystem::exists(pathSAN))
{
boost::filesystem::create_directory(pathSAN);
}
return sDir;
}

I cant find the function pathConfigFile() hmm
Is this weird C++ syntax for variable creation? lol

GetArg()
https://github.com/biblepay/biblepay/blob/082a12b0e4727c2df5363dfa14889b41b4957d3a/src/util.cpp#L473

What is is_complete()?
https://www.boost.org/doc/libs/master/libs/type_traits/doc/html/boost_typetraits/reference/is_complete.html

Where is GetDataDir() defined?

202
1.  Diagnosing Rosetta:  type 'exec rosettadiagnostics email password',

"Results": "Boinc Installed: No\n"
"Errors": "Boinc is not installed. Please run 'sudo apt-get install boincmgr boinc'

sudo apt-get install boincmgr boinc
unable to locate package: boincmgr

sudo apt-get update & sudo apt-get upgrade

Now its installing a bunch of stuff, Im a Linux newbie am I doing this right? LOL

Is it boinc-manager vs boinc-mgr?

203
Havent done any testing yet, but Ill jump on it,

Ive run into compile error twice now upgrading to v1.1.5.5d hmmm, I have 1.6GB RAM Free

rpcblockchain.cpp: In function 'std::__cxx11::string RetrieveDCCWithMaxAge(std::__cxx11::string, int64_t)':
rpcblockchain.ccp:4580:27: warning: unused variable 'consensusParams' [ XXXXXXXXXXXXX
g++: internal compiler error: Killed (program cc1plus)

Now my VM froze, restarted it and compiling again, will report back asap!

UPDATE: Compiling seems to be working well now
UPDATE 2: QT Running, Masternode ENABLED and Syncing, IPFS daemon running

getblockhash 73646
dcd7eb33******19ec72cdc

204
Theres been at least 3 masternodes running, Ive been one of them I updated to v1.1.5.5 three days ago, Updating now to latest version 1.1.5.5d

205
Archived Proposals / Re: Bitcointalk Forum Advertising
« on: September 24, 2018, 11:25:30 AM »
Rejected a 3rd time by Theymos:
"Sorry, I'm still not convinced."
https://bitcointalk.org/index.php?topic=5027613.msg46098258#msg46098258

206
I donated the 0.0051 BTC, and realized we would have to wait 2 weeks, for the current voting cycle to end, then I saw their listing fee was only 0.01 BTC on another page and hopped in their discord to confirm, I then donated the rest 0.0049 BTC to bring the vote to a total of 0.01 BTC (about $67 dollars) and then they listed us right away :)

207
https://www.mintnodes.com/
https://www.mintnodes.com/coins/BBP
https://www.mintnodes.com/clusternodes

https://discordapp.com/invite/8xzRSy5
https://twitter.com/mintnodes
https://bitcointalk.org/index.php?topic=4410825

===

""What is a clusternode? A clusternode is like a shared masternode, only better!
With a clusternode you will receive a reward when any one of the masternodes in the clusternode receives a reward.

Clusternodes don’t have seats, that's right, you can deposit as little as 0.1 of a coin and still receive rewards from that clusternode. This is possible using our patent pending Clusternode technology of bringing masternodes online and taking them offline. This also allows you to withdraw your funds at any time.

When you deposit coins into a clusternode, they will show up in your “Balance in queue” for that coin. Once enough coins have been deposited by the community, a new masternode will be added to the clusternode and your funds will be moved to the “Balance in cluster.” Once your coins have been moved to the “Balance in cluster” you will receive a percentage of each reward received by any one of the masternodes in the clusternode."

=

"Only 1$ per month per masternode"

===

Cost 0.01 BTC to get listed,
at 0.00000007 BTC per BBP that is 142,857 BBP

I am requesting 142,857 BBP

208
Possible Enhancements when we Grow / Google Analytics
« on: September 21, 2018, 08:09:38 PM »
Google Analytics was installed July 8th, 2018 by Jaap

===

I was curious if the airdrop skewed the statistics,
so I wanted to see how our users looked before the Airdrop started on August 21st:

Stats (July 8th - August 19th):





===

Language Code Table:
http://www.lingoes.net/en/translator/langcode.htm

===

Stats (July 8th - September 20th):





Note: So after airdrop looks like we had a large increase of Android users 15%+ increase, and multiple increases of users from India, Nigeria, Indonesia and Vietnam

Age & Gender


Session Durations

Half of visitors only stay on the site for less than 10 seconds? >.>

Most Viewed Pages

Avg Time on Any Page = 02:09 (2 minutes 9 seconds)
Avg Time on Landing Page = 01:36 (1 minute 36 seconds)

=

Average Page Load Time by Browser


Average Page Load Time by Page

209
mnsync status
shows that Im synced now AssetID 999

getblockhash 67777
bd687ccb***0788387b2

Masternode is PRE_ENABLED

hashps: 0.135,
networkhashps: 178.888

210
Hmmm, my wallet crashed, v1.1.5.4b, I had upgraded, cleaned and reindexed
Code: [Select]
Segmentation fault (core dumped)
tail debug.log
Code: [Select]
ERROR: Block has no ancestor
Misbehaving: 84.29.208.33:62767
ERROR: invalid header received bd9004da***6d0fea
ERROR: Found block with no ancestor
ERROR: Block has no ancestor.
ERROR: ProcessNewBlock: AcceptBlock FAILED
Misbehaving: 84.29.208.33:62767

Im going to clean and reindex again

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