Author

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

legendary
Activity: 966
Merit: 1000
Bittrex wallet back in action!  Smiley
legendary
Activity: 966
Merit: 1000
Now just looking for a way to filter my ip in the BN list (I will try the VPS later) for now just want to run it from the wallet to see how it goes.

Thanks

My 'highlight any BNs in the list if found in mybanknodes.txt' thing seems to be working perfectly on linux, should work fine on Windows and Mac too as I use the internal calls for getting the default data dir.

Basically just stck a mybanknodes.txt file in the same directory as your wallet, with a BN address on each line.

As I mentioned before it filters for pubkey, which is invariant, not IP, which can be wrong. I suppose I could just highlight the whole row...

Image tags currently no workey so
http://i58.tinypic.com/2nsu9sw.png

Of course from the CLI you can just './bitcredit-cli banknode list | grep xx.xx.xx' or whatever.
sr. member
Activity: 471
Merit: 250
That notice on trex:  This market is in danger of de-listing due to low trade volume and lack of user interest. It may be removed on June 26th unless the average daily trade volume for the last 7 days exceeds 0.2 BTC.
How long has that been there for?
sr. member
Activity: 260
Merit: 250
Updated "latest" to include a *.conf file and *.qss files as examples.

http://bitcredits.pw/downloads/

Please use updatebcr.sh to update your files.

For me script didn't work, upgrading files manually - bitcreditd starts but shows no info, any bitcredit-cli command results with  "cannot execute binary file: exec format error"

Am I doing something wrong again.

Sorry,

Download again the scrypt.

Thanks, commands work but starting bitcreditd or another instance for example "bitcreditd -datadir=/root/.bitcredit3" shouldn't show current wallet status info like "add public key of .." or transactions ?
It worked before, I must change something in conf or something has changed, now to see if wallet is updated I must to execute bitcredit-cli getinfo from time to time

Anyone can help me with that ?

Bitcreditd starts but shows no wallet info, like "add public key of ... " or transactions

Worse is that after it, wallet stops at some block.
legendary
Activity: 966
Merit: 1000
So to set up 5 BNs on 1 VPN, I should configure ports in that way ?

1st BN , port=8877 , rpcport=8878

2nd BN, port=8876 , rpcport=8879

3rd BN, port=8875 , rpcport=8880

4th BN, port=8874 , rpcport=8881

5th BN, port=8873 , rpcport=8882

....

port decreasing, rpcport increasing to make it simple, I got it right ?

I use a similar scheme and it seems to work fine. I'm no expert though, and if I run './bitcredit-cli getconnectioncount' for each daemon, the number does seem low, between 2 and 5... the BN I'm running on my home machine also only has 5 connections.

Just checked and none of them are using rpc port 8878 as I didn't know it mattered, will change one on the VPS and the local one to rpc 8878 and see if that helps.
sr. member
Activity: 322
Merit: 250
So to set up 5 BNs on 1 VPN, I should configure ports in that way ?

1st BN , port=8877 , rpcport=8878

2nd BN, port=8876 , rpcport=8879

3rd BN, port=8875 , rpcport=8880

4th BN, port=8874 , rpcport=8881

5th BN, port=8873 , rpcport=8882

....

port decreasing, rpcport increasing to make it simple, I got it right ?







I have somethink like that ...
On first BN - 26 connections
On other 4 - 4 connections
sr. member
Activity: 322
Merit: 250
So to set up 5 BNs on 1 VPN, I should configure ports in that way ?

1st BN , port=8877 , rpcport=8878

2nd BN, port=8876 , rpcport=8879

3rd BN, port=8875 , rpcport=8880

4th BN, port=8874 , rpcport=8881

5th BN, port=8873 , rpcport=8882

....

port decreasing, rpcport increasing to make it simple, I got it right ?







1st BN , listen=8877 , rpcport=8878

2nd BN, listen=0 , rpcport=8879

3rd BN, listen=0  , rpcport=8880

4th BN, listen=0  , rpcport=8881

5th BN, listen=0  , rpcport=8882

is how most are doing it. so yeah maybe try your way and tell us the results.

I think it's port, not listen , and must be put something on port= ...

alganonim , in my opinion it's correct and it's the best way to do it
hero member
Activity: 1232
Merit: 501
what to do?
Code:
could not allocate vin for collateral address

What were you doing that produced this error?

Looks like this is an error when trying to start a BN in the wallet that is not properly funded.

Go ahead and create a BN and start it and you will get the message.



On a side note having all kinds of issues with the wallet (0.30.16.8final and 0.30.16.8b) when trying to send to BN address it takes forever and then I get a message that transaction amount is too large.

If I click on it while waiting because I think it did not send it freezes and I have to restart the wallet.

Have to restart the wallet about 5 or 6 times and when it finally does it resyncs to wallet from day 1.

Right now the wallet should be the main focus of this project. We should not have to redownload the block chain or add this or delete that to get it to work correct.

my wallet is funded, connection are poor after the latest update. i got no connection to BN on any of my wallets
sr. member
Activity: 260
Merit: 250
Now I'm even more confused ..

listen= shouldn't be 1 or 0 just like daemon and server ?

and port=8877   the same as for exapmle 171.52.160.60:8877 ?


rpcuser=Change-This
rpcpassword=Change-This-Also
rpcallowip=127.0.0.1
rpcport=8776
daemon=1
server=1
listen=0
maxconnections=256
banknode=0
banknodeprivkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
banknodeaddr=xxx.xxx.xxx.xxx:xxxx
addnode=198.52.160.59
addnode=198.52.160.60
{sometimes I see also the same port as at the end of banknodeaddr=}
port=xxxx
{and additional}
genproclimit=0
logtimestamps=1


hero member
Activity: 602
Merit: 501
So to set up 5 BNs on 1 VPN, I should configure ports in that way ?

1st BN , port=8877 , rpcport=8878

2nd BN, port=8876 , rpcport=8879

3rd BN, port=8875 , rpcport=8880

4th BN, port=8874 , rpcport=8881

5th BN, port=8873 , rpcport=8882

....

port decreasing, rpcport increasing to make it simple, I got it right ?









1st BN , listen=8877 , rpcport=8878

2nd BN, listen=0 , rpcport=8879

3rd BN, listen=0  , rpcport=8880

4th BN, listen=0  , rpcport=8881

5th BN, listen=0  , rpcport=8882

is how most are doing it. so yeah maybe try your way and tell us the results.
sr. member
Activity: 260
Merit: 250
So to set up 5 BNs on 1 VPN, I should configure ports in that way ?

1st BN , port=8877 , rpcport=8878

2nd BN, port=8876 , rpcport=8879

3rd BN, port=8875 , rpcport=8880

4th BN, port=8874 , rpcport=8881

5th BN, port=8873 , rpcport=8882

....

port decreasing, rpcport increasing to make it simple, I got it right ?







sr. member
Activity: 322
Merit: 250
I think there are some problems on syncing the banknodes with the network and from here the whole network have problems. I susspect that at least 30 BN are out of sync.
The problem reside from the fact that all banknodes are started on non standard port 8877 on witch the wallet try to connect. From here the poor distribution of banknodes and poor connections count on wallet.

@ hack_
198.52.160.59, 198.52.160.60, 198.52.160.64 being the main nodes, please start on each server on port 8877 a banknode.

@ all banknode owners
Please run a BN on the main port 8877.

Thanks

Edit: @ hack_, please put maxconnection to at least 256 on main nodes

The port BNs are broadcasting is the RPC port , not the listen port, they are all using default unless specifically changed

Are you right, but because all are running on the same machine at least 5 BN, only on one BN can be used port=8877 and rpcport=8878.
from that 5 BN, one must use this settings, but I'm afraid that almost all use different settings, and no one use default settings.
hero member
Activity: 602
Merit: 501
I think there are some problems on syncing the banknodes with the network and from here the whole network have problems. I susspect that at least 30 BN are out of sync.
The problem reside from the fact that all banknodes are started on non standard port 8877 on witch the wallet try to connect. From here the poor distribution of banknodes and poor connections count on wallet.

@ hack_
198.52.160.59, 198.52.160.60, 198.52.160.64 being the main nodes, please start on each server on port 8877 a banknode.

@ all banknode owners
Please run a BN on the main port 8877.

Thanks

Edit: @ hack_, please put maxconnection to at least 256 on main nodes

The port BNs are broadcasting is the RPC port , not the listen port, they are all using default unless specifically changed
hero member
Activity: 602
Merit: 501
For those who are wondering about why i am pushing for a multi-tier system :- https://bitcointalksearch.org/topic/m.6306
sr. member
Activity: 322
Merit: 250
I think there are some problems on syncing the banknodes with the network and from here the whole network have problems. I susspect that at least 30 BN are out of sync.
The problem reside from the fact that all banknodes are started on non standard port 8877 on witch the wallet try to connect. From here the poor distribution of banknodes and poor connections count on wallet.

@ hack_
198.52.160.59, 198.52.160.60, 198.52.160.64 being the main nodes, please start on each server on port 8877 a banknode.

@ all banknode owners
Please run a BN on the main port 8877.

Thanks

Edit: @ hack_, please put maxconnection to at least 256 on main nodes
hero member
Activity: 602
Merit: 501
@bitcreditscc and @thelonecrouton

Got everything going correct and yes I had too big of transactions in Coin Control. That is a PITA with all the small transactions.

Set up BN instead of using the tab. Now just looking for a way to filter my ip in the BN list (I will try the VPS later) for now just want to run it from the wallet to see how it goes.

Thanks

all good, i am sure everyone will get it done soon enough, price is just right for new comers to get a cheap BN too.
legendary
Activity: 1400
Merit: 1000
@bitcreditscc and @thelonecrouton

Got everything going correct and yes I had too big of transactions in Coin Control. That is a PITA with all the small transactions.

Set up BN instead of using the tab. Now just looking for a way to filter my ip in the BN list (I will try the VPS later) for now just want to run it from the wallet to see how it goes.

Thanks
legendary
Activity: 966
Merit: 1000
Same thing using Coin Control. Still takes forever.

Do you have any idea why my second BN that is up and running just shuts off after about 30-40 minutes of running?

Select less inputs. In the top left of the coin control window you can see the size in bytes of your transaction. Adding more inputs increases this. Try to keep it under 5000 bytes at a time.  

I think your other problems are from the use of the Create Banknode tab. All it does is generate a new address for you to send the collateral to, and gives you a suggested bitcredit.conf. It got borrowed from Crave and wasn't much actual use for them either, we haven't got around to improving it.

You still need to run a separate instance of bitcreditd per BN on your VPS, or on your home box, with the appropriate bitcredit.conf file for each one.

Things would be easier if start-many/banknode.conf worked but you still need separate clients running somewhere.
hero member
Activity: 602
Merit: 501
what to do?
Code:
could not allocate vin for collateral address

What were you doing that produced this error?

Looks like this is an error when trying to start a BN in the wallet that is not properly funded.

Go ahead and create a BN and start it and you will get the message.



On a side note having all kinds of issues with the wallet (0.30.16.8final and 0.30.16.8b) when trying to send to BN address it takes forever and then I get a message that transaction amount is too large.

If I click on it while waiting because I think it did not send it freezes and I have to restart the wallet.

Have to restart the wallet about 5 or 6 times and when it finally does it resyncs to wallet from day 1.

Right now the wallet should be the main focus of this project. We should not have to redownload the block chain or add this or delete that to get it to work correct.

Are you using coin control?  The reason it sort of freezes when you send is because you have a ton of inputs, likely from mining and having a BN. To avoid this, select the inputs you want to spend in coin control and it will be immediate.

Fixing the wallet is one of any things that need doing, but as you know the developers are few and far between. However this is a priority because if it performs this slow then it can never run a useable colored coins engine.

Same thing using Coin Control. Still takes forever.

Do you have any idea why my second BN that is up and running just shuts off after about 30-40 minutes of running?



once you have consolidated , it will speed up. I recommend doing that once a week.
legendary
Activity: 1400
Merit: 1000
what to do?
Code:
could not allocate vin for collateral address

What were you doing that produced this error?

Looks like this is an error when trying to start a BN in the wallet that is not properly funded.

Go ahead and create a BN and start it and you will get the message.



On a side note having all kinds of issues with the wallet (0.30.16.8final and 0.30.16.8b) when trying to send to BN address it takes forever and then I get a message that transaction amount is too large.

If I click on it while waiting because I think it did not send it freezes and I have to restart the wallet.

Have to restart the wallet about 5 or 6 times and when it finally does it resyncs to wallet from day 1.

Right now the wallet should be the main focus of this project. We should not have to redownload the block chain or add this or delete that to get it to work correct.

Are you using coin control?  The reason it sort of freezes when you send is because you have a ton of inputs, likely from mining and having a BN. To avoid this, select the inputs you want to spend in coin control and it will be immediate.

Fixing the wallet is one of any things that need doing, but as you know the developers are few and far between. However this is a priority because if it performs this slow then it can never run a useable colored coins engine.

Same thing using Coin Control. Still takes forever.

Do you have any idea why my second BN that is up and running just shuts off after about 30-40 minutes of running?

Jump to: