Pages:
Author

Topic: [BTB] The BitBar Information Thread - page 4. (Read 180352 times)

jr. member
Activity: 167
Merit: 1
January 16, 2019, 12:40:20 PM
pool  BitBar coin  https://smithpool.net

conf for miners (-a scrypt -o stratum+tcp://smithpool.dynu.net:3433 -u yourwalletaddress -p c=BTB)

conf for miners high difficulty(-a scrypt -o stratum+tcp://smithpool.dynu.net:33433 -u yourwalletaddress -p c=BTB)

for high difficulty  nicehash or miningrigrental add only  ,d =your diff or port dedicate 33433

example -a scrypt -o stratum+tcp://smithpool.dynu.net:3433 -u yourwalletaddress -p c=BTB,d=65000  or whatever you want

block explorer https://smithpool.net/explorer/BTB
 
discord support and coin request  https://discord.gg/Zy5esd6


low fee .... good job
sr. member
Activity: 1149
Merit: 347
January 15, 2019, 11:18:17 AM
cryptopia pulled down their website for ALL of today, it might not be us but them.
I'm out of luck lately. I requested the withdrawal of some BTB 4 days ago and they went into maintenance after problems in that service. Then, today we have this news. Cry
It's hard to find old coins in exchanges.
sr. member
Activity: 1246
Merit: 257
January 14, 2019, 07:24:27 AM
cryptopia pulled down their website for ALL of today, it might not be us but them.
legendary
Activity: 1294
Merit: 1039
January 13, 2019, 02:46:03 AM
@Spidersbox, then you actually have a stake in BTB and BCF? Well, cryptopia is having problems with your wallet, have you been notified?
not yet, so it could just be a deposit issue on their side.
I'm guessing they are just resyncing their wallet
sr. member
Activity: 1149
Merit: 347
January 12, 2019, 07:11:13 PM
@Spidersbox, then you actually have a stake in BTB and BCF? Well, cryptopia is having problems with your wallet, have you been notified?
legendary
Activity: 1294
Merit: 1039
December 27, 2018, 10:24:32 AM
whats the staking rate of  BitBar coin ?
I don't have proper system so I am looking some online pool for it.
so can some please tell me whats the staking % of its and online pool for staking .
lets make example if I have 2000 BitBar  coin how much I will get per day or week or else..
Any response would be appreciated.

Bitbar PoS is 5% annual and coinage is 30 days
so 2000 BTB should stake about 8.3 BTB a month

I am not aware of any pools.
just about any pc (windows,mac, linux) will work for staking.
copper member
Activity: 449
Merit: 2
web3 developer | Youtuber
December 27, 2018, 04:37:13 AM
whats the staking rate of  BitBar coin ?
I don't have proper system so I am looking some online pool for it.
so can some please tell me whats the staking % of its and online pool for staking .
lets make example if I have 2000 BitBar  coin how much I will get per day or week or else..
Any response would be appreciated.
legendary
Activity: 1294
Merit: 1039
November 17, 2018, 07:56:47 PM
sometimes the wallets hit a little snag when syncing, specially during the initial sync.
If you notice it stall for a minute or two, just restart the wallet.

I haven't heard of any forks, so I don't think that would be a problem.
dnp
full member
Activity: 401
Merit: 110
November 17, 2018, 07:49:44 PM
i'm seeing a lot of these in the debug.log (and my sync is stuck after block 296759 way back on sep.23rd 11:33:33)


trying connection 79.26.107.46:8777 lastseen=3.6hrs
received block 419fb08fa5452e83442f
Misbehaving: 140.82.40.161:8777 (0 -> 100) DISCONNECTING
disconnecting node 140.82.40.161:8777
ERROR: ProcessBlock() : block with too little proof-of-stake
received block 419fb08fa5452e83442f
Misbehaving: 94.130.220.2:8777 (0 -> 100) DISCONNECTING
disconnecting node 94.130.220.2:8777
ERROR: ProcessBlock() : block with too little proof-of-stake


is this why many are having troubles syncing?


by the way,  added the following to checkpoints.cpp using info from https://prohashing.com/explorer/Bitbar/


Code:
        ( 200000, uint256("0x0000000001fc2837a93e688d504032a9d7a230fc99c7dcaa638fdc4adabc89f7"))
        ( 225000, uint256("0x000000000014b09367533fb2367b0d912ce6a46a397e240f1458838978f436ce"))
        ( 250000, uint256("0x000000000013f978b8a8c5527bd5ae32e7d7208cc4e5795747f2b032aa8d6610"))
        ( 275000, uint256("0x00000000000881db3d71ae6849df642221a3c2086860b240a602abad73b43051"))
        ( 300000, uint256("0x000000000011ebd21945b69b21ec2817b83aa1a241adc715947c90a1366363fc"))
dnp
full member
Activity: 401
Merit: 110
November 17, 2018, 07:10:04 PM
I don't think that has ever been changed - lol
must have been like that for a long time.
I'll fix that for the next update

there are several minor changes in init.cpp compared to v0.7.5.1

did an exceptionally old version get rolled forward into the git repository somehow? (a really old checkout checked back in?)
legendary
Activity: 1294
Merit: 1039
November 17, 2018, 04:39:45 PM
I don't think that has ever been changed - lol
must have been like that for a long time.
I'll fix that for the next update
dnp
full member
Activity: 401
Merit: 110
November 17, 2018, 03:58:20 PM
default port is 8777
you can check your wallet using
getpeerinfo

on closer examination of the source i see the port has not actually changed.
however, the usage/help message *has*, and that threw me off..


Code:
diff -r bitbar-0.7.5.1/src/init.cpp bitbar-0.7.6.2/src/init.cpp
234c234
<         "  -port=           " + _("Listen for connections on (default: 8777 or testnet: 18777)") + "\n" +
---
>         "  -port=           " + _("Listen for connections on (default: 7777 or testnet: 17777)") + "\n" +
242d241
<         "  -irc                   " + _("Find peers using internet relay chat (default: 0)") + "\n" +
276c275
<         "  -rpcport=        " + _("Listen for JSON-RPC connections on (default: 9344 or testnet: 19344)") + "\n" +
---
>         "  -rpcport=        " + _("Listen for JSON-RPC connections on (default: 8344 or testnet: 18344)") + "\n" +
legendary
Activity: 1294
Merit: 1039
November 17, 2018, 10:48:42 AM
default port is 8777
you can check your wallet using
getpeerinfo
dnp
full member
Activity: 401
Merit: 110
November 17, 2018, 07:51:28 AM
some people do have problems with it syncing, not sure why.
for most people it only takes an hour or so.

Did I mention that there is a new Bitbar wallet out?
I added themes, and fixed the stake reward display in the transactions list.

http://bitbar.co

why was the default p2p port changed from 8777 to 7777 ?
7777 clashes with Novacoin

people may also have firewalls and routers previously configured for 8777 and not 7777 and perhaps contributing
to syncing problems.

full member
Activity: 367
Merit: 100
November 11, 2018, 05:46:39 AM
BitBar mining pool restarted again

PROP Payout
1.95% FEE
https://bitbar.mastermining.net
FAST SIGN UP HERE
newbie
Activity: 39
Merit: 0
October 09, 2018, 01:30:35 PM
Oh this is excellent!
legendary
Activity: 1294
Merit: 1039
October 09, 2018, 12:34:07 PM
some people do have problems with it syncing, not sure why.
for most people it only takes an hour or so.

Did I mention that there is a new Bitbar wallet out?
I added themes, and fixed the stake reward display in the transactions list.

http://bitbar.co
newbie
Activity: 39
Merit: 0
October 09, 2018, 10:23:31 AM
A number of days after that I continued to solely turn my PC on to download the blockchain and I am over 95% done. It feels like it is working!

I have an i7 4790K CPU and a NVidia 970.

When I turn on my PC the only thing that I am doing is opening the wallet and letting it sync.


"The only way, is the way you think sometimes." "That is the way of the present."
Brandon Jacques October 9th, 2018.
newbie
Activity: 39
Merit: 0
October 05, 2018, 06:23:35 PM
I chose to stay and I have not tried syncing my wallet until recently (I was stressed out, but came back to see if I could sync it). I love Bitbar and stay because it is something I truly like. I did not sell any at all during the time Bitcoin (BTC) was near $20,000 and liked that feeling (I have over 11.5 of them and have not sold any). So now... this is nothing truly bad, certain people I know are actually discovering new things and ways to complete the coin. Digital coins are fun and I hope we can get a new American made blockchain to fight against the BTC blockchain from Luxembourg.

My wallet status:

WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers.


First off, I do see that the block amounts on the end (the later amounts) are changing and that means that I am connected. If you have the connections bars, and there are changes of some sort, then everything shall end up well like Litebar did.


I think the developers are high end and they believe we do not leave the wallet on a lot (with the profit here, it may mean this is an individual responsibility, not their server or miners).


To fix this (which I have not actually, just trying to keep us going) you would need to keep it on a while and figure out more.



I think if you keep it on long enough, it will download or sync a layer of it and then your first set of numbers shall begin to increase. So if you leave your wallet open, after a number of days, it should come back because certain people I think here have gotten it done that way.


Now if you are new, in December of last year everything was fine with it and they had accounced a fix for it not syncing beforehand. I have had problems since March of this year, where I could not sync it and am not wanting to enter code to do so.

P.S.

I do not actually fix this coin the way they do, but I have already deleted it and it does not seem to matter. Which in my final thoughts, I believe that I know what I am doing at my tier of knowledge against the developer(s).

Even further though, I have added more information and I am at (90.70% done). This number also increased over time, so I think the proper method is just leaving it open just like you would do with BC (BLK).


Brandon Jacques

(BTC then I went into BlackCoin second)


I give honors to Spidersbox (Bitbar) and also rat4 (BlackCoin).
legendary
Activity: 1294
Merit: 1039
October 05, 2018, 06:22:34 PM
Discord server got hacked.
everything deleted, so you will need to join again   Sad
https://discord.gg/VcEAMFX
Pages:
Jump to: