Bitcoin Forum
May 04, 2024, 09:45:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 66645 times)
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 17, 2018, 11:36:32 AM
Last edit: June 17, 2018, 11:57:47 AM by extro24
 #1061

Testnet running at 154.66.207.206.

Anybody have an xpmclient binary for ubuntu?

The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714859105
Hero Member
*
Offline Offline

Posts: 1714859105

View Profile Personal Message (Offline)

Ignore
1714859105
Reply with quote  #2

1714859105
Report to moderator
1714859105
Hero Member
*
Offline Offline

Posts: 1714859105

View Profile Personal Message (Offline)

Ignore
1714859105
Reply with quote  #2

1714859105
Report to moderator
benxy031
Jr. Member
*
Offline Offline

Activity: 44
Merit: 12


View Profile
June 17, 2018, 12:25:12 PM
 #1062

Testnet running at 154.66.207.206.

Anybody have an xpmclient binary for ubuntu?


Hi!

Try this link http://coinsforall.io/distr/xpmclient-10.2.2-beta.tar.gz
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 17, 2018, 10:02:41 PM
 #1063

Yes

Apertus.io is written in C#.  Have you tried to run it with Mono for Linux, Mac and Android?

https://www.mono-project.com/

We have not.
But I love the idea!
I have tried with mono to run Apertus on Ubuntu 17.10, but no success Sad

I compiled mono (configure, make, make install etc) and it installed correctly under Lubuntu 17.10.  I did "mcs hello.cs" and got hello.exe.  Then "mono hello.exe" gave "Hello Mono World".
Now I need to start Apertus.  I see a ADD.csproj, ADD.sln, Main.cs etc.  "xbuild" seems to run.

extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 17, 2018, 10:03:17 PM
 #1064

Testnet running at 154.66.207.206.

Anybody have an xpmclient binary for ubuntu?


Hi!

Try this link http://coinsforall.io/distr/xpmclient-10.2.2-beta.tar.gz

Thanks.
-extro

extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 17, 2018, 10:25:49 PM
 #1065

Trying to mine test coins with xpmclient.

What am I doing wrong:

# Pool websites:
#   http://xpmforall.org
server = "154.66.207.206";

port = "6666";

# Your XPM payout address
address = "VYqnfjwMf3y174sF8Yirh1gtt8yJbwqYpE";

# You can give this machine a custom name
# Computer name is used as default
#name = "custom_name";

# Platform:
#  "amd": AMD GCN cards
#  "amd legacy": AMD HD5xxx & HD6xxx cards
#  "amd vega": AMD Vega cards
#  "nvidia": NVidia Maxwell cards
platform = "amd";

My static ip address is 154.66.207.206.

DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
June 17, 2018, 10:43:40 PM
 #1066

Trying to mine test coins with xpmclient.

What am I doing wrong:

# Pool websites:
#   http://xpmforall.org
server = "154.66.207.206";

port = "6666";

# Your XPM payout address
address = "VYqnfjwMf3y174sF8Yirh1gtt8yJbwqYpE";

# You can give this machine a custom name
# Computer name is used as default
#name = "custom_name";

# Platform:
#  "amd": AMD GCN cards
#  "amd legacy": AMD HD5xxx & HD6xxx cards
#  "amd vega": AMD Vega cards
#  "nvidia": NVidia Maxwell cards
platform = "amd";

My static ip address is 154.66.207.206.

If you are mining on the same machine you have the testnet on,  just use 127.0.0.1
If it's not local, then you have to make sure you are setting the port properly in the .conf file (others chime in on this to make sure this is right, i may be wrong)

And remember to activate the mining server on the Datacoin testnet wallet you are running by putting setgenerate true in the console.

Anyone else have any ideas?

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
benxy031
Jr. Member
*
Offline Offline

Activity: 44
Merit: 12


View Profile
June 18, 2018, 04:01:19 AM
 #1067

Yes

Apertus.io is written in C#.  Have you tried to run it with Mono for Linux, Mac and Android?

https://www.mono-project.com/

We have not.
But I love the idea!
I have tried with mono to run Apertus on Ubuntu 17.10, but no success Sad

I compiled mono (configure, make, make install etc) and it installed correctly under Lubuntu 17.10.  I did "mcs hello.cs" and got hello.exe.  Then "mono hello.exe" gave "Hello Mono World".
Now I need to start Apertus.  I see a ADD.csproj, ADD.sln, Main.cs etc.  "xbuild" seems to run.

Apertus is not comptabile with mono.
There is issues from 2015 in githubhttps://github.com/HugPuddle/Apertus/issues/16
Any solution for this?
benxy031
Jr. Member
*
Offline Offline

Activity: 44
Merit: 12


View Profile
June 18, 2018, 04:07:20 AM
 #1068

Trying to mine test coins with xpmclient.

What am I doing wrong:

# Pool websites:
#   http://xpmforall.org
server = "154.66.207.206";

port = "6666";

# Your XPM payout address
address = "VYqnfjwMf3y174sF8Yirh1gtt8yJbwqYpE";

# You can give this machine a custom name
# Computer name is used as default
#name = "custom_name";

# Platform:
#  "amd": AMD GCN cards
#  "amd legacy": AMD HD5xxx & HD6xxx cards
#  "amd vega": AMD Vega cards
#  "nvidia": NVidia Maxwell cards
platform = "amd";

My static ip address is 154.66.207.206.

If you are mining on the same machine you have the testnet on,  just use 127.0.0.1
If it's not local, then you have to make sure you are setting the port properly in the .conf file (others chime in on this to make sure this is right, i may be wrong)

And remember to activate the mining server on the Datacoin testnet wallet you are running by putting setgenerate true in the console.

Anyone else have any ideas?
If it's local use 127.0.0.1, if it's not use host = ip in both conf files (datacoin conf and xpmclient config)
Do you run both wallets on sam machine? (test and main)
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
June 19, 2018, 04:29:00 AM
Last edit: June 19, 2018, 06:04:27 PM by DataSea
 #1069

Testnet tests are going well!

However, we need a bigger swarm to draw any real conclusions!

If you can spin up a testnet, please do!

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

Testnet instructions:
Create to the shortcut to Datacoin, then rightclick on the shortcut, now click properties.
Then in properties in the Target field on the far right, add a space then put -testnet in there.
Run it, then you add the nodes via clicking the Help tab > Debug window > Console > then in the console at the bottom put addnode 119.9.108.125 add
Repeat for the rest.

Current nodes:
119.9.108.125
108.161.137.90
89.201.209.215
140.186.194.162
154.66.207.206

If you can mine, so much the better!
Best miners here:
https://bitcointalk.org/index.php?topic=831708.0

If you have any questions, please ask!


So far Testnet has handled many 1-5 mb etchings, and even a 22 mb etching!
see bitFossil.org for some of the latest Smiley

I never saw any of my Testnets flinch or falter! Nor did I see any of the networks do so!

Things are looking good, but a bigger swarm is preferred 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
DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
June 20, 2018, 04:07:04 AM
 #1070

Hi Team,

Does anyone know a good blockchain hosting site like CryptoID?
They've been great -- but they aren't adding any more chains right now.
https://chainz.cryptoid.info/dtc/

I'm looking for someone that will host Datacoin Testnet that's as good as CryptoID.
Let me know -- I'll pay -- we need a solid running testnet wallet at all times that has the telemetry that CryptoID provides Datacoin Mainnet.

Thanks!
The DataSea

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
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 20, 2018, 11:36:57 AM
 #1071

Testnet running at 154.66.207.206.

Anybody have an xpmclient binary for ubuntu?

Do you know when the main net will be launched?
Have the project already had exact lauch day of Datacoin main net?
Thank you for your information.

Main net was launched on 17 November 2013.

muf18
Sr. Member
****
Offline Offline

Activity: 882
Merit: 310


View Profile
June 20, 2018, 02:00:03 PM
 #1072

These are bots, not worth to reply, or get interaction with.
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
June 27, 2018, 05:28:55 AM
 #1073

Somebody is mining directly to FreiExchange.  Please stop.  They will put a penalty on Datacoin and you may lose your coins.  First mine to your own wallet and then transfer to the exchange.

DataSea
Copper Member
Jr. Member
*
Offline Offline

Activity: 100
Merit: 1


View Profile WWW
June 27, 2018, 05:33:35 AM
 #1074

Found on the Datacoin blockchain:




http://bitfossil.org/ea4c24e35ff7c85635a067b0af5a00b5e75241028e425976d738e6ba7be4d1ac/index.htm

Datacoin:
ea4c24e35ff7c85635a067b0af5a00b5e75241028e425976d738e6ba7be4d1ac

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
pepi
Full Member
***
Offline Offline

Activity: 414
Merit: 101


View Profile
June 27, 2018, 09:36:45 AM
Last edit: June 27, 2018, 09:53:20 AM by pepi
 #1075

Somebody is mining directly to FreiExchange.  Please stop.  They will put a penalty on Datacoin and you may lose your coins.  First mine to your own wallet and then transfer to the exchange.
I never understand why that is problem? I mine XPM directly to Poloniex, where I exchange  XPM , for years and never have any problem, never have any penalty , never have any issue.
To be clear I am not that person, and I dont mine directly to FreiExchange because I always do solo DTC mining.
chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
July 06, 2018, 07:53:04 AM
 #1076

Somebody is mining directly to FreiExchange.  Please stop.  They will put a penalty on Datacoin and you may lose your coins.  First mine to your own wallet and then transfer to the exchange.
I never understand why that is problem? I mine XPM directly to Poloniex, where I exchange  XPM , for years and never have any problem, never have any penalty , never have any issue.
To be clear I am not that person, and I dont mine directly to FreiExchange because I always do solo DTC mining.

Simply put ...

The hundreds of thousands of transactions that occur within the wallet is what the issue is. Some wallets cannot (or will not) handle such massive amounts of transactions to occur smooth, and even if they did, a great many wallets are limited to their functional state on servers that are not the most lightening fast systems to process thousands of transactions in one go. Especially so many that could be small transactions like deposits from mining. That is probably why a lot of large exchanges are in 'maintenance mode' a huge amount of the time. They need to consolidate those transactions (sometimes in the millions in the case of poloniex I am guessing) to a few or possibly ONE transaction in a single block.

The wallet itself gets ridiculously large also, not only in size, but memory usage of the server. Multiply that with multiple wallets in a single server (it is highly unlikely that any exchange uses a single server for EACH daemon/wallet) and you chew into the RAM quite easily.

It doesn't mean you CAN'T mine directly to the exchange wallet, but as outlined above, those are some of the major issues pertaining to mining directly to an exchange wallet.

That is pretty much it in a nutshell. The man hours, and maintenance required to cater for these millions of transactions are what the 'real' issue is in almost any wallet. You would only have a few transactions in your personal wallet in comparison to a large exchange like poloniex, but if you are to assign a visual comparison to it to see it a little easier, it is like saying that your street that your house is located only has a few cars travelling on it at any one time, as opposed to the major city expressways located in the EU or USA where millions of cars travel along those roads every day. The congestion, functionality and maintenance of those superhighways are nothing compared to the little street in a suburb that you may located.

If the exchange has no issues with it though, then there is no problem. Some exchanges however only have one or two people operating the exchange, and so man hours and wallet downtime and maintenance become a problem for them.

#crysx

shtako
Hero Member
*****
Offline Offline

Activity: 779
Merit: 502


View Profile
July 06, 2018, 10:25:32 AM
 #1077

What is the official website?

datacoin.info or datacoininfo.org

Coinmarketcap links to datcoin.info, but this thread points datacoininfo.org, so I guess that is the correct one. It might be a bit confusing, and if you google "datacoin" you also end up on datacoin.info.
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
July 06, 2018, 02:30:13 PM
 #1078

What is the official website?

datacoin.info or datacoininfo.org

Coinmarketcap links to datcoin.info, but this thread points datacoininfo.org, so I guess that is the correct one. It might be a bit confusing, and if you google "datacoin" you also end up on datacoin.info.

We have no control over datacoin.info so datacoininfo.org is the official site.

-extro

Agent009
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
July 10, 2018, 09:27:31 PM
 #1079

Hi extro24

I can't withdraw my 1000 datacoin from datadice website.
Please help me...
extro24 (OP)
Sr. Member
****
Offline Offline

Activity: 481
Merit: 252


View Profile
July 11, 2018, 07:26:34 AM
 #1080

Hi extro24

I can't withdraw my 1000 datacoin from datadice website.
Please help me...

There is a link you had to save when you deposited.  Are you able to go back to that link?

Pages: « 1 ... 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!