Author

Topic: ►►►[XBC] BitcoinPlus ►Official Thread◄官方公告◄◄◄ - page 168. (Read 407960 times)

member
Activity: 122
Merit: 10
Hello again,

A pool you guys can recommend?
member
Activity: 122
Merit: 10

Sir, Thanks for your help. It worked just fine after I follow  the second set of comands and built the files,

Now the funny thing is, the client shows to be offline.

Forget it, it takes its time, but slowly finds peers on the onion, thanks.

Brilliant. Glad to hear you got it working ? Are doing anything interesting with the linux version ?

Well, not really, just opening another wallet to stake. I feel the block times are just too slow, I want to speed the network a little, its 1 minute for a confirmation, but its taking a day, why is this?
legendary
Activity: 1484
Merit: 1032
Current Block
198201

Difficulty
0.00024414

Money Supply
87109

Network gH/s
0.000012506
legendary
Activity: 1330
Merit: 1000
Difficulty
POW: 0.00025915
POS: 0.00024414

Coin Supply (XBC)
87106.9229833

BTC Price
0.00429639

198139 blocks

24 connections
full member
Activity: 143
Merit: 100
Hello devs,

Im trying to build the wallet for my Linux and im getting;

g++: error: /xbcwalletsource-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /xbcwalletsource-master/src/leveldb/libmemenv.a: No such file or directory
Makefile:838: recipe for target 'bitcoinplus-qt' failed
make: *** [bitcoinplus-qt] Error 1


Please advice, thanks.


Using terminal go to /src/leveldb
then run
make libleveldb.a libmemenv.a
legendary
Activity: 1484
Merit: 1032

Current Block
198071

Difficulty
0.00025002

Money Supply
87102.56024391

Network gH/s
0.000012506
legendary
Activity: 1484
Merit: 1032
Ideally it would be best if XBC holders actually used their wallets and synced them up regularly.POS rewards sre generated through transaction fees and the more wallets actually sending and receiving coins the better for the network.
member
Activity: 89
Merit: 10
Hi all,

Forgive me if this has been posted but I could not find anything on it.

Are there any recommended best practices for long-term staking? Is there any modification in config from the stock wallet that needs to be done to run it in the best way for network health and does size of incoming transactions have anything to do with optimal staking?

Thanks

As far as i'm aware the config file will not make any difference to the staking.

The proof of stake settings is fixed at 10%. I've done various tests myself and it makes no difference if the wallet is open 24/7 or just 1 day every month. Over the course of the year it should even out to 10%. So if you start the year with 100 coins in your wallet. By the end of the year it should be around 110 coins. If you open the wallet for one day every month the staking amounts will be larger amounts than if you stake 24/7. But the total at the end of the year will be the same. That is what I have found personally anyway from running several 24/7 nodes and my own personal wallet occasionally.

Also the wallet will automatically stake. There is no settings to turn on or off. Lastly only mature coins can be staked. So you have wait 110 confirmations before any NEW coins in your wallet will stake.

member
Activity: 89
Merit: 10

Sir, Thanks for your help. It worked just fine after I follow  the second set of comands and built the files,

Now the funny thing is, the client shows to be offline.

Forget it, it takes its time, but slowly finds peers on the onion, thanks.

Brilliant. Glad to hear you got it working ? Are doing anything interesting with the linux version ?
member
Activity: 122
Merit: 10

Sir, Thanks for your help. It worked just fine after I follow  the second set of comands and built the files,

Now the funny thing is, the client shows to be offline.

Forget it, it takes its time, but slowly finds peers on the onion, thanks.
member
Activity: 122
Merit: 10
Hello devs,

Im trying to build the wallet for my Linux and im getting;

g++: error: /xbcwalletsource-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /xbcwalletsource-master/src/leveldb/libmemenv.a: No such file or directory
Makefile:838: recipe for target 'bitcoinplus-qt' failed
make: *** [bitcoinplus-qt] Error 1


Please advice, thanks.


Hello fher98

Just looking at that now so I will get back to you shortly.

I think i remember having the same issue when I setup the block explorer. It's fairly common. Try

cd leveldb
chmod 755 *
cd

And recompile.

If the files are not in the folder you can also try
cd src/leveldb make libleveldb.a libmemenv.a

I can't remember which one worked for me. It was something fairly simple.

Sir, Thanks for your help. It worked just fine after I follow  the second set of comands and built the files,

Now the funny thing is, the client shows to be offline.
member
Activity: 89
Merit: 10
Hello devs,

Im trying to build the wallet for my Linux and im getting;

g++: error: /xbcwalletsource-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /xbcwalletsource-master/src/leveldb/libmemenv.a: No such file or directory
Makefile:838: recipe for target 'bitcoinplus-qt' failed
make: *** [bitcoinplus-qt] Error 1


Please advice, thanks.


Hello fher98

Just looking at that now so I will get back to you shortly.

I think i remember having the same issue when I setup the block explorer. It's fairly common. Try

cd leveldb
chmod 755 *
cd

And recompile.

If the files are not in the folder you can also try
cd src/leveldb make libleveldb.a libmemenv.a

I can't remember which one worked for me. It was something fairly simple.
member
Activity: 80
Merit: 10
Hi all,

Forgive me if this has been posted but I could not find anything on it.

Are there any recommended best practices for long-term staking? Is there any modification in config from the stock wallet that needs to be done to run it in the best way for network health and does size of incoming transactions have anything to do with optimal staking?

Thanks
legendary
Activity: 1484
Merit: 1032
What sets this coin apart?


Hello yaooke

XBC has been around since mid 2014 and gone through many changes since the original developer abandoned the coin and ran with all the development funds meaning the community had to step in and take over things.We have had various upgrades since and developed a plan to allow it to remain sustainable into the future long term hopefully.

There are well below 100 thousand coins in existence and XBC offers private transactions and messaging through its wallet and network.

For further information please refer to:

www.bitcoinplus.org

Thank you.
legendary
Activity: 1484
Merit: 1032
long time after i feeling proud for comments about XBC

Hello Khaan.jamil010

Welcome to the thread
legendary
Activity: 1484
Merit: 1032
Hello devs,

Im trying to build the wallet for my Linux and im getting;

g++: error: /xbcwalletsource-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /xbcwalletsource-master/src/leveldb/libmemenv.a: No such file or directory
Makefile:838: recipe for target 'bitcoinplus-qt' failed
make: *** [bitcoinplus-qt] Error 1


Please advice, thanks.


Hello fher98

Just looking at that now so I will get back to you shortly.
newbie
Activity: 62
Merit: 0
long time after i feeling proud for comments about XBC
member
Activity: 122
Merit: 10
Hello devs,

Im trying to build the wallet for my Linux and im getting;

g++: error: /xbcwalletsource-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /xbcwalletsource-master/src/leveldb/libmemenv.a: No such file or directory
Makefile:838: recipe for target 'bitcoinplus-qt' failed
make: *** [bitcoinplus-qt] Error 1


Please advice, thanks.
sr. member
Activity: 280
Merit: 250
Vincit qui se vincit.
What sets this coin apart?
hero member
Activity: 777
Merit: 777
Altbone inc.Burial service for altcoins
Thu, 20 Oct 2016 08:02:46 GMT



Difficulty
POW: 0.00024414
POS: 0.00024414

Coin Supply (XBC)
87083.54709544

BTC Price
0.00399126

196897 blocks

18 connections

XBC looking good
Jump to: