Pages:
Author

Topic: [ANN] Datacoin - Censorship-Free Data Storage - page 36. (Read 66682 times)

full member
Activity: 414
Merit: 101

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.
jr. member
Activity: 89
Merit: 3

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?
full member
Activity: 414
Merit: 101

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
jr. member
Activity: 89
Merit: 3

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?
full member
Activity: 414
Merit: 101


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
full member
Activity: 241
Merit: 107
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
full member
Activity: 241
Merit: 107

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
jr. member
Activity: 89
Merit: 3
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.
full member
Activity: 241
Merit: 107
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
jr. member
Activity: 89
Merit: 3
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 ../..
full member
Activity: 241
Merit: 107
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,

 
sr. member
Activity: 481
Merit: 252
Added windows binaries in my previous post.

Thank you Verionum.

Enjoy your well earned rest.

-extro
jr. member
Activity: 504
Merit: 3
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!
jr. member
Activity: 89
Merit: 3
Added windows binaries in my previous post.
sr. member
Activity: 1248
Merit: 297
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

copper member
Activity: 100
Merit: 1
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
jr. member
Activity: 89
Merit: 3
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 ../..
sr. member
Activity: 481
Merit: 252
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
sr. member
Activity: 1248
Merit: 297
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
jr. member
Activity: 89
Merit: 3

Code:
received block e75e39b1338a4bd81439ee1002e87d0a8665236809b88cf0ede3ae961361d5d3
ERROR: CheckPrimeProofOfWork() : block header hash under limit
ERROR: CheckProofOfWork() : check failed for prime proof-of-work
ERROR: ProcessBlock() : proof of work failed


Thank you very much, Graham!

It is unbelievable, but uint256("55") > uint256("46") in old bitcoin client and uint256("55") < uint256("46") in modern bitcoin client. They changed comparison in reverse byte order.

There is only one place when that important in dtc client, but it happend.
Fixed.
Pages:
Jump to: