Bitcoin Forum
December 02, 2023, 09:06:07 PM *
News: Mixers will no longer be allowed after Jan 1
 
  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 22 23 24 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ARG] Argentum || A New Begining || UPDATE YOUR WALLET || on: Today at 05:42:24 PM
Argentum Block Explorer

chainz.cryptoid.info/arg
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Unitus(UIS)🔒ULTRA SECURE🔒Multi-AUXPoW - CPU/GPU/ASIC Mining✅Fair Distro on: June 19, 2023, 02:21:00 AM
Anybody need curent nodes ?

addnode=31.25.241.224:50603
addnode=176.223.141.79:50603

or

addnode 80.65.23.139 add
addnode 164.68.110.224 add
addnode 85.15.179.171 add
addnode 91.206.16.214 add


Real-Time Unitus node tracker: https://chainetics.com/UIS-nodes.php





UIS:  UY2yFDc2YUTBSoioLoF622XR63FHgm5Vty
3  Alternate cryptocurrencies / Announcements (Altcoins) / Auroracoin on: May 30, 2023, 10:26:18 PM
For current, active, real-time Auroracoin nodes:
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MARKS] Incentivize Content Creators & Build a Reputation Value Framework on: May 28, 2023, 07:30:12 PM
For current, up-to-the-minute nodes on the Bitmark network: 
https://chainetics.com/BTM-nodes.php
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLAZR] BlazerCoin 🌿POW with DGW3🌿 Blazing the way for Future Generations on: May 28, 2023, 05:02:01 AM
Won't compile on Ubuntu 22 nor 20 (SSL Bignum issues) and, won't even compile one Ubuntu 16 ...

AI assisted clues, if anyone want to fix:

Summary of the issues and possible solution paths for the developer to explore:

rpcrawtransaction.cpp: This file contains the code where the ExtractDestinations function is called, and the handling of the extracted information is performed.

script.h and script.cpp: These files contain the implementation of the ExtractDestination and ExtractDestinations functions.

Compilation Error: The error message indicates an issue with the Boost variant library and the usage of boost::get and boost::strict_get functions.

Possible Solution:

Verify that the Boost library is installed correctly and accessible by the compiler.
Include the necessary Boost headers, specifically the Boost variant-related headers such as boost/variant.hpp.
Double-check the compatibility of the Boost library version with your code.
Ensure that the Boost variant types and related functions are used correctly and that the necessary types are defined and included.
Incomplete Type Error: The error message mentions an invalid application of sizeof to an incomplete type.

Possible Solution:

Review the Boost variant-related code and ensure that all necessary types and definitions are correctly included and accessible.
Check for any missing or incorrect type definitions related to Boost variant usage.
Verify that the Boost headers are included in the correct order before the relevant code snippets.
Extraction and Handling of Destinations: The code snippets involve the extraction and handling of destination addresses from scriptPubKeys.

Possible Solution:

Review the implementation of the ExtractDestinations function and ensure it correctly extracts the necessary information.
Verify that the ExtractDestinations function returns the expected values for type, addresses, and nRequired.
Check the implementation of the GetTxnOutputType function to ensure it returns the proper output type based on the input txnouttype.
Ensure that the objects (out, addresses, etc.) used to store the extracted information are properly defined and capable of storing the required key-value pairs.
By exploring these solution paths, reviewing the code implementations, and addressing any identified issues, the developer should be able to resolve the compilation error and ensure correct handling of destination addresses in the code.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW on: April 22, 2023, 05:49:02 PM
Where are people mining this? 

I think it was Sha256?

Yes the PoW algo for eMark has been SHA256
It also has staking
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW on: April 19, 2023, 12:27:17 PM
Trying to compile new version from github sources ( https://github.com/emarkproject/eMark.git ) but the resulting executable reports:

Code:
./eMarkd --version
eMark Core Daemon version 1.6.1.1-15-ged14b50

make sure to checkout the V2 branch, since the master branch is still the old v1.6 codebase

Code:
git checkout V2

however, this still produces
Code:
eMark Core Daemon version 1.6.1.1-13-gd8c4564
  Undecided

Need help with compilation for nodes. I would like to get the DNS seeders I run in sync with the new code

8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FireFlyCoin Launched! - REBOOT on: July 20, 2022, 12:24:25 PM
Hello!

I want to update the FFC blockchain.

but I don't have any working nodes!

Can you give us somes nodes?

Thank's!

addnode=91.206.16.214


On *NIX machine, use the dig command to query the DNS Seeder. 'dnsseed.fireflycoin.cc'

Code:
dig dnsseed.fireflycoin.cc

; <<>> DiG 9.10.6 <<>> dnsseed.fireflycoin.cc
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50711
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;dnsseed.fireflycoin.cc.      IN   A

;; ANSWER SECTION:
dnsseed.fireflycoin.cc.   3600   IN   A   91.206.16.214

;; Query time: 991 msec
;; SERVER: 103.86.96.100#53(103.86.96.100)
;; WHEN: Wed Jul 20 05:20:30 PDT 2022
;; MSG SIZE  rcvd: 67
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ARG] Argentum || A New Begining || UPDATE YOUR WALLET || on: July 19, 2022, 12:15:25 PM
does anyone have the current blockchain files for argentum.    if so i would like a copy and  thanyou in advance.

https://chainetics.com/argentum-nodes.

If you care to compile a node with working DNS Seeders:

https://github.com/dbkeys/argentum.git

10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitmark on: April 30, 2022, 06:16:44 PM
Work and testing is ongong to adapt Bitmark for the latest Ubuntu GNU/Linux v22.04 "Jammy Jellyfish".  Stay tuned.


New ANN Thread:
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MARKS] Incentivize Content Creators & Build a Reputation Value Framework on: April 01, 2022, 05:33:20 PM
Encouraging to see new mining operations include Bitmark. Thank you MurkaPool.it

Do you plan on adding more of  Bitmark's eight merge-mineable algos ?
12  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: February 11, 2022, 02:03:32 PM
86.131.40.79 looks good and connects as a peer.

188.213.34.67 also appears to connect as a peer.

I cannot connect to 172.31.47.236 or 164.68.101.222.


It still can't find good nodes ...
I wonder if the chain parameters I'm using are correct.
There seem to be two bytecoins out there at least; where is the latest code for this blockchain?

188.213.34.67 no longer connects.

"Two bytecoins". Two possibilities here.

1) Pre-mined shitcoin calling itself "bytecoin". Usually differentiated  as "BCN" versus "BTE", the real Bytecoin.

2) Ahmed Bodi tried to fork BTE. I've never seen any evidence that he succeeded.

What "latest code" are you looking for?


Looking for the source code to BTE the "real" Bytecoin. In other words, the reference implementation, or any "correct" implementation.
13  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: February 09, 2022, 12:35:23 AM
86.131.40.79 looks good and connects as a peer.

188.213.34.67 also appears to connect as a peer.

I cannot connect to 172.31.47.236 or 164.68.101.222.


It still can't find good nodes ...
I wonder if the chain parameters I'm using are correct.
There seem to be two bytecoins out there at least; where is the latest code for this blockchain?
14  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: February 06, 2022, 11:05:52 AM

Code:
dbkeys@home ~ % dig bte.chainetics.com
;; ANSWER SECTION:
bte.chainetics.com. 3420 IN A 86.160.129.103

IP is not valid for a node.


Do you have a list of good, valid nodes I can prime the tracker/seeder with ?

These are the IP's the tracker/seeder is primed with right now ( I removed the IP you said is invalid ):

Code:
// At least one valid seed ip address is required to begin crawling the network
 seed_1="164.68.101.222"         // https://bitcointalk.org/index.php?topic=169559.680
 seed_2="172.31.47.236"
 seed_3="86.131.40.79"

Once it latches on to the P2P network, the Node Tracker / DNS Seeder will maintain a real-time list of good nodes which accept connections.

These are the blockchain parameters programmed into the node tracker:

 
Code:


//  BlockChain parameters and Protocol version numbers
//--------------------------------------------------------------------------------------------------------------------------------------/
blockchain_name="Bytecoin"      //
ticker="BTE"
protocol_version="70001"        // --- Typically, these are found ( protocol version,init_proto_version, etc)  in the coin's version.h file
init_proto_version="209"        //
min_peer_proto_version="209"    //        Leave blank or set to the same value as protocol_version if not applicable in your blockchain
caddr_time_version="31402"      //
pchMessageStart_0 = "0x0b"      // --- Typically you can find the 4 pchMessageStart values in your coin's main.cpp or chainparams.cpp file
pchMessageStart_1 = "0x22"      //      ByteCoin: main.cpp pchMessageStart[0]..[3]
pchMessageStart_2 = "0x03"      //
pchMessageStart_3 = "0x14"      //
wallet_port="6333"              // P2P port: The coin servers's main port
block_count="64754"             // A node cannot be considered "good" unless it has a block height greater or equal to this value.
host="bte.chainetics.com"       // -h parameter : subdomain to query


15  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTE] The Bytecoin Information Thread on: February 05, 2022, 04:00:46 PM
It does not say anywhere who created this coin and why. Also how much preminning happened with this coin?

Check here

https://bitcointalk.org/index.php?topic=164569.0

Bytecoin was launched with no pre-mining, but almost immediately a guy who goes by Ahmed Bodi from BC, Canada (I think) pointed a big ASIC at the coin. He and his gang scarfed over 100,000 BTE during the first year from startup. He would mine until the difficulty went up, wait till it dropped at the next recalc, mine again and so on. He did this at least half a dozen times, but then seemed to lose interest.

We have had several posters on this thread recently that I suspect are Bodi or one of his associates posing as newbies under different handles.

Difficulty is now down to 264k, so now is a good time to start mining.


This coin evidently needs a hardfork to a more responsive diffalgo (like Dark Gravity Wave, etc.)

Tried to compile a node, but the code is quite obsolete ... lots of errors related to new SSL library / BIGNUM.

I did set up a node tracker / DNS seeder for fun, with the few IP's I found on the thread;
 but so far it has not found any novel nodes, it just gives back the hard coded IP from this thread:
Code:
dbkeys@home ~ % dig bte.chainetics.com
;; ANSWER SECTION:
bte.chainetics.com. 3420 IN A 86.160.129.103
16  Alternate cryptocurrencies / Altcoin Discussion / multiseeder : Multiple BlockChain DNS Seeder / Node Tracker on: January 11, 2022, 04:41:37 PM
Multiple Block Chain DNS Seeder / Node Tracker
multiseeder

In order to support several Altcoins on a single machine / VPS, we have built upon joe@exor's excellent work with generic-seeder to create multiseeder. Thanks also to sipa, creator of the original bitcoin seeder.

multiseeder examines the DNS query packet to select which set of IP nodes, from the several coin networks it tracks, it will give back to the asking client.

multiseeder supports the 'settings.conf' configuration files of generic-seeder in a single binary, making it possible to support up to 10 different altcoin networks with the same VPS.

multiseeder uses the ncurses library to present a consistent, organized display.

example 'settings.conf' files are included in the distribution for Bitmark (MARKS), Exor (EXOR) and Vertcoin (VTC)
multiseeder scans /usr/local for directories of the form 'sDNS.<COIN>', and seeks to read 'settings.conf' from each of these directories.

17  Alternate cryptocurrencies / Altcoin Discussion / Re: DNS Seeder Setup Guide - UPDATED FOR 2021 on: January 11, 2022, 04:35:04 PM

In order to support several Altcoins on a single machine / VPS, we have built upon Joe's work with generic-seeder to create multiseeder.

multiseeder examines the DNS query packet to select which set of IP nodes, from the several coin networks it tracks, it will give the asking client.

https://bitcointalk.org/index.php?topic=5380914.msg58962384#msg58962384
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Unitus (UIS) - Superior Blockchain Technology: 1st Multi-Algo Merge-Mined on: January 04, 2022, 01:31:36 PM
Website for the coin and its native explorer are up and working

https://unituscurrency.com
https://explorer.unitus.network

Real-time node tracker / DNS seeder for Unitus. There are a healthy number of nodes.
https://chainetics.com/unitus-nodes.php

New Unitus (UIS) Thread:
https://bitcointalk.org/index.php?topic=4435406.msg58899145#msg58899145
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]Unitus(UIS)🔒ULTRA SECURE🔒Multi-AUXPoW - CPU/GPU/ASIC Mining✅Fair Distro on: January 04, 2022, 01:19:40 PM
Is Unitus dead?

Depends what you mean by dead. The network works  and you can set up a new wallet or node and it will find peers. (DNS Seeders seem to be down, but at least the fixed nodes are backing it up and functional)

Is it being actively promoted ? Maybe not as much as stakeholders would like.

But it's a good coin, and its operational


Operational isn't enough and since there is no development anymore I would say it's definitely dead.
It's sad but it has 0 future potential.

I did some exploring:
Website for the coin and its native explorer are up and working

https://unituscurrency.com
https://explorer.unitus.network

And some work to set up real-time node tracker / DNS seeder for Unitus. There are a healthy number of nodes.
https://chainetics.com/unitus-nodes.php
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DeM] Deutsche eMark - DEM - cryptocoin SHA256 POS/POW on: July 24, 2021, 11:56:34 AM
The wallet takes days to sync 3 weeks worth of Tx's. Yet, I bet there are not that many going on.

Is this project left for dead?

Do you mean to update a previously sync'd wallet or to download the blockchain from scratch ?  
The initial blockchain download could be optimized IMO.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!