Bitcoin Forum
May 07, 2024, 09:44:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: January 31, 2019, 03:30:33 AM
well, looks like i wont have the luxury of a 'quck install'
and, no, i will not use a premade binary - besides trust issues, i need to move over some source
mods necessary for my own internal sysadmin functions.

i did a ./autogen.sh, then a ./configure, then make

i'll eventually get around to making it work, but i will be out of town all day jan.31st
so i guess my node goes offline, probably for the best i avoid the instability of the first day anyway Smiley


root@carpdiem:/usr/local/src/_coins/ndl/noodly-0.15.2# gcc --version
gcc (GCC) 5.5.0
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.

root@carpdiem:/usr/local/src/_coins/ndl/noodly-0.15.2# uname -a
Linux carpdiem 4.4.14 #2 SMP Fri Jun 24 13:38:27 CDT 2016 x86_64 AMD FX(tm)-8320 Eight-Core Processor AuthenticAMD GNU/Linux

root@carpdiem:/usr/local/src/_coins/ndl/noodly-0.15.2# cat /etc/os-release
NAME=Slackware
VERSION="14.2"
ID=slackware
VERSION_ID=14.2
PRETTY_NAME="Slackware 14.2"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:slackware:slackware_linux:14.2"
HOME_URL="http://slackware.com/"
SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"
BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/"

root@carpdiem:/usr/local/src/_coins/ndl/noodly-0.15.2# make
...
  CXX      rpc/libbitcoin_server_a-net.o
  CXX      rpc/libbitcoin_server_a-rawtransaction.o
  CXX      rpc/libbitcoin_server_a-server.o
rpc/server.cpp: In function 'void RPCTypeCheckArgument(const UniValue&, UniValue::VType)':
rpc/server.cpp:80:132: error: 'strprintf' was not declared in this scope
         throw JSONRPCError(RPC_TYPE_ERROR, strprintf("Expected type %s, got %s", uvTypeName(typeExpected), uvTypeName(value.type())));
                                                                                                                                    ^
rpc/server.cpp: In function 'void RPCTypeCheckObj(const UniValue&, const std::map<std::basic_string<char>, UniValueType>&, bool, bool)':
rpc/server.cpp:92:79: error: 'strprintf' was not declared in this scope
             throw JSONRPCError(RPC_TYPE_ERROR, strprintf("Missing %s", t.first));
                                                                               ^
rpc/server.cpp:96:73: error: 'strprintf' was not declared in this scope
                 uvTypeName(t.second.type), t.first, uvTypeName(v.type()));
                                                                         ^
rpc/server.cpp:107:67: error: 'strprintf' was not declared in this scope
                 std::string err = strprintf("Unexpected key %s", k);
                                                                   ^
rpc/server.cpp: In function 'uint256 ParseHashV(const UniValue&, std::string)':
rpc/server.cpp:134:125: error: 'strprintf' was not declared in this scope
         throw JSONRPCError(RPC_INVALID_PARAMETER, strprintf("%s must be of length %d (not %d)", strName, 64, strHex.length()));
                                                                                                                             ^
...blah blah blah

Makefile:5833: recipe for target 'rpc/libbitcoin_server_a-server.o' failed
make[2]: *** [rpc/libbitcoin_server_a-server.o] Error 1
make[2]: Leaving directory '/usr/local/src/_coins/ndl/noodly-0.15.2/src'
Makefile:9345: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/_coins/ndl/noodly-0.15.2/src'
Makefile:746: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

            
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: January 31, 2019, 01:38:53 AM
of course ndl never had any intrinsic or planned value other than novelty.

that novelty comes from the spaghetti monster graphics and 'pirate talk' wallet messages.

without those in a new wallet, there is now zero instead of next-to-zero attraction to this coin.

83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HoboNickels - HBN - High Fast Stake - Version 2.0! More Secure, Less Intensive on: January 30, 2019, 01:03:12 AM
has anyone successfully used pywallet.py (version 1.1) on a hobonickels wallet.dat ?
if so, what are the magic options i need to feed it?
currently i'm getting a fault

Code:

%./pywallet.py --dumpwallet --dumpwithbalance --wallet=hobo.dat --datadir=.


Traceback (most recent call last):
  File "./pywallet.py", line 2062, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "./pywallet.py", line 2031, in parse_TxIn
    d['sequence'] = vds.read_uint32()
  File "./pywallet.py", line 1945, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "./pywallet.py", line 1984, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
ERROR parsing wallet.dat, type tx
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS on: January 29, 2019, 04:28:09 AM
has anyone successfully used pywallet.py (version 1.1) on a bottlecaps wallet.dat ?
if so, what are the magic options i need to feed it?
currently i'm getting a fault

Code:
%./pywallet.py --dumpwallet --dumpwithbalance --wallet=caps.dat --datadir=.

Traceback (most recent call last):
  File "./pywallet.py", line 2062, in parse_wallet
    d['txIn'].append(parse_TxIn(vds))
  File "./pywallet.py", line 2029, in parse_TxIn
    d['prevout_n'] = vds.read_uint32()
  File "./pywallet.py", line 1945, in read_uint32
    def read_uint32(self): return self._read_num('<I')
  File "./pywallet.py", line 1984, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
ERROR parsing wallet.dat, type tx
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - New GUN Core V1.5.3 Released - Mandatory Upgrade on: January 21, 2019, 12:06:51 PM
Once Cryptopia solves their theft issue, we will see where our price settles at over the next few weeks and then we will decide.

i admire your optimism Smiley

from a discussion specific to the cryptopia situation: https://bitcointalk.org/index.php?topic=5097916.0

"given there is a police investigation, could be months if not years for the NZ Police to establish what was taken and by whom.  Firstly there is the theft in January 2019 of Crypto to investigate, then there is the issue of potentially trading while insolvent due to Cryptopia being unable to repay to depositors funds that had been stolen via 51% attacks in the second half of 2018. Then there are the class actions to recover funds by depositors to be considered. In all likely-hood an administrator would be likely be appointed to forensically examine which accounts owned what and seek a determination from a Judge how best to distribute to the masses funds from both hot and cold wallets which is why I am trying to gather together in this thread proof of what crypto was stolen and what hot and cold wallets have been left intact (not to mention any class actions & news articles on the Police's investigation and the NZ Crown's DPP potentially laying charges ( and the time frames those proceedings might take) ).

Get yourself a pen and paper and write down as many details as you can about your own account.

user name, password, email address - any 2FA and any recovery codes. Deposits. Withdrawls. What coins were up for sale (or buy). Even your Karma score.

Given that it could be years - put that sheet of paper in a safe place. Memories, Hard Drives and Mobile phones come and go, a sheet of paper in a safe place can be the key to recovering your funds in a few years time."
86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [TRK] ★ TRUCKCOIN ★ Pure PoS up to 200% ★ Cryptopia ★ v1.2.2.0 on: January 17, 2019, 07:37:37 PM
Southexchange, Mercatox, Coinex.com are all good exchanges we can move to, now with the Cryptopia hack. Any ideas on this?

bleutrade.com been around quite a while and has a nice clean/concise interface.
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] United SciFi Coin [SCIFI] PoW/PoS on: January 11, 2019, 12:18:56 AM
it looks like Novaexchange as of Dec.10 has listed SciFi coin (trade with Doge or Moon)

Novaexchange does not support USA residents and citizens however Cheesy


well, the exchange has been running a month now, and except for the initial Frist! transaction, there has been ZERO trading activity.

use it or lose it folks.
88  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][POOL] HASH-TO-COINS #2 on: January 04, 2019, 10:22:24 PM
sex coin appears to be on a fork.
a new wallet was released at the end of 2018

89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SXC][NSFW] Sexcoin - V 0.15.0 Mandatory Upgrade! Merge-mining! on: January 02, 2019, 04:39:20 PM
::Update::

It looks like the fork is getting resolved. I'm waiting to hear back from a couple of pools.

We need people to get off 10.4 and 10.4.1, so spread the word if you can.


have the pools

hash-to-coins.com
ispace.co.uk
prohashing.com (they run an explorer too)


been informed?
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - New GUN Core V1.5.3 Released - Mandatory Upgrade on: December 22, 2018, 08:50:58 PM

Yes, GUN is again trading on Cryptopia.  And more good news we just release V1.5.3.  It will block access to old clients on the network.


does it block v1.5.2 clients too?
because until/when cryptopia and otherplaces like prohashing.com update from 1.5.2 the new wallet wont be able to receive from them.
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: December 20, 2018, 07:11:05 PM
looks like both explorers are stuck

http://coins.dognose.net:3001/
stuck @ 1400221


fixed.
if either the ndl wallet daemon isnt running, or the iquidus update process get killed for any reason, a lock-file is left behind.

that lockfile then needs to be manually deleted before things start moving again.

there is now a report/feedback link at the bottom of the explorer page since i'm not realiably reading this forum. (well, i'm reliable, just not frequent. Smiley ]



92  Alternate cryptocurrencies / Mining (Altcoins) / Re: Launching the Antminer L3+, World's Most Powerful and Efficient Litecoin Miner on: December 18, 2018, 02:54:03 PM
until i get a replacement power supply, is it safe to run the L3+ with a smaller supply just connected to
the controller and a couple of the mining boards?
ie: will leaving some of the mining boards unpowered cause damage to the controller or anything? or will the L3+
   merrily operate with what it has?

93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - New GUN Core V1.5.2 Released - Mandatory Upgrade on: December 18, 2018, 09:56:27 AM
back online.  keep dumpin on me guys!

i assume you are referring to cryptopia having reopened Gun for trading last night?
94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: December 17, 2018, 07:34:03 PM
Less than 2 billion NDL left to be mined.
Anyone else notice that?  We're already at 11.9 billion NDL mined.  Less than 2 billion left before NDL maxes out!

Block halving in aprox 175k blks?

so, should PoS be seriously considered to keep a moving network?

i think i recall an altcoin (42coin perhaps?) that continues to mine zero value blocks with the finder getting
transaction fees only as a reward. doesnt sound motivating, but perhaps it's success should be looked into.
do most coins default to 0 blocks with just fees when they reach their maximum proof of work? can't say i've thought
about that end of things.




95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] United SciFi Coin [SCIFI] PoW/PoS on: December 17, 2018, 06:14:33 PM
it looks like Novaexchange as of Dec.10 has listed SciFi coin (trade with Doge or Moon)

Novaexchange does not support USA residents and citizens however Cheesy
96  Local / Altcoins (criptomonedas alternativas) / Re: [ANN][CCC] CHOCOCOIN - Llega la criptomoneda más deliciosa. on: December 14, 2018, 07:15:21 AM
quick! mine it ! Smiley

https://www.cnn.com/2018/12/12/europe/chocolate-covered-street-grm-scli-intl/index.html

Cheesy
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: December 12, 2018, 02:08:54 AM
i was very busy in november when the new client was released, and had not included its new client name in the 'whitelist' my own node uses to allow connections.

(my quick and dirty solution to all those other altcoin connects was to create a list of allowed client names)

i have now added the new client name to my whitelist and connections should once again work for those new client users to my node at coins.dognose.net

i also maintain an iquidus explorer at coins.dognose.net:3001
but please do NOT consider it the primary or main explorer to use because HTTP type network connections to my site are often blocked by border networks thinking that home users should not be having incoming http connections (ie: they think they are protecting innocent home users from themselves and trojans/backdoors/etc.)

remember to specify 'coins.dognose.net' with addnodes and do NOT use my internet ip# --as a home user my ip# could change at random times without warning. admitidly not frequent, but it does happen.
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MEC] MEGACOIN - New Release Core 0.15.0.2 - Mandatory Update!!! on: December 09, 2018, 01:25:39 AM
is there a development team??



well the above image rendered okay in the 'preview' before posting...

try
http:/dognose.com/g/mega.png
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NDL - The coin for Pastafarians - Flying Spaghetti Monster Cryptocurrency! on: December 08, 2018, 09:23:42 PM
What's the plan stan?

He works in mysterioius ways.

Smiley
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MEC] MEGACOIN - New Release Core 0.15.0.2 - Mandatory Update!!! on: December 06, 2018, 04:48:00 PM
Please, anyone, tell me when the market will be resume on exchanges. I want to trade Megacoin.

Cryptopia paused the market on 20th July and after that no updates. I am really wanting to know about the status. Please let me know.

nobody can say unequivocally, when thecrypto market will recover and cope with its previous high positions. we are all waiting for this.

the following email i got last night sounds a lot like a de-listing notice, even though they didn't use those words.


Dear Cryptopian,

You are receiving this email because we recognise you as a holder of:

    GoldCoin(GLD)
    MegaCoin(MEC)

The above coin(s) has suffered from a 51% attack.
We will be enabling withdrawals from 02:00:00 AM (UTC) on 20 December 2018 in
order for users to reclaim their funds.

Withdrawals will operate on a first-in, first-served basis because of the 51% attack,
meaning users who withdraw later may not be able to do so. If you do not take
action you will risk losing your funds.

Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!