Bitcoin Forum
September 30, 2025, 01:55:16 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 »
1  Bitcoin / Hardware / Re: Unofficial Avalon 721 thread setup review etc. photos on: May 03, 2017, 02:39:31 AM
i've reimaged it already as you said.
i had my laptop connected on wifi and an ethernet cable plugged directly into the pi
then i had the ipv4 network connection settings of the laptop forcing the static ip of the laptop to be 192.168.0.101
even after doing this i could not ping or browse the IP of the raspberry from the laptop..
i made this post on openwrt forum.. https://forum.openwrt.org/viewtopic.php?id=70801

If you are on wifi the route will be to that and not the pi.

change the 192.168.0 portion of the entries in /etc/config/network to 192.168.1

Code:
make a backup copy of the network file
# cp /etc/config/network ~/network-original

replace the ip value
# sed 's/192.168.0./192.168.1./' ~/network-original > /etc/config/network

double check the replacement worked
# cat /etc/config/network

restart the network
# /etc/init.d/network restart

if sed doesn't work use vi - clunky editor, an i toggles into insert mode where you can change text, when done hit ESC then :wq to write and quit.

I built my own distro for x86 and don't use a pi, by using Canaan's github repo's, so I'm going from memory here.
2  Bitcoin / Hardware / Re: Unofficial Avalon 721 thread setup review etc. photos on: May 02, 2017, 06:22:56 AM
i'm not too clear on DHCP settings for my router.. RT-AC87U, the guides i've found don't seem to equate..
what am i to match the broadcast IP value to? can you elaborate what the values should be updated to?

From looking at the manual I'd change it to 192.168.1.255 if you have the router with default settings.

Then reboot the pi and it should grab an ip.

http://dlcdnet.asus.com/pub/ASUS/wireless/RT-AC87U/E9689_RT_AC87U_Manual.zip
3  Bitcoin / Hardware / Re: Unofficial Avalon 721 thread setup review etc. photos on: May 02, 2017, 05:29:19 AM
If you're logged in on the pi, you can modify the file below, change the broadcast ip value to match your network assuming you have dhcp enabled on your router or just update the values in the file.

Code:
cat /etc/config/network 

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0'
        option type 'bridge'
        option broadcast '192.168.100.255'
        option proto 'dhcp'
4  Bitcoin / Hardware / Re: Quick Avalon A721 Review on: April 03, 2017, 09:00:12 AM
I run one A721 down clocked to solo with, (set and forget lotto ticket)

 Voltage Offset: -2
 Minimum Fan%: 22
 More Options: --avalon7-smart-speed 0 --avalon7-freq 396

With those settings it's really quiet.

8  )
5  Bitcoin / Bitcoin Discussion / Re: Migrating from Bitcoin Core to Bitcoin Unlimited on: March 08, 2017, 07:18:29 PM
https://coin.dance/nodes

That lists XT, Classic, Unlimited and Core node counts.


8  )
6  Bitcoin / Bitcoin Discussion / Re: Open Letter to GMaxwell and Sincere Rational Core Devs on: March 02, 2017, 08:49:52 AM
Economists know this because money stable in value needs to be able to expand and contract with its underlying economy.  

There is no single group of economists with a single _opinion_. Economics is a social science, most of the predictions are not falsifiable. A lot of economists drive the agenda of their masters. A good example for successfully using economics as a weapon is Ken Rogoff. A very good example of a failing economic model can be currently seen in india.

timeo oeconomicus et dona ferentes

no.  non bitcoiner economists will tell you the same thing, to have a stable value a money need to be able to contract and expand.  Your lack of knowledge on the subject doesn't change that.

And economic proposals are falsifiable now.  You put them to the bitcoin network and if they are accepted then they are rational.  I don't expect you to understand because you just suggest economics isn't a science. I don't think you know what science is.

Next.

"Emulating complex business cycles by using an electronic analogue" chaos theory?

A.I. the "Game Theory", this 20 years of study mentioned might bring to light the control/influence/plan of debt swap for real property, or is this reaching a Nakamoto paradigm? (Think 'cook the books')


8  )
7  Economy / Speculation / Re: It is more like PBoC who? in China right now. Volume is through the roof! on: February 13, 2017, 06:58:16 PM
Do you think the 'People' have figured out the Central Bank scam?

Is that volume panic trading on localbitcoins??


https://www.bloomberg.com/news/articles/2017-02-08/china-central-bank-said-to-call-bitcoin-exchanges-for-more-talks


Very curious as to the outcome with this...

8  )
8  Bitcoin / Bitcoin Discussion / Re: Mystery Of Satoshi Nakamoto Cannot Be Revealed ! on: February 13, 2017, 06:21:58 PM
Why not a nom de plume consortium, considering the underlying cryptographic creators?

8  )
9  Bitcoin / Development & Technical Discussion / Re: Anyone doing Bitcoin and Cryptocurrency Technologies course on coursera? on: February 11, 2017, 12:32:01 AM

Interesting, signed up to take the course, thanks for the heads up!

8  )
10  Bitcoin / Bitcoin Discussion / Re: Private Key Hacked by brute force, Entire Wallet Drained on: February 09, 2017, 08:08:29 PM
Has this ever happened before?

Follow-up questions:
If there becomes 100 trillion wallets in use, do you think finding a wallet with a balance will become common? Is the current private key secure enough to last 10,000+ years?

Is there a way to scale up the security of the generated private keys somehow if needed someday?




I don't have my English to Nerd translator handy, butt is your query about the probability of bitcoin address collisions?

https://bitcointalk.org/index.php?topic=104461.0 "What are the chances of an address collision? and what happens when it does?"




Did this actually happen to you? All your coins stored in one address? Or was the wallets password compromised?

8  )
11  Bitcoin / Bitcoin Discussion / Re: Do you think Bitcoin could bring about world peace? on: August 08, 2015, 08:17:18 AM
No, it will never be able to bring world peace.
Basically it is a currency and currency don't make world peaceful, the rich get richer and poor get poorer and that increases the differences between poor and rich people and there comes hatred between them and world peace get destroyed.

yup, this!

World peace, of what? this, LoL!

8 )
12  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: May 14, 2015, 05:51:00 PM
I had some trouble locating all the packages. I was missing libjansson and libevent_core.
Is my repository out of date?

jansson and libevent are both still needed.

This is what I have installed on Ubuntu:
Code:
ii  libevent-2.0-5:amd64                                        2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library
ii  libevent-core-2.0-5:amd64                                   2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library (core)
ii  libevent-dev                                                2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library (development files)
ii  libevent-extra-2.0-5:amd64                                  2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library (extra)
ii  libevent-openssl-2.0-5:amd64                                2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library (openssl)
ii  libevent-pthreads-2.0-5:amd64                               2.0.21-stable-1ubuntu1.14.04.1                      amd64        Asynchronous event notification library (pthreads)
ii  libjansson-dev:amd64                                        2.5-2                                               amd64        C library for encoding, decoding and manipulating JSON data (dev)
ii  libjansson4:amd64                                           2.5-2                                               amd64        C library for encoding, decoding and manipulating JSON data

Not sure what's the process for OSX - macports?



Do you plan on staying with libevent? I would like to try this on *BSD/Solaris ...

Thanks!

8 )
13  Bitcoin / Mining software (miners) / Re: AntMiner Community Edition Firmware Improvement Project on: May 11, 2015, 06:06:35 PM
Guess that means well never See  BFG support .

 I'll say it again I  like both CG and BFG .

why not give us that choice ? .   Angry
Now that things are open, BFGMiner support is planned as well (at least for the S5).
There's a lot of code to go through, though, so it might be a few weeks still.

P.S. Ignore the cgminer trolls' lies.


Was there a gminer that these two, c & bf, forked from?

8 )
14  Bitcoin / Mining software (miners) / Re: BFGMiner 5.1.0: GBT+Stratum, RPC, Mac/Linux/Win64, BlackArrow Prospero, KnC Nep. on: May 09, 2015, 02:23:49 AM
I guess I need to take a break from working on Ant S5
How's that progressing?
There's a lot of code to reverse engineer (although it's much better than trying to RE the binaries).
From where are you getting the code?
https://github.com/bitmaintech/

Interested in collaborating on it? Smiley

Awesome!

8 )
15  Bitcoin / Bitcoin Technical Support / Re: Do You have a Bitcoin Full Node running (24/7)? on: May 07, 2015, 05:10:33 PM
Used to have ~0.9.n with RelayNode on FreeBSD, turned it off weeks ago along with the miners.

8 )
16  Other / Off-topic / Re: 2FA Options - Which is best? POLL on: April 07, 2015, 09:06:41 PM
What about this?

https://www.grc.com/sqrl/sqrl.htm


When lastpass first came out I tried it and was pwned instantly. I don't care if it's fixed, not touching it ever!



I've used google auth in the past. These seem to lend a sense of security to anyone using them as they are only one extra hurdle to jump over.


What is the best? Wouldn't that bee you?

8 )
17  Bitcoin / Bitcoin Discussion / Re: Dark Web Doc film. Great to watch! on: April 07, 2015, 08:57:58 PM
Nice! Thanks!  Grin
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OSC]OpenSourcecoin Mandatory Update 7/1/14 on: March 15, 2015, 06:08:41 AM
Just wondering whats going on with the blockchain right now. i was mining and it jumped back almost 300 blocks on me, now i've got blocks that are saying they're confirmed because 10 minutes ago they were. and now all of my coins i just mined are gone?

alastair@alastair-virtual-machine:~$ Ocoind getinfo
{
    "version" : "v0.1.1.1-g99999-r1",
    "protocolversion" : 60009,
    "walletversion" : 60000,
    "balance" : 3050.00000000,
    "newmint" : 200.00000000,
    "stake" : 0.00000000,
    "blocks" : 773382,
    "moneysupply" : 11792973.99280000,
    "connections" : 20,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 16661.04856448,
    "testnet" : false,
    "keypoololdest" : 1416973586,
    "keypoolsize" : 102,
    "paytxfee" : 0.00010000,
    "errors" : ""
}
alastair@alastair-virtual-machine:~$ Ocoind getinfo
{
    "version" : "v0.1.1.1-g99999-r1",
    "protocolversion" : 60009,
    "walletversion" : 60000,
    "balance" : 50.00000000,
    "newmint" : 362.50000000,
    "stake" : 0.00000000,
    "blocks" : 773099,
    "moneysupply" : 11789373.99280000,
    "connections" : 20,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 1581.68581735,
    "testnet" : false,
    "keypoololdest" : 1416973586,
    "keypoolsize" : 102,
    "paytxfee" : 0.00010000,
    "errors" : ""
}


And now ive watched this happen more than once. what the hell is going on?

Yesterday I noticed I had 21 connections, it then dropped to 0 then kept adding 1 then dropping back to 0 with the balance going up and down like you are seeing with mined blocks becoming invalid.  Huh

8 )

Trying to download the blockchain again and see if that clears up any of this.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OSC]OpenSourcecoin Mandatory Update 7/1/14 on: March 14, 2015, 07:20:05 PM
Just wondering whats going on with the blockchain right now. i was mining and it jumped back almost 300 blocks on me, now i've got blocks that are saying they're confirmed because 10 minutes ago they were. and now all of my coins i just mined are gone?

alastair@alastair-virtual-machine:~$ Ocoind getinfo
{
    "version" : "v0.1.1.1-g99999-r1",
    "protocolversion" : 60009,
    "walletversion" : 60000,
    "balance" : 3050.00000000,
    "newmint" : 200.00000000,
    "stake" : 0.00000000,
    "blocks" : 773382,
    "moneysupply" : 11792973.99280000,
    "connections" : 20,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 16661.04856448,
    "testnet" : false,
    "keypoololdest" : 1416973586,
    "keypoolsize" : 102,
    "paytxfee" : 0.00010000,
    "errors" : ""
}
alastair@alastair-virtual-machine:~$ Ocoind getinfo
{
    "version" : "v0.1.1.1-g99999-r1",
    "protocolversion" : 60009,
    "walletversion" : 60000,
    "balance" : 50.00000000,
    "newmint" : 362.50000000,
    "stake" : 0.00000000,
    "blocks" : 773099,
    "moneysupply" : 11789373.99280000,
    "connections" : 20,
    "proxy" : "",
    "ip" : "",
    "difficulty" : 1581.68581735,
    "testnet" : false,
    "keypoololdest" : 1416973586,
    "keypoolsize" : 102,
    "paytxfee" : 0.00010000,
    "errors" : ""
}


And now ive watched this happen more than once. what the hell is going on?

Yesterday I noticed I had 21 connections, it then dropped to 0 then kept adding 1 then dropping back to 0 with the balance going up and down like you are seeing with mined blocks becoming invalid.  Huh

8 )
20  Bitcoin / Mining software (miners) / Re: Antminer s1 software on: March 08, 2015, 07:37:36 PM
Personally I would use the Bitmain official AntS1 software you reference along with ckpool to solo mine. (what I do now)

If you clone cgminer master and cross compile for openwrt does your binary segmentation fault? I have to mickey mouse it to get it to run.

It would have been nice if libevent was used with ckpool instead of explicit epoll and a couple other things but then what fun would that bee?

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