Bitcoin Forum
May 22, 2024, 07:38:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 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
September 04, 2015, 09:57:59 PM
 #2861

we are going to phase out pools soon, push tx processing to BNs.

gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
September 04, 2015, 10:04:03 PM
 #2862

when will be the working client out?
dragos_bdi
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
September 04, 2015, 10:21:37 PM
 #2863

when will be the working client out?

Came from the movie  Cheesy ... compiling win version now ...

@bitcreditscc welcome back !  Wink

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

Activity: 322
Merit: 250



View Profile
September 04, 2015, 10:39:35 PM
 #2864

Win 64bit - 0.30.16.9 - rc4

Download link: https://mega.nz/#!DstAiCiC!kIH3cuVT_XlfsiFYsON906KNbF8Tp7jwafyCTIR0kjY

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

Activity: 1246
Merit: 1005



View Profile
September 05, 2015, 06:38:22 AM
 #2865


I'm trying to update but the crashes are still there 99% of the time it crashes on "Done Loading"

gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
September 05, 2015, 06:53:56 AM
 #2866


I'm trying to update but the crashes are still there 99% of the time it crashes on "Done Loading"



I did not have problem with crashes but sync stopped at 200 245
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
September 05, 2015, 08:37:23 AM
 #2867

Wallet crashes:

Quote
~$ /usr/local/bin/bitcreditd
Bitcredit server starting                                                                                                                                                                                                                   
~$ bitcredit-cli getinfo
{
    "version" : 301609,
    "protocolversion" : 70009,
    "walletversion" : 60000,
    "balance" :
    "darksend_balance" : 0.00000000,
    "blocks" : 200245,
    "timeoffset" : 0,
    "moneysupply" : 19598726.99810301,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 0.00000903,
    "testnet" : false,
    "keypoololdest" : 1440690955,
    "keypoolsize" : 2,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}
~$ bitcredit-cli setgenerate true -1
~$ terminate called after throwing an instance of 'std::runtime_error'
  what():  CTransaction::GetValueOut() : value out of range

alganonim
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile
September 05, 2015, 09:55:46 AM
 #2868

Ok few steps ahead, it was my typo in "bicreditsnew" but now after "./configure --enable-upnp-default --enable-tests=no --with-miniupnpc --with-gui=qt5"  I get  

 "configure: error: libcurl not found"

Any wise head there willing to help ?

Try
Code:
sudo apt-get install libcurl4-gnutls-dev

Failing that, I've uploaded some linux binaries here: www.thebuckstop.net/BCR

Still syncing here or would have uploaded the blocks folder too.

edit: to answer previous question, blocks folder should be OS agnostic, just copy it over.

1. Thanx , that partially did the trick but then i got this "E: dpkg interrupted, you must manually run 'sudo dpkg --configure -a' did it too and it worked,

but after "make -j4" i get "make: *** No targets specified and no makefile found. Stop."


So failing to do this too, tried your binaries but starting bitcreditd results with :

"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /usr/local/bin/bitcreditd)
"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by /usr/local/bin/bitcreditd)

So this binaries needs new libraries ?

Did "sudo apt-get install libstdc++6" and "sudo apt-get install lib32stdc++6" but still the same result

as above libstdc++.so.6 error

2. New rc4 windows wallet give me the same error at closing as 0.30.16.9-rc3 and doesn't sync even as a fresh wallet.
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 05, 2015, 10:01:11 AM
 #2869

but after "make -j4" i get "make: *** No targets specified and no makefile found. Stop."

Sounds silly, but make sure you're in the right directory first and have run autogen.sh and ./configure? I've done it...

I paste the whole lot in as one line:
Code:
cd bicreditsnew && chmod +x autogen.sh && chmod +x share/genbuild.sh && chmod +x src/leveldb/build_detect_platform && ./autogen.sh && ./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5 && make -j4

So failing to do this too, tried your binaries but starting bitcreditd results with :

"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /usr/local/bin/bitcreditd)
"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by /usr/local/bin/bitcreditd)

So this binaries needs new libraries ?

Did "sudo apt-get install libstdc++6" and "sudo apt-get install lib32stdc++6" but still the same result

as above libstdc++.so.6 error

2. New rc4 windows wallet give me the same error at closing as 0.30.16.9-rc3 and doesn't sync even as a fresh wallet.


When I've had libc++ errors, this has fixed it for me:
Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libstdc++6-4.7-dev
sudo apt-get install libstdc++6
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 05, 2015, 10:14:16 AM
 #2870

I did not have problem with crashes but sync stopped at 200 245

p2pool.website and bcrp2pool.website are maybe down? Seems so from my browser anyway.

I started throwing some BN payment consolidation txes about @ 200245, hopefully I didn't explode anything.
alganonim
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile
September 05, 2015, 01:26:15 PM
Last edit: September 05, 2015, 04:09:04 PM by alganonim
 #2871

but after "make -j4" i get "make: *** No targets specified and no makefile found. Stop."

Sounds silly, but make sure you're in the right directory first and have run autogen.sh and ./configure? I've done it...

I paste the whole lot in as one line:
Code:
cd bicreditsnew && chmod +x autogen.sh && chmod +x share/genbuild.sh && chmod +x src/leveldb/build_detect_platform && ./autogen.sh && ./configure --enable-upnp-default --with-miniupnpc --with-gui=qt5 && make -j4

So failing to do this too, tried your binaries but starting bitcreditd results with :

"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /usr/local/bin/bitcreditd)
"/usr/local/bin.bitcreditd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by /usr/local/bin/bitcreditd)

So this binaries needs new libraries ?

Did "sudo apt-get install libstdc++6" and "sudo apt-get install lib32stdc++6" but still the same result

as above libstdc++.so.6 error

2. New rc4 windows wallet give me the same error at closing as 0.30.16.9-rc3 and doesn't sync even as a fresh wallet.


When I've had libc++ errors, this has fixed it for me:
Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libstdc++6-4.7-dev
sudo apt-get install libstdc++6

Didn't tried to compile again but toolchain, update or 6-4.7 helped to run bitcreditd, but wallet stuck at 0 block same as my home windows wallet, I know that it's not recommended but can you upload bootstrap somewhere ?
Or it would be better to wait for network to work normally and move after the block 200245 ?

EDIT
Tried to compiled again, all seems to went well but still at block 0.
hack_
Hero Member
*****
Offline Offline

Activity: 501
Merit: 503


View Profile
September 05, 2015, 06:06:27 PM
 #2872

pools are down, please use the actual FQDN ie p2pool.website and bcrp2pool.website. I am moving them.

The chain is not stuck per see, more like there is a shortfall of hash since the pool is down.

As for the crashes, i'll leave that to the dev. Mine are all working though.
hack_
Hero Member
*****
Offline Offline

Activity: 501
Merit: 503


View Profile
September 05, 2015, 06:15:36 PM
 #2873

ok, p2pool.website back up. DDoS all night , unmitigated disaster. We are moving all the infrastructure around since it still has not stopped. Whoever is doing this, pray i don't find you.

edit:- and something tells me the same guy who tried to broadcast the bad chain on the correct version is behind this.

Anyone with hash to spare, please throw it at the pool.
gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
September 05, 2015, 06:26:34 PM
 #2874

OK. Dont have the problem with RC4 crashes. Maybe happen 2-3 times, but i consider it is not unusual thing with the wallets.

My hash is at the pool
fishbone
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
September 05, 2015, 07:15:15 PM
 #2875

p2pool.website is down. Block 200246. DDOS again?
hack_
Hero Member
*****
Offline Offline

Activity: 501
Merit: 503


View Profile
September 05, 2015, 07:20:31 PM
 #2876

I may have figure out what the crashes, let me test it and get back to you. Also sent email to dev asking him to come online if he can.
bitcreditscc (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
September 05, 2015, 08:52:46 PM
 #2877

Oi... my bad, in relaxing the rules for mining and changing the logic to make BN mining only possible, i made a boo boo, but as of now that should be resolved. The last update was huge and i am still trying to fix all the small stuff that fell through the cracks.

Blockchain is already moving, you guys should all be synced and hopefully this is it. (worried about the first Bidding payout though)

Quick guide:-

Send coins to the below address based on your coin of choice. Each time you send represents a bid. At the next 900th block you will get a payout, that is reflective of your overall % of the day's bids.

LTC-- Lc7ebfQPz6VJ8qmXYaaFxBYLpDz2XsDu7c
BTC--16f5dJd4EHRrQwGGRMczA69qbJYs4msBQ5
DASH--Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH

If you want to redeem dump the private key of the address(es) you used to send and import it(them) into the BCR wallet. once that is done, you will have a new address that already has your coins waiting.

alganonim
Sr. Member
****
Offline Offline

Activity: 260
Merit: 250



View Profile
September 05, 2015, 10:12:32 PM
 #2878

Still out of sync both linux and windows wallets, tried clean and it don't even starts, block 0 and nothing more, 0 connections, any advises ?

If chainz is right and only 2-3 BNs are running then how to do it ?
gavrilo77
Hero Member
*****
Offline Offline

Activity: 819
Merit: 502



View Profile
September 05, 2015, 10:13:27 PM
 #2879

Still out of sync both linux and windows wallets, tried clean and it don't even starts, block 0 and nothing more, 0 connections, any advises ?

If chainz is right and only 2-3 BNs are running then how to do it ?

addnode=109.93.182.151
addnode=188.193.114.167
addnode=41.191.238.189
addnode=46.208.79.156
addnode=5.13.28.240
addnode=62.108.35.172
addnode=62.194.60.156
addnode=82.200.205.30
addnode=91.230.123.101
thelonecrouton
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
September 05, 2015, 10:26:26 PM
Last edit: September 05, 2015, 10:37:23 PM by thelonecrouton
 #2880

Quick guide:-

Send coins to the below address based on your coin of choice. Each time you send represents a bid. At the next 900th block you will get a payout, that is reflective of your overall % of the day's bids.

LTC-- Lc7ebfQPz6VJ8qmXYaaFxBYLpDz2XsDu7c
BTC--16f5dJd4EHRrQwGGRMczA69qbJYs4msBQ5
DASH--Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH

If you want to redeem dump the private key of the address(es) you used to send and import it(them) into the BCR wallet. once that is done, you will have a new address that already has your coins waiting.

So I send x DASH to Xypcx2iE8rCtC3tjw5M8sxpRzn4JuoSaBH, then after the superblock, I import the DASH privkey of the DASH address I sent from into the BCR wallet?

Consider my tiny mind boggled.  Cheesy
Pages: « 1 ... 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 [144] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 ... 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!