Bitcoin Forum
March 29, 2024, 08:14:06 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 95 »
  Print  
Author Topic: [ANN] [KRB] Karbo (Ҝ) Кapбoвaнeць - Ukrainian Electronic Karbovanets CryptoNote  (Read 492930 times)
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 07:05:58 AM
Last edit: February 03, 2022, 12:09:43 PM by aiwe
Merited by d5000 (2), intec (1), dinastycoin-dcy (1)
 #1

KARBO
(Кapбoвaнeць)

NO ICO, ZERO PREMINE







Ҝ



Specifications
Ticker: KRB
Symbol: Ҝ  - Ka with vertical stroke, it is a letter of the Cyrillic script. Its form is derived from the Cyrillic letter Ka (К к) by the addition of a stroke through the short horizontal bar in the centre of the letter.

0% Pre-mine
Mining algorithm: POW, CryptoNight
Max supply: 10 million KRB (+ tail emission ~2% yearly (Friedman's k-percent rule)
Block reward: initial reward of ~38 KRB, slight decrease every block, until tail emission kicks
Block target time: 4 minutes
Difficulty: Retargets at every block
Decimal Points: 12
Max transaction fee: 0.1 KRB
P2P Port: 32347
Rpc Port: 32348


Karbo is people's electronic cash, a cryptocurrency, just like Bitcoin but Ukrainian and anonymous thanks to Cryptonote technology. The key principle of CryptoNote is adaptive parameters. Karbo already has an adaptive block size limit and adaptive difficulty, which we improved, and which ensures it's stable emission rate and thus makes Karbo sound money...

Exchanges

btc-trade.com.ua KRB/UAH

Livecoin.net KRB/BTC, KRB/USD, KRB/RUR

tradeogre.com KRB/BTC

crex24.com KRB/BTC

richamster.com 15 pairs! incl. KRB/UAH, KRB/BTC etc.

eXion.IO KRB/UAH

karbo24.io KRB/UAH, KRB/USD

cryptobuy.com.ua KRB/UAH

CRYPTEX24.IO  KRB/BTC,  KRB/USDT,  KRB/UAH, KRB/C24

CITEX.io  KRB/BTC

OCCE.io  KRB/UAH, KRB/BTC

exchange-assets.com KRB/BTC

xeggex.com KRB/USDC, KRB/USDT


Download

GUI Wallets:
Karbo Wallet Classic: https://github.com/seredat/karbowanecwallet/releases/
Karbo GUI v.2.1.0: https://github.com/Karbovanets/Karbo-GUI/releases/tag/v.2.1.0 (slow sync, outdated)
Karbo Lite wallet: https://github.com/Karbovanets/Karbo-lite/releases/

Commad line wallets:
Command-line Suite: https://github.com/seredat/karbowanec/releases/

Mobile wallets:


Web wallets:

https://karbo.me custodial with Telegram bot
https://wallet.karbo.org/ client-side


Mining

How to solo mine with the CLI release
1. Download CLI release from
2. Extract the release to any folder or directory
3. Run the daemon, karbowanecd. Then start simplewallet and open or create a wallet. You can open it later in GUI.
4. In simplewallet, type "start_mining x", x being the number of CPU cores you wish to mine with.
5. Check your hash rate by typing "show_hr" in karbowanecd. Hide it by typing "hide_hr".

Alternatively you can run the daemon, karbowanecd with these flags: --start-mining YOUR_WALLET_ADDRESS --mining-threads 3 - much more easy



Pools

Actual pool list can be found here http://explorer.karbowanec.com/#pools



Miners and config examples are at Pool Getting started page. They are the same as with any other Cryptonote coin.

Video guide how to mine KRB on pool by Kire Palceski






Important! When sending to exchange make sure to include Payment ID. Failing to do so may result im loss of your funds.







Light Wallet

It is possible to use wallet without blockchain, in remote mode it will be connected to the remote node. This allows to get fully functional wallet in minutes.
Just select remote node in settings and restart wallet if you're using GUI, or run simplewallet with --daemon-address or --daemon-host & --daemon-port flags. It is quite safe, the node can't steal your coins.
  • node.karbowanec.com:32348
  • krb.node.mypool.name:32348

If you choose node.karbowanec.com you will be connected to random 'masternode' running by community members.



Masternodes

Cryptonote coin's wallets can operate through remote daemon without downloading blockchain. It allows to start working quickly when needed. It is quite safe as remote daemon can't steal your coins, running own node is more secure of course. To work through remote daemon in simplewallet you need to specify remote daemon's address with flag for example --daemon-address=136.243.158.27:32348, in GUI you can just select remote node in settings or add custom one. But these remote nodes are not rewarded anyhow in any CN coin. Only in Karbowanec such remote nodes are rewarded for their service. We call them Masternodes because this term is well known and to troll other coins Grin.

So, basically, Masternode it is the CLI Karbowanec daemon running on a machine with open port which allows to connect to it for such light wallets and, most important, mobile wallets in the future. Karbowanec wallets, connected to Masternode, are paying small fees to that node when are sending transactions through it. These fees are supposed to help to cover the costs of operating Karbowanec nodes.

These Masternodes are providing service necessary for mobile wallets, and besides are helping to maintain and enlarge Karbowanec network. We have plans no incentivize such nodes even more in the future.


To start own Karbowanec masternode all is needed is just a machine with static IP and open port. Machine should have enough CPU power to handle load when parsing blockchain for connected wallets, it can be even spare PC at home. On such machine you can run karbowanec daemon  specifying a wallet address where fees would go like this:
Code:
./karbowanecd --restricted-rpc --enable-cors=*  --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=32348 --fee-address=KaqCQAbx3BSKKv7ED98oQP9QSP3igqgo47hPYZ8q6KZyUY6GnDaQkh9WbVR4DxvmCq8mZcKPg3wfWFJQ5CsyrxPqKcXC3rx
You can specify any wallet address, it can be your GUI wallet address, even paper wallet. This is the wallet where you will receive fees.
You need to make sure your port is open and not blocked by firewall. If you are running it at home behind router you need to do port forwarding.

If you have PC at home  constantly running with fast connection and static IP and  want to operate such Masternode to help Karbowaec network, run daemon as in example and send me you IP so I can add it do default nodes list.
You can check if your node is running opening its IP in browser  like this
Code:
http://185.51.246.81:32348/feeaddress
and you should see something like this
Code:
{"fee_address":"KhjM2KE6CXnDqERpSQckdgaT1VcpPuqxKavZwLxYwtqs4j3eWCVE9MtEV4xxdQVp13V4NYMRWbQqYG9jRw5XNkRUKLjfHwR","status":"OK"}
with your wallet address where fees should go.

You can also run Masternode on VPS with dedicated domain and publish here with description so people can add your node manually if they prefer it. It is not recommended to run node on VPS now specially for Karbowanec, do it only when you already have spare VPS and it is idling.

For now, do not expect yet to earn a lot of fees because there is very low usage of such remote nodes.



Ukrainian thread: https://bitcointalk.org/index.php?topic=236982.new#new
Russian thread: https://bitcointalk.org/index.php?topic=3176929.new#new (old CLOSED: https://bitcointalk.org/index.php?topic=1513025.0)


Old description:

This is Cryptonote fork with some borrows from Forknote and DigitalNote.

The karbovanets (Ukrainian: кapбoвaнeць, karbovanets, plural: кapбoвaнцi, karbovantsi), has been a distinct unit of currency in Ukraine during three separate periods in its history. I decided to resurrect it back to life as digital cryptocurrency seeing rise of multiple national cryptocurrencies. I believe it has its right to exist and potential. There is a lot of crypto enthusiasts in Ukraine scattered on different forums and I hope some of them will support this project. I think there is demand in Ukraine for decentralized services which corrupted and ineffective government can't control, and I hope Karbowanec will find its niche in Ukraine.

The etymology of the name "karbovanets" is by one supposition originated in Ukraine from the ancient primitive way to carve numbers of calculations on a rod. The name even has same stem as english 'carve' thus we carve coins not mine them Wink

Why Cryptonote? Because Cryptonote technology provides fungibility and privacy - most important features of money, it has robust tested tech, verified cryptography and it is easy to start Wink


If someone wishes to participate in development and improvement please don't hesitate to contact.


End of old description




Donate to the Karbowanec Project:
Code:
BTC: 1444y5HpV7UDKxYeDuB7MjEABgvhWWWd9B
KRB: Kdev1L9V5ow3cdKNqDpLcFFxZCqu5W2GE9xMKewsB2pUXWxcXvJaUWHcSrHuZw91eYfQFzRtGfTemReSSMN4kE445i6Etb3
XMR: 4AiWeKjAJ6KWUgr5TRHJHTAV5ZaeJ7kj8Kfb7bh9X3HA9KPCBWgp32Rd4J2Ho1zTeUQAQb2YZqTHRC3KTznzCt4oEnSbx7N

Donations will go towards infrastructure maintenance and development.


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
1711700046
Hero Member
*
Offline Offline

Posts: 1711700046

View Profile Personal Message (Offline)

Ignore
1711700046
Reply with quote  #2

1711700046
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711700046
Hero Member
*
Offline Offline

Posts: 1711700046

View Profile Personal Message (Offline)

Ignore
1711700046
Reply with quote  #2

1711700046
Report to moderator
1711700046
Hero Member
*
Offline Offline

Posts: 1711700046

View Profile Personal Message (Offline)

Ignore
1711700046
Reply with quote  #2

1711700046
Report to moderator
1711700046
Hero Member
*
Offline Offline

Posts: 1711700046

View Profile Personal Message (Offline)

Ignore
1711700046
Reply with quote  #2

1711700046
Report to moderator
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
May 30, 2016, 07:07:26 AM
 #2

Why CryptoNight?
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 07:12:23 AM
 #3

Well, it's Cryptonote, https://en.wikipedia.org/wiki/CryptoNote#Egalitarian_proof_of_work


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
May 30, 2016, 07:19:30 AM
 #4


Ok. Thanks.
chetlanin
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
May 30, 2016, 07:26:05 AM
 #5


you a developer?
interesting idea, my friends want to open the crypt cafe
I live in the Dnipro
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 07:33:05 AM
 #6

Yes I am. To be honest here, I am not programmer but loved this idea so much that couldn't withstand to try to launch it. Cryptonote is well documented so even I managed to get working binaries and network etc. We will see in an hour if it works Smiley
If it is, there is API for merchants, I will prepare documentation in ukrainian.

We don't have Ukrainian forum so I posted ANN here https://bitcointalk.org/index.php?topic=236982.240 for discussion in Ukrainian language.



   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 08:05:00 AM
Last edit: June 11, 2016, 12:32:57 PM by aiwe
 #7

del

Pool is up and running in API mode as block explorer. I will open pool for mining later. Let's begin with solo mining.


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
adamgud
Hero Member
*****
Offline Offline

Activity: 1204
Merit: 521



View Profile
May 30, 2016, 08:13:06 AM
 #8

watching with interest!!!
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 08:13:25 AM
 #9

Could you run the daemon with --log-level=3, then try start_mining in the wallet and send daemon's log, please?

Easy mining:  karbowanecd.exe --log-level=4 --seed-node=52.21.253.162:32347 --start-mining YOUR_WALLET_ADDRES --mining-threads 4

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
cardiganss
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
May 30, 2016, 08:15:48 AM
 #10

Interesting algo...are you from Ukraine dev? Tongue
hugs1BTC
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
May 30, 2016, 08:19:54 AM
 #11

Never mined this algorithm, gotta try later.
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 08:27:25 AM
 #12

Please post if you are successfully mining. Because I "premined" 3 blocks to check if its working and stopped Cool

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
CjMapope
Legendary
*
Offline Offline

Activity: 1820
Merit: 1092


~Full-Time Minter since 2016~


View Profile WWW
May 30, 2016, 08:29:34 AM
 #13

Please post if you are successfully mining. Because I "premined" 3 blocks to check if its working and stopped Cool

i am mining.  difficulty about 32k, on block 11, and im getting about 32h/s  ;p
no blocks yet myself haha

~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~
~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~
Prohashing  -- Simply the best Multipool!
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 08:33:22 AM
 #14

Yes I am ukrainian. I am not really dev, devs are Cryptonote and Forknote teams - I just put it together into new fork. Mining algo is usual for every Cryptonote coin, nothing special.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 08:34:54 AM
 #15

Please post if you are successfully mining. Because I "premined" 3 blocks to check if its working and stopped Cool

i am mining.  difficulty about 32k, on block 11, and im getting about 32h/s  ;p
no blocks yet myself haha
Thanks, we can watch progress on block explorer http://52.21.253.162/#blockchain_blocks

I wish us good luck!

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 09:03:40 AM
 #16

Well, someone tried out sending some KRB. http://52.21.253.162/?hash=fdccbe0ae9966d138716669c8bf49dc2134a538b34dfb35c70e41f12e6605ec8#blockchain_block
Congrats on first transaction!


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
netcoler
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 30, 2016, 09:11:51 AM
 #17

I got a error like this when I runing the command "karbowanecd.exe --log-level=4 --seed-node=52.21.253.162:32347 --start-mining 'wallet address' --mining-threads 4"

17:09:50.772142 TRACE JSON-RPC request: {"jsonrpc":"2.0","method":"getlastblockh
eader","params":{}}
17:09:50.772142 TRACE JSON-RPC response: {"jsonrpc":"2.0","result":{"block_heade
r":{"depth":0,"difficulty":63266,"hash":"7fa8606e2104716f7774887f392b2a0e0285948
369998235a5f1755cefe95fd0","height":30,"major_version":1,"minor_version":0,"nonc
e":214135719,"orphan_status":false,"prev_hash":"cb5811a861beaee235797bc004e0a456
537a7880089fe437d0ffbd86e394d6fd","reward":38142607323146,"timestamp":1464599330
},"status":"OK"}}
17:09:52.956146 DEBUG Connection to 87.228.22.0:32347 failed: TcpConnector::conn
ect, ConnectEx failed, result=10061, 由于目标计算机积极拒绝,无法连接。
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 09:17:43 AM
 #18

You can safely ignore it if you are sync and mining, it's just that peer did not open port in his router.
Just remove  --log-level=4 string and it will not show all this stuff.


If you want to help network forward port in your router.

Forward P2P Port: 32347 for karbowanecd.exe on your machine.
Howto can be found here: http://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/



   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
netcoler
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
May 30, 2016, 09:19:19 AM
 #19

You can safely ignore it if you are sync and mining, it's just that peer did not open port in his router.
Just remove  --log-level=4 string and it will not show all this stuff.


If you want to help network forward port in your router.

Forward P2P Port: 32347 for karbowanecd.exe on your machine.
Howto can be found here: http://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/




thanks
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 30, 2016, 09:20:39 AM
 #20

I got a error like this when I runing the command "karbowanecd.exe --log-level=4 --seed-node=52.21.253.162:32347 --start-mining 'wallet address' --mining-threads 4"

17:09:50.772142 TRACE JSON-RPC request: {"jsonrpc":"2.0","method":"getlastblockh
eader","params":{}}
17:09:50.772142 TRACE JSON-RPC response: {"jsonrpc":"2.0","result":{"block_heade
r":{"depth":0,"difficulty":63266,"hash":"7fa8606e2104716f7774887f392b2a0e0285948
369998235a5f1755cefe95fd0","height":30,"major_version":1,"minor_version":0,"nonc
e":214135719,"orphan_status":false,"prev_hash":"cb5811a861beaee235797bc004e0a456
537a7880089fe437d0ffbd86e394d6fd","reward":38142607323146,"timestamp":1464599330
},"status":"OK"}}
17:09:52.956146 DEBUG Connection to 87.228.22.0:32347 failed: TcpConnector::conn
ect, ConnectEx failed, result=10061, 由于目标计算机积极拒绝,无法连接。

If you can't sync try to manually add peer with flag --add-priority-node 52.21.253.162:32347
Please post if you ary synchronizing with network.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
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 ... 95 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!