Bitcoin Forum
April 25, 2024, 11:33:10 AM *
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 70 71 72 73 74 75 76 »
  Print  
Author Topic: [ANN] Datacoin - Censorship-Free Data Storage  (Read 66642 times)
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
May 03, 2018, 11:11:51 AM
 #801

Good day,

I see someone has suddenly become aware of Datacoin, and has doubled the nethash. 4 rigs (20 cards).
Well thanks for screwing the small guy. No point trying to compete with that hash. Price dropped by 2/3rds and for every £5 of power i spend i get approx £0.25 of Datacoin. (That was pre hash increase.)
I wish there was a way to implement say something like for every gpu you needed 8 or 16GB of system ram, that way at least it might keep the 1080ti rigs away a little longer.

I'll stick a 1030Gt on it, just to help keep the chain ticking over.
Be interesting to see where the mining goes next.

Will keep a casual eye on developments, cos i love the concept, and think the individuals behind this are some of the very best i have come across.
J

Hi minerja

Where do you look to see that the nethash is doubled?  And how do you know it is with 4 rigs (20 cards)?   Just curious.
Your power cost is very high.  Is this the UK?  Better place to mine would be India or Canada.

-extro

1714044790
Hero Member
*
Offline Offline

Posts: 1714044790

View Profile Personal Message (Offline)

Ignore
1714044790
Reply with quote  #2

1714044790
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714044790
Hero Member
*
Offline Offline

Posts: 1714044790

View Profile Personal Message (Offline)

Ignore
1714044790
Reply with quote  #2

1714044790
Report to moderator
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 03, 2018, 03:52:40 PM
Last edit: May 06, 2018, 08:31:15 PM by Verionum
 #802

Good Day!

I glad to present the new DTC client with embedded pool for GPU mining.
This version of DTC client implements all planned features at this moment.

This version synchronizes very fast, includes most of the bitcoin 0.15.99 client features.
But segregated witness was temporarily disabled because of incompatibility with old dtc clients.
The next improvements cannot be done until dtc network moves from old clients to new client.

Source code DTC 0.15.99-08: https://yadi.sk/d/nA7f5cWr3VSYDf
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF

IMPORTANT: Backup your wallet (wallet.dat file) before using it.

It was a hard last month. I need some time out. In near future I plan only to make bug fixes if there are some.

Thank you for patience Smiley

INSTRUCTIONS FOR MINING
You need to start the embeded "madpool" in dtc client, then use xpmclient for mining.

1. setgenerate true
Enter this command in dtc console. If you need you can stop pool later with command "setgenerate false", but closing dtc application also works Smiley

2. use xpmclient v10.1beta: https://yadi.sk/d/gFMn5wDw3Nnven
You can try another versions of xpmclient.
Check config.txt for configuring. For example server = "127.0.0.1".

It is possible to use xpmclient on remote pc. You need some additional configuring for that.
Let the dtc host ip = 192.168.2.1. Then you need server = "192.168.2.1" in config.txt of xpmclient, and host=192.168.2.1 in datacoin.conf file.

Linux compiling:
- Install compiling tools.
- Download db-4.8.30.NC. Extract. Compile it.
Short example ("/home/veter" is my homedir):
$ cd db-4.8.30.NC/build_unix
$ ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=/home/veter/dbbin/
$ make
$ make install
- Install additional tools:
$ sudo apt-get install libboost-all-dev
$ sudo apt-get install libgmp-dev
$ sudo apt-get install libczmq-dev
- Compile DTC:
$ ./autogen.sh
$ ./configure --with-gui=yes LDFLAGS="-L/home/veter/dbbin/lib/" CXXFLAGS="-O3 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-strict-aliasing" CFLAGS="-O3" CPPFLAGS="-fPIC -I/home/veter/dbbin/include/" LIBS="-lgmp -lboost_timer -levent_pthreads -lzmq -lczmq -lprotobuf"
$ make

In case protobuf version error you need to regenerate protocol.pb.h and protocol.pb.cpp files from protocol.proto.
$ cd ./src/madpool
$ protoc --cpp_out=. protocol.proto
$ mv ./protocol.pb.cc ./protocol.pb.cpp
$ cd ../..
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
May 03, 2018, 06:14:59 PM
 #803

Good day,

I see someone has suddenly become aware of Datacoin, and has doubled the nethash. 4 rigs (20 cards).
Well thanks for screwing the small guy. No point trying to compete with that hash. Price dropped by 2/3rds and for every £5 of power i spend i get approx £0.25 of Datacoin. (That was pre hash increase.)
I wish there was a way to implement say something like for every gpu you needed 8 or 16GB of system ram, that way at least it might keep the 1080ti rigs away a little longer.

I'll stick a 1030Gt on it, just to help keep the chain ticking over.
Be interesting to see where the mining goes next.

Will keep a casual eye on developments, cos i love the concept, and think the individuals behind this are some of the very best i have come across.
J

Actually, the difficulty is significantly down in the last week due to the Primecoin spike -- you should be seeing a big increase in the coin you get! I am.

Good Day!

I glad to present the new DTC client with embedded pool for GPU mining.
This version of DTC client implements all planned features at this moment.

This version synchronizes very fast, includes most of the bitcoin 0.15.99 client features.
But segregated witness was temporarily disabled because of incompatibility with old dtc clients.
The next improvements cannot be done until dtc network moves from old clients to new client.

Source code DTC 0.15.99-07: https://yadi.sk/d/RwVQAcGZ3VFjjB
Windows binaries 0.15.99-07: will be later.

IMPORTANT: Backup your wallet (wallet.dat file) before using it.

It was a hard last month. I need some time out. In near future I plan only to make bug fixes if there are some.

Thank you for patience Smiley




This is beyond exciting!  Cool
Great work Verionum and all Devs!

I'm jazzed to test functionality using Apertus on Datacoin mainnet and testnet.

I should have some feedback for everyone later this weekend Smiley

Go Datacoin Go!

Smiley

Free Datacoin available for development -- just ask!
https://github.com/HugPuddle/Apertus is looking for developers to create the best Datacoin and blockchain data entering/reading program
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
May 03, 2018, 08:01:30 PM
 #804

Good day,

I see someone has suddenly become aware of Datacoin, and has doubled the nethash. 4 rigs (20 cards).
Well thanks for screwing the small guy. No point trying to compete with that hash. Price dropped by 2/3rds and for every £5 of power i spend i get approx £0.25 of Datacoin. (That was pre hash increase.)
I wish there was a way to implement say something like for every gpu you needed 8 or 16GB of system ram, that way at least it might keep the 1080ti rigs away a little longer.

I'll stick a 1030Gt on it, just to help keep the chain ticking over.
Be interesting to see where the mining goes next.

Will keep a casual eye on developments, cos i love the concept, and think the individuals behind this are some of the very best i have come across.
J

Hi minerja

Where do you look to see that the nethash is doubled?  And how do you know it is with 4 rigs (20 cards)?   Just curious.
Your power cost is very high.  Is this the UK?  Better place to mine would be India or Canada.

-extro

Uk here, and yes 16p per kwh, so 1000watt 24hrs = £3.84

links
http://coinsforall.io/#!/coin/DTC - currently 8179.839 chains/day was 1900 chains/day yesterday.
http://coinsforall.io/#!/coin/DTC/wallet/D66guDpjMSyimwUr9QWcMcU4QxPsxW2LsL  cards and hashrate detail
http://coinsforall.io/#!/coin/DTC/wallet/DHc3tsEgiGJ6dMCTGUd7T9kHt5HuKQvpfa my total for this year ! LOL

J

Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 03, 2018, 09:12:00 PM
 #805

Added windows binaries in my previous post.
ruplikminer
Jr. Member
*
Offline Offline

Activity: 504
Merit: 3


View Profile
May 04, 2018, 07:25:17 AM
 #806

Is there any profit calculator for this coin? OR someone can give me an estimate of the potential profit for a 1080ti or 1070Ti or 1060? thanks!
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
May 04, 2018, 07:49:03 AM
 #807

