Pages:
Author

Topic: [ANN] LiteBar (LTB) - Reborn - page 22. (Read 38010 times)

legendary
Activity: 1294
Merit: 1039
March 29, 2016, 01:34:21 AM
#30
Well -so far I've been able to compile a linux daemon, qt wallet, and a windows qt wallet ( litebar vault version #2)
just some minor updates - but progress non the less.

I have a node up and running 24/7
addnode=65.102.140.115

block count so far  is 119381

the block date on # 119381 is Mon Mar 28 16:41:30 PDT 2016

so far so good - unless someone else has a block count that's higher - if so, please let me know

The next thing is I would like to pay for sponsorship at http://www.cryptocoinexplorer.com/sponsor
That will supply a 24/7 seed node ( a connection point for your wallet) and a block explorer like the one for Bitbar at http://btb.cryptocoinexplorer.com/  very handy to see if you are synced up, or want to see if a transfer went through, or how many people are connected to the network.

Sponsorship is $330 a year

$330 = .78 BTC at current market values

I have .2 BTC to put towards this years sponsorship

As soon as my new bitcoin wallet syncs up, I will post a BTC address for donations.
The new wallet will be used for donations for Bitbar and Litebar only - with separate addresses.

The donation addresses will also be posted on the web sites so you can contribute, and keep tabs on the balances using your choice of block browsers.

(I'll add a personal donation address at the bottom of the web sites, in case you want to put a little in MY pocket)

Once CCE is setup and in sync, I can code in the dnsseed address, and the wallets will always have a starting point to connect - no more IRC.
full member
Activity: 247
Merit: 100
Payment ecosystem for world shipping industry
March 28, 2016, 03:12:46 PM
#29
I found a windows wallet on the old thread using this link

http://www.mediafire.com/download/kfq5u5xag7dombd/ltb-winqt.zip

Is it a valid version?
You should wait for the April 4th release. I've found two different sources of Litebar code - see my next post  Smiley


The one I have is the 6.3 version with the litebar vault spash. It doesn't matter to me either way as I have no Litebars at this point. So whatever the general consensus is, is good for me.
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 01:58:32 PM
#28
Sweet! Watching this and looking forward to the 4th.
Good luck on your re-launch!
Thanks
full member
Activity: 196
Merit: 100
TrumpCoin Lead Developer
March 28, 2016, 01:45:40 PM
#27
Sweet! Watching this and looking forward to the 4th.
Good luck on your launch!
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 01:22:52 PM
#26
Just a heads up -
I'm switching my network service from DSL to Fiber Optic, and I will probably have to switch my static IP block address.
All this really means is access to Bitbar.co and Litebar.co will be interrupted for several hours to a day or two depending on how long it take to propagate the IP address change.

SO don't freak out if you can't connect to the website !  Grin
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 01:22:41 PM
#25
Silver bar Litebar vault.
message 28 updated with count
thanks
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 12:05:33 PM
#24
I found a second litebar source, and I need to know which one to use.

When you open your wallet, do you get a splash screen of a wallet, or a splash screen with a sliver bar on it ??

or if you can, in the help console - information tab  what version are most of you on ??
 - linux users just getinfo from daemon

1) v0.8.6.2 - leather wallet splash screen

2) v0.6.3.0 - silver bar splash screen

Please let me know


note: they both have the same genesis hash so they started on the same chain.
# 2 connects fine - # 1 didn't connect
I'm hoping we are not dealing with forks - I'll collect more info from you all when and if needed.



count so far
1) 0
2) 2
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 11:59:45 AM
#23
I found a windows wallet on the old thread using this link

http://www.mediafire.com/download/kfq5u5xag7dombd/ltb-winqt.zip

Is it a valid version?
You should wait for the April 4th release. I've found two different sources of Litebar code - see my next post  Smiley
full member
Activity: 247
Merit: 100
Payment ecosystem for world shipping industry
March 28, 2016, 11:55:24 AM
#22
I found a windows wallet on the old thread using this link

http://www.mediafire.com/download/kfq5u5xag7dombd/ltb-winqt.zip

Is it a valid version?
legendary
Activity: 1294
Merit: 1039
March 28, 2016, 09:57:22 AM
#21
I was just looking at the blog to see if there was any news - nope.
full member
Activity: 247
Merit: 100
Payment ecosystem for world shipping industry
March 28, 2016, 03:01:06 AM
#20
addnode=mineblocks.no-ip.org:9065
SWEET!
added node to Litebar.co and updated the port number (is different from the original OP)


can't wait for the windows wallet. I'm so not a linux guy.
full member
Activity: 406
Merit: 101
March 27, 2016, 02:16:10 PM
#19
Good luck with so-called rebirth!
Always glad to see devs who actually CARE bout coins doe :>
newbie
Activity: 7
Merit: 502
March 27, 2016, 12:42:28 PM
#18
Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 5 * COIN;
// first 15 days will dispose 5 coins per block = 7200 blocks (36000 coins)
if(nHeight>7200) nSubsidy = 2 * COIN;

    // Hereafter, subsidy is cut in half every 438000 blocks, which will occur approximately every 2.5 years and end at year 5
    nSubsidy >>= (nHeight / 438000);
    
return nSubsidy + nFees;

}
Absolutely 0% premine.
Good luck, Approved  Smiley

And coins stuck on Cryptsy.  As their wallet has been offline for at least a year and now the whole site is pretty much offline.  Lowering the total coins.  Note:  I have no idea how many coins cryptsy has.

https://cryptsy.com/markets/view/LTB_BTC
legendary
Activity: 1294
Merit: 1039
March 27, 2016, 01:59:03 PM
#18
addnode=mineblocks.no-ip.org:9065
SWEET!
added node to Litebar.co and updated the port number (is different from the original OP)
full member
Activity: 140
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
March 27, 2016, 12:37:41 PM
#17
Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 5 * COIN;
// first 15 days will dispose 5 coins per block = 7200 blocks (36000 coins)
if(nHeight>7200) nSubsidy = 2 * COIN;

    // Hereafter, subsidy is cut in half every 438000 blocks, which will occur approximately every 2.5 years and end at year 5
    nSubsidy >>= (nHeight / 438000);
   
return nSubsidy + nFees;

}
Absolutely 0% premine.
Good luck, Approved  Smiley
legendary
Activity: 1294
Merit: 1039
March 27, 2016, 12:09:57 PM
#16
addnode=mineblocks.no-ip.org:9065
SWEET!
hero member
Activity: 618
Merit: 500
March 27, 2016, 12:06:48 PM
#15
It only cost 0.1 ($40) to get listed on Yobit, not much if your really dedicated to getting this coin relaunched. Yobit is a really good level entry point for coins. Coins can get some serious volume on there.

I agree, Yobit is an excellent starting point.
Are you going to get the old wallet working so people can trade their old coins, If so then Yobit is a much better idea than Cryptopia, it could take ages to vote it up and it might never make it up 0.1 BTC is nothing if you are holding alot of coins already. it would give you instant access to trading them.
Yes.
The plan is to get the old wallet working - so I will definitely need people with wallets to stay in touch so we can get as much of the chain as possible.
Coinmarketcap has data on litebar up to Jan 4,2016 - so this looks promising  Smiley

Thanks for the suggestion about Yobit, I never heard of it.
I registered there and will be adding Bitbar later today, and litebar when possible.

The nice thing about Cryptopia is they make mining pools and block explorers for for most of the coins listed there.

I really need to setup donation addresses ...


addnode=mineblocks.no-ip.org:9065
legendary
Activity: 1294
Merit: 1039
March 27, 2016, 12:01:44 PM
#14
It only cost 0.1 ($40) to get listed on Yobit, not much if your really dedicated to getting this coin relaunched. Yobit is a really good level entry point for coins. Coins can get some serious volume on there.

I agree, Yobit is an excellent starting point.
Are you going to get the old wallet working so people can trade their old coins, If so then Yobit is a much better idea than Cryptopia, it could take ages to vote it up and it might never make it up 0.1 BTC is nothing if you are holding alot of coins already. it would give you instant access to trading them.
Yes.
The plan is to get the old wallet working - so I will definitely need people with wallets to stay in touch so we can get as much of the chain as possible.
Coinmarketcap has data on litebar up to Jan 4,2016 - so this looks promising  Smiley

Thanks for the suggestion about Yobit, I never heard of it.
I registered there and will be adding Bitbar later today, and litebar when possible.

The nice thing about Cryptopia is they make mining pools and block explorers for for most of the coins listed there.

I really need to setup donation addresses ...
hero member
Activity: 586
Merit: 500
Waiting for my coins to rise !!
March 27, 2016, 06:54:23 AM
#13
It only cost 0.1 ($40) to get listed on Yobit, not much if your really dedicated to getting this coin relaunched. Yobit is a really good level entry point for coins. Coins can get some serious volume on there.

I agree, Yobit is an excellent starting point.
Are you going to get the old wallet working so people can trade their old coins, If so then Yobit is a much better idea than Cryptopia, it could take ages to vote it up and it might never make it up 0.1 BTC is nothing if you are holding alot of coins already. it would give you instant access to trading them.
full member
Activity: 195
Merit: 100
Nutty about Crypto
March 27, 2016, 06:41:22 AM
#12
It only cost 0.1 ($40) to get listed on Yobit, not much if your really dedicated to getting this coin relaunched. Yobit is a really good level entry point for coins. Coins can get some serious volume on there.
Pages:
Jump to: