Bitcoin Forum
April 28, 2024, 01:16:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 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 »
  Print  
Author Topic: [BTB] The BitBar Information Thread  (Read 180237 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.
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 18, 2015, 02:34:03 AM
 #621

same error even with your git update! Must be me? The NOMP application issues a gettransactions call at start up which my bitbar daemon terminates afterwards :-(
well - let's back up a little. without starting nomp, what happens when you do "bitbard getinfo" ??

Guess I should ask how familiar you are with nomp, wallets, and linix in general.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714310185
Hero Member
*
Offline Offline

Posts: 1714310185

View Profile Personal Message (Offline)

Ignore
1714310185
Reply with quote  #2

1714310185
Report to moderator
1714310185
Hero Member
*
Offline Offline

Posts: 1714310185

View Profile Personal Message (Offline)

Ignore
1714310185
Reply with quote  #2

1714310185
Report to moderator
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 18, 2015, 06:02:13 AM
 #622

here is a link for windows wallet-qt:
https://drive.google.com/file/d/0B1cnD3W8c0jtaEJ1ajFIeDFSZnc/view?usp=sharing

always backup your wallet.dat file

no changes need to be done to your bitbar.conf file - you don't even need one now  Cool


If your block count does not match http://btb.cryptocoinexplorer.com/ please remove everything except your wallet.dat file from C:\Users\-your name-\AppData\Roaming\BitBar and re-download the chain - simply by running bitbar-qt.exe  that will get you back on the right fork.
userpike
Full Member
***
Offline Offline

Activity: 247
Merit: 100


Payment ecosystem for world shipping industry


View Profile WWW
December 18, 2015, 03:38:58 PM
 #623

For some reason windows defender for windows 10 in conjunction with DLing this through Google chrome says its a trojan. Google says it could be malicious and when I click to "keep" it, windows defender steps in  ..but got it synced and only lost 8 bars due to wrong chain so not as bad as I feared. Mastermining is on the wrong chain still it seems also Sad The crypsy link on bitbar.co site is pointed to BTE/BTC  Cheesy

Nick010885
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 18, 2015, 04:01:20 PM
 #624

same error even with your git update! Must be me? The NOMP application issues a gettransactions call at start up which my bitbar daemon terminates afterwards :-(
well - let's back up a little. without starting nomp, what happens when you do "bitbard getinfo" ??

Guess I should ask how familiar you are with nomp, wallets, and linix in general.

Thanks for helping here.

Running Centos 6.7 and i used this script to install but modified it for Bitbar: https://github.com/mikeminneman/dogecoind-centos

Ok, so my rpc password does match in both the pool config and bitbar.conf files. I think that is working because the debug log in Bitbar shows the rpc request from node "gettransactions".

Heres my Bitbar wallet "getinfo" - (I started a new wallet so its just downloading again)

  "version" : "v0.4.3.004-5-g903edf9-beta",
    "protocolversion" : 60006,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 83500,
    "moneysupply" : 14044.44104100,
    "connections" : 1,
    "proxy" : "",
    "ip" : "X.X.X.X",
    "difficulty" : 41.30374091,
    "testnet" : false,
    "keypoololdest" : 1450404332,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "errors" : ""


Heres the error in NOMP:

2015-12-18 15:45:44 [POSIX]     [Connection Limit] (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised
2015-12-18 15:45:44 [Master]    [CLI] CLI listening on port 17117
2015-12-18 15:45:44 [Master]    [PoolSpawner] Spawned 1 pool(s) on 1 thread(s)
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  read_some: End of file
2015-12-18 15:45:44 [Payments]  [bitbar] Payment processing setup to run every 120 second(s) with daemon (bitbar@127.0.0.1:9344) and redis (127.0.0.1:6379)
2015-12-18 15:45:45 [Switching] [Setup] (Thread 1) Loading last proxy state from redis
2015-12-18 15:45:45 [Pool]      [bitbar] (Thread 1) Share processing setup with redis (127.0.0.1:6379)
2015-12-18 15:45:46 [Payments]  [bitbar] Check finished - daemon rpc error with batch gettransactions {"type":"request error","message":"read ECONNRESET"}
2015-12-18 15:45:46 [Payments]  [bitbar] Finished interval - time spent: 995ms total, 3ms redis, 987ms daemon RPC
2015-12-18 15:45:46 [Pool]      [bitbar] (Thread 1) Could not start pool, error with init batch RPC call: {"type":"offline","message":"connect ECONNREFUSED"}

Here the Bitbar debug log that shows the last entry before it terminated due to the above request from NOMP.

Flushed 5740 addresses to peers.dat  78ms
Flushed 5740 addresses to peers.dat  78ms
ThreadRPCServer method=getinfo
ThreadRPCServer method=validateaddress
ThreadRPCServer method=getbalance

Heres the error if i run from the terminal as you can see "getbalance" returns info but "gettransactions" kills it.

# bitbard getbalance
0.00000000
# bitbard gettransactions
terminate called after throwing an instance of 'std::vector<json_spirit::Pair_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Pair_impl<json_spirit::Config_vector<std::string> > > >'
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  read_some: End of file
Aborted (core dumped)

So it looks like an issue with the wallet when the "gettransactions" call is issued Im guessing there aren't any due to it being a new install. Any thing jump out at you? Maybe I'm missing something obvious....
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 18, 2015, 05:08:29 PM
Last edit: December 19, 2015, 03:15:18 AM by Spidersbox
 #625

For some reason windows defender for windows 10 in conjunction with DLing this through Google chrome says its a trojan. Google says it could be malicious and when I click to "keep" it, windows defender steps in  ..but got it synced and only lost 8 bars due to wrong chain so not as bad as I feared. Mastermining is on the wrong chain still it seems also Sad The crypsy link on bitbar.co site is pointed to BTE/BTC  Cheesy

I haven't ran into windows defender complaining, but I hear it's common with several wallets - per to per connections, odd port numbers not registered (or known) to microsoft...

I sent an email to mastermining and ispace.
submitted a ticket to cryptsy about the wallet update - I sure Mullick will have to look through the code to make sure nothing 'weird' was added.

good catch on the bte/btc link - I thought I checked that !
Still have a lot to do on the web site, any suggestions are welcome

geez - I had the link to mastermining wrong too, have .com instead of .net  - it's been a long week   Wink
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 18, 2015, 05:41:07 PM
 #626

Thanks for helping here.

Running Centos 6.7 and i used this script to install but modified it for Bitbar: https://github.com/mikeminneman/dogecoind-centos

Ok, so my rpc password does match in both the pool config and bitbar.conf files. I think that is working because the debug log in Bitbar shows the rpc request from node "gettransactions".

Heres my Bitbar wallet "getinfo" - (I started a new wallet so its just downloading again)

  "version" : "v0.4.3.004-5-g903edf9-beta",
    "protocolversion" : 60006,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 83500,
    "moneysupply" : 14044.44104100,
    "connections" : 1,
    "proxy" : "",
    "ip" : "X.X.X.X",
    "difficulty" : 41.30374091,
    "testnet" : false,
    "keypoololdest" : 1450404332,
    "keypoolsize" : 101,
    "paytxfee" : 0.00010000,
    "errors" : ""


Heres the error in NOMP:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  read_some: End of file

2015-12-18 15:45:46 [Payments]  [bitbar] Check finished - daemon rpc error with batch gettransactions {"type":"request error","message":"read ECONNRESET"}
2015-12-18 15:45:46 [Payments]  [bitbar] Finished interval - time spent: 995ms total, 3ms redis, 987ms daemon RPC
2015-12-18 15:45:46 [Pool]      [bitbar] (Thread 1) Could not start pool, error with init batch RPC call: {"type":"offline","message":"connect ECONNREFUSED"}


# bitbard getbalance
0.00000000
# bitbard gettransactions
terminate called after throwing an instance of 'std::vector<json_spirit::Pair_impl<json_spirit::Config_vector<std::string> >, std::allocator<json_spirit::Pair_impl<json_spirit::Config_vector<std::string> > > >'
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  read_some: End of file
Aborted (core dumped)

So it looks like an issue with the wallet when the "gettransactions" call is issued Im guessing there aren't any due to it being a new install. Any thing jump out at you? Maybe I'm missing something obvious....

the bitbard getinfo seemed to work well.
Do you get any errors if you do:
bitbard listtransactions     -or-
bitbard listaccounts

If those work, then I think the wallet database is working ok.

I have a couple of thoughts:
1) Are you running a firewall, blocking any ports??


         (I am unfamiliar with Centros, so this might not work)

2) compile bitbar from source using:
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev        *this may give you trouble
sudo apt-get install libdb4.8++-dev
sudo apt-get install libboost-all-dev

make -f makefile.unix USE_UPNP=-

- why:
Boost is complaining a lot, and interacts with some of the other dependencies. I'd like to make sure you are using the same libraries.
The boost errors have to do with the RPC calls. (rpc problems keep popping up. humm)

3) you might not like this one:
switch to Ubuntu server (or desktop) It is what I am using and could provide links to step by step instructions on how to set up Ubuntu and NOMP.
guess I could add a link anyway:
scratch that - the web site has been down for a while. I will just have to add it to Bitbar.co when I have time..

just had a thought -
I have to use sudo to start my nomp - it would give errors (but I don't remember what they are) if I don't use sudo:

sudo node init.js     <-- try this first

Let me know how it goes

userpike
Full Member
***
Offline Offline

Activity: 247
Merit: 100


Payment ecosystem for world shipping industry


View Profile WWW
December 19, 2015, 03:35:59 AM
 #627

I tried to send btb to myself and it says the transaction was rejected. the msg says: "Error. The transaction was rejected. This might happen if some coins in your wallet were already spent, such as you used a wallet.dat and coins were spent in the copy but not marked as spent here." What now?

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 19, 2015, 06:29:50 AM
 #628

I tried to send btb to myself and it says the transaction was rejected. the msg says: "Error. The transaction was rejected. This might happen if some coins in your wallet were already spent, such as you used a wallet.dat and coins were spent in the copy but not marked as spent here." What now?

I assume you are in sync with CCE, and have made a backup of your wallet.dat

If the coins in your wallet were gained from a different chain - like mined from a pool that was on a different chain, the tx information will not match anything on this chain. ( 'this chain' being the one followed be CCE) making those coins orphans.
I don't know the order in which the coins are removed from your wallet, but it sounds like it tried to send coins from a different chain.

Did you remove everything in your bitbar folder except wallet.dat and let the wallet sync fresh ??
That's what I would try first.
The second thing I would try, and it might not help at all, but what the heck - is open a command prompt and start the wallet like this:
bitbar-qt.exe -rescan
that will Rescan the block chain for missing wallet transactions,and hopefully mark the 'bad' ones as orphaned.

If that doesn't help, the next step would be to export your private keys, rename the bitbar directory, and start over.(and import key)
This step may not be possible with bitbar wallets so far, I don't remember seeing those commands in the bitbar help. It might be from litecoin or bitcoin - I will have to investigate.

I would also wait to make sure Cryptsy joins our chain, before sending any bitbars.
If you are on one chain and send coins (even to yourself) the transaction gets put into the chain your wallet is on. It doesn't matter if the coins are from two years ago or not. IF for some reason Cryptsy goes with a different chain (I don't see why they would) the coins you sent would become orphans. (you burnt them)
I don't see that happening, but why take the chance, when all you have to do is wait a little more (I know it sucks)

userpike
Full Member
***
Offline Offline

Activity: 247
Merit: 100


Payment ecosystem for world shipping industry


View Profile WWW
December 19, 2015, 08:34:00 AM
 #629

I totally forgot about Cryptsy not being on board yet... oh well.. jumped the gun. I'm hoping now that because it said the tx was rejected that the coins didn't go anyware in the first place, although it did debit the tx fee out of my wallet anyway.. and then my wallet balance doubled...yeah you read it right. lol With coin control we could pick out the transactions on the wrong chain and discard them couldn't we?

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 19, 2015, 05:27:40 PM
 #630

I totally forgot about Cryptsy not being on board yet... oh well.. jumped the gun. I'm hoping now that because it said the tx was rejected that the coins didn't go anyware in the first place, although it did debit the tx fee out of my wallet anyway.. and then my wallet balance doubled...yeah you read it right. lol With coin control we could pick out the transactions on the wrong chain and discard them couldn't we?
You can't discard with coin control, but you can choose which coins to send.

The wallet updates were fairly simple, and did not touch anything to do with transactions.
The coin control will be a while down the road. It will take a month or two to test, sending coins, waiting to see if they stake. Don't want to do that with real bitbars.
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 19, 2015, 05:37:21 PM
 #631

Mastermining.net is using the new wallet and syncing up

if you got to http://btb.cryptocoinexplorer.com/peerinfo and look at the peer list - right hand column -
the new wallet sub version is Bitbar (instead of Satoshi)

You can watch the spread of the updated wallet (well - I think it's cool)

mastermind 84.74.66.206
ispace       108.61.10.90  *
cryptsy     199.83.131.5  *


* i think - those IP's are their web sites - they may have a wallet server on a different IP
userpike
Full Member
***
Offline Offline

Activity: 247
Merit: 100


Payment ecosystem for world shipping industry


View Profile WWW
December 20, 2015, 03:03:35 AM
 #632

Mastermining.net is using the new wallet and syncing up

if you got to http://btb.cryptocoinexplorer.com/peerinfo and look at the peer list - right hand column -
the new wallet sub version is Bitbar (instead of Satoshi)

You can watch the spread of the updated wallet (well - I think it's cool)

mastermind 84.74.66.206
ispace       108.61.10.90  *
cryptsy     199.83.131.5  *


* i think - those IP's are their web sites - they may have a wallet server on a different IP


I asked the poolmaster@ H2C to add btb again and let him know about the updated wallet, even said "pretty please" lol

I'm the 173 address

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 20, 2015, 03:09:15 AM
 #633

I asked the poolmaster@ H2C to add btb again and let him know about the updated wallet, even said "pretty please" lol

I'm the 173 address
The more pools the better.

It's kind of fun watching the peer list - kinda like watching paint dry though.

I'm the 63 address - both of them, some times more. I've got two wallets on the bitbar test net generating coins so I can work on some more updates. I think the next will be wallet repair related.

Good times
userpike
Full Member
***
Offline Offline

Activity: 247
Merit: 100


Payment ecosystem for world shipping industry


View Profile WWW
December 21, 2015, 03:38:23 PM
 #634

I asked the poolmaster@ H2C to add btb again and let him know about the updated wallet, even said "pretty please" lol

I'm the 173 address
The more pools the better.

It's kind of fun watching the peer list - kinda like watching paint dry though.

I'm the 63 address - both of them, some times more. I've got two wallets on the bitbar test net generating coins so I can work on some more updates. I think the next will be wallet repair related.

Good times

BTB is back on H2C! theres already like 1500 MH right now on the net, just from there!

Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 21, 2015, 07:22:45 PM
 #635

I asked the poolmaster@ H2C to add btb again and let him know about the updated wallet, even said "pretty please" lol

I'm the 173 address
The more pools the better.

It's kind of fun watching the peer list - kinda like watching paint dry though.

I'm the 63 address - both of them, some times more. I've got two wallets on the bitbar test net generating coins so I can work on some more updates. I think the next will be wallet repair related.

Good times

BTB is back on H2C! theres already like 1500 MH right now on the net, just from there!
SWEET !

hope they are in sync with CCE
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 21, 2015, 09:18:56 PM
 #636


SWEET !

hope they are in sync with CCE

It seems H2C is but ispace looks to be on a different one still. ..and using the 4.0 wallet it looks like also. I thought they switched over also already.
mastermining showed on the peer list at CCE but has been gone for a while.  His btb pool is still down for maintenance, maybe he didn't like loosing all those bitbars they mined for a month+ on a wrong chain ??
lukemarshall
Full Member
***
Offline Offline

Activity: 183
Merit: 100



View Profile
December 21, 2015, 09:30:56 PM
Last edit: December 22, 2015, 01:27:02 AM by lukemarshall
 #637

I don't think anyone likes losing coins due to mining the wrong fork.

 Looks to me like Mastermining is trying, he snyced for a time with CCE @ blockheight 145041, but his large amount of small transaction with high coin age (coupled with the low difficulty of POS) staked the network at a very fast rate until it broke onto its own fork again after block 145244... and left CCE Peerlist

I believe his wallet to be staking itself and not communicating with the network.A fix for this would be a simple resnyc, but upon a resync send the entire wallets contents to itsself to stop the POS extravaganza.

Mastermining, This would also bee beneficial as you would be able to earn interest on your total after 30days.

Good luck

Its all about what the people want...
yan7181
Full Member
***
Offline Offline

Activity: 172
Merit: 100


View Profile
December 22, 2015, 03:05:19 AM
 #638

cryptsy still not accepting deposit. i have 20 BTB in wallet but it didnt stake any for me, what is the minimum require?
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 22, 2015, 03:11:31 AM
 #639

cryptsy still not accepting deposit. i have 20 BTB in wallet but it didnt stake any for me, what is the minimum require?
I'd guess 4-5 btb is a big enough block -
It has to be 30 days old to start staking.
There is a FAQs on the web site Bitbar.co
Spidersbox
Legendary
*
Offline Offline

Activity: 1294
Merit: 1039


View Profile
December 22, 2015, 05:51:26 AM
 #640

Difficulty getting close to 42 !
maybe we should have waited to get the 'other chain' miners on ours  -  just kidding !
but my little 9 Mhash isn't doing much now....
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 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 »
  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!