Bitcoin Forum
May 03, 2024, 07:46:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 249 »
  Print  
Author Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈  (Read 284487 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 07:19:43 PM
 #1241

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)


Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714765618
Hero Member
*
Offline Offline

Posts: 1714765618

View Profile Personal Message (Offline)

Ignore
1714765618
Reply with quote  #2

1714765618
Report to moderator
1714765618
Hero Member
*
Offline Offline

Posts: 1714765618

View Profile Personal Message (Offline)

Ignore
1714765618
Reply with quote  #2

1714765618
Report to moderator
1714765618
Hero Member
*
Offline Offline

Posts: 1714765618

View Profile Personal Message (Offline)

Ignore
1714765618
Reply with quote  #2

1714765618
Report to moderator
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 07:22:10 PM
 #1242

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 ?

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 07:27:59 PM
 #1243

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

shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
March 31, 2015, 07:29:16 PM
 #1244


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 <file:///usr/share/doc/gcc-4.8/README.Bugs> 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



bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 07:30:54 PM
 #1245

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.

dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 07:36:48 PM
 #1246


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 <file:///usr/share/doc/gcc-4.8/README.Bugs> 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 

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 07:40:27 PM
 #1247


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 <file:///usr/share/doc/gcc-4.8/README.Bugs> 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://bitcointalk.org/index.php?topic=304389.0

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

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
March 31, 2015, 08:02:54 PM
 #1248


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 <file:///usr/share/doc/gcc-4.8/README.Bugs> 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://bitcointalk.org/index.php?topic=304389.0

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

Likely reason for the error.  Add RAM
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 08:16:38 PM
 #1249

C'mon guys ... I'm still the only one with a masternode up and running ?

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 08:19:21 PM
 #1250

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.

dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 08:20:34 PM
 #1251

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.

Sweet dreams full of bank's Smiley)))

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
March 31, 2015, 08:24:00 PM
 #1252

 I'm on VM Ubuntu 14.04 with 2GB 1core, and I seem to be running out of HDD. I dont want to tweak it as I destroyed an previous VM when I tried the exact same thing. I'm no linux ninja.
 
 Sitting back waiting for an official compile. No rush.
tombtc
Sr. Member
****
Offline Offline

Activity: 471
Merit: 250


View Profile
March 31, 2015, 08:27:54 PM
 #1253

C'mon guys ... I'm still the only one with a masternode up and running ?

Nobody wants to dump hard enough for my orders to fill Tongue
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 08:45:57 PM
 #1254

C'mon guys ... I'm still the only one with a masternode up and running ?

Nobody wants to dump hard enough for my orders to fill Tongue

If you go to 10000 sat ... maybe, but maybe, I will dump something Tongue

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 31, 2015, 08:50:18 PM
 #1255

I'm on VM Ubuntu 14.04 with 2GB 1core, and I seem to be running out of HDD. I dont want to tweak it as I destroyed an previous VM when I tried the exact same thing. I'm no linux ninja.
 
 Sitting back waiting for an official compile. No rush.

If you have the Ubuntu 14.04 with all installed deps as described on wiki, then it will work with a build of mine.

Thank You for your tips!
BCR - 5u7KPyiHKeg6sbdvd9XhT9HHpvh5c2ppTe
BTC - 1ASJQ7SE84sgQketS2kQCTQLV3DJesYnLh
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 09:42:13 PM
 #1256

sleep not coming when i need it.... meanwhile MN payments are in the p2pool codebase now. just wait for the rating/voting system payouts and we'll be ready

bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
March 31, 2015, 10:34:29 PM
 #1257

Code:
2015-03-31 22:31:56.055275 > Error getting work from bitcoind:
2015-03-31 22:31:56.055399 > Traceback (most recent call last):
2015-03-31 22:31:56.055493 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
2015-03-31 22:31:56.055574 >     current.result = callback(current.result, *args, **kw)
2015-03-31 22:31:56.055823 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1155, in gotResult
2015-03-31 22:31:56.055904 >     _inlineCallbacks(r, g, deferred)
2015-03-31 22:31:56.055980 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-03-31 22:31:56.056058 >     result = result.throwExceptionIntoGenerator(g)
2015-03-31 22:31:56.056133 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-03-31 22:31:56.056208 >     return g.throw(self.type, self.value, self.tb)
2015-03-31 22:31:56.056281 > --- <exception caught here> ---
2015-03-31 22:31:56.056356 >   File "/root/p2pool/p2pool/util/deferral.py", line 41, in f
2015-03-31 22:31:56.056430 >     result = yield func(*args, **kwargs)
2015-03-31 22:31:56.056498 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-03-31 22:31:56.056565 >     result = result.throwExceptionIntoGenerator(g)
2015-03-31 22:31:56.056631 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-03-31 22:31:56.056700 >     return g.throw(self.type, self.value, self.tb)
2015-03-31 22:31:56.056766 >   File "/root/p2pool/p2pool/bitcoin/helper.py", line 36, in getwork
2015-03-31 22:31:56.056834 >     work = yield go()
2015-03-31 22:31:56.056900 >   File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks
2015-03-31 22:31:56.056967 >     result = result.throwExceptionIntoGenerator(g)
2015-03-31 22:31:56.057034 >   File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
2015-03-31 22:31:56.057102 >     return g.throw(self.type, self.value, self.tb)
2015-03-31 22:31:56.057168 >   File "/root/p2pool/p2pool/util/jsonrpc.py", line 133, in _http_do
2015-03-31 22:31:56.057235 >     raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2015-03-31 22:31:56.057303 > p2pool.util.jsonrpc.NarrowError: -1 CTransaction::GetValueOut() : value out of range

JusTrynaMakeIt
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
March 31, 2015, 10:41:33 PM
 #1258

good stuff.. what a great dev!  Smiley
topcat363
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
March 31, 2015, 10:47:18 PM
 #1259

wow this is actually happening...


Jesse Livermore
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 01, 2015, 03:56:44 AM
Last edit: April 01, 2015, 04:16:54 AM by Jesse Livermore
 #1260

2015-03-31 21:53:16 | clpts failed (CTransaction::GetValueOut() : value out of r
ange)
sleep 10s...
GPU0: 0 c/m | ART: inf ms (nan/nan/nan)
2015-03-31 21:53:26 | 0 c/m | blocks found: 0 | rejected blocks: 0
2015-03-31 21:53:26 | clpts failed (CTransaction::GetValueOut() : value out of r
ange)
sleep 10s...


Downloaded new version wallet. Keep getting this error when trying to mine tonight. Damn, just when I think I have this mining stuff figured out.

Edit: went back to previous version wallet and it appears as though everything's okay.

I own a DASH Masternode.... And you should too.
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 ... 249 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!