BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 20, 2018, 05:56:22 AM |
|
Got to rig up a testnet with old and new clients, activate SegWit and make sure everything works. First though we still need to update the Qt GUI and last of all do the consensus rules (acceptblock/checkblock). 0.13 might be able to mint PoS blocks but without the consensus rules it would accept blocks rejected by the old clients and we do not want a fork. Qt and consensus will be done before I goes away away on holiday then testing when I get back. On another note Google Captcha is the spawn of satan.It took me 30 minutes to log into BCT today.
|
|
|
|
egghead123
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
July 20, 2018, 11:59:16 AM |
|
Some other trivial features were proposed such as direct links to exchanges,blockexplorer etc but the whole issue around security may prevent this.No point in spending endless time and effort ensuring a secure functional client and then add in some unnescessary cosmetic stuff that adds no real value with the potential to undermine the important stuff.I would personally have no links whatsoever coming off the wallet.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 21, 2018, 05:41:54 AM |
|
2018-07-21 05:24 UTC
Current Block 636800 Difficulty 0.00024414 Money Supply 111997.03648137 Connections 28
Last Price 0.00405784 24hr Change +1.68% 24hr High 0.00405784 24hr Low 0.00372343 24hr Volume: 0.45333238 BTC / 116.09866749 XBC
|
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 22, 2018, 05:43:35 AM |
|
When moon??
I don't know.Check the lunar calender.On another note I just can't believe that post got merited.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 22, 2018, 05:43:57 AM |
|
2018-07-22 05:38 UTC
Current Block 637635 Difficulty 0.00024414 Coin Supply 112048.11921689 Connections 28
Last Price 0.00407160 24hr Change +0.34% 24hr High 0.00421068 24hr Low 0.00398000 24hr Volume: 0.86468290 BTC / 214.86988192 XBC
|
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 23, 2018, 05:33:21 AM |
|
2018-07-23 05:12 UTC
Current Block 638406 Difficulty 0.00025567 Coin Supply 112078.91263764 Connections 25
Last Price 0.00390806 24hr Change -4.02% 24hr High 0.00414835 24hr Low 0.00389531 24hr Volume: 0.46483716 BTC / 116.38060396 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 24, 2018, 05:43:47 AM |
|
2018-07-24 05:38 UTC
Difficulty POW: 0.01442156 POS: 0.00024482 Coin Supply (XBC) 112111.65783916 639185 blocks 21 connections
Last Price 0.00366361 24hr Change -6.43% 24hr High 0.00439800 24hr Low 0.00366361 24hr Volume: 0.78926045 BTC / 203.16433038 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 25, 2018, 06:05:49 AM |
|
2018-07-25 05:57 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 112152.80906798 640013 blocks 24 connections
Last Price 0.00367474 24hr Change -1.78% 24hr High 0.00376027 24hr Low 0.00360000 24hr Volume: 0.27559743 BTC / 75.16284318 XBC
|
|
|
|
bitcoinplusmagic
|
|
July 25, 2018, 08:53:07 PM |
|
I ran an issue as below while running `make -f makefile.unix` on ubuntu machine -
error : tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
it doesn't seem like the source code includes event2/util.h anymore - is this a bug?
This is what I use on a brand new Digital Oceon Droplet - Ubuntu 16.04.4 x64 Min 2GB Ram required. sudo apt-get update sudo apt-get install build-essential sudo apt-get install libssl-dev sudo apt-get install libdb++-dev sudo apt-get install libboost-all-dev sudo apt-get install libqrencode-dev sudo apt-get install libevent-dev sudo apt-get install libminiupnpc-dev git clone https://github.com/bitcoinplusorg/xbcwalletsource.gitcd xbcwalletsource/src/ make -f makefile.unix ./bitcoinplusd From start to finish takes about 15 minutes.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 26, 2018, 05:30:57 AM |
|
2018-07-26 05:14 UTC
Difficulty POW: 0.01442156 POS: 0.0002541 Coin Supply (XBC) 112190.11591352 640771 blocks 20 connections
Last Price 0.00410200 24hr Change +10.52% 24hr High 0.00425516 24hr Low 0.00359067 24hr Volume: 0.77824713 BTC / 198.89652205 XBC
|
|
|
|
Ayers
Legendary
Offline
Activity: 2800
Merit: 1024
Vave.com - Crypto Casino
|
|
July 26, 2018, 05:40:12 AM |
|
is this a 1:1 swap with bitcoin?
|
|
|
|
cshelswell
|
|
July 26, 2018, 08:06:33 AM |
|
is this a 1:1 swap with bitcoin?
Basically yes - the Prof is working hard on it and I think he'll be better to enlighten on the progress, but I think a lot of that has been covered in earlier posts.
|
|
|
|
egghead123
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
July 26, 2018, 11:04:23 AM |
|
I ran an issue as below while running `make -f makefile.unix` on ubuntu machine -
error : tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
it doesn't seem like the source code includes event2/util.h anymore - is this a bug?
Have you installed the libevent-dev dependency?
|
|
|
|
egghead123
Legendary
Offline
Activity: 1330
Merit: 1000
|
|
July 26, 2018, 11:06:33 AM |
|
is this a 1:1 swap with bitcoin?
No.The 1:1 swap back in 2015 was for coins off an old dead chain that was abandoned.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 27, 2018, 05:55:26 AM |
|
2018-07-27 05:46 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 112226.52851225 641605 blocks 23 connections
Last Price 0.00355626 24hr Change -13.97% 24hr High 0.00405335 24hr Low 0.00333836 24hr Volume: 2.60574312 BTC / 724.21187987 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 27, 2018, 05:59:07 AM |
|
my error has worked after installing libevent-dev - Thanks!! I have some questions -! 1) I'm trying to use JSON-RPC for all connections -downloading the blocks etc. and `bitcoinplusd -help` says default RPC port is 8885 while this page ( https://github.com/bitcoinplusorg/xbcwalletsource) says it's 8884. Could someone tell me the right one for JSON-RPC? 2) When I start bitcoinplusd, it says ``` [warn] Error creating directory /root/.bitcoinplus/tor: No such file or directory [warn] Failed to parse/validate config: Couldn't access/create private data directory "/root/.bitcoinplus/tor" [err] Reading config failed--see warnings above. ``` So unless I have /root/.bitcoinplus in place, the service doesn't start.. I'm running this on a docker container as a non-root user - would there be a way to bypass (e.g. add another config etc..) this error? Thanks in advance! Try 8884 for now.I will take a look at the other stuff and get back to you.
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 28, 2018, 05:05:15 AM |
|
2018-07-28 04:55 UTC
Difficulty POW: 0.01442156 POS: 0.00024414 Coin Supply (XBC) 112258.1186453 642381 blocks 32 connections
Last Price 0.00360002 24hr Change -1.59% 24hr High 0.00374756 24hr Low 0.00340854 24hr Volume: 1.07161160 BTC / 302.19010266 XBC
|
|
|
|
BitcoinPlusBus (OP)
Legendary
Offline
Activity: 1484
Merit: 1032
|
|
July 28, 2018, 05:09:23 AM |
|
my error has worked after installing libevent-dev - Thanks!! I have some questions -! 1) I'm trying to use JSON-RPC for all connections -downloading the blocks etc. and `bitcoinplusd -help` says default RPC port is 8885 while this page ( https://github.com/bitcoinplusorg/xbcwalletsource) says it's 8884. Could someone tell me the right one for JSON-RPC? 2) When I start bitcoinplusd, it says ``` [warn] Error creating directory /root/.bitcoinplus/tor: No such file or directory [warn] Failed to parse/validate config: Couldn't access/create private data directory "/root/.bitcoinplus/tor" [err] Reading config failed--see warnings above. ``` So unless I have /root/.bitcoinplus in place, the service doesn't start.. I'm running this on a docker container as a non-root user - would there be a way to bypass (e.g. add another config etc..) this error? Thanks in advance! Try 8884 for now.I will take a look at the other stuff and get back to you. It actually seems like 8885 works! (and 8884 returns address already in use error?) 1) I still wonder if there's a way to configure `/<user>/.bitcoinplus/tor` path somewhere? (i'm trying to see if there's a way to have the daemon works without manually creating /<user>/.bitcoinplus directory for /<user>/.bitcoinplus/tor) 2) Also, it seems like if I have `-onlynet=ipv4` or `-onlynet=IPv4`, the blocks don't seem to load - it hangs after below logs `4 addresses found from DNS seeds ThreadDNSAddressSeed exited` 3) I'm trying to make an API call to Bitcoinplus wallet service using `curl `(by curl to Load balancer dns) - Is there an example api calls online? I tried ``` curl --user <user>:<password> -k <Load Balancer DNS>:8885/api/getblockcount ``` but it didn't work :^( (I got 403) Stick with 8885 so if it works.For the rest I have put the issue(s) to someone else who runs some seed nodes and am waiting on a response.They could be away for a few days though but someone might chime in on the subject in the meantime.Hang in there.
|
|
|
|
|