Bitcoin Forum
May 25, 2024, 09:42:55 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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
241  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: June 18, 2020, 09:13:53 AM
Hi Graham,

Unfortunately I missed this post until today.
Any chance you can make the datadir available again for a shortwhile. (https://minkiz.co/noodlings/roulettecoin-datadir.tar.xz )
Regards
J


Do you have a copy of the binary that you made anyplace that I can grab it?
I'm not motivated enough to be bothered to build it, but I figure having a copy of what was the final version could not hurt.

And to be greedy a copy of the blockchain too if at all possible. To be shoved on the archive RAID never to be seen again.

I haven't retained any binaries, sorry. I'll make the chain available for a while: https://minkiz.co/noodlings/roulettecoin-datadir.tar.xz

Cheers

Graham

242  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEAL] Zeal (zealchain.com) | A cryptocurrency and alternate DNS root on: June 03, 2020, 04:37:42 PM
Hi Guys,

I've 1000 coins for sale.
Some one make me a sensible offer please.

J
243  Alternate cryptocurrencies / Mining (Altcoins) / Re: cpuminer return 500 internal server error on: May 27, 2020, 07:05:01 AM
Hi, not sure what is wrong, but

try losing the spaces "rpcuser=user"

If the wallet is on the same PC as the miner use "rpcallowip=127.0.0.1"
any additional PC used for mining can also be allow using "rpcallowip=192.168.0.139"

I don't understand these 3 lines
"netstat -anp |grep 8486
127.0.0.1:8486 -listen
0 ::1:8486 -listen"


I would re-write the config like this
rpcuser=user
rpcpassword=pass
server=1
daemon=1
listen=1
port=8486
rpcport=8487
rpcallowip=127.0.0.1
# rpcallowip=192.168.0.139 any additional mining PCs you want to point at the 1 wallet
addnode=192.168.0.139

then
./minerd -0 127.0.0.1:8487 -u user -p pass -a sha256d --no-longpoll --no-getwork --no-stratum --coinbase-addr =3E~~~~~ -t 4


Hope that helps
J




first sorry about my english

i'm study bitcoin

so develop my own altcoin basic bitcoin

in my virtualbox use ubuntuA, ubuntuB

my altcoin.conf
rpcuser = user
rpcpassword=pass
addnode=192.168.0.139
rpcallowip=192.168.0.0/16

netstat -anp |grep 8486
127.0.0.1:8486 -listen
0 ::1:8486 -listen

8486 is my port

and use cpuminer

./minerd -0 127.0.0.1:8486 -u user -p pass -a sha256d --no-longpoll --no-getwork --no-stratum --coinbase-addr =3E~~~~~ -t 4

and return

4 miner threads started using sha256d algorithm
binding thread 0 to cpu0
binding thread 1 to cpu1
binding thread 2 to cpu2
binding thread 3 to cpu3

HTTP request failed the requested url returned error : 500 internal server error
json_rpc_call failed retry after 30 seconds

ㅠㅠ i want make my first genesisblock.. and make my own altcoin.. please help me..
244  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN-PAY MASTER COIN (PMC) on: May 21, 2020, 07:09:13 AM
Hi,

Is anyone using the new wallet
"version" : "v1.0.0.0",
"protocolversion" : 72129,
"walletversion" : 139900,

I can't get any connections to it.

The older wallet
version": 150100,
  "protocolversion": 70015,
  "walletversion": 139900,
 is syncing fine, but doesn't mine, and the new pool is crap.

Also the explorer "http://139.59.20.244:3001/" only shows connections to the old wallet....

Dev explain please....



245  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN-PAY MASTER COIN (PMC) on: May 20, 2020, 12:25:57 PM
Hi,
Just wondering whats going to happen to all my current PMC coins? I hope they will be safe. I have a lot.


Any update dev...I do not want to lose my coins
246  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ANN-PAY MASTER COIN (PMC) on: May 11, 2020, 05:07:43 PM
Hi,
Just wondering whats going to happen to all my current PMC coins? I hope they will be safe. I have a lot.
247  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RLT] Roulettecoin | POW | New algo | No premine | GPU miner on: April 23, 2020, 11:20:25 AM
My 2 year necro-bump on this thread.

Mostly because I just saw that it auto-renewed on my domain bill from March. Not that roulettecoin.cc actually goes anyplace.

Anyone out there still running the wallet? Anyone care about the domain?
AFAICT, it's been just me keeping the chain going out of sheer bloody-mindedness having upgraded a while ago to a Core 0.16.2 version (https://github.com/gjhiggins/roulettecoin-core/) but a few weeks ago I decided to call it a day, having mined a stupidly and terminally large number of coins and I shut down the remaining two nodes.

So no, I guess no-one cares about the domain.

Quote
If not I will take it off auto-renew and when it expires next year it just goes away again.
Seems like a plan.

(If there is any interest, the chain is restartable, so speak up now or forever hold your peace.)

Cheers

Graham


Hi Graham, glad to have you back.

I am happy to run a copy of this wallet, if you have the time to help me compile it please.
I am currently running LinuxLite 4.8, and it fails to compile

collect2: error: ld returned 1 exit status
Makefile:3956: recipe for target 'test/test_roulettecoin' failed
make[2]: *** [test/test_roulettecoin] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/linuxlite/Downloads/roulettecoin-core/src'
Makefile:10003: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/linuxlite/Downloads/roulettecoin-core/src'
Makefile:748: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

J
248  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: April 23, 2020, 10:38:58 AM
Hi guys. can we have a telegram channel in which to chat with others that are interested in Gapcoin? thanks

Would prefer Discord if possible
J

+1

Cheers

Graham

Can we have both, Telegram and Discord. No, I'm not being greedy. Cheesy

I'm guessing that the whole point of open source coding and community lead crypto is that you are free to open any support channels you wish.
Please just remember to post anything of value in here to.
Thanks
249  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: April 22, 2020, 11:13:11 AM
Hi guys. can we have a telegram channel in which to chat with others that are interested in Gapcoin? thanks

Would prefer Discord if possible
J
250  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: April 22, 2020, 11:11:13 AM
Does anybody know why the 0.16 testnet failed to mine?

-extro

Can't help you, i can#t even get in to compile.
Tried ubuntu 16/18, and Mint 19

J
251  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: April 14, 2020, 02:38:23 PM
At the current difficulty level you will likely find a good number of blocks per day with CPU / solo mining in the Gapcoin wallet.
    With a Ryzen 1800x running flatout i mine less than 50 coins a day, so unless you have a much better miner it is a complete waste of time

Pooled mining for Gapcoin is possibly getting closer once more.
    Below you say another pool for some competition, a first pool would be a start
I'd like to see the project with at least three stable exchange listings, a second block explorer and another mining pool for some competition first!  Wink
Also why on earth do we need a second explorer.....1 is plenty

Be careful with the 'old' GPU miner release, it has not really been tested for newer cards etc.,
    Who cares about "newer" cards, nearly 2 years on and we still dont even have Nvidia miner, or an updated cpu miner

You do realize how much I'm doing behind the scenes to ensue the success of the Gapcoin project, despite all odds ?

Currently ...

I pay to renew the block explorer each month.
I pay for the hosting of the https://gapcoin.club website.
    I appreciate this, BUT  why not also make available the option for people to donate to the cause? Most sites / explorers can have a simple BTC address where funds can be sent....

I pay for 10 cloud nodes which help to ensure bootstrapped network connectivity.
    Completely pointless....the wallet needs to be open to mine this coin, so just allow the open wallets to be the backbone of the network, make available a monthly blockchain snapshot if requested....BUT absolutely no need to "PAY" for 10 nodes....complete nonesense, if the chain can't support itself with the open wallets, then it has no point being....

I spend countless hours doing background research, continuing development and doing outreach to folks who I think might be interested in the Gapcoin project.
    I appreciate the hard work many people do behind the scenes for many coibs, BUT to be honest how many people care about the reason behind most projects. I am not slating GAPCOIN, but most coins, if you want to increase its chances of sucess, then you need 1000's of miners (supporters) not a few die-hard maths fans.....make the mining much more meaningful, and encourage the masses....let it pump n dump, let it do whatever it wants to do, but find a way to encourage the 100's / 1000's...the more u get mining it, the more GAPS they will find, the more MATHS they will do....
It would be interesting to know how many people are actively mining, and how many have the wallet open each day for say 1 month...then the truth will shine thru
252  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GAP] Gapcoin - Prime Gap Search - New Math Algo - CPU / GPU - Zero Premine on: April 08, 2020, 02:57:25 PM
"I'm giving away 10,000 Gapcoins in this 1st round of 3.

100 GAP x 100 Twitter Accounts.

1. Must follow me https://twitter.com/BitcoinFX_BTC
.
2. Reply with your Gapcoin address below (on twitter only!).

First come, first served.

"It might make sense just to get some in case it catches on." — Satoshi Nakamoto

1/11"

- https://twitter.com/BitcoinFX_BTC/status/1247555135531876354

...

"The Gapcoin P2P cryptocurrency wallet is available via:

- https://gapcoin.club

or you could use an exchange wallet address from:

- https://freiexchange.com/market/GAP/BTC

https://twitter.com/fed_fab - https://t.me/freiexchange

2/11"

- https://twitter.com/BitcoinFX_BTC/status/1247555403145261056

...

"What is Gapcoin ?

Gapcoin is a Bitcoin (v0.9.2) based Altcoin launched in 2014 which includes a useful cryptographic and mathematical PoW function.

Mining Gapcoin can currently be done in the wallet with CPU > setgenerate true <number of cores>

3/11"

- https://twitter.com/BitcoinFX_BTC/status/1247557007604944897

...

"Gapcoins blockchain currently holds the (world record) largest known Prime Gap merit of 41.938784 (as of Jan. 2018), see:

- https://en.wikipedia.org/wiki/Prime_gap

The network can calculate even larger Prime Gaps as more people mine for coins !

4/11"

- https://twitter.com/BitcoinFX_BTC/status/1247557218028920834

...

"Sadly, it is thought that the original Gapcoin developer passed away in 2017.

Development of this incredible altcoin project therefore began to stall.

5/11"

- https://twitter.com/BitcoinFX_BTC/status/1247557402272108545

...

"In 2019 the curator of Gapcoin's Prime Gap records, Dr. Thomas Nicely, a legendary teacher who also famously discovered a Pentium chip bug, also died as a result of injuries sustained in a car accident.

- https://lynchburg.edu/news/2019/09/remembering-dr-thomas-nicely-legendary-teacher-who-discovered-pentium-bug/

- https://faculty.lynchburg.edu/~nicely/

6/11"

- https://twitter.com/BitcoinFX_BTC/status/1247557935577944068

...

"
https://twitter.com/lynchburg/status/1173318084012195840

7/11"

- https://twitter.com/BitcoinFX_BTC/status/1247558022949470208

...

"Gapcoin is an amazing, Bitcoin based, mathematical project that has never reached its full potential.

I'm looking for open source developers who would be interested in bringing this project up-to-date with Bitcoins current code base.

8/11"

- https://twitter.com/BitcoinFX_BTC/status/1247558194408407043

...

"I'm also seeking trustworthy and viable exchanges that will add Gapcoin cryptocurrency for trading, as well as pool operators and mining software developers.

Let us all start mining Gapcoin on mass and discovering new Prime Gaps of high merit to add to the record books.

9/11"

- https://twitter.com/BitcoinFX_BTC/status/1247558424306606080

...

"Gapcoins place is most certainly not the https://twitter.com/shitcoingrave - Its blockchain has already made mathematical history !

I dare Bitcoin maximalists to give Gapcoin a try, as Gapcoin (like Bitcoin) has strong "Hard Currency" fundamentals.

10/11"

- https://twitter.com/BitcoinFX_BTC/status/1247558547409436677

...

"Q. Now write the expression for the volume of a thick crust pizza with height "a" and radius "z". *

- https://gapcoin.club

11/11"

- https://twitter.com/BitcoinFX_BTC/status/1247558739047206912

...

Thread reader app - unroll ...
- https://threadreaderapp.com/thread/1247555135531876354.html

hmmmm
Thought giveaways weren't allowed on here, also discriminatory against non-twitter users....
great way to kick miners who have paid their power bills to mine this currency...
253  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Datacoin - Censorship-Free Data Storage on: April 03, 2020, 10:07:30 AM
Hi guys,
Can i just ask a dumb question.

Why when this coin is currently virtually valueless are people over mining it.


Looking @ http://coinsforall.io/#!/coin/DTC we have only 11 workers, and on https://dtc.graymines.net/ , zero workers.
The diff is @ 9.6193 and 3692.001 chains/day with 24 gpus

We could all be simply cpu mining via wallet, or mining with very low end hardware, thus lowering the diff, thus allowing us all to mine many more coins....in a few weeks when we all have many more coins, then increase hash, etc....

I'm sorry if i offend people, but i simply don't get why such low value coins are overmined....when there is clearly zero demand.....surely the whole point of mining is the vague hope of grabbing loads of easy to mine blocks, which one day will translate into value added coins.......at the current value if 1 single miner with 1 x 1030gt (30watt) was winning every block all day, i still don't think they would generate enough coins to pay the power bill, therefore currently the best choice is simply to buy this coin....
Remember you only need 2 wallets and 1 miner to keep a block chain moving, so if we get the diff sown to say half what it is now, then we may actually encourage people to join in the mining, but in a competitive market of 7500 different coins, what makes this attractive to miners currently?

extro1, i'm currently using wallet "datacoin-0.8.6.0-linux" and it appears fine, bit slow to open, and very slow to sync compared to say Primecoin wallet. So i think the wallet needs some more optimising.
(I opened DTC and XPM wallets together, DTC was 39 hours behind, and XPM 6 weeks,,,,,DTC is still 11 hours behind, and XPM has synced)

How's about both pools SHUT,
the wallet get slightly more optimised for syncing,
instead of having to go to Help, Console, and typing "setgenerate true 1", the wallet has a "MINING" tab, where a slider allows someone to select the number of threads....

The way i see it, is all the high value coins, BTC, ETH etc you can buy a rig, use calculators and pools, etc, and see that you CAN make money if you try hard enough, or at least if you can't today due to the fluctuations you probably will make money...so thats enough for peeps to take a chance....
but with DTC having virtually no value, and virtually no miners....to me, more than anything it needs a much bigger base, i mean there much only be 20-30 wallet open worldwide, and perhaps 2-5 peeps mining it.

If the wallet allows for simple cpu mining only, no pools, and a diff more down in the 1 -2 range,the barrier to entry drops, and with some advertising, hopefully we might increase miners to 100, maybe 1000 over quite a short period....who know...at the moment there is simply zero interest, so 1 miner with 1 1080ti rig and free power can completly dominate the coin, so how does that incentivise anyone else?

I hope between the contibutors on this forum you can come up with some ideas, because i think DTC stands out from the crowd, and is still true to the original concept of mining, and there are only a handful of coins left that still do that.

If no one wants to close the pools and help lower the diff, perhaps the only other option is to hardfork....have to say that most coins i see hardfork, usually die quite soon afterwards thou, so thats not an option i would vote for....

Just my thoughts
minerja

Just as a guide - Ryzen 1800 4 threads

11:16:12 getmininginfo
11:16:12
{
"blocks" : 3402345,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"primespersec" : 1404,
"chainsperday" : 0.14816184,
"pooledtx" : 0,
"testnet" : false
}

oh, and POS simply allows the bag holders to get richer....but alienates all new miners....besides i think there are currently 5200+ POS coins
Full disclosure, after nearly 3 years of mining this coin, i think i have mined about 8000 coins total ! 5000 are on an exchange @ a few stats and the rest are split over 5 or 6 wallets, so POS gets me ZERO.
254  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AIB-Advanced Internet Blockchains || https://www.aib.one on: April 01, 2020, 07:19:56 PM
Thankyou Smiley
255  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AIB-Advanced Internet Blockchains || https://www.aib.one on: March 31, 2020, 05:23:52 PM
thanks for info,

plz share the link to the aibwallet v.0.13 source

https://github.com/iobond/aib

master branch for now



Can you please give direct link to the Windows Compiled version....Thanks
256  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AIB-Advanced Internet Blockchains || https://www.aib.one on: March 28, 2020, 07:01:09 PM
What is the current wallet version or github tag to use?

I am getting
Code:
  "warnings": "Warning: Unknown block versions being mined! It's possible unknown rules are in effect"

TIA

We have attemp a failed upgrade to 0.17. so now down grage to 0.13 for now for stable version.



it would help greatly if you posted the link to the wallet we should be using in this post.....and in the first post.
Thanks
J
257  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Klaro, A CryptoNote with sun in mind. on: March 13, 2020, 08:43:15 AM
HI,

Lets get this party started!
I have 100 Klaro for sale.

I'm looking for 0.001 BTC for all 100 coins.
Will split to 5 coins if needed, 0.0005 for 5 coins.
J
258  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 'CACHE'Project [VALM-Cache difficulty recalculation algorithm, SpamHash Control] on: March 12, 2020, 06:28:11 PM
Hi Deff,

Sorry mate, but don't like the latest update.
1st. no windows wallet
2nd, have compiled it on 3 different linux pc's and in all cases it has insisted i delete everything apart from wallet.dat
I have done so, and then once it has started to download the chain, i have tried various ways to copy the "fullchain" back over the top, all no no avail...it has to be an empty folder or it fails.
So now i'm looking at hours to re download the wholechain again.
It's already being going 3 hours and still 290,000 blocks on a 200mbps connection.

Sorry to bitch, cos usually your upgrades are spot on.
J

Please, more precisely. What was he complaining about? Db?

What software do you use to generate POW blocks?



Sorry was away
error is

"Error initializing database environment /home/miner2/.CACHEproject! To recover, BACKUP THAT DIRECTORY, then remove everything from it except for wallet.dat."
J
259  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 'CACHE'Project [VALM-Cache difficulty recalculation algorithm, SpamHash Control] on: March 12, 2020, 01:32:17 PM
Hi Deff,

Sorry mate, but don't like the latest update.
1st. no windows wallet
2nd, have compiled it on 3 different linux pc's and in all cases it has insisted i delete everything apart from wallet.dat
I have done so, and then once it has started to download the chain, i have tried various ways to copy the "fullchain" back over the top, all no no avail...it has to be an empty folder or it fails.
So now i'm looking at hours to re download the wholechain again.
It's already being going 3 hours and still 290,000 blocks on a 200mbps connection.

Sorry to bitch, cos usually your upgrades are spot on.
J
260  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] on: March 11, 2020, 12:24:35 PM
Does anyone have an ip to date magi blockchain.  Tried the one above but just get errors at Google.

Dont understand the question...
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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!