Added windows binaries in my previous post.

Thank you Verionum.

Enjoy your well earned rest.

-extro

hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
May 04, 2018, 10:58:46 AM
 #808

Added windows binaries in my previous post.

Verionum, thank you for the awesome job that you have done with the fast tracking of the latest client.

Do you perhaps have a list of additional dependencies required for latest - 0.15.99.07 version.

Tnx,

 

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 04, 2018, 11:53:24 AM
Last edit: May 06, 2018, 08:05:55 PM by Verionum
 #809

It needs installed czmq.
$ sudo apt-get install libczmq-dev

May be you need to regenerate protocol.pb.h and protocol.pb.cpp files from protocol.proto.
$ cd ./src/madpool
$ protoc --cpp_out=. protocol.proto
$ mv ./protocol.pb.cc ./protocol.pb.cpp
$ cd ../..
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
May 04, 2018, 02:14:03 PM
 #810

It needs installed czmq.
$ sudo apt-get install libczmq-dev

May be you need to regenerate protocol.pb.h and protocol.pb.cpp files from protocol.proto.
$ protoc -cpp_out=./src/madpool ./src/madpool/protocol.proto
$ mv ./src/madpool/protocol.pb.cc ./src/madpool/protocol.pb.cpp


Verionum,

I appreciate the quick response - installed 0.15.99.07 on Ubuntu 16.04 x64 without any problems.

Tnx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 06, 2018, 08:33:00 PM
Last edit: May 06, 2018, 09:55:23 PM by Verionum
 #811

Updated sources and binaries.

Source code DTC 0.15.99-08: https://yadi.sk/d/nA7f5cWr3VSYDf
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF

Fixed some bugs. Windows binaries have moved on static linking.
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
May 07, 2018, 05:27:24 PM
 #812


I need some advice, the first phase of my project is about to be completed and need to establish a currency symbol to make it easy for users to understand when they speak about Datacoin as a currency; for example when they use $ / £ / ¥ / ₽

D - the obvious choice
Ɗ - to simple look like the plain D and the ' is barely visible
Ð - used by dodgecoin
Ď - .... just not sure
- dot above ...
- line below, I like this one and the original is pronounced as Dal or Dall )


Also need something for pennies / cents - I suggest the use of stics from the synonym for data - stati stics

The price for this item is Ḏ 13.00 (thirteen data coin ) or the service cost Ḏ 25.00 (twenty five data coin)
The price for this item is Ḏ 13.25 (thirteen data coin and twenty five stics ) or the service cost Ḏ 25.50 (twenty five data coin and fifty stics)

Any suggestions is welcome.

Tnx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
hamburger
Full Member
***
Offline Offline

Activity: 241
Merit: 107



View Profile WWW
May 07, 2018, 09:59:55 PM
 #813

On another note, run your own Datacoin node.

You will find a semi automated node installation script for Datacoin Core 0.15.99.08 at;

https://www.datacoin.tk/source/0.15.99.08/

Supported OS is Ubuntu 16.04 on the x64 platform.

Get a server at Vultr - affiliate link available at the link above for a $10 coupon.

Setup a server on  ( 1 ) Server Location: Miami

Select ( 2 ) Server Type: Ubuntu 16.04 x64

Select ( 3 ) Server Size: 20 GB SSD $2.50/mo $0.004/h (Vultr coupon above will give you four months fee use)

Select ( 4 ) Additional Features: Enable IPv6 and Enable Private Networking (for future use)

Next ( 5 ) Startup Script:

Next ( 6 ) SSH Keys:

Next ( 7 ) Firewall Group:

Next ( 8 ) Server Hostname & Label: [what ever you want to name your server]

Click the Deploy Now Button

Wait for the server to be installed an configured.

On the Server Information screen you will find your IP address, Username and Password

Click on the View Console link/image and a noVNC window will open.

log in

Type username  root and press enter

Type password *************** and press enter (On the Server Information screen)

Next change your password to something easier for you to remember and to enter on the noVNC window.

Type passwd and press enter (read and follow the prompts) Enter new password then Confirm new password.

Type wget https://www.datacoin.tk/source/0.15.99.08/install-node.sh  and press enter

Type chmod +x install-node.sh  and press enter

Type ./install-node.sh  and press enter

Installation will take approximately 60 minutes to complete

start the server

Type datacoind -server -daemon and press enter

watch the blocks downloading

Type watch datacoin-cli getblockcount and press enter

to exit press Ctrl + C

add cron job to start Datacoin when ever the server reboot

Type crontab -e and press enter

Type 2 and press enter to select the second option 2. /bin/nano        <---- easiest

Scroll to the bottom of the screen with the cursor

Type @reboot /usr/local/bin/datacoind -server -daemon

Press Ctrl + O and press enter

Press Ctrl + X and press enter

Type clear and press enter

Type datacoin-cli getwalletinfo and press enter to see the wallet information

It will take about three hours to download the blocks on a small server

=======================================================================================

pm me if you need help - will be to help when time permits.

pm me if you can help with a cross compilation script like this for the Windows Binaries

Tnx,

H

Datacoin : DHZ6H91fsDoBHbdqED3ysCJJ2TUh3zRMZD
Krugercoin : Yz3A9sTMp2yh5QLuAL8YQyvS5PdjHRHkkf
pepi
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
May 09, 2018, 09:52:40 PM
Last edit: May 09, 2018, 11:48:42 PM by pepi
 #814



INSTRUCTIONS FOR MINING
You need to start the embeded "madpool" in dtc client, then use xpmclient for mining.

1. setgenerate true
Enter this command in dtc console. If you need you can stop pool later with command "setgenerate false", but closing dtc application also works Smiley

2. use xpmclient v10.1beta: https://yadi.sk/d/gFMn5wDw3Nnven
You can try another versions of xpmclient.
Check config.txt for configuring. For example server = "127.0.0.1".

I would like to start solo mining.
I download latest wallet and synced .

If I enter in console setgenerate true wallet crashed  with assertion error




win x 64 8GB ram i7-2700k
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 10, 2018, 07:38:17 AM
 #815


I would like to start solo mining.
I download latest wallet and synced .

If I enter in console setgenerate true wallet crashed  with assertion error




win x 64 8GB ram i7-2700k
Good Day!

Which version do you use?
pepi
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
May 10, 2018, 09:38:20 AM
 #816


I would like to start solo mining.
I download latest wallet and synced .

If I enter in console setgenerate true wallet crashed  with assertion error




win x 64 8GB ram i7-2700k
Good Day!

Which version do you use?

As I said I use latest version
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 10, 2018, 01:36:07 PM
 #817


As I said I use latest version
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF
I cannot reproduce the error. It seems the race condition with zsys_init function.

Can you make some runnings and present a report? Does it happen every running or time to time?
pepi
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
May 10, 2018, 02:02:39 PM
 #818


As I said I use latest version
Windows binaries 0.15.99-08: https://yadi.sk/d/eu7rJ9EN3VSYBF
I cannot reproduce the error. It seems the race condition with zsys_init function.

Can you make some runnings and present a report? Does it happen every running or time to time?

I have intend to make solo mining, and every time I enter command, got same result Sad
So I cannot make condition for solo mining.
Verionum
Jr. Member
*
Offline Offline

Activity: 89
Merit: 3


View Profile
May 10, 2018, 03:20:47 PM
 #819


I have intend to make solo mining, and every time I enter command, got same result Sad
So I cannot make condition for solo mining.


Please try this version https://yadi.sk/d/Tc-KjdVN3VgS6P
and make response. Is any difference?
pepi
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
May 10, 2018, 03:36:38 PM
 #820


I have intend to make solo mining, and every time I enter command, got same result Sad
So I cannot make condition for solo mining.


Please try this version https://yadi.sk/d/Tc-KjdVN3VgS6P
and make response. Is any difference?

Negative, same error, same crash Sad
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 70 71 72 73 74 75 76 »
  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!