Bitcoin Forum
May 13, 2024, 04:47:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Other / Archival / Re: delete on: September 27, 2014, 03:46:00 PM
i just closed my eyes for a bit and then opened them up and it was 9 hours later?!?! i think i got hit by BCX time warp  Undecided is it true ?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 17, 2014, 04:15:23 PM
Automatic payment went out for moneropool.org. Was everyone paid? TX ID: fb379aa81ce5360ed7d43e9589b9e492d16a09fe5d57d8faa7658fc642f6e44f

I was paid too. Seems everything is up and running well! Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 17, 2014, 02:25:17 PM

Thanks for your reply, but I only compiled it yesterday. It doesn't look like it's been updated since then.
I don't know enough to throw together a script but I'm sure it wouldn't take much - just something to automatically reconnect when the miner stops.
Maybe if someone more knowledgeable's having the same issue they'll rustle something up.  

Ah strange, I compiled from sources recently and don't seem to have this issue.

If you launch simpleminer with a script (in terminal) you can do something like:

Code:
#!/bin/bash  
#grep -c processor /proc/cpuinfo > numcores.txt

bash_suck_level=2001

while [ $bash_suck_level -ge 2000 ]; do
./simpleminer --pool-addr=198.199.79.100:5555 --login=[ADDRESS] --pass x

done;

This just puts it into an infinite loop of running simpleminer, so whenever it closes it gets launched again. Keep in mind that you still need to run 8 instances if you want 8 threads.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 17, 2014, 01:38:11 PM
Good news, I have manually paid out everyone for the first 8 blocks of moneropool.org. Automatic payments should now work as long as no one tries to mine with an invalid address.
I received 15 monero but I was on moneropool.com so I should not have receive any yet and no one was supposed to send me any. Here is the transaction ID if that helps: 7f2f5d57026896df7714b64e669cfb0a333647ed80d85a348154a030dae9111b

Thank you.

That might have been from the Reddit giveaway?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 17, 2014, 01:34:12 PM
how much time to sync without the blockchain? I cant realize where to put the chain in order for the wallet to use it. srsly.

long time.

are you on windows 7 or 8? If so, it goes here: C:\Users\%username%\AppData\Roaming\Bitmonero\blockchain.bin

thank you very much, it synched alright, but now when I open my wallet.bin it says it couldnt connect to daemon host:8080 w/e ....

any1 help on this?

Hi Policymaker,

Could you copy and paste the exact error you're having? Also if you're wanting to mine using a pool, you can just use this rather than mucking around with the wallet:

https://github.com/zone117x/cryptonote-easy-miner

It generates a wallet address for you and lets you manage mining with a pool all in a windows GUI.


Small mining guide for people using moneropool.org

Create these 2 batch files in the same map as your simpleminer.exe

start_simpleminer.bat
Code:
:while1
    simpleminer.exe --pool-addr=moneropool.org:5555 --login=YOUR_PUBLIC_ADDRESS_HERE  --pass 123
goto :while1
    

start_pool_mining.bat
Code:
set /p var="Number of threads: "

set /a "x = 1"
:while1
    if %x% leq %var% (
        start start_simpleminer.bat
        set /a "x = x + 1"
        goto :while1
    )

*********************************

To start mining, just double click "start_pool_mining.bat" and type in the number of threads you want to use.
If one of the threads disconnects, it will automatically try to reconnect.


tips welcome at 476vSXvkSEP9EjwiDDUS4Q86absLKEeYVg4piy6bpQLnUXoNwMbx1qQUjUxPg79TxUdyArDL6uukgWu LQkz4WaNFVhvAgVf  Wink

Would any kind soul be able to come up with something similar for Linux? Manually restarting simpleminer every couple of minutes is driving me nuts!


If you recompile from the latest sources it fixes this issue.


6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 11, 2014, 08:01:39 PM
yes, its obvious theres something wrong, many people with same bug


Which binary? I have not had any problems with the binary in the OP : https://bitcointalk.org/index.php?topic=583449.msg6382239#msg6382239

I'm using the latest binaries from the OP too, and have noticed the 'stuck at certain block' bug from my post a couple of posts up on two different machines (both Win 8.1, x64).
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 11, 2014, 05:53:52 PM
Is there any bug with the latest binary? here it stops syncing and i have to restart several times  Embarrassed

I have been getting that too. It seems to get 'stuck' on a certain block and I need to exit and relaunch the daemon.

Code:
2014-May-11 15:42:01.220109 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:43:03.468463 [P2P0]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:44:05.729830 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:45:07.844057 [P2P2]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:46:10.055376 [P2P7]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:47:12.134569 [P2P0]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:48:14.224773 [P2P9]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:49:16.357017 [P2P7]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:50:18.515286 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:51:20.735614 [P2P4]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:52:22.899888 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s

Once it was stuck for almost an hour before I noticed and restarted it.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MRO] Monero - Anonymous Currency Based on Ring Signatures on: May 09, 2014, 09:39:33 AM
I accidentally browse to this thread, found a very attractive item. wow..., what a coincidence, today just also released wallet, I want to download.


Awesome! Welcome! I hope you enjoy your time in this thread Smiley

It means a lot to have new people come in.

When you have everything downloaded and ready to go, feel free to send me a PM with your wallet address. I will send you 2 MRO.

The same goes for up to the first five people per day reading this who would like to send me a message. I'll do this for the next 7 days.

Just want to say thanks to Keyboard-Mash for my first Monero transaction - definitely a good guy here! Look forward to being part of this community with you all as the coin grows. Smiley
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | PoS | No premine | No IPO on: May 03, 2014, 08:30:44 PM

First thank you for pointing that out and nice find. Secondly it is clear he copied what I wrote because the English and writing in his previous posts do not match the press release post.

No problem, just trying to de-escalate things for the sake of the coin and the future of the community. I think everyone on all sides (including you) need to take a deep breath and calm down, all this thread is doing is discouraging new Blackcoin users. Given what's been going on with Asiacoin and Whitecoin lately, we should really all be friendlier to each other. No one will want to come on over and get involved Blackcoin if all people do in here is attack each other.

Also - if you do speak for the community, join in more on Reddit. There it's obvious what the community is for/against simply based on the popularity of the posts there, rather than having silly, meaningless polls every 30 mins.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | PoS | No premine | No IPO on: May 03, 2014, 08:22:59 PM
Mate keep digging that hole, like I said I have nothing against your work for BlackCoin, but please don't come here preaching that your all in on BlackCoin. In fact I had closed the tab, but when someone stated that it was deleted I reopened it and took a screenshot.


It's not deleted, see my recent post:

Quote
You can still see the post from multioptions here:

https://bitcointalk.org/index.php?topic=566870.msg6520007#msg6520007

I'm not sure why people are saying it's been taken down, just trying to spread misinformation I guess?

Pointing this out does not make me an "IE shill" though. This is my first post on Blackcoin. I've gone through multioptions history and his english in general is pretty terrible. His posts simply don't read like IE, I suspect he was just a scammer using IEs post as a template to get donations.

That being said, I think this thread is getting way out of control. Moving dialogue over to reddit where there's a community-driven voting system for every post seems like a much better solution to me. Live and let live, all this arguing and disagreement is stupid and just make Blackcoiners look like amateurs.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] BlackCoin (BC) | PoS | No premine | No IPO on: May 03, 2014, 08:17:48 PM
Howdy all, long time lurker first time poster.

I appreciate all the work everyone has been putting into this coin, now i'm not here to create any FUD but I was just trawling the AsiaCoin thread to try to figure out what was going on about the "hidden block" that was discovered and noticed a post by multioptions, stating:

-snipped-

Now, I must mention that these posts are practically the same, it is strange that Iconic has been claiming that he is all in on BlackCoin, yet how can you explain this ?

whaat..... Huh so is IE a pro scrammer ?

vic, post your bc address, wanna send you something Smiley

It is possible the asiacoin poster copied IE... Let's not jump to another brawl

having both original posts deleted within minutes of vic posting it leads me to believe otherwise.

Well that's just fucked up then... I'm done with this forum.
You can still see the post from multioptions here:

https://bitcointalk.org/index.php?topic=566870.msg6520007#msg6520007

I'm not sure why people are saying it's been taken down, just trying to spread misinformation I guess?

Pointing this out does not make me an "IE shill" though. This is my first post on Blackcoin. I've gone through multioptions history and his english in general is pretty terrible. His posts simply don't read like IE, I suspect he was just a scammer using IEs post as a template to get donations.

That being said, I think this thread is getting way out of control. Moving dialogue over to reddit where there's a community-driven voting system for every post seems like a much better solution to me. Live and let live, all this arguing and disagreement is stupid and just make Blackcoiners look like amateurs.
12  Economy / Securities / Re: Automatic Trading bot developed since early 2011 and going! ✪✪✪✪ free for all on: April 12, 2014, 11:36:25 AM
News:
v1.71 ✪Public API & Private API supported✪
....
########################################✪✪✪✪✪#############################################################

Check Guide & Donations section for more info.
UPDATE: Website is now released, and we updated the CryptoCurrency elite trading bot now compatible with more sites and coins


So this is new news and an update on what? As far as I can tell this has just appeared out of nowhere.

Here is the bot, free premium for everyone, load it up, login to your exchange sites and start trading or do it while you are asleep, that way you will be making money even when you are in your real life job, or when you can't be here when the market is rising and when other countries are awake and prices are different.

Aka give us your login details and we'll proceed to empty out all your accounts.

Chance of scam: 11/10.

Also be careful even going to the site - it requests to run something in Java. Who knows what kind of malware it might be.
13  Economy / Securities / Re: NEO and BEE talk (unmoderated) on: April 02, 2014, 01:49:24 PM
^
If I haven't made it blatantly clear:  I have not put a single Satoshi in this scam.  Kindly refrain from suggesting that I'm capable of such embarrassing stupidity.

As far as having a beef with Danny?  No more than I do with anyone else scamming people and tarnishing the image of bitcoiners in the process.

Re. your edit:  A financial statement has been promised and never issued.

The irony being that all this bickering, hateful dialogue and vitriolic 'debate' probably does as much to tarnish the image of bitcoin/bitcoiners. People see threads like the other NEOBEE thread and think "wow, why would I want to get involved in a community like that?". Never mind the actual content of the thread, the tone and hostility is effective enough at turning people off bitcoin.

I would be very interested to see some expenditure figures or the books of LMB Holdings to see where all the invested coin actually went. Realistically I doubt I will see any of my investment back but the optimist in me is still hopeful that something can be rescued from the ashes of this situation.

I'm sadder for the blow this may do to bitcoin adaptation by the masses and the advancement of user friendly bitcoin systems than I am for my own losses.
14  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: March 31, 2014, 10:39:33 AM
my list is kind of short:

when will they make an announcement re trading halt

also there's some info in this article:

http://coinde.sk/1fFocwQ


Finally some information from Danny (though not an "official statement") in that linked article.

Quote from: Danny
My silence is for a very valid and personal reason, all the rumors that are flying about are false and couldn’t be further from the truth. I haven’t moved from Cyprus or anything of the kind I am TEMPORARILY out of the country resolving some big issues that were made much worse by people stating incorrect facts in a public forum.

I wonder what public forum he could possibly be talking about..?  Roll Eyes
15  Economy / Games and rounds / Re: Free Shares Promotion - PLAYTIN - Casino · Wallet · Exchange · Trading on: March 29, 2014, 07:59:06 PM
I would like a fractional share if it's not too late!

[RkrH2nPuJfw]
16  Economy / Securities / Re: Neo & Bee talk (spam free thread) on: March 29, 2014, 12:15:01 PM
the question now is how many got stolen and how many got dumped?

Would be interesting to compare some older ledgers to the current one. Any1 have old copies?

http://webcache.googleusercontent.com/search?q=cache:gPgQVhMW1RoJ:https://www.lmb-holdings.com/public_ledger/+&cd=1&hl=en&ct=clnk&gl=uk

Cache from 15th March. Can see there is one entry that's gone down from 31035 shares to just having 1 left now, guessing that's btcapples. Overall there is less shares on LMB holdings now than there was on 15th March (2,338,855 now vs 2,342,976 then).

 
17  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: March 28, 2014, 08:21:43 PM
So, this explains why no one has responded to my emails about a share transfer. Which would indicate this has been an issue for at least 2 or three days. Can someone confirm that they have attempted to initiate a share transfer but havent received a timely response?

~Green

I put in a transfer request on Sunday night and sent a followup message midweek. Not heard anything back to either.
18  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: March 28, 2014, 08:15:13 PM
They were absolutely real, and 30k shares on a company that sold 5M+ shares is obviously suspicious enough to completely halt trading on a separate exchange.

I bought each and every single one of those shares, through LMB-holdings for BTC.

@smith1023, I was referring to the shares that I sold.

I really hope that you're telling the truth, kinda nervous now.

Sb, somebody.
I meant, why do you feel sorry for those who bought in the last few days and not anyone who bought?
As I understand it there has been some kind of hack with the share transfer from lmb to havelock.

Where did you hear this?
19  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: March 28, 2014, 07:57:18 PM
So it seems they've suspended NEOBEE trading on Havelock...

https://www.havelockinvestments.com/order.php?symbol=NEOBEE

Quote
Trading on the open market is not currently available for this asset
20  Economy / Securities / Re: [IPVO] [Multiple Exchanges] Neo & Bee - LMB Holdings on: March 25, 2014, 05:57:16 PM
"The 6mil that *he* invested"?  Are you new here?

Edit:  Disregard, just noticed your account has 5 posts.

Reply to your edit:
The "business plan" could be reduced to "we're going to do a whole bunch of stuff with Bitcoin" -- there's nothing substantial/specific enough in it to rebut.
My business plan is "I'm planning to mine the asteroid belt and solve world hunger."  Explain exactly where it falls apart.

Sorry, it was €6mil, so even more than $6mil (see http://cyprus-mail.com/2014/02/23/love-it-or-hate-it-bitcoin-here-to-stay/ ).

You've hit the nail on the head with "we're going to do a bunch of stuff with bitcoin". That's one of the reasons I find it such an attractive venture. At the moment the future for bitcoin is a huge unknown, so I'm happy for them to try a whole lot of different business models covering all aspects of the bitcoin ecosystem. Ideally they will all be successful ventures but even if one or two fail to gain traction then the rest should hopefully be profitable enough to absorb the loss.

And regarding your plan for asteroid mining, there's nothing substantial/specific there but that doesn't stop me picking it apart. For instance:

- what technologies will you use to reach earth orbit/mine the asteroids?
- what nations have you got agreements with to launch shuttles from?
- how are you going to fund this startup?

It falls apart because the technology doesn't exist yet, you have no credible backers or evidence that you understand the endeavour, and you have proposed no method by which you will generate revenue. I definitely would not buy shares in that venture.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!