Pages:
Author

Topic: [BTE] The Bytecoin Information Thread - page 18. (Read 80094 times)

newbie
Activity: 19
Merit: 0
April 19, 2018, 05:24:21 PM
addnode=34.233.28.56:6333

Need more nodes? Donations accepted! --> 8S5o3zrmdVNz6FPfwtYryuVZR98SXbPeHY

May I add this to the DNS lookup for seed.bte.vima.austin.tx.us?



Yes no problem.

Also, I build a faucet that gives out 0.001. Can anyone test if it works?


http://34.233.28.56:3000/faucet/8YourBYTECOINaddressgMCwY3WGVm35EYuA
legendary
Activity: 1246
Merit: 1002
April 19, 2018, 11:51:34 AM
addnode=34.233.28.56:6333

Need more nodes? Donations accepted! --> 8S5o3zrmdVNz6FPfwtYryuVZR98SXbPeHY

May I add this to the DNS lookup for seed.bte.vima.austin.tx.us?

legendary
Activity: 1246
Merit: 1002
April 19, 2018, 11:43:31 AM
Wlii spin up a few extra linux boxes to help support the network. Any programmers here or is it only me?

I'm program.  I am pretty deep into hardening the client against strip-mining.  I occasionally have questions on data structures, type changes, and the like.

I have some scripts that build a VM on an Ubuntu box, apt-get the necessary support stuff, and build the client.  It is not completely turn-key, but that is the goal.  Each new VM is a clone of the others, so I can do clean builds, and simply erase a VM for cleanup.  Of course, there are little bugs that I don't know about, because I wrote the thing and I have work habits that don't expose them to me.

[email protected]:a-mcintosh/Trusty-preseed.git


A test of that VM would be for you to clone and build ahmed's repository.  My diffs are against his work.

[email protected]:ahmedbodi/bytecoin.git


One thing on my wish list is to do the apt-gets in the VM build process so that I can also make the Windows .EXE.

One of my efforts has the SHA-256 of the binary be signed by the builders Bytecoin address and then scp'd back to me.  This is probably in disrepair, because I don't do regression testing each day.  It may also not be in the github, because I have not released much while I am testing.

It might make sense to join #altcoin-dev on freenode.



newbie
Activity: 19
Merit: 0
April 19, 2018, 08:38:04 AM
addnode=34.233.28.56:6333

Need more nodes? Donations accepted! --> 8S5o3zrmdVNz6FPfwtYryuVZR98SXbPeHY
newbie
Activity: 19
Merit: 0
April 19, 2018, 08:16:47 AM
Wlii spin up a few extra linux boxes to help support the network. Any programmers here or is it only me?
full member
Activity: 368
Merit: 100
April 18, 2018, 02:44:06 PM
Here's getpeerinfo:

"addr" : "67.198.113.220:6333",
"services" : "00000001",
"lastsend" : 1524078952,
"lastrecv" : 1524078951,
"conntime" : 1524064543,
"version" : 70001,
"subver" : "/Satoshi:0.8.1.2/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 58172,
"banscore" : 0


You should be able to open a debug window.  In Linux, there is a help dropdown menu and it gives a debug window option.
The debug option is another panel, with an "information" and a "console" option.
In the console option, you can type "getpeerinfo"  and it will give some summary information about each connection, including whether it is inbound.


legendary
Activity: 1246
Merit: 1002
April 18, 2018, 02:14:33 PM
How do I check for that on my node?


Are you certain? Right now I'm showing only one connection to 67.198.113.220:6333 and have had that all night long.

I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.


It is 16:44 UTC. 

I don't have any outbound connections.  I am a single point of failure.  <--- very bad.



It is 16:44 UTC.  I have 3 connections, all inbound to me.  My debug.log has a long list of "connection refused" entries.  My interpretation is that no one else is accepting inbound connections.




You should be able to open a debug window.  In Linux, there is a help dropdown menu and it gives a debug window option.
The debug option is another panel, with an "information" and a "console" option.
In the console option, you can type "getpeerinfo"  and it will give some summary information about each connection, including whether it is inbound.

full member
Activity: 368
Merit: 100
April 18, 2018, 12:00:10 PM
How do I check for that on my node?


Are you certain? Right now I'm showing only one connection to 67.198.113.220:6333 and have had that all night long.

I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.


It is 16:44 UTC. 

I don't have any outbound connections.  I am a single point of failure.  <--- very bad.



It is 16:44 UTC.  I have 3 connections, all inbound to me.  My debug.log has a long list of "connection refused" entries.  My interpretation is that no one else is accepting inbound connections.



legendary
Activity: 1246
Merit: 1002
April 18, 2018, 11:46:54 AM
Are you certain? Right now I'm showing only one connection to 67.198.113.220:6333 and have had that all night long.

I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.


It is 16:44 UTC. 

I don't have any outbound connections.  I am a single point of failure.  <--- very bad.



It is 16:44 UTC.  I have 3 connections, all inbound to me.  My debug.log has a long list of "connection refused" entries.  My interpretation is that no one else is accepting inbound connections.


full member
Activity: 368
Merit: 100
April 18, 2018, 10:31:49 AM
Are you certain? Right now I'm showing only one connection to 67.198.113.220:6333 and have had that all night long.

I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.


I don't have any outbound connections.  I am a single point of failure.  <--- very bad.


legendary
Activity: 1246
Merit: 1002
April 17, 2018, 08:57:17 PM
I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.


I don't have any outbound connections.  I am a single point of failure.  <--- very bad.

full member
Activity: 368
Merit: 100
April 17, 2018, 04:06:53 AM
I have connection to your node now, but no others.


Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.

legendary
Activity: 1246
Merit: 1002
April 16, 2018, 11:49:42 AM
Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.


At 2018-04-16 16:46:35 I had 0 connections.  I restarted the client and received an incoming connection within a minute.
full member
Activity: 368
Merit: 100
April 15, 2018, 11:07:42 PM
Is your node running? Came in to the computer just now and no nodes connected. Tried manual connection to yours but no luck. It's like everybody disappeared.

I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.

legendary
Activity: 1246
Merit: 1002
April 15, 2018, 12:16:08 PM
I went from 6 connections to 0 connections in a few hours this morning.  I haven't found anything wrong at my end.
newbie
Activity: 19
Merit: 0
April 11, 2018, 08:46:38 PM
BTE to BTC exchange coming soon GrinBTCBTC
newbie
Activity: 90
Merit: 0
April 11, 2018, 10:13:44 AM
Why not mine them yourself?


Can I buy 10 coins from anyone?

In Japan, we don't mine coin. We buy coin from miner.
full member
Activity: 368
Merit: 100
April 11, 2018, 08:35:30 AM
Why not mine them yourself?


Can I buy 10 coins from anyone?
newbie
Activity: 90
Merit: 0
April 10, 2018, 04:22:14 PM
Can I buy 10 coins from anyone?
newbie
Activity: 19
Merit: 0
April 08, 2018, 05:20:58 PM
Working on front-end using react-native. Need game testers ASAP!!

https://preview.ibb.co/kgXPUx/foto_no_exif.jpg
Pages:
Jump to: