Search content
Sort by

Showing 20 of 249 results by Polyatomic
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 05/10/2017, 09:12:58 UTC
If uncles are added then I think the share interval could be reduced even more to (say) 15 seconds.
For what its worth, average time between blocks on the p2pool share chain was 10 seconds once upon a time.
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 1% fee solo segwit mining USA/DE 231 blocks solved!
by
Polyatomic
on 19/05/2017, 05:46:00 UTC
There can be only one.
Post
Topic
Board Mining software (miners)
Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.9.2
by
Polyatomic
on 16/07/2016, 03:05:38 UTC
Could also try building with clang its available in EPEL.
Code:
milton@milton:~/temp/cgminer$ clang --version
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
buildlog here: http://dpaste.com/3Z7962Z
got it going with some old gear here:
 
Code:
cgminer version 4.9.2 - Started: [2016-07-16 12:24:27.338]
--------------------------------------------------------------------------------
 (5s):37.26G (1m):37.85G (5m):24.31G (15m):11.01G (avg):37.62Gh/s
 A:2000  R:0  HW:2  WU:525.1/m
 Connected to stratum.ckpool.org diff 1K with stratum as user 1PKN98VN2z5gwSGZvGKS2bj8aADZBkyhkZ.0
 Block: 4454ec80...  Diff:213G  Started: [12:25:55.222]  Best share: 1.71K
--------------------------------------------------------------------------------
 [U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
  0: ANU 0       : 250MHz                  | 3.301G / 1.926Gh/s WU:26.9/m
  1: ANU 1       : 250MHz                  | 3.030G / 2.105Gh/s WU:29.4/m
  2: ANU 2       : 250MHz                  | 1.461G / 2.270Gh/s WU:31.7/m
  3: ANU 3       : 250MHz                  | 2.177G / 1.678Gh/s WU:23.5/m
  4: ANU 4       : 250MHz                  | 2.614G / 2.174Gh/s WU:30.4/m
  5: ANU 5       : 250MHz                  | 1.917G / 1.912Gh/s WU:26.7/m
  6: ANU 6       : 250MHz                  | 2.579G / 2.022Gh/s WU:28.3/m
  7: ANU 7       : 250MHz                  | 1.733G / 1.555Gh/s WU:21.7/m
  8: ANU 8       : 250MHz                  | 950.8M / 1.926Gh/s WU:26.9/m
  9: ANU 9       : 250MHz                  | 3.413G / 1.857Gh/s WU:26.0/m
 10: ANU 10      : 250MHz                  | 2.224G / 2.174Gh/s WU:30.4/m
 11: ANU 11      : 250MHz                  | 2.550G / 2.022Gh/s WU:28.3/m
 12: ANU 12      : 250MHz                  | 1.348G / 1.857Gh/s WU:26.0/m
 13: ANU 13      : 250MHz                  | 5.615G / 2.201Gh/s WU:30.8/m
 14: ANU 14      : 250MHz                  | 2.573G / 2.009Gh/s WU:28.1/m
 15: ANU 15      : 250MHz                  | 2.950G / 1.775Gh/s WU:24.8/m
 16: ANU 16      : 250MHz                  | 2.231G / 1.981Gh/s WU:27.7/m
 17: ANU 17      : 250MHz                  | 2.598G / 1.981Gh/s WU:27.7/m
 18: ANU 18      : 250MHz                  | 2.181G / 2.174Gh/s WU:30.0/m
--------------------------------------------------------------------------------
 [2016-07-16 12:24:05.797] Started cgminer 4.9.2
 [2016-07-16 12:24:26.338] Probing for an alive pool
 [2016-07-16 12:24:26.912] Pool 0 difficulty changed to 1000
 [2016-07-16 12:24:27.182] Pool 0 message: Authorised, welcome to solo.ckpool.org 1PKN98VN2z5gwSGZvGKS2bj8aADZBkyhkZ!
 [2016-07-16 12:24:27.339] Network diff set to 213G
 [2016-07-16 12:25:55.222] Stratum from pool 0 detected new block at height 420910
 [2016-07-16 12:27:14.942] Pool 0 message: New best ever share for user: 1100.238928
 [2016-07-16 12:27:14.942] Stratum reconnect requested from pool 0 to stratum.ckpool.org:443
 [2016-07-16 12:27:15.873] Pool 0 difficulty changed to 1000
 [2016-07-16 12:27:16.100] Stratum from pool 0 requested work restart
 [2016-07-16 12:27:16.101] Pool 0 message: Authorised, welcome to solo.ckpool.org 1PKN98VN2z5gwSGZvGKS2bj8aADZBkyhkZ!
 [2016-07-16 12:27:50.230] Accepted 400ca180 Diff 1.02K/1000 ANU 13
 [2016-07-16 12:28:58.395] Pool 0 message: New best ever share for user: 1713.233558
 [2016-07-16 12:28:58.395] Accepted 264091fc Diff 1.71K/1000 ANU 4
Post
Topic
Board Development & Technical Discussion
Re: how to use wallet notify (bitcoind) ?
by
Polyatomic
on 21/04/2016, 00:10:31 UTC
Every new block.
Code:
milton@milton:~$ ps -eo cmd | egrep bitcoind | egrep -v grep
bitcoind -daemon -blocknotify=blocknotify %s

Code:
#!/bin/bash -e

block_message()
{
    local DATE=$1
    local HEIGHT=$2
    local BLOCKHASH=$3
    echo -e "+====================================================================="
    echo -e "| \033[31m ${DATE} \033[0m"
    echo -e "+====================================================================="
    echo -e "| \033[31m ${HEIGHT} \033[0m"
    echo -e "+====================================================================="
    echo -e "| \033[31m ${BLOCKHASH} \033[0m"
    echo -e "+====================================================================="

} >> $HOME/temp/blocknotify.txt

block_message "$(date -u)" "$(bitcoin-cli getblockcount)" "$@"

Code:
milton@milton:~$ tail -f temp/blocknotify.txt
+====================================================================+
| 0000000000000000016c397b5eac0d5b3580d11b585996d2a8452bef2e03fa3e   |
+====================================================================+
+====================================================================+
| Wed Apr 20 23:49:27 UTC 2016                                                            
+====================================================================+
| 408221                                                          
+====================================================================+
| 0000000000000000033ed3a5284a10c8992cb9411bf4fd33a130fc742436e3f7   |
+====================================================================+
Post
Topic
Board Development & Technical Discussion
Re: How does the protocol broadcast hidden services?
by
Polyatomic
on 13/03/2016, 07:51:38 UTC
Link to the PR?

Seems to be in docs Pkzone

git grep 'different exit node'
Code:
doc/release-notes/release-notes-0.11.0.md:different exit node. That significantly reduces the chance to get unlucky and

git blame -L '/different exit node/',-15 ./doc/release-notes/release-notes-0.11.0.md
Code:
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 191)
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 192) One such application is selective Tor usage, where the node runs on the normal
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 193) internet but transactions are broadcasted over Tor.
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 194)
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 195) For an example script see [bitcoin-submittx](https://github.com/laanwj/bitcoin-submittx).
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 196)
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 197) Privacy: Stream isolation for Tor
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 198) ----------------------------------
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 199)
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 200) This release adds functionality to create a new circuit for every peer
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 201) connection, when the software is used with Tor. The new option,
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 202) `-proxyrandomize`, is on by default.
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 203)
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 204) When enabled, every outgoing connection will (potentially) go through a
75a88039 (Casey Rodarmor 2015-08-05 11:22:14 -0400 205) different exit node. That significantly reduces the chance to get unlucky and

Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 31/01/2016, 03:30:35 UTC
Wait up can someone please tell me again,

`` bitcoinaddresshere/1 `` is that always submit shares at the target and higher?.
`` bitcoinaddresshere/2 `` is that always submit shares double the target and higher?.

Say the sharechain target is 4 000 000 How does one submit only, shares double
that and higher.

Lets grep the source yeah
Code:
milton@milton:~/temp/p2pool$ git grep share_target
p2pool/bitcoin/getwork.py:    def __init__(self, version, previous_block, merkle_root, timestamp, bits, share_target):
p2pool/bitcoin/getwork.py:        self.version, self.previous_block, self.merkle_root, self.timestamp, self.bits, self.share_target = version, previous_block, merkle_root, timestamp, bits, share_target
p2pool/bitcoin/getwork.py:        return hash((self.version, self.previous_block, self.merkle_root, self.timestamp, self.bits, self.share_target))
p2pool/bitcoin/getwork.py:            'target': pack.IntType(256).pack(self.share_target).encode('hex'),
p2pool/bitcoin/getwork.py:            share_target=pack.IntType(256).unpack(getwork['target'].decode('hex')),
p2pool/bitcoin/stratum.py:        self.other.svc_mining.rpc_set_difficulty(bitcoin_data.target_to_difficulty(x['share_target'])).addErrback(lambda err: None)
p2pool/bitcoin/worker_interface.py:            share_target=x['share_target'],
p2pool/main.py:                    my_shares_per_s = sum(datum['work']/dt/bitcoin_data.target_to_average_attempts(datum['share_target']) for datum in datums)
p2pool/work.py:        desired_pseudoshare_target = None
p2pool/work.py:        desired_share_target = None
p2pool/work.py:                    desired_pseudoshare_target = bitcoin_data.difficulty_to_target(float(parameter))
p2pool/work.py:                    desired_share_target = bitcoin_data.difficulty_to_target(float(parameter))
p2pool/work.py:        return user, pubkey_hash, desired_share_target, desired_pseudoshare_target
p2pool/work.py:        user, pubkey_hash, desired_share_target, desired_pseudoshare_target = self.get_user_details(user)
p2pool/work.py:        return pubkey_hash, desired_share_target, desired_pseudoshare_target
p2pool/work.py:    def get_work(self, pubkey_hash, desired_share_target, desired_pseudoshare_target):
p2pool/work.py:        if desired_share_target is None:
p2pool/work.py:            desired_share_target = 2**256-1
That looks interesting lets try a bit of pickaxe
Code:
milton@milton:~/temp/p2pool$ git log -Sshare_target --pretty=raw --abbrev-commit p2pool/work.py
commit c345d54
tree 02354ed885c4c302aae09e5689d6f7f6ccd79064
parent 29493ba726ab40f78574361fdeabec075a8a685f
author Forrest Voight 1372869213 -0400
committer Forrest Voight 1372873668 -0400

    dynamically adjust share difficulty to prevent payouts below dust threshold

commit 819f0e3
tree eab5343ad18bc2fa0e0b46b8fc7d9913243259f1
parent d2941ed60b7e65683ecaa8774c0e5e9e7dad2d4b
author Forrest Voight 1372439913 -0400
committer Forrest Voight 1372443960 -0400

    modulate share difficulty to prevent any node from producing more than 5% of shares

commit 80c9591
tree 4b573ac22ff8ec5c7fc8d7a3144517da90e36075
parent 70d337b9024ff6564fcbebae114c95b91422aed3
author Forrest Voight 1340553333 -0400
committer Forrest Voight 1340555939 -0400

    moved WorkerBridge to p2pool.work

p2pool/work.py:                desired_share_target = min(desired_share_target,
p2pool/work.py:                    desired_share_target = min(desired_share_target,
p2pool/work.py:                desired_target=desired_share_target,
p2pool/work.py:        if desired_pseudoshare_target is None:
p2pool/work.py:            target = desired_pseudoshare_target
p2pool/work.py:            share_target=target,
p2pool/work.py:                self.local_rate_monitor.add_datum(dict(work=bitcoin_data.target_to_average_attempts(target), dead=not on_time, user=user, share_target=share_info['bits'].target))
Ah k there
Code:
milton@milton:~/temp/p2pool$ git show 819f0e3
diff --git a/p2pool/work.py b/p2pool/work.py
index 40a1a30..346db56 100644
--- a/p2pool/work.py
+++ b/p2pool/work.py
@@ -142,18 +142,20 @@ class WorkerBridge(worker_interface.WorkerBridge):
         user, contents2 = contents[0], contents[1:]
        
         desired_pseudoshare_target = None
-        desired_share_target = 2**256 - 1
+        desired_share_target = None
         for symbol, parameter in zip(contents2[::2], contents2[1::2]):
             if symbol == '+':
                 try:
                     desired_pseudoshare_target = bitcoin_data.difficulty_to_target(float(parameter))
                 except:
-                    pass
+                    if p2pool.DEBUG:
+                        log.err()
             elif symbol == '/':
                 try:
                     desired_share_target = bitcoin_data.difficulty_to_target(float(parameter))
                 except:
-                    pass
+                    if p2pool.DEBUG:
+                        log.err()
I can't tell what a miner is supposed to put in front of the / ?
It also says in the commit message of 819f0e3e3ab9460fe60606c3f1e9c562d40361c7
Code:
modulate share difficulty to prevent any node from producing more than 5% of shares
I'm curious now, what actually happens to large miners with enough hashrate to trigger that?.
Take it easy guys and maybe I'll see ya round. I'll delete if this post is too noisy.
=^)

Edit: Sun Jan 31 14:45:56 ACDT 2016
Cheers CartmanSPC
Post
Topic
Board Bitcoin Technical Support
Re: script to start bitcoind
by
Polyatomic
on 30/12/2015, 02:10:28 UTC
but every now and then I log into the server and find its not running, so i then have to restart it and wait for it to sync from where it stopped.

Crunck
I wonder why bitcoind is doing that, It should just keep running. There may be something in the debug.log that
may explain  why bitcoind is crapping out.

Have a look in this directory https://github.com/bitcoin/bitcoin/tree/master/contrib/init. If your rig is using systemd
there is a unit there, so you can start bitcoind through systemctl. Also a couple other scripts for openrc and sysvinit.
check it out man!
Post
Topic
Board Hardware
Re: Avalon ASIC users thread
by
Polyatomic
on 03/12/2015, 11:10:00 UTC
I have an Avalon Nano 3 usb asic miner

fyi BagBits there was a handle in the cgminer thread with avalon nano usb, check it out man!
https://bitcointalk.org/index.php?topic=28402.msg12715812#msg12715812
Go back from there to get a broader view of the conversation. :)
Post
Topic
Board Pools
Re: Nexious.com WARNING POOL OPERATOR IS NOT PAYING NOR RESPONDING
by
Polyatomic
on 19/11/2015, 04:59:24 UTC
Ah k.
Ladies and gentlemen: Yess .. Yesss ... let the hate flow.
Post
Topic
Board Archival
Re: Pictures of your mining rigs!
by
Polyatomic
on 18/11/2015, 05:55:43 UTC
I took one out for my new hobby.
Antminer/plant heater...... ;D ;D ;D


Ahh, cannabis bitmainica  :^)
Post
Topic
Board Development & Technical Discussion
Re: How do you build Berkeley DB 4.8.30 in MinGW?
by
Polyatomic
on 08/11/2015, 21:21:01 UTC
Dude, careful observers here may need more
say build env version, a full build log with the
crapout including the commands used verbatim.
Prolly use a paste site service and prolly not
pastebin.com, it's veritable crud.
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 04/11/2015, 10:16:18 UTC
# I grabbed latest from git and built that with tests
Code:
pushd jemalloc-4.0.4
# --enable-profto to build extra tests                                                                                                                                                                                                
EXTRA_CFLAGS="-march=native" \
./configure --enable-prof
# add extra jobs if u like eg. -j4                                                                                                                                                                                                  
make
# run the tests                                                                                                                                                                                                                    
make check
# fake the install directory                                                                                                                                                                                                        
make install_include install_lib DESTDIR=/tmp/jemalloc-4.0.4

popd
# rm the static archives
find /tmp/jemalloc-4.0.4 -name "*.a" -exec rm -vf {} \;
rm -rf jemalloc-4.0.4

build log with tests here: http://dpaste.com/1PJNZV7 http://dpaste.com/31GA0PG

Ran the bitcoind with
Code:
LD_PRELOAD=/tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so ./bitcoind -daemon
started the p2pool and testing now. Cheers for sharing that man!.

Ed : Wed Nov  4 21:17:15 ACDT 2015
err, I may of balls this up.
Code:
milton@milton:~/temp/bitcoin/src$ cat /proc/$(pidof bitcoind)/maps | grep jemalloc
7f7097b63000-7f7097bac000 r-xp 00000000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)
7f7097bac000-7f7097dab000 ---p 00049000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)
7f7097dab000-7f7097dae000 rw-p 00048000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)
milton@milton:~/temp/bitcoin/src$ cat /proc/$(pidof bitcoind)/smaps | grep jemalloc
7f7097b63000-7f7097bac000 r-xp 00000000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)
7f7097bac000-7f7097dab000 ---p 00049000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)
7f7097dab000-7f7097dae000 rw-p 00048000 00:19 6153736                    /tmp/jemalloc-package-4.0.4/usr/local/lib/libjemalloc.so.2 (deleted)

Back to the docs now ...

Ed : Thu Nov  5 21:16:33 ACDT 2015
Code:
milton@milton:~/temp/bitcoin/src$ cat /proc/$(pidof bitcoind)/smaps | grep jemalloc
7fa78de8f000-7fa78def3000 r-xp 00000000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2
7fa78def3000-7fa78e0f2000 ---p 00064000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2
7fa78e0f2000-7fa78e0f5000 rw-p 00063000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2
milton@milton:~/temp/bitcoin/src$ cat /proc/$(pidof bitcoind)/maps | grep jemalloc
7fa78de8f000-7fa78def3000 r-xp 00000000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2
7fa78def3000-7fa78e0f2000 ---p 00064000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2
7fa78e0f2000-7fa78e0f5000 rw-p 00063000 00:19 6550911                    /tmp/jemalloc-4.0.4/usr/local/lib/libjemalloc.so.2






Post
Topic
Board Hardware
Re: Avalon ASIC users thread
by
Polyatomic
on 03/11/2015, 09:26:27 UTC
nfi on the credibility of that mob.  Also what happened to Avalon 5 :)
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 31/10/2015, 01:21:35 UTC
In a desperate attempt for answers, you could ask in #p2pool on Freenode.
Though the channel appears to be a remnant of a great era now.
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 30/10/2015, 02:45:27 UTC
Hyperenthusiastic linux user here.
Is this issue specific to a release of glibc or a linux distribution maybe,
given that some distros patch glibc quite heavily.
By all means call me brain damaged for asking this but I'm not an engineer.

Awesome data centre btw.

Ed: Fri Oct 30 16:37:12 ACDT 2015
ah k
since glibc 2.10 according to
https://gist.github.com/laanwj/efe29c7661ce9b6620a7

Another Ed: Fri Oct 30 20:49:34 ACDT 2015
p2pool deployed
Code:
p2pool 14.0-23-g6514fd8
Bitcoin Core RPC client version v0.11.1.0-dfe55bd
GNU C Library (Polyatomic 2.22-d5dff79 Testing) development release version 2.22.90, by Roland McGrath et al.
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 5.2.0.
Available extensions:
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
.
cat /proc/$(pidof bitcoind)/status
Code:
Name: bitcoind
State: S (sleeping)
Tgid: 31556
Ngid: 0
Pid: 31556
PPid: 1
TracerPid: 0
Uid: 1000 1000 1000 1000
Gid: 1000 1000 1000 1000
FDSize: 64
Groups: 11 12 90 999 1000
NStgid: 31556
NSpid: 31556
NSpgid: 31556
NSsid: 31556
VmPeak: 3743996 kB
VmSize: 3612744 kB
VmLck:     160 kB
VmPin:       0 kB
VmHWM: 1572224 kB
VmRSS: 1564436 kB
VmData: 3319996 kB
VmStk:     244 kB
VmExe:    4580 kB
VmLib:   11888 kB
VmPTE:    3860 kB
VmPMD:      28 kB
VmSwap:       0 kB
Threads: 31
SigQ: 0/128000
SigPnd: 0000000000000000
ShdPnd: 0000000000000000
SigBlk: 0000000000000000
SigIgn: 0000000000000080
SigCgt: 0000000180004003
CapInh: 0000000000000000
CapPrm: 0000000000000000
CapEff: 0000000000000000
CapBnd: 0000003fffffffff
Seccomp: 0
Cpus_allowed: ffff
Cpus_allowed_list: 0-15
Mems_allowed: 1
Mems_allowed_list: 0
voluntary_ctxt_switches: 84090
nonvoluntary_ctxt_switches: 162

cat /proc/meminfo
Code:
MemTotal:       32796084 kB
MemFree:         5840788 kB
MemAvailable:   29846636 kB
Buffers:         1216152 kB
Cached:         21996348 kB
SwapCached:            0 kB
Active:          9820104 kB
Inactive:       16062692 kB
Active(anon):    2647968 kB
Inactive(anon):    49044 kB
Active(file):    7172136 kB
Inactive(file): 16013648 kB
Unevictable:         180 kB
Mlocked:             180 kB
SwapTotal:      16777208 kB
SwapFree:       16777208 kB
Dirty:                16 kB
Writeback:             0 kB
AnonPages:       2670452 kB
Mapped:           265412 kB
Shmem:             26748 kB
Slab:             960876 kB
SReclaimable:     905768 kB
SUnreclaim:        55108 kB
KernelStack:       10096 kB
PageTables:        29880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    33175248 kB
Committed_AS:    4806364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       33364 kB
VmallocChunk:   34359685208 kB
AnonHugePages:   2076672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB

for (( i=0; i <= 20; ++i )) do cat /proc/meminfo | grep MemFree ; done
Code:
MemFree:         5844328 kB
MemFree:         5844328 kB
MemFree:         5844272 kB
MemFree:         5843852 kB
MemFree:         5844208 kB
MemFree:         5843804 kB
MemFree:         5844128 kB
MemFree:         5844128 kB
MemFree:         5844128 kB
MemFree:         5844128 kB
MemFree:         5844116 kB
MemFree:         5843680 kB
MemFree:         5843680 kB
MemFree:         5843300 kB
MemFree:         5843228 kB
MemFree:         5842816 kB
MemFree:         5843180 kB
MemFree:         5842304 kB
MemFree:         5842296 kB
MemFree:         5841844 kB
MemFree:         5841264 kB

yet another Ed:
Sat Oct 31 08:34:04 ACDT 2015
links here:
http://journal.siddhesh.in/posts/malloc-per-thread-arenas-in-glibc.html
https://www.ibm.com/developerworks/community/blogs/kevgrig/entry/linux_glibc_2_10_rhel_6_malloc_may_show_excessive_virtual_memory_usage?lang=en




Post
Topic
Board Hardware
Re: Avalon ASIC users thread
by
Polyatomic
on 28/10/2015, 23:29:37 UTC
Minimum order of 10 in the link up there.
phillipma1957 you mentioned
"Myself I have 2 s-7's but I will very likely order an avalon 6 to test it"
Where else can one purchase  The Hand of God that is Avalon6
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 24/10/2015, 11:34:33 UTC
Be careful to not offend him man! his english may be better than yours.
                       Edit --^
p3yot33at3r I was not saying yours is not good btw
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 23/10/2015, 02:46:35 UTC
Richy_T: noes!, you quoted my typo.
@typo
Polyatomic's typo is awesome.
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 23/10/2015, 01:16:54 UTC
err is that an internal ip, there reserved.
I'm thinking it should be ok to not hide them.
Post
Topic
Board Pools
Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool
by
Polyatomic
on 20/10/2015, 05:54:51 UTC
...
 I watched as the bitcoind would slowly consume more and more memory, up until it took almost the entire 8G available, at which point it would invariably die off.

What was the magic you used to produce the output, (8G <-- bitcoind is using this much ram.)
Somethings not right there man.

Linux will try to use alot of the computers memory to keep the system fast. 8 gigs of ram
i'm thinking is below average for power linux users. Is adding more of it an option for you.

Maybe i'll bootstrap a build and run the latest bitcoind and the p2pool to see what the story is.