Author

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

legendary
Activity: 1064
Merit: 1000
Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?

1. One with fee, bittrex calculated 0.02 for 250k , transfered form your wallet it would be 250000.00000373

2. Install dependencies

http://176.126.241.192:8088/

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

This is a very, very nice guide alganonim. I will forward this to a friend of mine that has had install issues.
sr. member
Activity: 283
Merit: 250
Microsoft is a joke too... But you know, 95% of the people don't use Linux  Grin
You guess it. I'm using AVAST and I can't get into any of your pools.
sr. member
Activity: 260
Merit: 250
Wow someone has got 6 banknodes Cheesy Is that you alganonim Tongue

I wish, not yet  Cheesy
sr. member
Activity: 322
Merit: 250
Wow someone has got 6 banknodes Cheesy Is that you alganonim Tongue

Bitcreditscc
sr. member
Activity: 471
Merit: 250
Wow someone has got 6 banknodes Cheesy Is that you alganonim Tongue
sr. member
Activity: 322
Merit: 250
sr. member
Activity: 322
Merit: 250
Ok will try again, but port 9999 is already in use for bn1.

try 9998, I saw that bitcreditscc use other ports ...
sr. member
Activity: 260
Merit: 250
Ok will try again, but port 9999 is already in use for bn1.

EDIT: So with "bitcreditd -datadir=/root/.bitcredit2/" same error and when I change port in bitcredit.conf from 9998 to 9999 (the same as in bn1) then I get

same error +
Failed to listen on any port. Use -listen=0 if you want this.

So I will wait for the boss, he previously didn't responded how he did it.  Lips sealed


198.52.160.64:9994-9999 are probably his but what about 198.52.160.59:8878 this is rpcport ?
sr. member
Activity: 322
Merit: 250
How long does it usually take to start receiving the payments?

Something like 30-60 minutes.


So after I use "bitcreditd -wallet=bn2.dat -conf=bn2.conf"  I get "Error: Cannot obtain a lock on a data directory / root/.bitcredit. Bitcredit Core is probably already running. SecureMsgDisbale: secure messaging is already disabled."

Ok, then I copied everything except wallet.dat to /.bitcredit2 and tried again , the same error, so I tried

"bitcreditd -datadir=/root/.bitcredit2/ -wallet=bn2.dat -conf=bn2.conf" then I get

Error:An error occurred while setting up the RPC address 0.0.0.0 port 8878 for listening: bind: Address already in use  ....    standard port for BN1 was 8877

so I added it to bn2.conf   rpcport=8878  , even with firewall dusabled it's still the same error.


use only -datadir. leave the name "wallet.dat" and "bitcredit.conf" in "-datadir". he reads all the info from default file names.

EDIT: use "port=9999".
sr. member
Activity: 260
Merit: 250
How long does it usually take to start receiving the payments?

Something like 30-60 minutes.


So after I use "bitcreditd -wallet=bn2.dat -conf=bn2.conf"  I get "Error: Cannot obtain a lock on a data directory / root/.bitcredit. Bitcredit Core is probably already running. SecureMsgDisbale: secure messaging is already disabled."

Ok, then I copied everything except wallet.dat to /.bitcredit2 and tried again , the same error, so I tried

"bitcreditd -datadir=/root/.bitcredit2/ -wallet=bn2.dat -conf=bn2.conf" then I get

Error:An error occurred while setting up the RPC address 0.0.0.0 port 8878 for listening: bind: Address already in use  ....    standard port for BN1 was 8877

so I added it to bn2.conf   rpcport=8878  , even with firewall dusabled it's still the same error.



sr. member
Activity: 471
Merit: 250
How long does it usually take to start receiving the payments?

edit: got one already Smiley
sr. member
Activity: 260
Merit: 250
Any ideas why ./bitcredit-cli banknode list on my vps gives me 7 IP's while "banknode list" command frm my local qt wallet gives 14 Ip's?

It takes some time, even on local qt.

Glad that I could help a little.  Smiley
sr. member
Activity: 471
Merit: 250
Any ideas why ./bitcredit-cli banknode list on my vps gives me 7 IP's while "banknode list" command frm my local qt wallet gives 14 Ip's?
sr. member
Activity: 471
Merit: 250
Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?

1. One with fee, bittrex calculated 0.02 for 250k , transfered form your wallet it would be 250000.00000373

2. Install dependencies

http://176.126.241.192:8088/

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

Had to do:
Code:
sudo apt-get remove libboost*

sudo apt-get purge libboost*

sudo apt-get install libboost1.54-all-dev

Works now thanks!

Now how do you check if it is synced or not? ./bitcreditd getinfo gives me an error
Code:
Error: There is no RPC client functionality in bitcreditd anymore. Use the bitcredit-cli utility instead.

./bitcreditd  - only starts a daemon, for rest of commands you use ./bitcredit-cli (start, stop, getinfo, banknode list ... )

use "./bitcredit-cli getinfo" and always check for wallet version and blocks, compare with your local wallet block info (debug window/information) or https://chainz.cryptoid.info/bcr/# and you will know.  Smiley


Questions for our specialists :

1. So if I have my first BN working, ./bitcreditd already started on my VPS, to start a second BN on the same machine I need to use something like this ?

./bitcreditd -datadir=/path/to/data/dir -conf=

2. It could be the same datadir as in first BN ?

for example ./bitcreditd -conf=BN2.conf  (in the same location as default bitcredit.conf)

4. Starting a new BN, doesn't affect the first one ?

5. I know that VPS port on BN2 must be change to 9998 for example, but what with rpcport on local wallet that will initiate starting a BN2, change rpcport=8776 to 8775 ?

Thanks for the help man!!
What a satistaction when I just got
 
Code:
successfully started banknode


sr. member
Activity: 260
Merit: 250
Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?

1. One with fee, bittrex calculated 0.02 for 250k , transfered form your wallet it would be 250000.00000373

2. Install dependencies

http://176.126.241.192:8088/

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

Had to do:
Code:
sudo apt-get remove libboost*

sudo apt-get purge libboost*

sudo apt-get install libboost1.54-all-dev

Works now thanks!

Now how do you check if it is synced or not? ./bitcreditd getinfo gives me an error
Code:
Error: There is no RPC client functionality in bitcreditd anymore. Use the bitcredit-cli utility instead.

./bitcreditd  - only starts a daemon, for rest of commands you use ./bitcredit-cli (start, stop, getinfo, banknode list ... )

use "./bitcredit-cli getinfo" and always check for wallet version and blocks, compare with your local wallet block info (debug window/information) or https://chainz.cryptoid.info/bcr/# and you will know.  Smiley


Questions for our specialists :

1. So if I have my first BN working, ./bitcreditd already started on my VPS, to start a second BN on the same machine I need to use something like this ?

./bitcreditd -datadir=/path/to/data/dir -conf=

2. It could be the same datadir as in first BN ?

for example ./bitcreditd -conf=BN2.conf  (in the same location as default bitcredit.conf)

4. Starting a new BN, doesn't affect the first one ?

5. I know that VPS port on BN2 must be change to 9998 for example, but what with rpcport on local wallet that will initiate starting a BN2, change rpcport=8776 to 8775 ?
sr. member
Activity: 471
Merit: 250
Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?

1. One with fee, bittrex calculated 0.02 for 250k , transfered form your wallet it would be 250000.00000373

2. Install dependencies

http://176.126.241.192:8088/

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

Had to do:
Code:
sudo apt-get remove libboost*

sudo apt-get purge libboost*

sudo apt-get install libboost1.54-all-dev

Works now thanks!

Now how do you check if it is synced or not? ./bitcreditd getinfo gives me an error
Code:
Error: There is no RPC client functionality in bitcreditd anymore. Use the bitcredit-cli utility instead.
sr. member
Activity: 260
Merit: 250
Hello, I think I have a serious problem and need a help.

I have created new empty wallet with start-many and then executed "getaccountaddress 0" which what I think should give me addresss 0

then have send from bittrex 250000.02 BCR (with fee) to this same address

Address: 6C128H6LgkBDYTf7pSz7SscYpCezcfDVmi
TxId: cb02135638a3ba60f32bb8fa533d395aee7eab509ee3423e8bfee7b314c5276d

7 hours later, still there'd no active address or TxId in block explorer, is it lost, contact bittrex or what to do ?

There's some transaction connected with this but not to my address

https://chainz.cryptoid.info/bcr/block.dws?115582.htm

  "confirmations" : -1,
  "txid" : "cb02135638a3ba60f32bb8fa533d395aee7eab509ee3423e8bfee7b314c5276d",


The transaction got orphaned... cut us a ticket with the info and i'll take care of it...

thanks,
richie@bittrex

Thank you , done already.

edit: sending again and after few seconds it's arleady in my wallet, great, but that was very stressful 8 hours  Cheesy
hero member
Activity: 937
Merit: 1000
Hello, I think I have a serious problem and need a help.

I have created new empty wallet with start-many and then executed "getaccountaddress 0" which what I think should give me addresss 0

then have send from bittrex 250000.02 BCR (with fee) to this same address

Address: 6C128H6LgkBDYTf7pSz7SscYpCezcfDVmi
TxId: cb02135638a3ba60f32bb8fa533d395aee7eab509ee3423e8bfee7b314c5276d

7 hours later, still there'd no active address or TxId in block explorer, is it lost, contact bittrex or what to do ?

There's some transaction connected with this but not to my address

https://chainz.cryptoid.info/bcr/block.dws?115582.htm

  "confirmations" : -1,
  "txid" : "cb02135638a3ba60f32bb8fa533d395aee7eab509ee3423e8bfee7b314c5276d",


The transaction got orphaned... cut us a ticket with the info and i'll take care of it...

thanks,
richie@bittrex
sr. member
Activity: 260
Merit: 250
Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?

1. One with fee, bittrex calculated 0.02 for 250k , transfered form your wallet it would be 250000.00000373

2. Install dependencies

http://176.126.241.192:8088/

http://bitcredit.wikia.com/wiki/How_to_Compile_Bitcredit
sr. member
Activity: 471
Merit: 250
1. Does this have to be sent exact 250000 in one transaction like with dash or can be a bit more and in a few transactions?
2. I get this on my vps when i do
Code:
./bitcreditd: error while loading shared libraries: libboost_filesystem.so.1.54.0: cannot open shared object file: No such file or directory

Jump to: