Pages:
Author

Topic: ◈◈Bitcredit ◈◈ Migrating to UniQredit◈◈ - page 63. (Read 284526 times)

legendary
Activity: 1400
Merit: 1000
0.30.17.6 - 64 bit Windows

Download link: https://mega.nz/#!qo0l2ITR!TIye_9oE173e6WGRXihXLwqEk6PqmewWnIqM07NgkqE

All my nodes are updated:

addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877

Damn it. Smiley

After weeks of no connection I finally got this one synced: Bitcredit Core version v0.30.17.5-5c2b15d-dirty (64-bit)

Will update again.
sr. member
Activity: 322
Merit: 250
0.30.17.6 - 64 bit Windows

Download link: https://mega.nz/#!qo0l2ITR!TIye_9oE173e6WGRXihXLwqEk6PqmewWnIqM07NgkqE

All my nodes are updated:

addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877
legendary
Activity: 1400
Merit: 1000
OK, rather than halting the network and having to start back up again, we'll do a live roll-out. I've updated the git and the upgrade is enforced @block 213200. All obsolete versions will be cut out.

That means update, update before you get cut out. Using this method means we don't have to stop the chain and it's a pain getting it to normal rates like this. It also means services won't have to do much to get up to date.

Can the OP at least stay updated to the current wallet?

It is hard to see what the current wallet is trying to scroll from page to page to find a link. The link in the OP does not even work for the wallet now or at least when I click it.

I just finally got my wallet synced (or at least I hope it is).
hero member
Activity: 602
Merit: 501
OK, rather than halting the network and having to start back up again, we'll do a live roll-out. I've updated the git and the upgrade is enforced @block 213200. All obsolete versions will be cut out.

That means update, update before you get cut out. Using this method means we don't have to stop the chain and it's a pain getting it to normal rates like this. It also means services won't have to do much to get up to date.
sr. member
Activity: 260
Merit: 250
I'm not the one who has mined this block , but I would like to know how it could fork in the past time now ?   Smiley

We are already at block  212437


:EDIT

Trying to understand it, which address has BN mined it ? After some checking in fact 6 BCR address is my.

block #212400
 
5qdx9tFTVenxJ8qKb8i2srvMjr5oHT2dhz            23,991.75 BCR
5qoFUCqPUE4pyjus6U6jD6ba4oHR6NZ7c7            3,000.0 BCR
6133GZGV2XRnS53DkLSWrK661TsQMqnewL        3,000.0 BCR
679vSYgr33rg5hoDhpNBo9hewSKAGfBSdg                6.0 BCR
6BCRBKZLmq2JwWLWDtJZL26ao4uHhqG6mH            0.9 BCR
6BCRdofKg8ThBV8hbK5tik425gMuy8wreJ                0.45 BCR
6BCRmofCHJyan1JJvz31171QWJumQUuKWz            0.45 BCR
6BCRtofNDwhUxroaVVi1hN7wfX1w1A7K6z              0.45 BCR
sr. member
Activity: 322
Merit: 250
whoever mined the last payout block again didn't update, so let's force the issue. Hard fork @ 212399. I've had enough of people getting around payout blocks, it's delaying everything else.

What does this mean ? Hard fork @212399 ?

I am going to force people to update , the chain will fork @ 212399 to ensure payouts are made.

Finally !!!  Roll Eyes
hero member
Activity: 602
Merit: 501
whoever mined the last payout block again didn't update, so let's force the issue. Hard fork @ 212399. I've had enough of people getting around payout blocks, it's delaying everything else.

What does this mean ? Hard fork @212399 ?

I am going to force people to update , the chain will fork @ 212399 to ensure payouts are made.
sr. member
Activity: 322
Merit: 250
whoever mined the last payout block again didn't update, so let's force the issue. Hard fork @ 212399. I've had enough of people getting around payout blocks, it's delaying everything else.

What does this mean ? Hard fork @212399 ?
hero member
Activity: 602
Merit: 501
whoever mined the last payout block again didn't update, so let's force the issue. Hard fork @ 212399. I've had enough of people getting around payout blocks, it's delaying everything else.
sr. member
Activity: 322
Merit: 250


rebuilding them every time when are some updates, will take half day. Not to mention, specific mingw install with specific packages installed, compiling the various deps with custom compiling options in specific order.
It's not so easy as autogen, compile, make ...
it's a little mess compiling in windows ...

just the modified source for the client + build script. dependencies aren't needed.

I only remarked this line https://github.com/bitcreditscc/bicreditsnew/blob/master/src/qt/transactiontablemodel.cpp#L77 , I saw that increases the chance to start the wallet correctly. I did not do a full debug.

For building 64bit Windows, from mingw64 msys shell I launch this script:

Code:
currdate=`date +%Y%m%d%H%M%S`

cd /c/Bitcredits/64

if [ -d "/c/Bitcredits/64/bicreditsnew" ]; then
  mv /c/Bitcredits/64/bicreditsnew /c/Bitcredits/64/$currdate
fi



git clone https://github.com/bitcreditscc/bicreditsnew

cd bicreditsnew

bash autogen.sh

CPPFLAGS="-I/c/deps64/db-4.8.30.NC/build_unix \
-I/c/deps64/openssl-1.0.1l/include \
-I/c/deps64 \
-I/c/deps64/protobuf-2.6.1/src \
-I/c/deps64/libpng-1.6.16 \
-I/c/deps64/qrencode-3.4.4 \
-I/c/deps64/curl-7.44.0.2/include" \
LDFLAGS="-L/c/deps64/db-4.8.30.NC/build_unix \
-L/c/deps64/openssl-1.0.1l \
-L/c/deps64/miniupnpc \
-L/c/deps64/protobuf-2.6.1/src/.libs \
-L/c/deps64/libpng-1.6.16/.libs \
-L/c/deps64/qrencode-3.4.4/.libs \
-L/c/deps64/curl-7.44.0.2/lib" \
BOOST_ROOT=/c/deps64/boost_1_57_0 \
./configure \
--enable-upnp-default=no \
--disable-tests \
--with-PACKAGE=no \
--with-qt-incdir=/c/Qt64/5.3.2/include \
--with-qt-libdir=/c/Qt64/5.3.2/lib \
--with-qt-plugindir=/c/Qt64/5.3.2/plugins \
--with-qt-bindir=/c/Qt64/5.3.2/bin \
--with-protoc-bindir=/c/deps64/protobuf-2.6.1/src

sed -i 's/-lanl/-lwldap32 -lws2_32 -liphlpapi -lshlwapi -lwsock32 -lgdi32 -lole32 -lwinspool -luuid -lwinmm -loleaut32 -lcrypt32/g' src/Makefile

make -j4

strip src/bitcredit-cli.exe
strip src/bitcreditd.exe
strip src/bitcredit-tx.exe
strip src/qt/bitcredit-qt.exe

currdate=`date +%Y%m%d%H%M%S`
tempdir=/c/Bitcredits/64/$currdate

if [ -f "/c/Bitcredits/64/bicreditsnew/src/qt/bitcredit-qt.exe" ]; then
  mkdir $tempdir
  cp /c/Bitcredits/64/bicreditsnew/src/bitcredit-cli.exe $tempdir
  cp /c/Bitcredits/64/bicreditsnew/src/bitcreditd.exe $tempdir
  cp /c/Bitcredits/64/bicreditsnew/src/bitcredit-tx.exe $tempdir
  cp /c/Bitcredits/64/bicreditsnew/src/qt/bitcredit-qt.exe $tempdir
  zip -9 /c/Bitcredits/64/$currdate.zip $tempdir/*
  rm $tempdir/*
  rmdir $tempdir
fi

Requirements:

Root Build dir: c:/Bitcredits/64
QT Base 5.3.2
QT Tools 5.3.2
Boost 1.57
Curl 7.44.0
Db 4.8.30.NC
libpng 1.6.16
miniupnpc 1.9.20150206
openssl 1.0.1l
protobuf 2.6.1
qrencode 3.4.4
hero member
Activity: 602
Merit: 501


rebuilding them every time when are some updates, will take half day. Not to mention, specific mingw install with specific packages installed, compiling the various deps with custom compiling options in specific order.
It's not so easy as autogen, compile, make ...
it's a little mess compiling in windows ...

just the modified source for the client + build script. dependencies aren't needed.
sr. member
Activity: 322
Merit: 250
Windows 8.1 x64: I was able to open/close the wallet like 19 times without issues, but it still crashed the 20th time.. Tongue We're getting there!

By the way, what's up with the whitespace in the debug.log file?

Code:
......


I am shortening that, glad you have a slightly more reliable wallet


@ dragos, can you push all the files you are using for windows build? I want us to have a windows specific branch on the git.

It's very difficult to put the compiled files used in windows on git.
You excluded almost all files in gitignore  Grin exe, o, la ...

Edit: I will update the HowTo when I have time. http://bitcredits.pw/index.php?topic=5.0

I meant the actual source files.  Smiley

This include the source file for:
boost
curl
db
libpng
miniupnpc
openssl
protobuf
qrencode
qt

rebuilding them every time when are some updates, will take half day. Not to mention, specific mingw install with specific packages installed, compiling the various deps with custom compiling options in specific order.
It's not so easy as autogen, compile, make ...
it's a little mess compiling in windows ...
hero member
Activity: 602
Merit: 501
Windows 8.1 x64: I was able to open/close the wallet like 19 times without issues, but it still crashed the 20th time.. Tongue We're getting there!

By the way, what's up with the whitespace in the debug.log file?

Code:
......


I am shortening that, glad you have a slightly more reliable wallet


@ dragos, can you push all the files you are using for windows build? I want us to have a windows specific branch on the git.

It's very difficult to put the compiled files used in windows on git.
You excluded almost all files in gitignore  Grin exe, o, la ...

Edit: I will update the HowTo when I have time. http://bitcredits.pw/index.php?topic=5.0

I meant the actual source files.  Smiley
sr. member
Activity: 322
Merit: 250
Windows 8.1 x64: I was able to open/close the wallet like 19 times without issues, but it still crashed the 20th time.. Tongue We're getting there!

By the way, what's up with the whitespace in the debug.log file?

Code:
......


I am shortening that, glad you have a slightly more reliable wallet


@ dragos, can you push all the files you are using for windows build? I want us to have a windows specific branch on the git.

It's very difficult to put the compiled files used in windows on git.
You excluded almost all files in gitignore  Grin exe, o, la ...

Edit: I will update the HowTo when I have time. http://bitcredits.pw/index.php?topic=5.0
legendary
Activity: 1400
Merit: 1000
Correct version of wallet to run? v0.30.17.5-65cdd79-dirty

EDIT: Link in OP does not work
legendary
Activity: 966
Merit: 1000
What nodes/peer should we have in the config.

I am running the 0.30.17.5 wallet but no connections at all. Stuck on block 206553.

Thanks.
Try:

addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877

It's been kinda hard for me to keep up with the wallet versions and things. I tried the addnodes but no connections still. Is the config still suppossed to look like this?

rpcuser=UNIQUE_USER_NAME
rpcpassword=UNIQUE_PASSWORD
rpcallowip=127.0.0.1
rpcport=xxxx
allowip=xxx.xxx.x.xxx
listen=1
daemon=1
server=1
genproclimit=0
banknode=1
banknodeprivkey=MY _BANK_NODE_KEY
banknodeaddr=127.0.0.1:xxxx
irc=0
addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877

Sorry to bump my post but can someone tell me if my config is correct now.

Going on 2-3 weeks now with no connection.

Get rid of allowip and irc lines, add port=8877 and make sure it's open on your router. And make sure your OS or any firewall/antivirus crap you have installed isn't blocking your chosen rpcport too.
legendary
Activity: 1400
Merit: 1000
What nodes/peer should we have in the config.

I am running the 0.30.17.5 wallet but no connections at all. Stuck on block 206553.

Thanks.
Try:

addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877

It's been kinda hard for me to keep up with the wallet versions and things. I tried the addnodes but no connections still. Is the config still suppossed to look like this?

rpcuser=UNIQUE_USER_NAME
rpcpassword=UNIQUE_PASSWORD
rpcallowip=127.0.0.1
rpcport=xxxx
allowip=xxx.xxx.x.xxx
listen=1
daemon=1
server=1
genproclimit=0
banknode=1
banknodeprivkey=MY _BANK_NODE_KEY
banknodeaddr=127.0.0.1:xxxx
irc=0
addnode=91.230.123.101:8888
addnode=91.230.123.11:8877
addnode=82.211.1.181:8877
addnode=91.230.123.101:8877

Sorry to bump my post but can someone tell me if my config is correct now.

Going on 2-3 weeks now with no connection.
legendary
Activity: 910
Merit: 1000
hero member
Activity: 602
Merit: 501
Ok everyone, cleaned up the math in bidtracker, made the map accessible from all parts of the client. Removed some unnecessary repetition.

Starting soon, we are going to start having weekly updates the majority of which are optional. Short of a massive issue, we will not break from this schedule.
hero member
Activity: 602
Merit: 501
Might have to change the math a little on the bids page, if the full 30000 BCR isn't going to bidders, but only 29982? Want to see it in action a few times before doing anything though.

@bitcreditscc: is the next superblock likely to work as intended without version-bumping old clients off?

I made some changes today and pushed them to git, i'm testing the last change now and will push it as the final change in anticipation of the next super block.

Pages:
Jump to: