Bitcoin Forum
May 04, 2024, 08:29:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 ... 318 »
  Print  
Author Topic: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency  (Read 625089 times)
fun_k
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 29, 2016, 07:53:25 PM
 #2661

@smooth: i get the following broken pipe error every now and then after starting the miner from the wallet, is it safe to ignore?
Code:
2016-Feb-29 21:46:23.896791 [P2P6][46.228.*.*:58410 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead] 
SYNCHRONIZATION started
2016-Feb-29 21:46:45.740110 [P2P2][sock 16] Some problems at write: Broken pipe:32
2016-Feb-29 21:46:46.182845 [P2P7][sock 36] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:46.890596 [P2P8][sock 32] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:58.344716 [P2P3][46.228.*.*:58835 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead]
SYNCHRONIZATION started

This is on MacOS X 10.11.3, the daemon syncs fine and seems to do its thing. It's when I start_mining that the broken pipe burps.

@systh awesome fonts man Smiley
1714811385
Hero Member
*
Offline Offline

Posts: 1714811385

View Profile Personal Message (Offline)

Ignore
1714811385
Reply with quote  #2

1714811385
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714811385
Hero Member
*
Offline Offline

Posts: 1714811385

View Profile Personal Message (Offline)

Ignore
1714811385
Reply with quote  #2

1714811385
Report to moderator
billaue
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
March 01, 2016, 03:16:44 AM
 #2662

@smooth: i get the following broken pipe error every now and then after starting the miner from the wallet, is it safe to ignore?
Code:
2016-Feb-29 21:46:23.896791 [P2P6][46.228.*.*:58410 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead] 
SYNCHRONIZATION started
2016-Feb-29 21:46:45.740110 [P2P2][sock 16] Some problems at write: Broken pipe:32
2016-Feb-29 21:46:46.182845 [P2P7][sock 36] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:46.890596 [P2P8][sock 32] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:58.344716 [P2P3][46.228.*.*:58835 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead]
SYNCHRONIZATION started

This is on MacOS X 10.11.3, the daemon syncs fine and seems to do its thing. It's when I start_mining that the broken pipe burps.

Had the same problem. I suppose the 46.228.*.* is invalid (malicious, maybe) node, so I blocked it already.

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 01, 2016, 03:22:50 AM
 #2663

@smooth: i get the following broken pipe error every now and then after starting the miner from the wallet, is it safe to ignore?
Code:
2016-Feb-29 21:46:23.896791 [P2P6][46.228.*.*:58410 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead] 
SYNCHRONIZATION started
2016-Feb-29 21:46:45.740110 [P2P2][sock 16] Some problems at write: Broken pipe:32
2016-Feb-29 21:46:46.182845 [P2P7][sock 36] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:46.890596 [P2P8][sock 32] Some problems at write: Broken pipe:32
2016-Feb-29 21:47:58.344716 [P2P3][46.228.*.*:58835 INC]Sync data returned unknown top block: 666938 -> 599580 [67358 blocks (-187 days) ahead]
SYNCHRONIZATION started

This is on MacOS X 10.11.3, the daemon syncs fine and seems to do its thing. It's when I start_mining that the broken pipe burps.

Had the same problem. I suppose the 46.228.*.* is invalid (malicious, maybe) node, so I blocked it already.

Probably not malicious (what would be the point of one malicious node everyone ignores?) but probably broken or stuck, due to running out of disk space or something like that.
fun_k
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 01, 2016, 07:34:04 AM
 #2664

@billaue i masked the last bits of that address w/ an * for privacy reasons

Probably not malicious (what would be the point of one malicious node everyone ignores?) but probably broken or stuck, due to running out of disk space or something like that.
After looking a bit more into this, looks like something behaving funny on my end. I run aeond with the datadir pointing to an external HD (free space is aplenty on that disk, so there must be something else that gets broken).

Funny, I went through that hassle so I could try solo-mining aeon, now I’m back to using minergate.
billaue
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
March 01, 2016, 08:10:52 AM
 #2665

@billaue i masked the last bits of that address w/ an * for privacy reasons

Probably not malicious (what would be the point of one malicious node everyone ignores?) but probably broken or stuck, due to running out of disk space or something like that.
After looking a bit more into this, looks like something behaving funny on my end. I run aeond with the datadir pointing to an external HD (free space is aplenty on that disk, so there must be something else that gets broken).

Funny, I went through that hassle so I could try solo-mining aeon, now I’m back to using minergate.

It's about an Aeon node outside, not yours. I encountered the same issue with the node (IP: 46.228.6.*) so I had to block it from sync with my node.
aeoncurrency
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
March 01, 2016, 09:40:24 AM
 #2666

Aeon Ask Anything Tuesday
AAAT# 1

https://www.reddit.com/r/Aeon/comments/48fa7a/aaat_1_aeon_ask_anything_tuesday/
https://twitter.com/aeoncurrency/status/704597415584780288
fun_k
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 01, 2016, 10:20:24 AM
 #2667

It's about an Aeon node outside, not yours. I encountered the same issue with the node (IP: 46.228.6.*) so I had to block it from sync with my node.
ah! thanks for clarifying that Smiley

so do i just block it through the .conf file?

also how do i get any kind of feedback that the miner works? anything like working on this or that. i mean the daemon terminal won't show anything else than "sync" messages
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 01, 2016, 10:49:53 AM
 #2668

It's about an Aeon node outside, not yours. I encountered the same issue with the node (IP: 46.228.6.*) so I had to block it from sync with my node.
ah! thanks for clarifying that Smiley

so do i just block it through the .conf file?

There is no manual blocking. If the node misbehaves it will get blocked automatically, although there are probably some sorts of misbehavior that don't get blocked. If you want a manual block, you would have to use a firewall such as ufw.

Quote
also how do i get any kind of feedback that the miner works? anything like working on this or that. i mean the daemon terminal won't show anything else than "sync" messages

If you mean the built-in solo miner you can get a hash rate display with show_hr (turn off with hide_hr).



fun_k
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 01, 2016, 11:08:20 AM
 #2669

^ roger

thanks guys
boolberry
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 03, 2016, 08:27:21 AM
 #2670


I missed it this time but hope that this returns every week.
The Cryptophilanthropist
Full Member
***
Offline Offline

Activity: 231
Merit: 101



View Profile
March 07, 2016, 04:37:05 PM
 #2671

Those who are mining at 98.238.231.31:9000 please note that pool payments were stuck a few hours ago and all payments are safe. Just waiting to reprocess payments once the backlog has cleared. All mining and coins are OK and thank you for you patience.

L8nit3-Miners Multi-Pool BTC PRT-LOG-XGTC BTC #GetMining
GdonateqfnmiJKv7mfnUcyvZHaiqxcTQS1 - XGTC DEV FUND
1G2PTf59cYsWKoZjj3i3Cv1Bb8NuNaeho2 - BTC POOL DEV
aeoncurrency
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
March 08, 2016, 03:59:18 PM
 #2672

Have questions?

Aeon Ask Anything Tuesday was designed for you!
https://www.reddit.com/r/Aeon/comments/49j2cy/aaat_2/
KidCrypto
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 09, 2016, 12:31:24 AM
 #2673

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?
languagehasmeaning
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
March 09, 2016, 10:11:27 AM
 #2674

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?

Was it a brand new Reddit account? What do you mean it would not let you?

Aeon offers pruning and 4 minute block times. Its focus on keeping a light footprint will make it well suited for mobile and lower performance devices.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 09, 2016, 10:29:28 AM
 #2675

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?

Was it a brand new Reddit account? What do you mean it would not let you?

Aeon offers pruning and 4 minute block times. Its focus on keeping a light footprint will make it well suited for mobile and lower performance devices.

Also

Faster syncing and verification due to 4x faster PoW.
Allowing lightweight low-mix/no-mix transactions with usage limits to protect against chain reactions.
KidCrypto
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 10, 2016, 01:07:43 AM
 #2676

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?

Was it a brand new Reddit account? What do you mean it would not let you?

Aeon offers pruning and 4 minute block times. Its focus on keeping a light footprint will make it well suited for mobile and lower performance devices.

Also

Faster syncing and verification due to 4x faster PoW.
Allowing lightweight low-mix/no-mix transactions with usage limits to protect against chain reactions.

Cool I think I'll grab some. Are these your own innovations? I know there is another XMR clone called BBR.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 10, 2016, 01:23:38 AM
 #2677

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?

Was it a brand new Reddit account? What do you mean it would not let you?

Aeon offers pruning and 4 minute block times. Its focus on keeping a light footprint will make it well suited for mobile and lower performance devices.

Also

Faster syncing and verification due to 4x faster PoW.
Allowing lightweight low-mix/no-mix transactions with usage limits to protect against chain reactions.

Cool I think I'll grab some. Are these your own innovations? I know there is another XMR clone called BBR.

Pruning is my own design and implementation. It is different from the approach used in BBR (differences described in the pruning FAQ)
The PoW modified design came from a white paper for an unreleased coin called Louisd'or, co-authored by the developer of BBR, but that coin apparently decided not to use it. The PoW modifications I implemented myself.
The approach to low-mix/no-mix transaction (design and implementation) is my own
Some other bits of code have come from Monero or BBR (always credited)

I believe in adapting and adopting the best solutions regardless of source, and developing my own when I can do better.
Phantas
Sr. Member
****
Offline Offline

Activity: 311
Merit: 250


View Profile
March 10, 2016, 07:09:16 AM
Last edit: March 10, 2016, 09:57:58 AM by Phantas
 #2678

New AEON bootstrap for linux x64 : aeon_bootstrap_9_3_2016_linux_x64.tar.gz

Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
March 10, 2016, 07:14:25 AM
 #2679

New AEON bootstrap for linux x64 : aeon_bootstrap_9_3_2016_linux_x64.tar

Thank you Phantas. I updated the OP with the new link.
mathgal23
Full Member
***
Offline Offline

Activity: 150
Merit: 102


View Profile
March 10, 2016, 05:09:05 PM
 #2680

I tried to ask on the reddit but it wouldn't let me. Maybe some bug.

I wanted to ask what are the innovations over XMR?

Was it a brand new Reddit account? What do you mean it would not let you?

Aeon offers pruning and 4 minute block times. Its focus on keeping a light footprint will make it well suited for mobile and lower performance devices.

Also

Faster syncing and verification due to 4x faster PoW.
Allowing lightweight low-mix/no-mix transactions with usage limits to protect against chain reactions.

Cool I think I'll grab some. Are these your own innovations? I know there is another XMR clone called BBR.

Pruning is my own design and implementation. It is different from the approach used in BBR (differences described in the pruning FAQ)
The PoW modified design came from a white paper for an unreleased coin called Louisd'or, co-authored by the developer of BBR, but that coin apparently decided not to use it. The PoW modifications I implemented myself.
The approach to low-mix/no-mix transaction (design and implementation) is my own
Some other bits of code have come from Monero or BBR (always credited)

I believe in adapting and adopting the best solutions regardless of source, and developing my own when I can do better.


You do great work. Building upon and improving the work from other open source projects is always a good thing. It is also nice to see the intellectual honesty of crediting others as appropriate.
Pages: « 1 ... 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 [134] 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 ... 318 »
  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!