Bitcoin Forum
April 23, 2024, 02:07:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: October 04, 2017, 06:47:40 PM
Hi,

I have just had a look at one of the nodes that I run and noticed that the money supply over the last week increased from about 2750000 to nearly 400000 and the blocks are solved at a rate of 15 per second - who could be mining at this rate and with what?

Also, is there anyone that can help me to get a datacoin.conf file properly setup to get rpc commands working on Ubuntu

Tnx,

H
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin - DTC]2017 New Clients, New Developers on: September 30, 2017, 07:16:53 AM
So, the Window wallet are not working at the moment? No connection.

Hello d3athgu1s3,

    There is a new release-candidate which needs to be tested and should work for you on windows.
    It is able to find the swarm immediately and can get > 8 connections pretty quickly.

    I'm not going to publish the URL here until I've had some confirmation about all the things working as expected.

    The URLs were shared with extro24 and gjhiggins about 24 hours ago or so.
    The plan with the new release candidate is to sync the whole chain using it on Linux/Windows/macOS and then start mining with it and conduct some transactions.
    Since syncing the chain from scratch takes a few days; this is a bit of a sit-and-wait exercise.

    Although, if you're interested in joining us in testing, just send a PM to extro24, gjhiggins or I and we'll link you to the release-candidate Windows installer.
    If you feel like testing on the other two platforms as well, that would be awesome.

Best Regards,
-Chicago

Hi,

I can confirm that the Wallet at the link previously posted works as it should.

After starting the Wallet it is important to add nodes, do so by clicking on the Help menu, then click on the Debug window for the Console to open and select the Console tab and next start adding the following nodes with the command line.

At the bottom you will see a > and net to it a text block;

copy and paste addnode 139.59.84.79 add into the text block and then press enter on your keyboard,
copy and paste addnode 104.236.250.232 add into the text block and then press enter on your keyboard,

you should see "addnode 139.59.84.79 add" and "addnode 104.236.250.232 add" appear in Teal in the Console screen.

Your Wallet should connect and start Synchronizing with the network. You may add more nodes as posted here - the two IP addresses mentioned above are now permanent Datacoin nodes sponsored by myself.

@-Chicago

You may pm me the link if it is not the same client that was previously posted by extro24 and gjhiggins.

Thanks,

Hamburger




103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: September 19, 2017, 12:31:33 AM

In my original request;

3) Set up a simple block chain on Digital Ocean.

was meant to be;

3) Set up a simple block explorer on Digital Ocean.

Tnx,

H
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: September 18, 2017, 10:41:27 AM

Hello Hamburger,

    It looks like you're missing the GNU Multiple Precision Arithmetic Library development package.
    Install libgmp-dev and then try to make.

Best Regards,
-Chicago

@Chicago - Thanks, it compiled correctly.

H

105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: September 18, 2017, 09:15:23 AM
Hi,

On compiling https://github.com/gjhiggins/datacoin using Ubuntu 14.04.5 x64 I get this compile error;

Code:
In file included from main.cpp:16:0:
prime.h:10:17: fatal error: gmp.h: No such file or directory
 #include <gmp.h>
                 ^
compilation terminated.
make: *** [obj/main.o] Error 1

Anyone that can assist?

Tnx
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Datacoin] Datacoin blockchain start announcement (Minor code upd + logo) on: September 13, 2017, 10:20:22 AM
Hi,

Just want to know if anyone could help me to achieve the following?

1) How to compile a Windows-qt wallet - sorry I am a Windows person but not by choice Roll Eyes
2) How to interact with the wallet using php and conf file.
3) Set up a simple block chain on Digital Ocean.
3) Set up a mining pool on Digital Ocean.

I'll send you all of my DTC 600.23  Grin  for this educational experience.

Thank you,

H
107  Alternate cryptocurrencies / Altcoin Discussion / How to create a Wndows-qt wallet on: September 01, 2017, 06:32:23 PM
Hi,

I am looking for a reliable set of instructions on how to compile a Windows-qt wallet that should work for any or most alt coin. I am really not interested in instructions that is seven year old, for that, Google is a good source of information. Coins that I have seen recently and that comes to mind - could maybe work PeerCoin or PrimeCoin or DataCoin

Thx,

H
108  Bitcoin / Project Development / Re: PHP create bitcoin address on: June 14, 2017, 03:39:38 PM
Can you people guide me how can I create bitcoin address in php?

You can use this as a starting point;

https://github.com/shayanb/Bitcoin-PoS-PHP
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [TESTNET] Infocoin | Uncensorable Data in the Blockchain on: March 21, 2017, 07:17:21 AM

Is this coin not what you want to achieve here?

Datacoin

A decentralized data storage cryptocurrency

http://datacoininfo.org/

https://bitcointalk.org/index.php?topic=348561.0
110  Bitcoin / Project Development / Re: Purpose me a good API to receive payments for my application on: March 16, 2017, 05:02:52 PM
Hi,
I already used 3 APIs for my projects, but for each of them, i found some issues.

Blockchain.info - Many times i get my IP blacklisted without any reason
Block.io - I am using bitcoin forwarder but is not free.
Blocktrail - Good to receive payments, but take many fees (For a transaction of 5$ i lose 10$ !)

Can someone suggest me any trusted alternative solution please ?
You get your IP blacklisted from blockchain, because it isn't meant to be used for business.
Some options you have other than those 3 are Bitpay and Coinify. If I'm not mistaken, Bitcoin Core wallet can be used for this purpose as well.

Use the API of http://blockr.io/ and let them know if you will make a huge amount of calls - I had no issues since moving to them.
111  Bitcoin / Project Development / Re: Do you have a sample dice script? on: November 04, 2015, 06:15:03 PM
Hi guys do you have sample dice script that works in moneypot. Can you share it? I was planning to make a dice gambling site... But i dont have any dice script.
I was got the dice script before here in development but its not working...

You can go to

https://github.com/untitled-dice/untitled-dice.github.io

112  Bitcoin / Bitcoin Discussion / Re: Is there a way to earn at least $1 in BTC per hour? on: October 04, 2015, 04:06:27 PM
Since the market for Android apps are growing by the day you should learn to program an Android app if you want to earn a passive income of approximately $1 an hour.
 
Android is most likely the most important platform that you can use to reach people on a global scale. Every app has an enormous potential to generate passive income. Have a look out on the web for online services that is free or low cost to use.

The major advantage would be no coding, unless you want to go that route and it is in most instances point, click and drag to create an app. You can monetize your app with ads or sell it on Google Play or similar sites and then convert your revenue into Bitcoin.
113  Economy / Micro Earnings / Re: bitter.io - Earn Bitcoins in a Second, The Modern PTC. on: July 09, 2015, 04:15:29 AM
Yea, Really!

While I am more that willing to advertise my site with you, I am not going to send Bitcoin from one wallet to another to do so - why not generate first generation addresses in conjunction with the multisig addresses.

H

Ok @hamburger, so you can send the transaction (0.01590000 btc) to this address: 19EN7JdVjnNHmxmdfRiewCBQ5tVTY7Xm4S I'll be the bridge for this one and activate your campaign myself.

Good morning,

https://blockchain.info/tx-index/35418b2cbcdfa52b50ca8fa0aef71e9b0aed92b58e01ceddedb3fc4ed37d03e0

Tnx,

H
114  Economy / Micro Earnings / Re: bitter.io - Earn Bitcoins in a Second, The Modern PTC. on: July 08, 2015, 06:28:11 PM

Could not pay for advertising using MultiBit wallet;

The address "3G47NK3zQvQP2ndcWfTkFW5ob1zWTuLsyt" is not a valid bitcoin address.

H

Really?

I never had the problem before, does Multibit wallet support Multisig addresses? Bitcoin core do.

Yea, Really!

While I am more that willing to advertise my site with you, I am not going to send Bitcoin from one wallet to another to do so - why not generate first generation addresses in conjunction with the multisig addresses.

H
115  Economy / Micro Earnings / Re: bitter.io - Earn Bitcoins in a Second, The Modern PTC. on: July 08, 2015, 04:11:49 PM

Could not pay for advertising using MultiBit wallet;

The address "3G47NK3zQvQP2ndcWfTkFW5ob1zWTuLsyt" is not a valid bitcoin address.

H
116  Bitcoin / Project Development / Re: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) on: July 07, 2015, 06:56:42 PM

I don't want to change the Chance, I want to add the target number.

Example for Multiplier x4, the Chance would be 24.75% and the Target would be > 75.24

I would like to show the target before Rolling the dice.

How can I implement this? I'm a bit lost here...

It is very important to explain exactly what you want. Do not expect people who are willing to take time to help you to just know what you are actually want.

If you want to display "Target" instead of "Chance"

Find the following code in app.js

Code:
 
    return el.div(
      {},
      el.span(
        {className: 'lead', style: { fontWeight: 'bold' }},
        'Chance: '
      ),
      innerNode
    );


Code:
 
    return el.div(
      {},
      el.span(
        {className: 'lead', style: { fontWeight: 'bold' }},
        'Target: '
      ),
      innerNode
    );


Then change the code to inverse the calculation

Find the following code in app.js

Code:
    // Just show '--' if chance can't be calculated
    var innerNode;
    if (isError) {
      innerNode = el.span(
        {className: 'lead'},
        ' --'
      );
    } else {
      innerNode = el.span(
        {className: 'lead'},
        ' ' + (winProb * 100).toFixed(2).toString() + '%'
      );
    }

change it to

Code:
    // Just show '--' if chance can't be calculated
    var innerNode;
    if (isError) {
      innerNode = el.span(
        {className: 'lead'},
        ' --'
      );
    } else {
      innerNode = el.span(
        {className: 'lead'},
        '  > ' + ((winProb * -100) + 100 ).toFixed(2).toString() + '%'
      );
    }

You site will display;

Target: > 75.24%

as simple as that!

Enjoy.
117  Bitcoin / Project Development / Re: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) on: July 07, 2015, 06:11:30 PM
No one can help me here??

 Huh

If you want to change the "Chance:", find in the app.js the following line of code

Code:
  multiplier: {
    str: '2.00',
    num: 2.00,
    error: undefined
  },

Set multiplier anything between 1 and 10 - just note the profit drop if the Chance increase an it will increase if the Chance decrease.




118  Bitcoin / Project Development / Re: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) on: July 05, 2015, 05:32:30 PM
Do I have to have SSL in order for this to work? I tried forking it to my site and the layout popped up for a second and then firefox said "this site is not trusted blah blah blah" since I don't have SSL. I added an exception and then I get a 404 error :/  My uri redirect I put it regular HTTP instead of HTTPS but it auto-redirects to HTTPS.

fix the app.js entry for that lol
I did change the redirect uri in the app.js but it still forces it over to https after loading causing a 404 error.

I take it that you have set redirect uri to => redirect_uri: 'http://www.your-domain.................',

Find these lines in app.js
Code:
  // - Set this to true if you want users that come to http:// to be redirected
  //   to https://
  force_https_redirect: !isRunningLocally()

Change it to

Code:
  // - Set this to true if you want users that come to http:// to be redirected
  //   to https://
  //force_https_redirect: !isRunningLocally()
119  Bitcoin / Project Development / Re: [Free Script] Untitled Dice - Run your own bitcoin dice site (no server needed) on: July 04, 2015, 10:07:39 PM

Could one set up a dice site on a server with cpanel hosting? If so, is there any instructions somewhere to do so.

Thank you,

H
120  Bitcoin / Project Development / Re: [ANNOUNCE] RPC Ace - a simple cut-down block explorer alternative on: June 19, 2015, 10:13:36 PM
PHP Parse error:  syntax error, unexpected '[' in /var/public_html/5/rpcace.php on line 35
anyone ?

Your code on line 35 in rpcace.php should look like this;

Code:
private static $blockFields = [ 'hash', 'nextblockhash', 'previousblockhash', 'confirmations', 'size', 'height', 'version', 'merkleroot', 'time', 'nonce', 'bits', 'difficulty', 'mint', 'proofhash' ];

if you can not find the bracket "[" that is out of place, look at a few lines before line 35.

If that fail, just replace the file with a copy from the original and make sure that you only change the required variables leaving the rest of the file in tact.



Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!