Author

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

hero member
Activity: 602
Merit: 501
ok, so i am going to power nap and pick this up later . I have already figured out MN payments and addes them to p2pool but the other syste requires a level of thouth i am incapable of right now. 3-4 hours sleep and i'll be back at it.

many thanks to those who have expressed interest in having a p2pool node, you guys are the best. I'll have it ready for you very soon.
sr. member
Activity: 322
Merit: 250
C'mon guys ... I'm still the only one with a masternode up and running ?
legendary
Activity: 896
Merit: 1001

Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1

hmm, seems that I found the problem, you don't have enough RAM. Look here https://bitcointalksearch.org/topic/solved-g-internal-compiler-error-killed-program-cc1plus-304389

try only "make" to spawn less threads, hopefully will work, or buy more ram Smiley

Likely reason for the error.  Add RAM
sr. member
Activity: 322
Merit: 250

Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1

hmm, seems that I found the problem, you don't have enough RAM. Look here https://bitcointalksearch.org/topic/solved-g-internal-compiler-error-killed-program-cc1plus-304389

try only "make" to spawn less threads, hopefully will work, or buy more ram Smiley
sr. member
Activity: 322
Merit: 250

Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1

Oh man it's easy

Follow this to build your dependencies:

https://github.com/bitcreditscc/bicreditsnew/blob/master/doc/build-unix.md

To build Berkley db 4.8:

Code:
(echo deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse; echo deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse; echo deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse) | sudo sh -c 'cat >>/etc/apt/sources.list'

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

./autogen.sh
./configure
make

Compiles just fine





It's not a problem, now, of missing dependecies ... look at the error !
It's g++ internal error.
What version do you use ?
Code:
g++ -v 
hero member
Activity: 602
Merit: 501
Thanks guys, but i'll hold out a little so i can keep you guys on track.

I've found the required patches for p2pool, but as i am no python guru, it's going to take a bit of time. I may also have to release a quick update of the wallet to smooth things over (bleh)



To work with 0.30.16 ?

Thanks for the support you are handling. i have not forgotten you.

the wallet can wait actually, i will deal with p2pool first since there is more work to be done there anyway.
legendary
Activity: 896
Merit: 1001

Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1

Oh man it's easy

Follow this to build your dependencies:

https://github.com/bitcreditscc/bicreditsnew/blob/master/doc/build-unix.md

To build Berkley db 4.8:

Code:
(echo deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse; echo deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse; echo deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse) | sudo sh -c 'cat >>/etc/apt/sources.list'

sudo apt-get update

sudo apt-get install libdb4.8-dev libdb4.8++-dev

./autogen.sh
./configure
make

Compiles just fine



hero member
Activity: 602
Merit: 501
Actually by the looks of it, this may not take long to code, just longer to test.

I have to add code for the grants system...luckily someone already wrote the necessary code

I have to add code for MN payments ....luckily it already exists

the draw back is that i am in no way a python coder

just bear with me
sr. member
Activity: 322
Merit: 250
Thanks guys, but i'll hold out a little so i can keep you guys on track.

I've found the required patches for p2pool, but as i am no python guru, it's going to take a bit of time. I may also have to release a quick update of the wallet to smooth things over (bleh)



To work with 0.30.16 ?
hero member
Activity: 602
Merit: 501
Thanks guys, but i'll hold out a little so i can keep you guys on track.

I've found the required patches for p2pool, but as i am no python guru, it's going to take a bit of time. I may also have to release a quick update of the wallet to smooth things over (bleh)

sr. member
Activity: 322
Merit: 250

Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1

a saw that error already at one user, but didn't respond if he resolved or not.

Update to a newer gcc. the error is not related to the bitcredit.
please post the linux flavor, version and your kernel version.
legendary
Activity: 1092
Merit: 1000
 
Yeah, dude, don't go burning out! Take it easy now...

 Anyone, make -j4 burped this at the end. Is this expected? Should I continue?

 
Quote
CXX      libbitcredit_wallet_a-rpcdump.o
  CXX      libbitcredit_wallet_a-rpcwallet.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[2]: *** [libbitcredit_server_a-main.o] Error 4
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/central/bicreditsnew/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/central/bicreditsnew/src'
make: *** [all-recursive] Error 1
legendary
Activity: 1274
Merit: 1000
M back at my desk.

1) not enough BNs

2) get block template needs attention

3) p2pool needs attention

4) I can't control price

5) Solo mining helps increase your trust rating drastically

6) I've asked ypool dev about our pool no response

7) the "is grant block" is not an error, that's just debug code for the grants and voting system

Cool FML , updating the wallet means updating everything

9) I'm sad because everyone is reliant on me to do the coding and run pools too, mine are meant as back ups not to be the main shindig. Please everyone, if u have a vps t doesn't cost u anything to run a p2pool node.

So there is a lot of confusion since everyone requires me to solve the client stuff and the mining stuff.

This is called centralisation....people centralisation is the enemy. I try to involve people in all aspects especially code related so that I am not the only one who knows what's going on. That way if I go missing for a few hours like today, it won't be as bad.

If the pools, client code and future fiat exchange are centred around me, its a recipe for disaster, and it gives me too much control, too much power. None of which appeals to me.

Anyway I'm on it, but I sure hope a few people can step up and run p2pools...you can even charge whatever commission you want on blocks found.

Could you please update de p2pool branch on github? The version on github is different from the one you have on p2pool.website.
With the current github version I have an error submitting the blocks:

Code:
2015-03-31 16:59:38 ERROR: ConnectBlock() : coinbase does not pay enough to the bank (actual=0 vs required=500000000)
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: ConnectTip() : ConnectBlock 000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8 failed
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED

sorry , i dosed off while looking at the code. Last slept +36 hours ago, even coffee can't help me now. I am restructuring the payouts to meet the required format . It's become very complicated due to there being multiple streams on each block, each with very specific requirements.

I'm back in chat so you can access me fast that way.

Good god go to bed sir. 
hero member
Activity: 602
Merit: 501
M back at my desk.

1) not enough BNs

2) get block template needs attention

3) p2pool needs attention

4) I can't control price

5) Solo mining helps increase your trust rating drastically

6) I've asked ypool dev about our pool no response

7) the "is grant block" is not an error, that's just debug code for the grants and voting system

Cool FML , updating the wallet means updating everything

9) I'm sad because everyone is reliant on me to do the coding and run pools too, mine are meant as back ups not to be the main shindig. Please everyone, if u have a vps t doesn't cost u anything to run a p2pool node.

So there is a lot of confusion since everyone requires me to solve the client stuff and the mining stuff.

This is called centralisation....people centralisation is the enemy. I try to involve people in all aspects especially code related so that I am not the only one who knows what's going on. That way if I go missing for a few hours like today, it won't be as bad.

If the pools, client code and future fiat exchange are centred around me, its a recipe for disaster, and it gives me too much control, too much power. None of which appeals to me.

Anyway I'm on it, but I sure hope a few people can step up and run p2pools...you can even charge whatever commission you want on blocks found.

Could you please update de p2pool branch on github? The version on github is different from the one you have on p2pool.website.
With the current github version I have an error submitting the blocks:

Code:
2015-03-31 16:59:38 ERROR: ConnectBlock() : coinbase does not pay enough to the bank (actual=0 vs required=500000000)
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: ConnectTip() : ConnectBlock 000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8 failed
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED

sorry , i dosed off while looking at the code. Last slept +36 hours ago, even coffee can't help me now. I am restructuring the payouts to meet the required format . It's become very complicated due to there being multiple streams on each block, each with very specific requirements.

I'm back in chat so you can access me fast that way.
legendary
Activity: 1092
Merit: 1000


Do you installed all the dependencies ?
Code:
updatedb
locate autoreconf

What is the output?

I followed the tute line by line,

 here;

Quote
central@ubuntu:~/bicreditsnew$ updatedb
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'
central@ubuntu:~/bicreditsnew$ locate autoreconf
/usr/share/bash-completion/completions/autoreconf
central@ubuntu:~/bicreditsnew$

Do you installed all the dependencies ?
autoreconf is in autoconf package ...

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf automake libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git

Yup, that did the trick! Thanks!
sr. member
Activity: 322
Merit: 250


Do you installed all the dependencies ?
Code:
updatedb
locate autoreconf

What is the output?

I followed the tute line by line,

 here;

Quote
central@ubuntu:~/bicreditsnew$ updatedb
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'
central@ubuntu:~/bicreditsnew$ locate autoreconf
/usr/share/bash-completion/completions/autoreconf
central@ubuntu:~/bicreditsnew$

Do you installed all the dependencies ?
autoreconf is in autoconf package ...

Code:
sudo apt-get install build-essential libtool autotools-dev autoconf automake libssl-dev libboost1.55-all-dev libminiupnpc-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev pkg-config libprotoc8 protobuf-compiler git
legendary
Activity: 1092
Merit: 1000


Do you installed all the dependencies ?
Code:
updatedb
locate autoreconf

What is the output?

I followed the tute line by line,

 here;

Quote
central@ubuntu:~/bicreditsnew$ updatedb
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'
central@ubuntu:~/bicreditsnew$ locate autoreconf
/usr/share/bash-completion/completions/autoreconf
central@ubuntu:~/bicreditsnew$
sr. member
Activity: 322
Merit: 250
Tried compiling for ubuntu 14 64bit using your tutorial at http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit ... but got stuck

anyone?

Quote
‘build-aux/depcomp’ -> ‘src/secp256k1/build-aux/depcomp’
‘build-aux/missing’ -> ‘src/secp256k1/build-aux/missing’
central@ubuntu:~/bicreditsnew$ ./autogen.sh
./autogen.sh: 9: ./autogen.sh: autoreconf: not found
central@ubuntu:~/bicreditsnew$ ./autogen.sh
./autogen.sh: 9: ./autogen.sh: autoreconf: not found

Do you installed all the dependencies ?
Code:
updatedb
locate autoreconf

What is the output?
legendary
Activity: 1092
Merit: 1000
 Tried compiling for ubuntu 14 64bit using your tutorial at http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit ... but got stuck

anyone?

Quote
‘build-aux/depcomp’ -> ‘src/secp256k1/build-aux/depcomp’
‘build-aux/missing’ -> ‘src/secp256k1/build-aux/missing’
central@ubuntu:~/bicreditsnew$ ./autogen.sh
./autogen.sh: 9: ./autogen.sh: autoreconf: not found
central@ubuntu:~/bicreditsnew$ ./autogen.sh
./autogen.sh: 9: ./autogen.sh: autoreconf: not found
sr. member
Activity: 322
Merit: 250
M back at my desk.

1) not enough BNs

2) get block template needs attention

3) p2pool needs attention

4) I can't control price

5) Solo mining helps increase your trust rating drastically

6) I've asked ypool dev about our pool no response

7) the "is grant block" is not an error, that's just debug code for the grants and voting system

Cool FML , updating the wallet means updating everything

9) I'm sad because everyone is reliant on me to do the coding and run pools too, mine are meant as back ups not to be the main shindig. Please everyone, if u have a vps t doesn't cost u anything to run a p2pool node.

So there is a lot of confusion since everyone requires me to solve the client stuff and the mining stuff.

This is called centralisation....people centralisation is the enemy. I try to involve people in all aspects especially code related so that I am not the only one who knows what's going on. That way if I go missing for a few hours like today, it won't be as bad.

If the pools, client code and future fiat exchange are centred around me, its a recipe for disaster, and it gives me too much control, too much power. None of which appeals to me.

Anyway I'm on it, but I sure hope a few people can step up and run p2pools...you can even charge whatever commission you want on blocks found.

Could you please update de p2pool branch on github? The version on github is different from the one you have on p2pool.website.
With the current github version I have an error submitting the blocks:

Code:
2015-03-31 16:59:38 ERROR: ConnectBlock() : coinbase does not pay enough to the bank (actual=0 vs required=500000000)
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: ConnectTip() : ConnectBlock 000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8 failed
2015-03-31 16:59:38 InvalidChainFound: invalid block=000035b16586a1ddd7590c6739001703a01851062b92e7070fa43ba978805cd8  height=76690  log2_work=34.181216  date=2015-03-31 17:03:38
2015-03-31 16:59:38 InvalidChainFound:  current best=0000272f32dc3b567403710c525f9fc0a87a71755af64dc183107f7f8bb4f08f  height=76689  log2_work=34.181201  date=2015-03-31 17:03:20
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
2015-03-31 16:59:38 ERROR: AcceptBlockHeader : block is marked invalid
2015-03-31 16:59:38 ERROR: ProcessNewBlock : AcceptBlock FAILED
Jump to: