Search content
Sort by

Showing 20 of 44 results by 4019
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [Datacoin] DataMinerWatch – bash script for restarting Primeminer on hangs
by
4019
on 25/01/2014, 09:37:15 UTC
Xolokram updated his primeminer to 0.8 RC2 version, introducing (finnally!) -poolip2, -poolip3 & -exitondisc launch parameters. They are the only change in this release.

I noticed that few days ago and hoped to test it myself, but... preety much this two weeks finnaly came. Looking at beeeeer technical thread doesn't explain much.

From Xolo's post:
Quote
ps. i'm working on a bigger update to remove/clean up the code to make the miner more lightweight, update to mikaelh's new version & improve the network code, but this is taking longer than i thought so i'll release this smaller update on the old version first
I hope that build-in-fallback with improved networking will solve the issues I'm trying to solve with external script.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words!
by
4019
on 20/01/2014, 22:28:52 UTC
I am waiting for the end of the week Smiley Lets see! Smiley
Yeah, I'm also waiting for that. Smiley
After that promotions we'll see points that need to be improved, then we can improve our promo articles and other things and try to communicate with big magazines and IT portals - not just news sites, but computer science resources.

I hope you will put all links in one place somewhere. Now I have enough time only to lurk few threads on few sites from time to time...


http://finance.yahoo.com/news/datacoin-dtc-features-blockchain-data-003900184.html
http://www.kswo.com/story/24482545/datacoin-dtc-features-in-blockchain-data-storage-and-web-apps-embedded-in-blockchain
http://news.silobreaker.com/datacoin-dtc-features-inblockchain-data-storage-and-web-apps-embedded-in-blockchain-5_2267672482729164844
https://coinboard.org/pinboard/blog/2014/01/18/innovative-datacoin-dtc-features-in-blockchain-secure-data-storage-and-revolutionary-web-applications-embedded-in-datacoin-blockchain-bitcoin-pr-buzz/
http://cryptocoinupdates.com/innovative-datacoin-dtc-features-in-blockchain-secure-data-storage-and-revolutionary-web-applications-embedded-in-datacoin-blockchain/
http://bitcoinprbuzz.com/innovative-datacoin-dtc-features-in-blockchain-secure-data-storage-and-revolutionary-web-applications-embedded-in-datacoin-blockchain/


and more, to be added to https://bitcointalk.org/index.php?topic=422463.0
Thanks!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DTC Promo Thread - Information is Money, Datacoin Implements These Words!
by
4019
on 18/01/2014, 09:42:59 UTC
I am waiting for the end of the week Smiley Lets see! Smiley
Yeah, I'm also waiting for that. Smiley
After that promotions we'll see points that need to be improved, then we can improve our promo articles and other things and try to communicate with big magazines and IT portals - not just news sites, but computer science resources.

I hope you will put all links in one place somewhere. Now I have enough time only to lurk few threads on few sites from time to time...
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [Datacoin] DataMinerWatch – bash script for restarting Primeminer on hangs
by
4019
on 18/01/2014, 09:34:37 UTC
So getting "Segmenation fault" is normal when mining Datacoin?
From my experience segfaults aren't that often. I faced connection problms mainly, i.e. when primeminer is working and mining, but not sending shares to pool for some unknown to me reason (and here comes the DMW).

I just got this script running though, and so far, so good. I haven't been able to get the logs working right. I don't think I'm saving them in the right directory, but I probably don't need to see them anyway.
If you don't see any errors in the output, then the catalog with logs should exist somewhere (otherwise, invocated shell programs would be calling for nonexistent resource).
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [Datacoin] DataMinerWatch – bash script for restarting Primeminer on hangs
by
4019
on 08/01/2014, 20:17:36 UTC
I guess that you still had process named "primeminer" hidden somewhere in a background (yeach I know, it's better to use pid in script...). When you rebooted you simply killed it.
OK, will make bugfix for that (perfect moment, I have shitload of exams now).
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [Datacoin] DataMinerWatch – bash script for restarting Primeminer on hangs
by
4019
on 08/01/2014, 08:06:12 UTC
I'm happy you got it working, but there one thing more you would want in your case scenario. Script will not start when vps will be for whaever reason restarted.*
You can try supervisor like below. I would be thankful if you would ping me back and tell if it's working (why? see *).

# Instal the supervisor
sudo apt-get install supervisor

# Make a conffile
sudo nano /etc/supervisor/conf.d/datacoin.conf

# Paste there this, should work... Fat manual: http://supervisord.org/configuration.html#program-x-section-settings
[program:datawatch]
command=/patch/to/datawatch.sh pool mode
stdout_logfile=NONE
stderr_logfile=/patch/to/logs/catalog/%(program_name)s.log
autorestart=true


# Restart supervisor daemon
sudo /etc/init.d/supervisor stop
sudo /etc/init.d/supervisor start


There will be one additional logfile with stderr as you see. Could be set to NONE too, but one more file containing eventual errors doesn't hurt (and might sometimes help).

*It's a bug and feature BOTH. I mine with my pc only, as I don't have credit card/paypal/etc so I can't even try the free trials outthere, and if my pc goes down for whatever reason I want to inspect it manually, and for sure I don't want to automatically stress the machine (in case of cooling faillure for example).
Post
Topic
Board Mining (Altcoins)
Re: DTC-Guide to Pool Mine Datacoins.Earn 0.5-2 or more $ per day with your cpu!
by
4019
on 07/01/2014, 21:03:41 UTC
Also pools wait i think until DTC are mature.
Xpool waits, gpool sends unmatured.
Post
Topic
Board Altcoin Discussion
Re: Earn 6.75-13.75 Datacoins for Tasks. Plus 10DTC bonus. And BIG bounties!
by
4019
on 07/01/2014, 20:16:48 UTC
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [Datacoin] DataMinerWatch – bash script for restarting Primeminer on hangs
by
4019
on 07/01/2014, 18:39:59 UTC
Back online...

I mean i cant edit. I tried vi the file but then i cant do anything else Tongue How do i edit?
Well, actually forcing linux noob to use vi is a well known method of generating random keystrokes (its a hermetic joke ;-).
I'm advanced linux user, so I am able to close vi without that (its autoirony).
Try to use nano editor (its actual advice). Should work nowdays (pros of vi is compability with every wickest console).

1.Do i really have to change the catalog that this stores the log files?
Yes, unless patch /home/arkhebuz/datacoin exist on your system. If not, you will get only errors... You should store logs in a separate catalog for clarity.

2.What about the network interface... Huh i am confused  Huh
You should have folder in /sys/class/net catalog, named like your network interface (using linux convention, look here for a second http://rhinoceros.hubpages.com/hub/Arch-Linux-Network-Setup-for-Beginners under "Available Network Interfaces"). There are all accesible network interfaces there in fact, loopback too. You can view them just using ls /sys/class/net (paste here the output if you still don't know wtf is this).

3. 4. 5. How do i edit !?
Have you ever looked at the code? I guess not, because changing sleeptime is very easy and intuitive I think... (Hint - there are important comments there too)

However you might still have problems with 4&5, you need to edit in script everything what is NOT bolded here:

./primeminer -poolip=$ip -poolport=$port -poolshare=6 -pooluser=DMy7cMjzWycNUB4FWz2YJEmh8EET2XDvqz -genproclimit="8" -sievesize="1000000" -sieveextensions="10" -sievepercentage="9" 2>&1 | tee -a $logkat/$filename &

./primeminer is a binary location. If you have it under /home/greekbitcoin/datatacoin/primeminer, then paste there this patch.
-poolshare=6 - no need to change with current pools.
-pooluser=DMy7cMjzWycNUB4FWz2YJEmh8EET2XDvqz - set your own address, lets say xxxxxxxxxxxxxxxxxxxx.
-genproclimit="8" - number of threads to use, lest say 2.
-sievesize="1000000" -sieveextensions="10" -sievepercentage="9" - well, cut this three out Tongue

So, you end up with:
/home/greekbitcoin/datatacoin/primeminer -poolip=$ip -poolport=$port -poolshare=6 -pooluser=xxxxxxxxxxxxxxxxxxxx -genproclimit="2" 2>&1 | tee -a $logkat/$filename &

(you can view sourcecode online: https://github.com/arkhebuz/datawatch/blob/master/datawatch.sh)
Post
Topic
Board Altcoin Discussion
Re: [DATACOIN] Brainstorming - Giveaway!
by
4019
on 07/01/2014, 15:00:40 UTC
@maxsolnc - Not comment about publishing CC/GPL book to a blockchain? I'm still trying to think of where such beast could be found... But if found it could be used to promote DTC too.

And:
This is a simple idea, but I think necessary.

missing "," no currency in their wallets that implements

example: 25000000.325, is easy to make mistakes with many zeros

haha, cool Smiley
Be carefull with dots, commas and language versions, this can differ from country to country. For example 100,000 = 100 (not mistake, "," is a decimal mark).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo)
by
4019
on 06/01/2014, 21:48:04 UTC
hi

I minig on http://dtc.gpool.net/
Prompt optimal settings for my CPU I7-3770?
What poolshare size I need set?

i havent got a reply when i asked about that. I suppose it is okay to be left as is.

Mayby I don't understend something here... It seems for me to be clerarly written on tutorial page:
Code:
Usage: primeminer -pooluser=USERNAME -poolpassword=0 -poolip=162.243.41.59 -poolport=8336 -poolshare=6 -genproclimit=#PROC
Poolshare=6, instead of default 7, so miner sends 6-chains too that is. Xolominer accept three more parameters (default values):
-sievesize=1000000
-sieveextensions=9
-sievepercentage=10
I know that these affect mining process itself.
Post
Topic
Board Altcoin Discussion
Re: 0.5 Datacoin Giveaway to first 100 that will do...see post. 50 more DTC!!!
by
4019
on 05/01/2014, 13:09:51 UTC
Heh, I'm losing track now Wink

I wrote and liked earlier and don't have the same username but made another comment anyway: https://cryptsy.freshdesk.com/support/discussions/topics/41704/page/18

(And now I fear that Cryptsy the Retard will really detete bitcoin...)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo)
by
4019
on 04/01/2014, 20:55:25 UTC
I haven't had the time to look at what is going on, but either the Datacoin implementation is broke, or the chain browser implementation is broke. They both cannot be right and give two different results on the same block.
Chain browser have some simple problems recently, like http://www.chainbrowser.com/datacoin/address/DD38QeAXrD2QqkjJ1mqMrpTrmiRTQhhC27/. Or maybe its not a bug, but feature Wink

Anyway, little confusion 101 here. For what kind of disscusion is this topic? For what kind of disscusion is that topic?
Post
Topic
Board Altcoin Discussion
Re: [DATACOIN] Brainstorming - Giveaway!
by
4019
on 04/01/2014, 10:38:53 UTC
You must promote, it's a battlefield out there. Soon local supermarkets will mine their own coins, very localized to a country or even a region. Value mostly based on convenience. And I'm waiting for Pokemon Coin by Sony ;p
I didn't say that you should never ever promote anything. Smiley Just that (IMO) it's better long term if not the coin itself is promoted, but services aroud it (therby a coin too, but indirectly). Assuming that these services will be succesful, offcourse. And making that is really the hard part, and here (+exchange problem,+attracting devs, etc) comes rationale behind coin-focused promotion.

With Datacoin there indeed is an added value: secure data storage. I would not know yet what kind of application can use that, but where a possibility exists, applications will be found. I really think they will be micro-small amounts with micro-values (but influenced, in price, by speculation). I think banking, I think personal data like contacts, ... I dunno. Could be subscription based too, leaving datacoin, in value, very static - and stable. With low costs to operate and maintain.
Heh.. I saw something on twitter and I'm thinking about it from yesterday...

There are books on more or less free licenses, like CC or GNU GPL. They are, rare. Very rare. But they allow at least for free distribution, or even modification. Thats kind of filosophical value, much better propagated in open-source crowd these days...

If we could finde somebody that wrote a book and made it free as in the speech and is promoting it now? Yeah, I know, with these "artist" mentality happens "once every twenty five years"...
I you're feeling hurt with last sentence look at the quotation-marks!

But if we could, what about publishing it to a blockchain? Ideally with launch of service for that, easy to use for layman (there seems to be krypte already). Sending requires some datacoins. Why not crowdfund that?

Yeah, make buzz, set crowdfunding campain, which goal would be sending free as in a speech and free as in a beer book to decentralized, redundant, globally accessible censorship-free storage.
(There could different cash goals, for sending basic compressed text version, text version+image cover, pdf+epub...)

And if content of this book would fit the above...

YEAH.
Post
Topic
Board Altcoin Discussion
Re: [Datacoin] New giveaway - 1 DTC per person! 200 total to be given away!
by
4019
on 03/01/2014, 14:13:45 UTC
maaan, you made me laugh so loud Cheesy
Hey, storing peoples souls in a blockchain for eternity is NOT funny!
(for us...)

What a... aaa... THX dude! Happy new DTC year!
Post
Topic
Board Altcoin Discussion
Re: [DATACOIN] Brainstorming - Giveaway!
by
4019
on 03/01/2014, 13:11:23 UTC
and yes, datacointalk is cleaned up now
Yeah, that retard is gone. There is still some trash in newbie offtopic section (https://datacointalk.org/index.php?board=22.0), however. This guy made 24 topics just to say hi. Smiley
Post
Topic
Board Altcoin Discussion
Re: Help Datacoin get on Coinedup exchange
by
4019
on 03/01/2014, 12:33:35 UTC
I upvoted, but you got preety much buried there...
Post
Topic
Board Altcoin Discussion
Re: [Datacoin] New giveaway - 1 DTC per person! 200 total to be given away!
by
4019
on 03/01/2014, 12:22:37 UTC
As per twitter: "Some kind of monster!"
Yeach, I'm starting believing that you really are... Maybe you're taking people souls while giving them Datacoins or something...

DMy7cMjzWycNUB4FWz2YJEmh8EET2XDvqz
Thanks!
Post
Topic
Board Altcoin Discussion
Re: [GIVEAWAY] @ThisWeeksCoin - TWITTER! 800 followers! 1st 100 addresses!
by
4019
on 03/01/2014, 12:18:19 UTC
Twitter nickname:  @MenzurandX
Datacoin wallet address: DMy7cMjzWycNUB4FWz2YJEmh8EET2XDvqz
Post
Topic
Board Altcoin Discussion
Re: [DATACOIN] Brainstorming - Giveaway!
by
4019
on 03/01/2014, 12:08:03 UTC
Not an unknown revolutionary idea but I don't know where to put this...

Could somebody clean https://datacointalk.org/ forum? Ban the bots, delete their posts? Set some captcha for first few posts for new users? I guess admins rarely look there...
Now even bots so retarded that they can't write "porno" right registered succefully! Wink Cheesy