Pages:
Author

Topic: BATA BTA ◈ OLD THREAD - NOW @ https://bitcointalk.org/index.php?topic=2297895.0 - page 94. (Read 283701 times)

hero member
Activity: 924
Merit: 1000
I AM
Glad you guys know what your talking about  Shocked
legendary
Activity: 1624
Merit: 1000
https://bata.io
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx

Ok no problems - let us know Cheesy

i found the git - and cloned and the first thing i noticed was quite disturbing ...

the code had to have a couple of things done to it before an attempt at a compile was done ...

- the code has all been set to 'x' ecutable ... all of it ... every file and folder ...
- a change in the boost code was required ( rpcrawtransaction.cpp ) ...
- leveldb had to be compiled manually before the main qt compile was to occur ...
- leveldb needed a small code change ( Makefile ) ... though this may be a fedora 23 x64 issue ... i dont have ubuntu to test ...
- qt4 was the only way to compile - as the code is incompatible with qt5 ... as this may also be a fedora 23 x64 issue as well - i dont have this issue with other wallet builds ...

i will now test the daemon build - but cannot see any issue with that if qt now compiles ...

the compile completed after these changes were made - but its concerning that the whole code was set with the executable attribute ... i have no idea why you would want to - or even have a reason for - setting the entire codebase as executable ...

when run - the wallet is running smooth ... quite smooth ... it took a minute to get the first of the nodes - but sync is all good ...

the wallet has been running well - and ive only just shut it down a few minutes ago ...

nice ...

#crysx

thanks firstly for the feedback on your findings.

The code is for ubuntu and has not been tested on fedora or written for it. Can you please give me a reference to the executable attribute as only the binary is executable.

no worries mate ...

below is a copy of the listing of a clean clone of the git ...

Code:
[root@horus BATA-SOURCE]# ll
total 4464
-rw-r--r--.  1 root root   10454 Feb 26 17:47 bata.png
-rwxr-xr-x.  1 root root   14145 Feb 26 17:47 bata-qt.pro
-rwxr-xr-x.  1 root root 4499483 Feb 26 17:47 bata-src.zip
drwxr-xr-x.  2 root root   12288 Feb 26 23:55 build
drwxr-xr-x. 13 root root    4096 Feb 26 17:47 contrib
-rwxr-xr-x.  1 root root    1195 Feb 26 17:47 COPYING
drwxr-xr-x.  2 root root    4096 Feb 26 17:47 doc
-rwxr-xr-x.  1 root root     305 Feb 26 17:47 INSTALL
-rwxr-xr-x.  1 root root    2555 Feb 26 17:47 README.md
drwxr-xr-x.  5 root root    4096 Feb 26 17:47 share
drwxr-xr-x.  8 root root    4096 Feb 26 20:51 src

notice the attributes are ALL executable ( actually except for bata.png ) ... and that is all the way through the codebase ...

its easy to fix - but takes a few minutes ...

have you tried to compile it using this code under todays updates? ... does it work? ...

try it - you will be surprised that it doesnt with the latest updates for boost ...

#crysx

I appreciate your assistance.

crysx has submitted some changes to git for fedora which I will look over later today.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx

Ok no problems - let us know Cheesy

i found the git - and cloned and the first thing i noticed was quite disturbing ...

the code had to have a couple of things done to it before an attempt at a compile was done ...

- the code has all been set to 'x' ecutable ... all of it ... every file and folder ...
- a change in the boost code was required ( rpcrawtransaction.cpp ) ...
- leveldb had to be compiled manually before the main qt compile was to occur ...
- leveldb needed a small code change ( Makefile ) ... though this may be a fedora 23 x64 issue ... i dont have ubuntu to test ...
- qt4 was the only way to compile - as the code is incompatible with qt5 ... as this may also be a fedora 23 x64 issue as well - i dont have this issue with other wallet builds ...

i will now test the daemon build - but cannot see any issue with that if qt now compiles ...

the compile completed after these changes were made - but its concerning that the whole code was set with the executable attribute ... i have no idea why you would want to - or even have a reason for - setting the entire codebase as executable ...

when run - the wallet is running smooth ... quite smooth ... it took a minute to get the first of the nodes - but sync is all good ...

the wallet has been running well - and ive only just shut it down a few minutes ago ...

nice ...

#crysx

thanks firstly for the feedback on your findings.

The code is for ubuntu and has not been tested on fedora or written for it. Can you please give me a reference to the executable attribute as only the binary is executable.

no worries mate ...

below is a copy of the listing of a clean clone of the git ...

Code:
[root@horus BATA-SOURCE]# ll
total 4464
-rw-r--r--.  1 root root   10454 Feb 26 17:47 bata.png
-rwxr-xr-x.  1 root root   14145 Feb 26 17:47 bata-qt.pro
-rwxr-xr-x.  1 root root 4499483 Feb 26 17:47 bata-src.zip
drwxr-xr-x.  2 root root   12288 Feb 26 23:55 build
drwxr-xr-x. 13 root root    4096 Feb 26 17:47 contrib
-rwxr-xr-x.  1 root root    1195 Feb 26 17:47 COPYING
drwxr-xr-x.  2 root root    4096 Feb 26 17:47 doc
-rwxr-xr-x.  1 root root     305 Feb 26 17:47 INSTALL
-rwxr-xr-x.  1 root root    2555 Feb 26 17:47 README.md
drwxr-xr-x.  5 root root    4096 Feb 26 17:47 share
drwxr-xr-x.  8 root root    4096 Feb 26 20:51 src

notice the attributes are ALL executable ( actually except for bata.png ) ... and that is all the way through the codebase ...

its easy to fix - but takes a few minutes ...

have you tried to compile it using this code under todays updates? ... does it work? ...

try it - you will be surprised that it doesnt with the latest updates for boost ...

#crysx
legendary
Activity: 1624
Merit: 1000
https://bata.io
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx

Ok no problems - let us know Cheesy

i found the git - and cloned and the first thing i noticed was quite disturbing ...

the code had to have a couple of things done to it before an attempt at a compile was done ...

- the code has all been set to 'x' ecutable ... all of it ... every file and folder ...
- a change in the boost code was required ( rpcrawtransaction.cpp ) ...
- leveldb had to be compiled manually before the main qt compile was to occur ...
- leveldb needed a small code change ( Makefile ) ... though this may be a fedora 23 x64 issue ... i dont have ubuntu to test ...
- qt4 was the only way to compile - as the code is incompatible with qt5 ... as this may also be a fedora 23 x64 issue as well - i dont have this issue with other wallet builds ...

i will now test the daemon build - but cannot see any issue with that if qt now compiles ...

the compile completed after these changes were made - but its concerning that the whole code was set with the executable attribute ... i have no idea why you would want to - or even have a reason for - setting the entire codebase as executable ...

when run - the wallet is running smooth ... quite smooth ... it took a minute to get the first of the nodes - but sync is all good ...

the wallet has been running well - and ive only just shut it down a few minutes ago ...

nice ...

#crysx

thanks firstly for the feedback on your findings.

The code is for ubuntu and has not been tested on fedora or written for it. Can you please give me a reference to the executable attribute as only the binary is executable.

It also has not been setup for QT5, but that's an easy fix.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx

Ok no problems - let us know Cheesy

i found the git - and cloned and the first thing i noticed was quite disturbing ...

the code had to have a couple of things done to it before an attempt at a compile was done ...

- the code has all been set to 'x' ecutable ... all of it ... every file and folder ...
- a change in the boost code was required ( rpcrawtransaction.cpp ) ...
- leveldb had to be compiled manually before the main qt compile was to occur ...
- leveldb needed a small code change ( Makefile ) ... though this may be a fedora 23 x64 issue ... i dont have ubuntu to test ...
- qt4 was the only way to compile - as the code is incompatible with qt5 ... as this may also be a fedora 23 x64 issue as well - i dont have this issue with other wallet builds ...

i will now test the daemon build - but cannot see any issue with that if qt now compiles ...

the compile completed after these changes were made - but its concerning that the whole code was set with the executable attribute ... i have no idea why you would want to - or even have a reason for - setting the entire codebase as executable ...

when run - the wallet is running smooth ... quite smooth ... it took a minute to get the first of the nodes - but sync is all good ...

the wallet has been running well - and ive only just shut it down a few minutes ago ...

nice ...

#crysx
legendary
Activity: 1624
Merit: 1000
https://bata.io
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx

Ok no problems - let us know Cheesy
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin

ill have a go at compiling soon ...

will look for the git - then let you know how successful i am with it ...

#crysx
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
You would still have to pay GST on it, and tax, capital gains.... blah blah blah

We must keep the funds flowing to keep bombing Arabs after all  Huh

Whenever I see thefarm I am thinking Blonde children in white robes and glowing eyes harvesting bitcoins on the backs of unicorns from the deep interwebs....

tax and such is inevitable ... the bombs and subs that the government has just allocated billions of dollars for a few days ago - isnt just for arabs - its for anyone that the US government doesnt like ... after all - we australians are a free people in a free country - as long as the president says we are Wink ...

the people of the US ( like australia and many many other countries ) are good people in general ... its the boofheads that are 'voted' ( take note of the quotes ) into power to run the country that ruin it for everyone - by being the selfish self-centered greedy power hungry rulers that they are ...

as for thefarm - well ... you really need to lay off the stuff you are smoking mate ...

i like the glowing eyes and unicorns part though ... though thefarm is nothing as nice as you describe ...

#crysx
hero member
Activity: 924
Merit: 1000
I AM
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP

Jolly good  Grin
legendary
Activity: 1624
Merit: 1000
https://bata.io
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin


Wallets are on the website: http://www.bata.io/wallets

or direct download - https://bata.money/downloads/Bata%20Windows%20Wallet/Bata%20Wallet%20Windows.zip

edit: added to OP
hero member
Activity: 924
Merit: 1000
I AM
Is it just me or is there not a link to windows wallet in OP?

was going to DL wallet today  Grin
legendary
Activity: 1624
Merit: 1000
https://bata.io
You would still have to pay GST on it, and tax, capital gains.... blah blah blah

We must keep the funds flowing to keep bombing Arabs after all  Huh

Whenever I see thefarm I am thinking Blonde children in white robes and glowing eyes harvesting bitcoins on the backs of unicorns from the deep interwebs....

Lol glowing eyes...

Tax would only need to be paid if using clearnet, not darknet. wink wink
hero member
Activity: 924
Merit: 1000
I AM
You would still have to pay GST on it, and tax, capital gains.... blah blah blah

We must keep the funds flowing to keep bombing Arabs after all  Huh

Whenever I see thefarm I am thinking Blonde children in white robes and glowing eyes harvesting bitcoins on the backs of unicorns from the deep interwebs....
legendary
Activity: 1624
Merit: 1000
https://bata.io
It's like 35 degrees in Newcastle at the moment, Ghastly

try that plus a miner running Wink

and again with humidity and a whole farm of miners running ...

im meeellltinggg ...

i like the way you are working the coin and its operation ...

very much like bartercard - but without the crap and fees and headaches and did i say fees? ... hang on - not much like bartercard at all really ...

Wink ...

#crysx

More people know barter card than I thought.
It's a good idea but poorly managed, (BBX is worse)
It's still running an 90's style business with top heavy exec fees and bunch of people doing nothing except talking shit and calling you up to get you to buy shit you don't want. after the 2k joining fee LOL
They rely on you being in debt of barter dollars to them.  
Bunch of salesmen all in one room at the same time..... urgh.

The space exists for a new breed of BATA

I tried mining LTC on a PC several years ago and melted it,

That was my mining experience  Cry

 

bartercrap ... i got suckered in a long time ago - and watched them get REALLY rich - while i suffered in the backrooms and retail stores working my butt off ...

to hell with them ...

i started with mining ltc and made a bit - then feathercoin ( scrypt initially and now neoscrypt ) and went further to other coins ... now i have my own ( granite ( grn ) which is x11 algo ) and about to add another one ( when the takeover is complete next week ) that ill be working on to bring into the granite ecosystem ...

i must admit - bata is something that looks like it will be a handy coin if the tech is brought out properly ... and so far - the melbourne dev is doing nicely Smiley ... congrats on bata so far ...

as for the mining - well ... lets just say i hold a little bit of hashpower now - from my humble beginnings ... and have every intention to make it a super farm ...

lets how close i get by the end of the year ...

i will be accumulating bata - soon Wink ...

#crysx

The great thing about this Barter service is that your BTA can go up in value, so instead of being in debt your are potentially going to make money by holding BTA, or cash out, in 30+ currencies. There are also the tax benefits.
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
It's like 35 degrees in Newcastle at the moment, Ghastly

try that plus a miner running Wink

and again with humidity and a whole farm of miners running ...

im meeellltinggg ...

i like the way you are working the coin and its operation ...

very much like bartercard - but without the crap and fees and headaches and did i say fees? ... hang on - not much like bartercard at all really ...

Wink ...

#crysx

More people know barter card than I thought.
It's a good idea but poorly managed, (BBX is worse)
It's still running an 90's style business with top heavy exec fees and bunch of people doing nothing except talking shit and calling you up to get you to buy shit you don't want. after the 2k joining fee LOL
They rely on you being in debt of barter dollars to them.   
Bunch of salesmen all in one room at the same time..... urgh.

The space exists for a new breed of BATA

I tried mining LTC on a PC several years ago and melted it,

That was my mining experience  Cry

 

bartercrap ... i got suckered in a long time ago - and watched them get REALLY rich - while i suffered in the backrooms and retail stores working my butt off ...

to hell with them ...

i started with mining ltc and made a bit - then feathercoin ( scrypt initially and now neoscrypt ) and went further to other coins ... now i have my own ( granite ( grn ) which is x11 algo ) and about to add another one ( when the takeover is complete next week ) that ill be working on to bring into the granite ecosystem ...

i must admit - bata is something that looks like it will be a handy coin if the tech is brought out properly ... and so far - the melbourne dev is doing nicely Smiley ... congrats on bata so far ...

as for the mining - well ... lets just say i hold a little bit of hashpower now - from my humble beginnings ... and have every intention to make it a super farm ...

lets how close i get by the end of the year ...

i will be accumulating bata - soon Wink ...

#crysx
hero member
Activity: 924
Merit: 1000
I AM
It's like 35 degrees in Newcastle at the moment, Ghastly

try that plus a miner running Wink

and again with humidity and a whole farm of miners running ...

im meeellltinggg ...

i like the way you are working the coin and its operation ...

very much like bartercard - but without the crap and fees and headaches and did i say fees? ... hang on - not much like bartercard at all really ...

Wink ...

#crysx

More people know barter card than I thought.
It's a good idea but poorly managed, (BBX is worse)
It's still running an 90's style business with top heavy exec fees and bunch of people doing nothing except talking shit and calling you up to get you to buy shit you don't want. after the 2k joining fee LOL
They rely on you being in debt of barter dollars to them.   
Bunch of salesmen all in one room at the same time..... urgh.

The space exists for a new breed of BATA

I tried mining LTC on a PC several years ago and melted it,

That was my mining experience  Cry

 
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
It's like 35 degrees in Newcastle at the moment, Ghastly

try that plus a miner running Wink

and again with humidity and a whole farm of miners running ...

im meeellltinggg ...

i like the way you are working the coin and its operation ...

very much like bartercard - but without the crap and fees and headaches and did i say fees? ... hang on - not much like bartercard at all really ...

Wink ...

#crysx
legendary
Activity: 1624
Merit: 1000
https://bata.io
It's like 35 degrees in Newcastle at the moment, Ghastly

try that plus a miner running Wink
hero member
Activity: 924
Merit: 1000
I AM
It's like 35 degrees in Newcastle at the moment, Ghastly
legendary
Activity: 1624
Merit: 1000
https://bata.io
interesting - and watching ...

tanx for the push in this direction thoth-atlantian ...

bata dev - where are you from? ...

#crysx

Australia

hehehe ...

i know that - but where from ...

im in adelaide currently - but sydney is my home town - and i visit there a lot ...

soon to be moving back there if all goes well ...

#crysx

oh ok, Melbourne, sunny one day, s*** the next Wink
Pages:
Jump to: