Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 169. (Read 284527 times)

hero member
Activity: 1344
Merit: 502
Op updated, still a work in progress, now we do a roadmap and bit-paper

This project looks interesting

thank you, feel free to ask any question

No worries

I heard about this from some reputable sources around the traps earlier this month

Can't afford a bank node but have already invested a little Smiley
legendary
Activity: 966
Merit: 1000
Now 4 BNs! Congrats to... alganonim?  There are a bunch more 250k lumps sitting in the rich list. Let's hope they are all technically clueless for another week or so, I need to build up some working capital.  Cheesy



(I jest, post if you need help!)
hero member
Activity: 602
Merit: 501
Op updated, still a work in progress, now we do a roadmap and bit-paper

Looks great!  Maybe put "Road map coming soon" under the main part while we work on that since we reference it

Sure, i'll do that.
member
Activity: 102
Merit: 10
Op updated, still a work in progress, now we do a roadmap and bit-paper

Looks great!  Maybe put "Road map coming soon" under the main part while we work on that since we reference it
hero member
Activity: 602
Merit: 501
Op updated, still a work in progress, now we do a roadmap and bit-paper

This project looks interesting

thank you, feel free to ask any question
hero member
Activity: 1344
Merit: 502
Op updated, still a work in progress, now we do a roadmap and bit-paper

This project looks interesting
hero member
Activity: 602
Merit: 501
Op updated, still a work in progress, now we do a roadmap and bit-paper
legendary
Activity: 966
Merit: 1000
Yeah you need about 2GB RAM to compile it, but the daemon uses very little when running, my VPS only has 512MB RAM and it's averaging just under 100MB used since I started the BN. I compiled at home and scp'd it to the VPS. And don't skip the strip! Unstripped bitcreditd is >100MB, stripped it's about 6MB.

Don't forget you'll need bitcredit-cli as well as bitcreditd, as all the RPC calls have been shifted out of bitcreditd for no good reason.  Grin
sr. member
Activity: 322
Merit: 250
You can download from here http://82.211.1.181/bitcredit/

To run, make sure that you have installed all deps from wiki
sr. member
Activity: 322
Merit: 250
Sorry for spamming this thread, now after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"

I get

...
  CXX      libbitcredit_util_a-spork.o
virtual memory exhausted: Cannot allocate memory
make[2]: *** [libbitcredit_util_a-spork.o] Error 1
make[2]: *** Waiting for unfinished jobs....
virtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted: : : CCannot allocate memory
annot allocate memory
Cannot allocate memory
make[2]: *** [libbitcredit_util_a-random.o] Error 1
make[2]: *** [libbitcredit_util_a-chainparamsbase.o] Error 1
make[2]: *** [libbitcredit_util_a-rpcprotocol.o] Error 1
make[2]: Leaving directory `/root/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bicreditsnew/src'
make: *** [all-recursive] Error 1 "

This is my VPS:

Ubuntu 14.04 x64, 768 MB
Storage:   Virtual 15 GB 

There's not enough ram or disk ?




For sure is swap full and RAM.

It's the first time for me ... when I see a 64bit system on 768 MB Ram Smiley
sr. member
Activity: 260
Merit: 250
Sorry for spamming this thread, now after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"

I get

...
  CXX      libbitcredit_util_a-spork.o
virtual memory exhausted: Cannot allocate memory
make[2]: *** [libbitcredit_util_a-spork.o] Error 1
make[2]: *** Waiting for unfinished jobs....
virtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted: : : CCannot allocate memory
annot allocate memory
Cannot allocate memory
make[2]: *** [libbitcredit_util_a-random.o] Error 1
make[2]: *** [libbitcredit_util_a-chainparamsbase.o] Error 1
make[2]: *** [libbitcredit_util_a-rpcprotocol.o] Error 1
make[2]: Leaving directory `/root/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bicreditsnew/src'
make: *** [all-recursive] Error 1 "

This is my VPS:

Ubuntu 14.04 x64, 768 MB
Storage:   Virtual 15 GB 

There's not enough ram or disk ?


sr. member
Activity: 322
Merit: 250
Hello, I need your help again  Smiley  , I'm trying to setup my BN on vultr.

Find out this :

http://bitcredit.wikia.com/wiki/How_to_Create_A_Masternode

https://dashtalk.org/threads/complete-masternode-guide-windows-local-linux-remote-vultr.1367/

https://forum.bitcoin.pl/viewtopic.php?f=45&t=16390


The last one is the best one so far, but I don't know where to find bitcreditd file, compile it myself ?

Anyone can share the file ? I'm not a linux guy. All the rest is done.



edit : trying to compile it myself

http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit

after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"


I get

":configure: error: libdb_cxx headers missing"

and then after

"make -j4"

I get

"make: *** No targets specified and no makefile found.  Stop."





you did not install libdb4.8

Maybe because, after executing install I get

Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate
E: Package 'libdb4.8++-dev' has no installation candidate



apt-get install software-properties-common python-software-properties
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install libdb4.8 libdb4.8-dev libdb4.8++ libdb4.8++-dev
sr. member
Activity: 260
Merit: 250
Hello, I need your help again  Smiley  , I'm trying to setup my BN on vultr.

Find out this :

http://bitcredit.wikia.com/wiki/How_to_Create_A_Masternode

https://dashtalk.org/threads/complete-masternode-guide-windows-local-linux-remote-vultr.1367/

https://forum.bitcoin.pl/viewtopic.php?f=45&t=16390


The last one is the best one so far, but I don't know where to find bitcreditd file, compile it myself ?

Anyone can share the file ? I'm not a linux guy. All the rest is done.



edit : trying to compile it myself

http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit

after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"


I get

":configure: error: libdb_cxx headers missing"

and then after

"make -j4"

I get

"make: *** No targets specified and no makefile found.  Stop."





you did not install libdb4.8

Maybe because, after executing install I get

Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libdb4.8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libdb4.8-dev' has no installation candidate
E: Package 'libdb4.8++-dev' has no installation candidate

hero member
Activity: 602
Merit: 501
If there are no objections, shall we make the new OP official?

It's edited and ready to go!  Put something about a roadmap coming soon right under it and then all the wallet, miner links, etc.

Be sure to add the Chainz block explorer link prominently as well.  It looks really good.  I didn't know it was going to happen so quickly!
You should use the correct specifications of BCR, e.g. the 10 million BCR premine, the correct amount of MN payments and a better estimate of the block time.

I do need to put in info about the 6 million in escrow and the total projected number of coins.  I've read through the thread, but can you explain anything about the 10 million premine?  It sounds like it was mostly distributed and then the 6m put in public escrow for a purpose which is still being decided on- possibly burned, possibly used for future development and marketing.  The coin distribution looks pretty good overall and they're still way cheap.  One wallet with 3.2m Bittrex?  https://chainz.cryptoid.info/bcr/

What is the correct amount for BN payments right now?  We only have 3 BN up as of right now according to chainz, so I'm guessing it's quite a bit higher than the example I posted.  

You're right about the block time though.  I was just going off of some old posts I saw.  Looking at the past 500 blocks, and the overview on chainz it looks like it's around 800 blocks/day or a little under a 2 minute block time.  

Does this look right for the current BN payments?
800 blocks x 50 BCR = 40000 BCR mined per day.  
20% x 40000 = 8000 BCR per day to BN.
8000 BCR/3 BN = 2666.67 BCR per day per BN

Am I missing something?  That's an out of control return.  I need to get a BN asap.

spot on!!
sr. member
Activity: 322
Merit: 250
Hello, I need your help again  Smiley  , I'm trying to setup my BN on vultr.

Find out this :

http://bitcredit.wikia.com/wiki/How_to_Create_A_Masternode

https://dashtalk.org/threads/complete-masternode-guide-windows-local-linux-remote-vultr.1367/

https://forum.bitcoin.pl/viewtopic.php?f=45&t=16390


The last one is the best one so far, but I don't know where to find bitcreditd file, compile it myself ?

Anyone can share the file ? I'm not a linux guy. All the rest is done.



edit : trying to compile it myself

http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit

after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"


I get

":configure: error: libdb_cxx headers missing"

and then after

"make -j4"

I get

"make: *** No targets specified and no makefile found.  Stop."





you did not install libdb4.8
sr. member
Activity: 260
Merit: 250
Hello, I need your help again  Smiley  , I'm trying to setup my BN on vultr.

Find out this :

http://bitcredit.wikia.com/wiki/How_to_Create_A_Masternode

https://dashtalk.org/threads/complete-masternode-guide-windows-local-linux-remote-vultr.1367/

https://forum.bitcoin.pl/viewtopic.php?f=45&t=16390


The last one is the best one so far, but I don't know where to find bitcreditd file, compile it myself ?

Anyone can share the file ? I'm not a linux guy. All the rest is done.



edit : trying to compile it myself

http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit

after

"./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5"


I get

":configure: error: libdb_cxx headers missing"

and then after

"make -j4"

I get

"make: *** No targets specified and no makefile found.  Stop."



member
Activity: 102
Merit: 10
If there are no objections, shall we make the new OP official?

It's edited and ready to go!  Put something about a roadmap coming soon right under it and then all the wallet, miner links, etc.

Be sure to add the Chainz block explorer link prominently as well.  It looks really good.  I didn't know it was going to happen so quickly!
You should use the correct specifications of BCR, e.g. the 10 million BCR premine, the correct amount of MN payments and a better estimate of the block time.

I do need to put in info about the 6 million in escrow and the total projected number of coins.  I've read through the thread, but can you explain anything about the 10 million premine?  It sounds like it was mostly distributed and then the 6m put in public escrow for a purpose which is still being decided on- possibly burned, possibly used for future development and marketing.  The coin distribution looks pretty good overall and they're still way cheap.  One wallet with 3.2m Bittrex?  https://chainz.cryptoid.info/bcr/

What is the correct amount for BN payments right now?  We only have 3 BN up as of right now according to chainz, so I'm guessing it's quite a bit higher than the example I posted.  

You're right about the block time though.  I was just going off of some old posts I saw.  Looking at the past 500 blocks, and the overview on chainz it looks like it's around 800 blocks/day or a little under a 2 minute block time.  

Does this look right for the current BN payments?
800 blocks x 50 BCR = 40000 BCR mined per day.  
20% x 40000 = 8000 BCR per day to BN.
8000 BCR/3 BN = 2666.67 BCR per day per BN

Am I missing something?  That's an out of control return.  I need to get a BN asap.
full member
Activity: 141
Merit: 100

I set up a p2pool server easily with the source on your github, but it's pointless since there are no mining programs to use with it.
member
Activity: 102
Merit: 10
So is anyone else willing to contribute anything towards a professionally designed logo?



It might cost less than you think.  I came across this website the other day and I was thinking about paying for a few different people to make logos, just to see if any turn out: https://www.fiverr.com/categories/graphics-design/creative-logo-design/#layout=auto&page=1
legendary
Activity: 1274
Merit: 1000
So is anyone else willing to contribute anything towards a professionally designed logo?

Jump to: