Pages:
Author

Topic: [ANN] Banx - Liquidity Paid Back In From Profits - page 57. (Read 112999 times)

sr. member
Activity: 455
Merit: 250
earlz, you say you have reviewed this but quite clearly you havent even bothered to read any of the above posts i have made. nor can you be bothered to watch a 5 minute video with me explaining everything about mining..

as the thread quite clearly states this is an IPO. 

do me a favour and read the first couple of pages with me explaining EVERYTHING about what we are trying to do with this company.

Still dont like what we are doing after that then, move on , its not for you , fair enough. but dont come in here slagging off something you openly state you havent bothered to research properly.

Code and the network doesn't lie. You can scratch off the bit about the premine from my review if this is an ICO... but this si not obvious at all. No one has time to read your 50 page business plan to understand what you are doing.. I listened to the video and it sounds like you want to completely control mining, hence my extreme warning. Look up what happened with Midascoin v1.0 to see what can happen

the video explains why we stopped mining, i was naive thinking people wouldn't just dump shares and not be interested in what we are trying to achieve long term. again, all explained in the video.

so your telling me you didn't even bother to look at the title of this thread:

Re: [ANN] Banx Shares - IPO/ICO - Bitcoin dividends paid monthly

how can we be more obvious?

sr. member
Activity: 455
Merit: 250
looks pretty damn interesting!  Wink

thanks very much for the positive comments, we are here and serious about building a company and brand that is here for the long term.

If you need anything just hit me up on mark at banxcapital.com and I will help you all I can
sr. member
Activity: 439
Merit: 250
mmmmmm
earlz, you say you have reviewed this but quite clearly you havent even bothered to read any of the above posts i have made. nor can you be bothered to watch a 5 minute video with me explaining everything about mining..

as the thread quite clearly states this is an IPO. 

do me a favour and read the first couple of pages with me explaining EVERYTHING about what we are trying to do with this company.

Still dont like what we are doing after that then, move on , its not for you , fair enough. but dont come in here slagging off something you openly state you havent bothered to research properly.

Code and the network doesn't lie. You can scratch off the bit about the premine from my review if this is an ICO... but this si not obvious at all. No one has time to read your 50 page business plan to understand what you are doing.. I listened to the video and it sounds like you want to completely control mining, hence my extreme warning. Look up what happened with Midascoin v1.0 to see what can happen
sr. member
Activity: 455
Merit: 250
What dividend can we expect montly??


hey there,

based on us selling all our shares and becoming fully funded we are projected to pay a dividend in bitcoin of approx 70% of the share investment in 12 months. everything, all cash flow projections for each of the products and solutions we are offering is outlined here mate:

http://banxcapital.s3.amazonaws.com/Banx_Capital_Prospectus.pdf

if you need any more info just ask Smiley
sr. member
Activity: 455
Merit: 250
Is this even a coin? Can we mine it? What algo?
Dev update OP with the basics first, WTH?

Hi there, no as previously stated the shares can't be mined, explained here: http://banxcapital.com/information-about-banx-shares-mining/

sr. member
Activity: 455
Merit: 250
32,000 websites???

LOL in 2000.. when PHP was a blip and dynamic HTML was not even a concept. Think HTML 2.0 no css yet. Very basic sites that were most likely clones of each other optimized for what was the search engine that was popular then....Dogpile I think it was.

very true, sites that did very well. sites that brought in over $2,000,000 a year in recurring income.

Read my book if you wanna know all about it and me: http://rebelentrepreneurbook.s3.amazonaws.com/Mark_Lyford_Rebel_Entrepreneur.pdf

nothing, absolutely nothing about me or my life is hidden, google my name you read all about me, read the book you will find out more.
member
Activity: 133
Merit: 10
looks pretty damn interesting!  Wink
sr. member
Activity: 455
Merit: 250
earlz, you say you have reviewed this but quite clearly you havent even bothered to read any of the above posts i have made. nor can you be bothered to watch a 5 minute video with me explaining everything about mining..

as the thread quite clearly states this is an IPO. 

do me a favour and read the first couple of pages with me explaining EVERYTHING about what we are trying to do with this company.

Still dont like what we are doing after that then, move on , its not for you , fair enough. but dont come in here slagging off something you openly state you havent bothered to research properly.
legendary
Activity: 882
Merit: 1000
What dividend can we expect montly??
legendary
Activity: 1848
Merit: 1018
Is this even a coin? Can we mine it? What algo?
Dev update OP with the basics first, WTH?
hero member
Activity: 663
Merit: 501
Most of the country was still on dial up internet in 2000.
hero member
Activity: 663
Merit: 501
32,000 websites???

LOL in 2000.. when PHP was a blip and dynamic HTML was not even a concept. Think HTML 2.0 no css yet. Very basic sites that were most likely clones of each other optimized for what was the search engine that was popular then....Dogpile I think it was.
sr. member
Activity: 439
Merit: 250
mmmmmm
Why is the difficulty for this coin so ridiculously low right now?

Hi there, please see this video I posted on here yesterday: http://banxcapital.com/information-about-banx-shares-mining/

Many thanks

Mark


You really should write more.. I don't really have time to watch a 5 minute video...

Anyway, from the sound of it I don't really understand what this coin is about. Regardless, I've reviewed this coin and you've got a lot of serious issues. I would not recommend anyone buy or mine this. You seem to be wanting to do something that bitcoin is not really suited to, at least not in the way you're doing it.


bankx https://bitcointalksearch.org/topic/ann-banx-liquidity-paid-back-in-from-profits-813191

Heritage: bitcoin 0.8.6, ISO(?)

Problems:

* NOTE: I don't have time to sift through hours of video, nor a 50 page business plan, so all spec analysis is off
* MODERATE: checkpoints are disabled, despite them assuming that they actually work
* EXTREME: difficulty is dangerously low. A double spend would be trivial
* EXTREME: difficulty adjustment is different depending on if your coin is compiled for window or not
* MODERATE: genesis seed is not a news event
* MAJOR: huge premine... Unknown if this is disclosed because the specs are obscured in some 50 page business plan
* EXTREME: mining has been "stopped".. This opens it up to the same class of attacks that Midascoin v1.0 endured
** Solo miners can still mine blocks and could do double spends or attacks on the chain like refuse to allow any transactions to take place

Notes:


what the fuck...

@@ -2168,8 +2286,40 @@ bool CBlock::AcceptBlock(CValidationState &state, CDiskBlockPos *dbp)
         nHeight = pindexPrev->nHeight+1;
 
         // Check proof of work
+       // if (nBits != GetNextWorkRequired(pindexPrev, this))
+       //     return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
+       
+        #ifdef _WIN32
+            // Check proof of work       
+            if(nHeight >= 8850){
+                unsigned int nBitsNext = GetNextWorkRequired(pindexPrev, this);
+                double n1 = ConvertBitsToDouble(nBits);
+                double n2 = ConvertBitsToDouble(nBitsNext);
+
+                if (nHeight <= 45000) {
+                    if (abs(n1-n2) > n1*0.2)
+                        return state.DoS(100, error("AcceptBlock() : incorrect proof of work (DGW pre-fork)"));
+                } else {
+                    if (abs(n1-n2) > n1*0.005)
+                        return state.DoS(100, error("AcceptBlock() : incorrect proof of work (DGW2)"));
+                }
+            } else {
+                if (nBits != GetNextWorkRequired(pindexPrev, this))
+                    return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
+            }
+        #else
+            // Check proof of work
+            if(nHeight >= 34140 && nHeight <= 45000){
+                unsigned int nBitsNext = GetNextWorkRequired(pindexPrev, this);
+                double n1 = ConvertBitsToDouble(nBits);
+                double n2 = ConvertBitsToDouble(nBitsNext);
+                if (abs(n1-n2) > n1*0.2)
+                    return state.DoS(100, error("AcceptBlock() : incorrect proof of work (DGW pre-fork)"));
+            } else {
                 if (nBits != GetNextWorkRequired(pindexPrev, this))
                     return state.DoS(100, error("AcceptBlock() : incorrect proof of work"));
+            }
+        #endif


Watermarks: uint64, pow, bitcoin
sr. member
Activity: 455
Merit: 250
Why is the difficulty for this coin so ridiculously low right now?

Hi there, please see this video I posted on here yesterday: http://banxcapital.com/information-about-banx-shares-mining/

Many thanks

Mark
sr. member
Activity: 439
Merit: 250
mmmmmm
Why is the difficulty for this coin so ridiculously low right now?
sr. member
Activity: 455
Merit: 250
32,000 websites???

yes 32,000 adult sites. I guess I was the biggest owner of sites in the world around the year 2000.
sr. member
Activity: 368
Merit: 250
32,000 websites???
sr. member
Activity: 455
Merit: 250
Hey guys 

I just wanted to share my experience with Banx along with the entire Banx team.

First off im just getting into mining , I started mining by being involved with a Boinc distributed computing project that used the asic devices. A little over a month ago I decided to try mining bitcoins and other various altcoins, and I’ve always been on the hunt for new coins to mine and then I came across banx shares one day.

I was one of the lucky few who got on on the banx mining very early. Before I started mining I did alot of searching around on banx and then Mark Lyford before deciding to move my miners over to Banx shares.

Eventually I ended up investing about .09 to 1.1 btc into rentals for hash power directed at the Banx shares. In the end when mining ended I had turned my investment into about 7 btc.

Now I only cashed in about half of the shares 3.5 and im holding onto the other half.

Along the way there we some issues and I got nervous but I was actually able to get a hold of mark and others from the banx team, and those issues and bugs on the exchange were quickly fixed. along with that I had tons of questions about the company itself , and its plans which Mark was glad to answer. He took time to talk to me and others on skype about any questions concerns or feedback we had.

I for one will be investing more into this company and shares. You can’t argue with 7 fold increase in a week and their plans seem solid and very realistic. 



Glad to be of help mate.
sr. member
Activity: 455
Merit: 250
Hi Mark,

I just added you on Skype.

speak soon
sr. member
Activity: 455
Merit: 250
I'm glad I took the time to come over and see you Mark to discuss this face to face, thanks for seeing me at such short notice.

This is the most excited I've been about a crypto investment since I started with Bitcoin only a short (but long!) year or so ago.

Those interested in Banx, please do contact Mark and his team.  They have an address, a phone number, and even faces!
Doubts you may have about this opportunity will soon be dispelled.

I'm really relishing being part of a company that will hopefully do some great things within the cryptosphere, and I also feel like any suggestions/feedback we as investors may make, will actually be listened to and taken on board.

Thanks again, can't wait to discuss this with friends and family whilst the opportunity still exists at this price !! Smiley

It was a pleasure. keep in touch and lets see where we are at this time next month Smiley
Pages:
Jump to: