Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: slaveforanunnak1 on February 19, 2015, 08:59:04 PM



Title: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 08:59:04 PM
Finally got around to setting one up. It's sitting on my desk at work ;)


Title: Re: Full node.
Post by: pedrog on February 19, 2015, 09:15:46 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.


Title: Re: Full node.
Post by: SirChiko on February 19, 2015, 09:20:30 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
That's nice program? When was it launched? It's my first time hearing about this.


Title: Re: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 09:50:29 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
Nice! thanks! I'll have to look into this a bit more. Not really sure how to use their API.


Title: Re: Full node.
Post by: pedrog on February 19, 2015, 09:51:36 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
That's nice program? When was it launched? It's my first time hearing about this.

I think it's recent.


Title: Re: Full node.
Post by: SirChiko on February 19, 2015, 09:53:05 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
That's nice program? When was it launched? It's my first time hearing about this.

I think it's recent.
Yep seems to me like that too as i've seen multiple topics about people asking if they can earn anything as full node and nobody ever mentioned this.


Title: Re: Full node.
Post by: shorena on February 19, 2015, 09:54:39 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
That's nice program? When was it launched? It's my first time hearing about this.

I think it's recent.

Few days. Let me dig up the post that made me aware. Its still early, not even the minimum number eligible nodes has been reached.

13.02. -> https://bitcointalk.org/index.php?topic=929353.msg10451923#msg10451923
12.02. -> https://bitcointalk.org/index.php?topic=952996.msg10433140#msg10433140


Title: Re: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 09:58:00 PM
can someone please explain to me what this means?
Quote
Set Bitcoin address for an activated node. Node must be activated separately, i.e. from https://getaddr.bitnodes.io/nodes/<ADDRESS>-<PORT>/, before it can be updated using this endpoint.


edit: derp.. nevermind


Title: Re: Full node.
Post by: SirChiko on February 19, 2015, 10:01:24 PM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.
That's nice program? When was it launched? It's my first time hearing about this.

I think it's recent.

Few days. Let me dig up the post that made me aware. Its still early, not even the minimum number eligible nodes has been reached.

13.02. -> https://bitcointalk.org/index.php?topic=929353.msg10451923#msg10451923
12.02. -> https://bitcointalk.org/index.php?topic=952996.msg10433140#msg10433140
Thank you, i see :) atleast one good move from foundation.


Title: Re: Full node.
Post by: shorena on February 19, 2015, 10:04:17 PM
can someone please explain to me what this means?
Quote
Set Bitcoin address for an activated node. Node must be activated separately, i.e. from https://getaddr.bitnodes.io/nodes/<ADDRESS>-<PORT>/, before it can be updated using this endpoint.


edit: derp.. nevermind

They provided a curl command somewhere and want you to have an html page with a bitcoin address in order to be eligible.

Code:
curl -H 'Accept: application/json; indent=4' -d 'bitcoin_address=1YOURbitcoinADDRESS' -d 'url=http(s)://IPorURL.tld' https://getaddr.bitnodes.io/api/vi/nodes/NODEIP-PORT/

e.g.

Code:
curl -H 'Accept: application/json; indent=4' -d 'bitcoin_address=14GXh8khHXd8p4nQRCQdWi7fvHsNCDBkTG' -d 'url=http://213.165.91.169' https://getaddr.bitnodes.io/api/vi/nodes/213.165.91.169-8333/

Must be done from the same IP as the node, e.g. from the node directly.


Title: Re: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 10:08:16 PM
can someone please explain to me what this means?
Quote
Set Bitcoin address for an activated node. Node must be activated separately, i.e. from https://getaddr.bitnodes.io/nodes/<ADDRESS>-<PORT>/, before it can be updated using this endpoint.


edit: derp.. nevermind

They provided a curl command somewhere and want you to have an html page with a bitcoin address in order to be eligible.

Code:
curl -H 'Accept: application/json; indent=4' -d 'bitcoin_address=1YOURbitcoinADDRESS' -d 'url=http(s)://IPorURL.tld' https://getaddr.bitnodes.io/api/vi/nodes/NODEIP-PORT/

e.g.

Code:
curl -H 'Accept: application/json; indent=4' -d 'bitcoin_address=14GXh8khHXd8p4nQRCQdWi7fvHsNCDBkTG' -d 'url=http://213.165.91.169' https://getaddr.bitnodes.io/api/vi/nodes/213.165.91.169-8333/

Must be done from the same IP as the node, e.g. from the node directly.


So just open a terminal and run that curl command after i change the variables?


Title: Re: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 10:16:42 PM
strange:

when i check it it says node is UP:
https://i.imgur.com/6pMsROm.png

but after i click on it, it shows my node is down


https://i.imgur.com/YdBwmWp.png


Title: Re: Full node.
Post by: shorena on February 19, 2015, 10:29:55 PM
-snip-

So just open a terminal and run that curl command after i change the variables?


Yes.

strange:

when i check it it says node is UP:
https://i.imgur.com/6pMsROm.png

but after i click on it, it shows my node is down
-snip-

Maybe its too early? The IP check is done on the fly, the info page might need a bit till its set up.


Title: Re: Full node.
Post by: slaveforanunnak1 on February 19, 2015, 10:42:38 PM
-snip-

So just open a terminal and run that curl command after i change the variables?


Yes.

strange:

when i check it it says node is UP:
https://i.imgur.com/6pMsROm.png

but after i click on it, it shows my node is down
-snip-

Maybe its too early? The IP check is done on the fly, the info page might need a bit till its set up.


Ok, thanks! How can I verify it's good to go?


Title: Re: Full node.
Post by: shorena on February 20, 2015, 07:41:04 AM
-snip-
Ok, thanks! How can I verify it's good to go?

For the incentive programm? It will show your address at the bottom of that page.

https://getaddr.bitnodes.io/nodes/213.165.91.169-8333/


Title: Re: Full node.
Post by: zetaray on February 20, 2015, 08:26:21 AM
Register your node here https://getaddr.bitnodes.io/nodes/incentive/ you might get some bitcoin out of it.

Never heard of this! Running a node gets you a lottery ticket to win $10. Not bad.